From f1173f8022effd7ba8b853621c2cb8c39a335429 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Tue, 3 Jan 2017 08:30:52 -0500 Subject: [PATCH] KEYCLOAK-4101: Try setting javaOpts on each individual execution. --- distribution/server-config-migration/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/distribution/server-config-migration/pom.xml b/distribution/server-config-migration/pom.xml index 95ee309ee6..69ccb1f1dc 100644 --- a/distribution/server-config-migration/pom.xml +++ b/distribution/server-config-migration/pom.xml @@ -164,7 +164,6 @@ false ${jbossHome} - -Djboss.socket.binding.port-offset=1000 10990 @@ -181,6 +180,7 @@ standalone-1.8.1.xml + -Djboss.socket.binding.port-offset=1000 @@ -198,6 +198,7 @@ standalone-1.8.1.xml + -Djboss.socket.binding.port-offset=1000 echo Reading subsystems for migrated standalone-1.8.1.xml @@ -216,6 +217,7 @@ standalone.xml + -Djboss.socket.binding.port-offset=1000 echo Reading subsystems for master standalone.xml @@ -236,6 +238,7 @@ standalone-ha-1.8.1.xml + -Djboss.socket.binding.port-offset=1000 @@ -253,6 +256,7 @@ standalone-ha-1.8.1.xml + -Djboss.socket.binding.port-offset=1000 echo Reading subsystems for migrated standalone-ha-1.8.1.xml @@ -271,6 +275,7 @@ standalone-ha.xml + -Djboss.socket.binding.port-offset=1000 echo Reading subsystems for master standalone-ha.xml