You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/09 21:39:48 UTC

svn commit: r654919 - /cxf/trunk/distribution/bundle/pom.xml

Author: dkulp
Date: Fri May  9 12:39:48 2008
New Revision: 654919

URL: http://svn.apache.org/viewvc?rev=654919&view=rev
Log:
Give javadoc more memory or it fails on OS X

Modified:
    cxf/trunk/distribution/bundle/pom.xml

Modified: cxf/trunk/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/pom.xml?rev=654919&r1=654918&r2=654919&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/pom.xml (original)
+++ cxf/trunk/distribution/bundle/pom.xml Fri May  9 12:39:48 2008
@@ -411,6 +411,8 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <minmemory>128m</minmemory>
+                            <maxmemory>512m</maxmemory>
                             <header>Apache CXF API</header>
                             <footer>Apache CXF API</footer>
                             <sourcepath>${project.build.directory}/sources</sourcepath>