Author: rsearls
Date: 2015-01-03 18:05:14 -0500 (Sat, 03 Jan 2015)
New Revision: 19321
Modified:
stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
Log:
arquillian migration remove unneeded config
Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-03
23:03:40 UTC (rev 19320)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml 2015-01-03
23:05:14 UTC (rev 19321)
@@ -75,23 +75,6 @@
</configuration>
</execution>
<execution>
- <id>testsuite-ssl-mutual-auth</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>execute</goal>
- </goals>
- <configuration>
-
<source>${basedir}/src/test/scripts/jbws-testsuite-ssl-mutual-auth.groovy</source>
- <properties>
-
<inputFile>${jboss.home}/standalone/configuration/standalone.xml</inputFile>
-
<outputFile>${jboss.home}/standalone/configuration/jbws-testsuite-ssl-mutual-auth.xml</outputFile>
-
<serverLog>jbws-testsuite-ssl-mutual-auth.log</serverLog>
-
<keystorePath>${project.build.directory}/test-classes/test.keystore</keystorePath>
-
<truststorePath>${project.build.directory}/test-classes/test.truststore</truststorePath>
- </properties>
- </configuration>
- </execution>
- <execution>
<id>testsuite-default-config-tests</id>
<phase>pre-integration-test</phase>
<goals>
Show replies by date