Author: veithen
Date: Wed Mar 31 13:49:05 2010
New Revision: 929538
URL: http://svn.apache.org/viewvc?rev=929538&view=rev
Log:
AXIS2-4666: Switch compiler to fork mode to avoid OutOfMemoryError.
Modified:
axis/axis2/java/core/trunk/modules/integration/pom.xml
Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=929538&r1=929537&r2=929538&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/pom.xml Wed Mar 31 13:49:05
2010
@@ -314,6 +314,9 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
+ <!-- There is a lot of generated code to compile; use fork
mode
+ to avoid out of memory issues: -->
+ <fork>true</fork>
</configuration>
</plugin>
<plugin>