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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 10:11:28 EST 2008


Author: ALRubinger
Date: 2008-02-13 10:11:28 -0500 (Wed, 13 Feb 2008)
New Revision: 69826

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Explictly call target 'main' for test JAR generation

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-02-13 14:34:59 UTC (rev 69825)
+++ projects/ejb3/trunk/core/pom.xml	2008-02-13 15:11:28 UTC (rev 69826)
@@ -74,7 +74,7 @@
               <tasks>
 
                 <!-- Excute the Test Build -->
-                <ant antfile="build-test.xml" />
+                <ant antfile="build-test.xml" target="main" />
               
               </tasks>
             </configuration>




More information about the jboss-cvs-commits mailing list