Author: richard.opalka(a)jboss.com
Date: 2009-09-01 05:55:55 -0400 (Tue, 01 Sep 2009)
New Revision: 93065
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
Give surefire 512m head for mc framework
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-09-01 08:01:24 UTC (rev
93064)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-09-01 09:55:55 UTC (rev
93065)
@@ -221,6 +221,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-Xmx512m</argLine>
<excludes>
<exclude>${target.container.excludes}</exclude>
</excludes>
Show replies by date