diff --git a/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml b/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml index a6f851adad..9840ba9ed2 100644 --- a/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml +++ b/testsuite/integration-arquillian/servers/auth-server/jboss/eap/pom.xml @@ -72,4 +72,41 @@ + + + auth-server-apply-patch + + + auth.server.patch.zips + + + + + + org.codehaus.mojo + exec-maven-plugin + + + install-patch + process-resources + + exec + + + + + ${common.resources}/install-patch.${script.suffix} + ${auth.server.home}/bin + + ${auth.server.java.home} + ${auth.server.home} + ${auth.server.patch.zips} + + + + + + + + diff --git a/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml b/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml index 8216e7476a..f79abe1c5f 100644 --- a/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml +++ b/testsuite/integration-arquillian/servers/auth-server/jboss/pom.xml @@ -521,43 +521,6 @@ - - auth-server-apply-patch - - - auth.server.patch.zips - - - - - - - org.codehaus.mojo - exec-maven-plugin - - - install-patch - process-resources - - exec - - - - - ${common.resources}/install-patch.${script.suffix} - ${auth.server.home}/bin - - ${auth.server.java.home} - ${auth.server.home} - ${auth.server.patch.zips} - - - - - - - - auth-servers-crossdc-jboss