diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 39c79de146..ff402631e8 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -235,6 +235,50 @@ + + integration-testing-with-provisioned-server + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + **/BasicRuntimeIT + + + + + + integration-test + verify + + + + + + org.wildfly.plugins + wildfly-maven-plugin + + + start-and-deploy + pre-integration-test + + start + + + + undeploy-and-shutdown + post-integration-test + + shutdown + + + + + + +