wrong location of settings file

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/common/trunk@987052 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upload.xml b/upload.xml
index ecf2363..3ef48b7 100644
--- a/upload.xml
+++ b/upload.xml
@@ -29,7 +29,7 @@
           message="supply upload.user on the command line"/>
     <fail unless="upload.password"
           message="supply upload.password on the command line"/>
-    <ivy:configure file="ivysettings-nexus.xml"/>
+    <ivy:configure file="${common.basedir}/ivysettings-nexus.xml"/>
     <ivy:resolve file="${target.ivy.xml}"/>
     <ivy:retrieve/>
     <ivy:deliver/>