[jboss-osgi-commits] JBoss-OSGI SVN: r93812 - projects/jboss-osgi/trunk/testsuite.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Sep 21 13:10:35 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-21 13:10:34 -0400 (Mon, 21 Sep 2009)
New Revision: 93812

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Give jbossmc hudson run more heap

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-21 15:55:18 UTC (rev 93811)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-21 17:10:34 UTC (rev 93812)
@@ -246,6 +246,16 @@
           <scope>provided</scope>
         </dependency>
       </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <argLine>-Xmx512m</argLine>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
     </profile>
     <profile>
       <id>framework-default</id>



More information about the jboss-osgi-commits mailing list