[jboss-cvs] JBossAS SVN: r95346 - projects/jboss-osgi/trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 21 17:39:00 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-21 17:39:00 -0400 (Wed, 21 Oct 2009)
New Revision: 95346
Modified:
projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Give embedded felix more heap
Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml 2009-10-21 21:38:51 UTC (rev 95345)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml 2009-10-21 21:39:00 UTC (rev 95346)
@@ -202,6 +202,16 @@
<scope>provided</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx512m</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<!--
@@ -226,6 +236,16 @@
<scope>provided</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx512m</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<!--
More information about the jboss-cvs-commits
mailing list