You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/25 23:05:59 UTC

svn commit: r372332 - /webservices/axis2/trunk/java/modules/tool/maven.xml

Author: dims
Date: Wed Jan 25 14:05:58 2006
New Revision: 372332

URL: http://svn.apache.org/viewcvs?rev=372332&view=rev
Log:
fix problem when running the whole harness

Modified:
    webservices/axis2/trunk/java/modules/tool/maven.xml

Modified: webservices/axis2/trunk/java/modules/tool/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/maven.xml?rev=372332&r1=372331&r2=372332&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/maven.xml Wed Jan 25 14:05:58 2006
@@ -57,7 +57,7 @@
                  basedir="${tracer.temp.dir}"
                  includes="**"/>
         <artifact:install
-                 artifact="target/axis2-tracer-${pom.currentVersion}.jar"
+                 artifact="${basedir}/target/axis2-tracer-${pom.currentVersion}.jar"
                  artifactIdOverride="axis2-tracer"
                  type="jar"
                  project="${pom}"