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>