You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/03/24 07:05:42 UTC

svn commit: r388394 - /webservices/commons/trunk/modules/axiom/maven.xml

Author: chinthaka
Date: Thu Mar 23 22:05:40 2006
New Revision: 388394

URL: http://svn.apache.org/viewcvs?rev=388394&view=rev
Log:
Adding script to copy impl and api jars in to maven local repo

Modified:
    webservices/commons/trunk/modules/axiom/maven.xml

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/maven.xml?rev=388394&r1=388393&r2=388394&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Thu Mar 23 22:05:40 2006
@@ -30,11 +30,16 @@
                 <ant:include name="org/apache/ws/commons/om/impl/llom/**"/>
             </ant:fileset>
         </jar>
+        <ant:copy toDir="${maven.repo.local}/${groupId}/jars">
+            <ant:fileset file="target/axiom-api-${axiom.version}.jar"/>
+            <ant:fileset file="target/axiom-impl-${axiom.version}.jar"/>
+        </ant:copy>
 
     </postGoal>
 
     <goal name="jar">
         <attainGoal name="jar:install"/>
+
     </goal>
 
     <goal name="release" prereqs="dist-bin,dist-src">