Author: brett Date: Wed May 7 07:13:53 2008 New Revision: 654116 URL: http://svn.apache.org/viewvc?rev=654116&view=rev Log: remove property that shouldn't be needed - it was causing ${maven.repo.local} to be created locally as a directory
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=654116&r1=654115&r2=654116&view=diff ============================================================================== --- maven/components/trunk/maven-core-it-runner/pom.xml (original) +++ maven/components/trunk/maven-core-it-runner/pom.xml Wed May 7 07:13:53 2008 @@ -58,10 +58,6 @@ <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>