[jboss-cvs] JBossAS SVN: r107932 - branches/infinispan-int/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 31 17:40:03 EDT 2010


Author: smarlow at redhat.com
Date: 2010-08-31 17:40:03 -0400 (Tue, 31 Aug 2010)
New Revision: 107932

Modified:
   branches/infinispan-int/testsuite/build.xml
Log:
use maven.repo.local with using maven to generate dependency list

Modified: branches/infinispan-int/testsuite/build.xml
===================================================================
--- branches/infinispan-int/testsuite/build.xml	2010-08-31 20:35:44 UTC (rev 107931)
+++ branches/infinispan-int/testsuite/build.xml	2010-08-31 21:40:03 UTC (rev 107932)
@@ -605,6 +605,7 @@
     <!-- Set a default file to use to define the thirdparty dependencies. -->
     <property name="thirdparty.pom.file" location="pom.xml"/>
     
+    <property name="maven.repo.local" location="${user.home}/.m2/repository"/>
     <!-- 
       -  Initialize properties for each dependency in the thirdparty pom 
       -  The properties take the form "groupId:artifactId:packaging"
@@ -615,6 +616,7 @@
                         cacheDependencyRefs="true"
                         dependencyRefsBuildFile="output/build-dependencies.xml">
       <pom file="${thirdparty.pom.file}"/>
+      <localRepository path="${maven.repo.local}"/>
     </maven:dependencies>
 
     <mapper id="remove-versions" classpathref="maven-ant-tasks.classpath"



More information about the jboss-cvs-commits mailing list