[jboss-cvs] JBossAS SVN: r95050 - in trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 16 15:26:45 EDT 2009


Author: pgier
Date: 2009-10-16 15:26:45 -0400 (Fri, 16 Oct 2009)
New Revision: 95050

Modified:
   trunk/build/build.xml
   trunk/testsuite/build.xml
Log:
Turn off dependency caching until maven ant tasks bug can be fixed.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-10-16 17:20:49 UTC (rev 95049)
+++ trunk/build/build.xml	2009-10-16 19:26:45 UTC (rev 95050)
@@ -49,7 +49,7 @@
                         versionsId="pom.dependencies.versions"
                         scopes="compile, runtime"
                         addArtifactFileSetRefs="true"
-                        cacheDependencyRefs="true">
+                        cacheDependencyRefs="false">
       <pom file="${dist.pom.file}"/>
     </maven:dependencies>
 

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-10-16 17:20:49 UTC (rev 95049)
+++ trunk/testsuite/build.xml	2009-10-16 19:26:45 UTC (rev 95050)
@@ -577,7 +577,7 @@
                         versionsId="pom.dependencies.versions"
                         scopes="compile, runtime, test"
                         addArtifactFileSetRefs="true"
-                        cacheDependencyRefs="true"
+                        cacheDependencyRefs="false"
                         dependencyRefsBuildFile="output/build-dependencies.xml">
       <pom file="${thirdparty.pom.file}"/>
     </maven:dependencies>




More information about the jboss-cvs-commits mailing list