Author: cschneider
Date: Fri Jun 10 13:35:19 2011
New Revision: 1134323

URL: http://svn.apache.org/viewvc?rev=1134323&view=rev
Log:
Let CXF codegen fork to reduce perm gen usage

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1134323&r1=1134322&r2=1134323&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Fri Jun 10 13:35:19 2011
@@ -1591,6 +1591,9 @@
           <groupId>org.apache.cxf</groupId>
           <artifactId>cxf-codegen-plugin</artifactId>
           <version>${cxf-version}</version>
+          <configuration>
+            <fork>once</fork>
+          </configuration>
           <dependencies>
             <!--
               needed to add this to get around the following error on IBM's 
JDK org.apache.xerces.impl.dv.DVFactoryException: DTD factory class


Reply via email to