Author: asoldano
Date: 2015-01-09 06:08:42 -0500 (Fri, 09 Jan 2015)
New Revision: 19358
Modified:
stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
Log:
Remove useless container startup
Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-09
09:52:13 UTC (rev 19357)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-09
11:08:42 UTC (rev 19358)
@@ -218,19 +218,6 @@
</configuration>
</execution>
<execution>
- <id>ssl-mutual-auth</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>start</goal>
- </goals>
- <configuration>
- <jvmArgs>-server -XX:+UseCompressedOops -Xms48m
-Xmx384m -XX:MaxPermSize=192m -Djboss.socket.binding.port-offset=10000
${additionalJvmArgs}</jvmArgs>
-
<serverConfig>jbws-testsuite-ssl-mutual-auth.xml</serverConfig>
- <jbossHome>${jboss.home}</jbossHome>
- <port>19990</port>
- </configuration>
- </execution>
- <execution>
<id>default-config-tests</id>
<phase>pre-integration-test</phase>
<goals>