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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 10 21:29:20 EST 2008


Author: ALRubinger
Date: 2008-02-10 21:29:19 -0500 (Sun, 10 Feb 2008)
New Revision: 69763

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
Don't copy transitive dependencies

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-02-11 00:08:10 UTC (rev 69762)
+++ projects/ejb3/trunk/core/pom.xml	2008-02-11 02:29:19 UTC (rev 69763)
@@ -140,6 +140,7 @@
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>
               <stripVersion>true</stripVersion>
+              <excludeTransitive>true</excludeTransitive>
             </configuration>
           </execution>
 




More information about the jboss-cvs-commits mailing list