You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/17 19:30:31 UTC

svn commit: r638008 - /maven/components/trunk/maven-core-it-runner/pom.xml

Author: brianf
Date: Mon Mar 17 11:30:17 2008
New Revision: 638008

URL: http://svn.apache.org/viewvc?rev=638008&view=rev
Log:
pass on the local repo to the its

Modified:
    maven/components/trunk/maven-core-it-runner/pom.xml

Modified: maven/components/trunk/maven-core-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-it-runner/pom.xml?rev=638008&r1=638007&r2=638008&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it-runner/pom.xml (original)
+++ maven/components/trunk/maven-core-it-runner/pom.xml Mon Mar 17 11:30:17 2008
@@ -58,6 +58,10 @@
               <name>maven.test.tmpdir</name>
               <value>${basedir}/target/it-working-folder</value>
             </property>
+            <property>
+              <name>maven.repo.local</name>
+              <value>${maven.repo.local}</value>
+            </property>
           </systemProperties>
           <includes>
             <include>**/Suite.java</include>