[jboss-cvs] JBossAS SVN: r65866 - projects/ejb3/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 4 20:28:17 EDT 2007


Author: ALRubinger
Date: 2007-10-04 20:28:17 -0400 (Thu, 04 Oct 2007)
New Revision: 65866

Modified:
   projects/ejb3/trunk/build/pom.xml
Log:
Added support for test goal to support JVM Arguments (for instance, to attach a remote debugger)

Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2007-10-05 00:16:36 UTC (rev 65865)
+++ projects/ejb3/trunk/build/pom.xml	2007-10-05 00:28:17 UTC (rev 65866)
@@ -46,6 +46,7 @@
     <version.jboss.logging.log4j>2.0.2.GA</version.jboss.logging.log4j>
     <version.jboss.logging.spi>2.0.2.GA</version.jboss.logging.spi>
     <version.junit>3.8.1</version.junit>
+    <maven.test.jvmargs></maven.test.jvmargs>
   </properties>
 
   <build>
@@ -95,6 +96,8 @@
           <includes>
             <include>**/**TestCase.java</include>
           </includes>
+          <forkMode>once</forkMode>
+          <argLine>${maven.test.jvmargs}</argLine>
         </configuration>
       </plugin>
       <plugin>




More information about the jboss-cvs-commits mailing list