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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 12 15:33:47 EST 2008


Author: ALRubinger
Date: 2008-02-12 15:33:47 -0500 (Tue, 12 Feb 2008)
New Revision: 69801

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Hooked new EJB3 TestRunner Mojo into the Core integration test cycle

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-02-12 20:27:56 UTC (rev 69800)
+++ projects/ejb3/trunk/core/pom.xml	2008-02-12 20:33:47 UTC (rev 69801)
@@ -35,6 +35,25 @@
   <build>
     
     <plugins>
+    
+        <!-- EJB3 TestRunner Configuration --> 
+      <plugin>
+        <groupId>org.jboss.ejb3</groupId>
+        <artifactId>maven-jboss-ejb3-testrunner-plugin</artifactId>
+        <version>0.1.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>run-ejb3-tests</id>
+            <goals>
+              <goal>run-tests</goal>
+            </goals>
+            <phase>integration-test</phase>
+            <configuration>
+               <!-- Config here -->
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
       <!-- Antrun Plugin Configuration --> 
       <plugin>




More information about the jboss-cvs-commits mailing list