You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/09/25 23:17:35 UTC

svn commit: r819015 - /maven/maven-3/trunk/pom.xml

Author: jvanzyl
Date: Fri Sep 25 21:17:35 2009
New Revision: 819015

URL: http://svn.apache.org/viewvc?rev=819015&view=rev
Log:
o make surefire happy on the mac

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=819015&r1=819014&r2=819015&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Sep 25 21:17:35 2009
@@ -442,6 +442,7 @@
                   <value>${maven.repo.local}</value>
                 </property>
               </systemProperties>
+              <argLine>-Xmx256m</argLine>              
             </configuration>
           </plugin>
         </plugins>