From 7f0f06801cf66dfa971b5fe152cbcf7af7212877 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 21 Oct 2020 10:04:31 +0200 Subject: [PATCH] Add integration profiles for ContainerTests --- .../function-sample-aws-custom/pom.xml | 44 ++++++++++++++++++- .../function-sample-supplier-exporter/pom.xml | 38 +++++++++++++++- 2 files changed, 80 insertions(+), 2 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml index ce9eed786..70b245159 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml @@ -90,8 +90,19 @@ - + + + + + + maven-surefire-plugin + + + com/example/ContainerTests.java + + + org.apache.maven.plugins maven-deploy-plugin @@ -130,6 +141,37 @@ + + + + integration + + + + maven-surefire-plugin + 2.22.0 + + + integration-test + + test + + + + none + + + com/example/ContainerTests.java + + + + + + + + + + spring-snapshots diff --git a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml index 7893e9e34..768ce6548 100644 --- a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml +++ b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml @@ -68,6 +68,14 @@ + + maven-surefire-plugin + + + com/example/demo/ContainerTests.java + + + org.apache.maven.plugins maven-deploy-plugin @@ -82,7 +90,35 @@ - + + + integration + + + + maven-surefire-plugin + 2.22.0 + + + integration-test + + test + + + + none + + + com/example/demo/ContainerTests.java + + + + + + + + +