[jboss-cvs] JBossAS SVN: r91024 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 16:19:51 EDT 2009


Author: pgier
Date: 2009-07-09 16:19:51 -0400 (Thu, 09 Jul 2009)
New Revision: 91024

Modified:
   trunk/build/build.xml
Log:
Enable caching of the dependency references.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-07-09 20:09:54 UTC (rev 91023)
+++ trunk/build/build.xml	2009-07-09 20:19:51 UTC (rev 91024)
@@ -44,7 +44,8 @@
     <maven:dependencies filesetId="pom.dependencies"
                         versionsId="pom.dependencies.versions"
                         scopes="compile, runtime" type="pom, jar, zip, war"
-                        addArtifactFileSetRefs="true">
+                        addArtifactFileSetRefs="true"
+                        cacheDependencyRefs="true">
       <pom file="../thirdparty/pom.xml"/>
     </maven:dependencies>
 




More information about the jboss-cvs-commits mailing list