[jboss-cvs] JBossAS SVN: r91023 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jul 9 16:09:54 EDT 2009
Author: pgier
Date: 2009-07-09 16:09:54 -0400 (Thu, 09 Jul 2009)
New Revision: 91023
Modified:
trunk/testsuite/build.xml
Log:
[JBBUILD-531] Enable dependency caching in the maven ant tasks.
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2009-07-09 20:07:28 UTC (rev 91022)
+++ trunk/testsuite/build.xml 2009-07-09 20:09:54 UTC (rev 91023)
@@ -392,7 +392,9 @@
<maven:dependencies filesetId="pom.dependencies"
versionsId="pom.dependencies.versions"
scopes="compile, runtime, test" type="pom, jar, zip, war"
- addArtifactFileSetRefs="true">
+ addArtifactFileSetRefs="true"
+ cacheDependencyRefs="true"
+ dependencyRefsBuildFile="output/build-dependencies.xml">
<pom file="../thirdparty/pom.xml"/>
</maven:dependencies>
More information about the jboss-cvs-commits
mailing list