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/12/18 22:21:41 UTC

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

Author: dims
Date: Mon Dec 18 13:21:40 2006
New Revision: 488423

URL: http://svn.apache.org/viewvc?view=rev&rev=488423
Log:
separate out the download into another goal so that we can download w/o building 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=488423&r1=488422&r2=488423
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Mon Dec 18 13:21:40 2006
@@ -370,6 +370,10 @@
     </goal>
 
     <goal name="create-lib" prereqs="jar">
+        <attainGoal name="download-libs"/>
+    </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