Author: asoldano
Date: 2015-01-14 12:59:46 -0500 (Wed, 14 Jan 2015)
New Revision: 19377
Modified:
stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/arquillian/modules/testsuite/pom.xml
stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
Log:
Use portoffsets values closer to each other (to save port range for the cxf-spring
testsuite)
Modified: stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml 2015-01-14 17:37:16
UTC (rev 19376)
+++ stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml 2015-01-14 17:59:46
UTC (rev 19377)
@@ -293,7 +293,7 @@
<jbossHome>${jboss.home}</jbossHome>
<!-- TODO: add serverArgs section to use a custom bind address
(requires wildfly-maven-plugin 1.1.0 +)
https://github.com/wildfly/wildfly-maven-plugin/commit/160b1a29f4e26fff9f...
-->
- <port>19990</port> <!-- Keep in sync with the port-offset
-->
+ <port>14990</port> <!-- Keep in sync with the port-offset
-->
</configuration>
</execution>
<execution>
@@ -308,7 +308,7 @@
<jbossHome>${jboss.home}</jbossHome>
<!-- TODO: add serverArgs section to use a custom bind address
(requires wildfly-maven-plugin 1.1.0 +)
https://github.com/wildfly/wildfly-maven-plugin/commit/160b1a29f4e26fff9f...
-->
- <port>29990</port> <!-- Keep in sync with the port-offset
-->
+ <port>19990</port> <!-- Keep in sync with the port-offset
-->
</configuration>
</execution>
</executions>
Modified: stack/cxf/branches/arquillian/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2015-01-14 17:37:16 UTC (rev
19376)
+++ stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2015-01-14 17:59:46 UTC (rev
19377)
@@ -33,10 +33,10 @@
<resources-plugin-filters.version>1.0.0-SNAPSHOT</resources-plugin-filters.version>
<log4j.version>1.2.14</log4j.version>
<port-offset.cxf-tests.jboss>0</port-offset.cxf-tests.jboss>
-
<port-offset.cxf-tests.ssl-mutual-auth>10000</port-offset.cxf-tests.ssl-mutual-auth>
-
<port-offset.cxf-tests.default-config-tests>20000</port-offset.cxf-tests.default-config-tests>
- <port-offset.shared-tests.jboss>30000</port-offset.shared-tests.jboss>
-
<port-offset.shared-tests.default-config-tests>40000</port-offset.shared-tests.default-config-tests>
+
<port-offset.cxf-tests.ssl-mutual-auth>5000</port-offset.cxf-tests.ssl-mutual-auth>
+
<port-offset.cxf-tests.default-config-tests>10000</port-offset.cxf-tests.default-config-tests>
+ <port-offset.shared-tests.jboss>15000</port-offset.shared-tests.jboss>
+
<port-offset.shared-tests.default-config-tests>20000</port-offset.shared-tests.default-config-tests>
</properties>
<!-- Modules -->
Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-14
17:37:16 UTC (rev 19376)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-14
17:59:46 UTC (rev 19377)
@@ -214,7 +214,7 @@
<jvmArgs>-server -XX:+UseCompressedOops -Xms64m
-Xmx512m -XX:MaxPermSize=256m
-Djboss.socket.binding.port-offset=${port-offset.shared-tests.jboss}
${additionalJvmArgs}</jvmArgs>
<serverConfig>jbws-testsuite-shared-default.xml</serverConfig>
<jbossHome>${jboss.home}</jbossHome>
- <port>39990</port> <!-- Keep in sync
with the port-offset -->
+ <port>24990</port> <!-- Keep in sync
with the port-offset -->
</configuration>
</execution>
<execution>
@@ -227,7 +227,7 @@
<jvmArgs>-server -XX:+UseCompressedOops -Xms48m
-Xmx384m -XX:MaxPermSize=192m
-Djboss.socket.binding.port-offset=${port-offset.shared-tests.default-config-tests}
${additionalJvmArgs}</jvmArgs>
<serverConfig>jbws-testsuite-shared-default-config-tests.xml</serverConfig>
<jbossHome>${jboss.home}</jbossHome>
- <port>49990</port> <!-- Keep in sync
with the port-offset -->
+ <port>29990</port> <!-- Keep in sync
with the port-offset -->
</configuration>
</execution>
</executions>