diff --git a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml index a5e710f377..8f82998c51 100644 --- a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml +++ b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml @@ -17,6 +17,7 @@ tomcat + @@ -64,9 +65,12 @@ springboot ../../../../test-apps/spring-boot-adapter + http://localhost:8280/index.html + 360 mvn spring-boot:run + -B -Dkeycloak.version=${project.version} -Pspring-boot-adapter-${adapter.container} -Dmaven.repo.local=${settings.localRepository} @@ -88,6 +92,56 @@ + + test-springboot-prod + + - + + + + + + com.bazaarvoice.maven.plugins + process-exec-maven-plugin + 0.7 + + + spring-boot-application-process + generate-test-resources + + start + + + springboot + ../../../../test-apps/spring-boot-adapter + http://localhost:8280/index.html + 360 + + mvn + spring-boot:run + -B + -s + ${maven.settings.file} + -Dkeycloak.version=${project.version} + -Pspring-boot-adapter-${adapter.container} + -Dmaven.repo.local=${settings.localRepository} + + + + + + kill-processes + post-integration-test + + stop-all + + + + + + + + turn-on-repo-url