From b4aca87f11a5dbde3dbdb459c5f869f776e9e90e Mon Sep 17 00:00:00 2001 From: Ivo Studensky Date: Fri, 1 Dec 2023 14:03:56 +0100 Subject: [PATCH] [WFLY-18745] introduced new single-step profile for integration tests with provisioned server --- helloworld/pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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 + + + + + + +