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 2005/10/28 22:33:24 UTC

svn commit: r329287 - /webservices/axis2/trunk/java/maven.xml

Author: dims
Date: Fri Oct 28 13:33:22 2005
New Revision: 329287

URL: http://svn.apache.org/viewcvs?rev=329287&view=rev
Log:
upload the combined jar to the repo as well


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

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=329287&r1=329286&r2=329287&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Fri Oct 28 13:33:22 2005
@@ -238,6 +238,7 @@
         <attainGoal name="create-jar"/>
         <ant:copy file="target/lib/axis2-${pom.currentVersion}.jar"
             toDir="target/"/>
+        <attainGoal name="jar:install"/>
     </goal>