You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/05 16:13:11 UTC

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

Author: dims
Date: Mon Mar  5 07:13:10 2007
New Revision: 514687

URL: http://svn.apache.org/viewvc?view=rev&rev=514687
Log:
short cut for gathering all the axis2 jars into one directory and download latest jars

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

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/maven.xml?view=diff&rev=514687&r1=514686&r2=514687
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Mon Mar  5 07:13:10 2007
@@ -371,6 +371,15 @@
         <attainGoal name="download-libs"/>
     </goal>
 
+    <goal name="refresh-libs">
+        <attainGoal name="download-libs"/>
+        <ant:copy toDir="target/temp/war/lib" flatten="true">
+            <ant:fileset dir="modules/">
+                <include name="**/target/axis2-*-${pom.currentVersion}.jar"/>
+            </ant:fileset>
+        </ant:copy>
+    </goal>
+
     <goal name="download-libs">
         <macros:copy-deps copyToDir="target/lib" mods="*"/>
     </goal>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org