You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/06/11 19:08:44 UTC

svn commit: r1491879 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: rfscholte
Date: Tue Jun 11 17:08:44 2013
New Revision: 1491879

URL: http://svn.apache.org/r1491879
Log:
Increase -Xmx to 384m for surefire to get it running on https://builds.apache.org

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1491879&r1=1491878&r2=1491879&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue Jun 11 17:08:44 2013
@@ -296,8 +296,8 @@ under the License.
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.12.2</version>
         <configuration>
-          <!-- Need of more head space in order to run the unit tests !-->
-          <argLine>-Xmx256m</argLine>
+          <!-- Need of more heap space in order to run the unit tests !-->
+          <argLine>-Xmx384m</argLine>
           <systemPropertyVariables>
             <maven.home>${maven.home}</maven.home>
           </systemPropertyVariables>