From 52b67f61725ce70b127d37486cc75e53df93323c Mon Sep 17 00:00:00 2001 From: vramik Date: Wed, 1 Apr 2020 10:39:29 +0200 Subject: [PATCH] KEYCLOAK-13660 Patch installation is not performed with -Dauth.server.patch.zips --- .../servers/auth-server/jboss/eap/pom.xml | 37 +++++++++++++++++++ .../servers/auth-server/jboss/pom.xml | 37 ------------------- 2 files changed, 37 insertions(+), 37 deletions(-) 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