Author: bimargulies Date: Wed Nov 18 02:38:58 2009 New Revision: 881648 URL: http://svn.apache.org/viewvc?rev=881648&view=rev Log: turn off forking to avoid running out of memory.
Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=881648&r1=881647&r2=881648&view=diff ============================================================================== --- webservices/commons/trunk/modules/XmlSchema/pom.xml (original) +++ webservices/commons/trunk/modules/XmlSchema/pom.xml Wed Nov 18 02:38:58 2009 @@ -215,6 +215,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <forkMode>never</forkMode> <additionalClasspathElements> <additionalClasspathElement>w3c-testcases</additionalClasspathElement> </additionalClasspathElements>