You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/22 00:08:42 UTC

svn commit: r639904 - /maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml

Author: bentmann
Date: Fri Mar 21 16:08:41 2008
New Revision: 639904

URL: http://svn.apache.org/viewvc?rev=639904&view=rev
Log:
o Adjusted IT due to r639886

Modified:
    maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml

Modified: maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml?rev=639904&r1=639903&r2=639904&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/src/it/encoding-it/pom.xml Fri Mar 21 16:08:41 2008
@@ -27,7 +27,8 @@
             <configuration>
               <tasks>
                 <!-- delete the properties file to prevent fallback, we want only stuff from the XML file -->
-                <delete file="${basedir}/maven-build.properties"/>
+                <delete file="${basedir}/maven-build.properties" />
+                <property name="maven.repo.local" location="${settings.localRepository}" />
                 <ant dir="${basedir}" antfile="${basedir}/build.xml" target="package" />
               </tasks>
             </configuration>