You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2011/06/10 16:39:54 UTC

svn commit: r1134335 - /camel/trunk/parent/pom.xml

Author: cschneider
Date: Fri Jun 10 14:39:54 2011
New Revision: 1134335

URL: http://svn.apache.org/viewvc?rev=1134335&view=rev
Log:
Fork compile to save perm gen space

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1134335&r1=1134334&r2=1134335&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Jun 10 14:39:54 2011
@@ -33,7 +33,7 @@
   <description>Camel Parent POM</description>
 
   <properties>
-    <compiler.fork>false</compiler.fork>
+    <compiler.fork>true</compiler.fork>
     <!-- Note that activemq dependency is only used for testing! -->
     <activemq-version>5.5.0</activemq-version>
     <ahc-version>1.6.3</ahc-version>