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 20:00:42 UTC

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

Author: dims
Date: Wed Jan 25 11:00:40 2006
New Revision: 372288

URL: http://svn.apache.org/viewcvs?rev=372288&view=rev
Log:
install the tracer jar in the local repo

NOTES: There is a bug in the maven-artifact-plugin version 1.6 Please install the new version using the following command. 

maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.7


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=372288&r1=372287&r2=372288&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/maven.xml Wed Jan 25 11:00:40 2006
@@ -3,6 +3,7 @@
 <!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
 
 <project default="jar"
+    xmlns:artifact="artifact"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:maven="jelly:maven"
@@ -55,6 +56,12 @@
         <ant:zip destfile="target/axis2-tracer-${pom.currentVersion}.jar"
                  basedir="${tracer.temp.dir}"
                  includes="**"/>
+        <artifact:install
+                 artifact="target/axis2-tracer-${pom.currentVersion}.jar"
+                 artifactIdOverride="axis2-tracer-${pom.currentVersion}"
+                 type="jar"
+                 project="${pom}"
+        />
     </goal>
 
     <preGoal name="itest:compile">