[jboss-cvs] JBossAS SVN: r69811 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 02:25:34 EST 2008


Author: ALRubinger
Date: 2008-02-13 02:25:34 -0500 (Wed, 13 Feb 2008)
New Revision: 69811

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Tie integration tests to the validate lifecycle for development, add some configuration

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-02-13 06:50:26 UTC (rev 69810)
+++ projects/ejb3/trunk/core/pom.xml	2008-02-13 07:25:34 UTC (rev 69811)
@@ -47,9 +47,13 @@
             <goals>
               <goal>run-tests</goal>
             </goals>
-            <phase>integration-test</phase>
+            <!-- <phase>integration-test</phase>  -->
+            <phase>validate</phase>
             <configuration>
-               <!-- Config here -->
+                <jvmArgs>
+                  <jvmArg>-Xmx512M</jvmArg>
+                </jvmArgs>
+                <config>all</config>
             </configuration>
           </execution>
         </executions>




More information about the jboss-cvs-commits mailing list