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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 12 16:11:34 EST 2008


Author: ALRubinger
Date: 2008-02-12 16:11:34 -0500 (Tue, 12 Feb 2008)
New Revision: 69804

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Changed packaging of tests to run immediately before integration tests, removed unused jboss-test CP

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-02-12 21:02:16 UTC (rev 69803)
+++ projects/ejb3/trunk/core/pom.xml	2008-02-12 21:11:34 UTC (rev 69804)
@@ -65,13 +65,10 @@
             <goals>
               <goal>run</goal>
             </goals>
-            <phase>package</phase>
+            <phase>pre-integration-test</phase>
             <configuration>
               <tasks>
-             
-                <!-- Set the jboss-test CP -->
-                <property name="jboss.test.path" value="${project.build.directory}/dependencies/lib/jboss-test/jboss-test.jar" />
-               
+
                 <!-- Excute the Test Build -->
                 <ant antfile="build-test.xml" />
               




More information about the jboss-cvs-commits mailing list