[jboss-cvs] JBossAS SVN: r100838 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 10 18:13:32 EST 2010
Author: pgier
Date: 2010-02-10 18:13:31 -0500 (Wed, 10 Feb 2010)
New Revision: 100838
Modified:
trunk/build/build.xml
Log:
Turn off Maven Ant task dependency ref caching.
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-02-10 23:02:46 UTC (rev 100837)
+++ trunk/build/build.xml 2010-02-10 23:13:31 UTC (rev 100838)
@@ -48,8 +48,7 @@
<maven:pom id="pom.project" file="pom.xml"/>
<maven:dependencies filesetId="pom.dependencies"
versionsId="pom.dependencies.versions"
- scopes="compile, runtime"
- cacheDependencyRefs="true">
+ scopes="compile, runtime">
<pom refid="pom.project"/>
</maven:dependencies>
More information about the jboss-cvs-commits
mailing list