[jboss-cvs] JBossAS SVN: r95397 - in projects/jboss-osgi/trunk: reactor/blueprint/testsuite and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 22 08:49:08 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-22 08:49:08 -0400 (Thu, 22 Oct 2009)
New Revision: 95397
Modified:
projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml
projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Add surefire heap sttings to blueprint testing
Modified: projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/pom.xml 2009-10-22 12:40:34 UTC (rev 95396)
+++ projects/jboss-osgi/trunk/reactor/blueprint/pom.xml 2009-10-22 12:49:08 UTC (rev 95397)
@@ -36,6 +36,10 @@
<module>testsuite</module>
</modules>
+ <!-- Properties -->
+ <properties>
+ </properties>
+
<!-- Profiles -->
<profiles>
Modified: projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml 2009-10-22 12:40:34 UTC (rev 95396)
+++ projects/jboss-osgi/trunk/reactor/blueprint/testsuite/pom.xml 2009-10-22 12:49:08 UTC (rev 95397)
@@ -34,6 +34,7 @@
<!-- Properties -->
<properties>
<jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
+ <surefire.system.args>${surefire.memory.args} ${surefire.jpda.args} ${surefire.profiler.args}</surefire.system.args>
</properties>
<!-- Dependencies -->
@@ -140,6 +141,12 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>${surefire.system.args}</argLine>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml 2009-10-22 12:40:34 UTC (rev 95396)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml 2009-10-22 12:49:08 UTC (rev 95397)
@@ -37,9 +37,9 @@
<!-- Properties -->
<properties>
- <surefire.system.args>${surefire.memory.args} ${surefire.jpda.args} ${surefire.profiler.args}</surefire.system.args>
<version.jmx.invoker.adaptor.client>5.0.1.GA</version.jmx.invoker.adaptor.client>
<version.jnp.client>5.0.1.GA</version.jnp.client>
+ <surefire.system.args>${surefire.memory.args} ${surefire.jpda.args} ${surefire.profiler.args}</surefire.system.args>
</properties>
<!-- Dependencies -->
More information about the jboss-cvs-commits
mailing list