Author: cschneider
Date: Wed Dec 8 21:56:00 2010
New Revision: 1043706
URL: http://svn.apache.org/viewvc?rev=1043706&view=rev
Log:
Remove fork=true as command line is too long on windows
Modified:
cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
Modified: cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/java2ws/pom.xml?rev=1043706&r1=1043705&r2=1043706&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/java2ws/pom.xml Wed Dec 8 21:56:00 2010
@@ -56,7 +56,6 @@
<genWsdl>true</genWsdl>
<verbose>true</verbose>
<attachWsdl>true</attachWsdl>
- <fork>true</fork>
</configuration>
<goals>
<goal>java2ws</goal>