[jboss-cvs] JBossAS SVN: r93065 - projects/jboss-osgi/trunk/testsuite/example.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 05:55:56 EDT 2009


Author: richard.opalka at 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>




More information about the jboss-cvs-commits mailing list