You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sanselan-commits@incubator.apache.org by cz...@apache.org on 2008/03/04 06:56:39 UTC

svn commit: r633373 - /incubator/sanselan/trunk/pom.xml

Author: cziegeler
Date: Mon Mar  3 22:56:36 2008
New Revision: 633373

URL: http://svn.apache.org/viewvc?rev=633373&view=rev
Log:
Increase memory for junit tests.

Modified:
    incubator/sanselan/trunk/pom.xml

Modified: incubator/sanselan/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/pom.xml?rev=633373&r1=633372&r2=633373&view=diff
==============================================================================
--- incubator/sanselan/trunk/pom.xml (original)
+++ incubator/sanselan/trunk/pom.xml Mon Mar  3 22:56:36 2008
@@ -96,7 +96,14 @@
           <goals>deploy</goals>
         </configuration>
       </plugin>
-    </plugins>      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>-Xmx512m</argLine>
+        </configuration>
+      </plugin>
+    </plugins>  
     <!-- Let's be sure that we use the latest releases of the plugins -->
     <pluginManagement>
       <plugins>