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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 12 00:55:28 EDT 2008


Author: ALRubinger
Date: 2008-05-12 00:55:28 -0400 (Mon, 12 May 2008)
New Revision: 73253

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
[EJBTHREE-1331] Remove dependency on EJB3 TestRunner M2 Plugin, not required for Beta1 release of EJB3 Core

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-05-12 04:53:32 UTC (rev 73252)
+++ projects/ejb3/trunk/core/pom.xml	2008-05-12 04:55:28 UTC (rev 73253)
@@ -59,7 +59,7 @@
         </executions>
       </plugin>
       
-      <!-- EJB3 TestRunner Configuration -->
+      <!-- EJB3 TestRunner Configuration 
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jboss-ejb3-testrunner-plugin</artifactId>
@@ -71,7 +71,7 @@
               <goal>run-testsuite</goal>
             </goals>
             <phase>integration-test</phase>
-            <!-- <phase>validate</phase>  For testing only-->
+                <phase>validate</phase>  For testing only
             <configuration>
               <jvmArgs>
                 <jvmArg>-Xmx512M</jvmArg>
@@ -80,7 +80,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin> -->
 
       <!-- Assembly Plugin -->
       <plugin>




More information about the jboss-cvs-commits mailing list