[jboss-cvs] JBossAS SVN: r70499 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 6 12:05:13 EST 2008


Author: pgier
Date: 2008-03-06 12:05:13 -0500 (Thu, 06 Mar 2008)
New Revision: 70499

Modified:
   trunk/thirdparty/pom.xml
Log:
Adding testsuite-libraries.ent.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-03-06 17:04:01 UTC (rev 70498)
+++ trunk/thirdparty/pom.xml	2008-03-06 17:05:13 UTC (rev 70499)
@@ -28,8 +28,19 @@
             </goals>
             <phase>package</phase>
           </execution>
+          <execution>
+            <id>build-thirparty-testsuite</id>
+            <goals>
+              <goal>build-thirdparty</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <librariesEnt>testsuite-libraries.ent</librariesEnt>
+            </configuration>
+          </execution>
         </executions>
         <configuration>
+          <outputDirectory>${basedir}</outputDirectory>
           <mappedDependencies>
             <dependency>
               <groupId>commons-lang</groupId>




More information about the jboss-cvs-commits mailing list