You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:34 UTC

[maven-ant-plugin] 25/48: o Adjusted IT due to r639886

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit a7787a446b7d2c23e66f7bfcf99f4520435146e5
Author: Benjamin Bentmann <be...@apache.org>
AuthorDate: Fri Mar 21 23:08:41 2008 +0000

    o Adjusted IT due to r639886
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@639904 13f79535-47bb-0310-9956-ffa450edef68
---
 src/it/encoding-it/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/it/encoding-it/pom.xml b/src/it/encoding-it/pom.xml
index fcfb7f1..eae8a56 100644
--- a/src/it/encoding-it/pom.xml
+++ b/src/it/encoding-it/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.