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 ru...@apache.org on 2006/09/24 13:56:36 UTC

svn commit: r449396 - /webservices/axis2/trunk/java/modules/rahas/maven.xml

Author: ruchithf
Date: Sun Sep 24 04:56:36 2006
New Revision: 449396

URL: http://svn.apache.org/viewvc?view=rev&rev=449396
Log:
Copy rahas module in to the maven repo

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

Modified: webservices/axis2/trunk/java/modules/rahas/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/rahas/maven.xml?view=diff&rev=449396&r1=449395&r2=449396
==============================================================================
--- webservices/axis2/trunk/java/modules/rahas/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/rahas/maven.xml Sun Sep 24 04:56:36 2006
@@ -58,5 +58,10 @@
             <fileset dir="target/sts"/>
         </delete>
         <!-- Create the sts.aar : END -->
-    </postGoal>     
+    </postGoal>
+	
+	<postGoal name="test:compile">
+	    <copy file="target/rahas-${rahas_version}.mar" tofile="target/modules/rahas-${rahas_version}.mar"/>
+        <copy file="target/rahas-${rahas_version}.mar" tofile="${maven.repo.local}/axis2/mars/rahas-${rahas_version}.mar"/>
+	</postGoal>
 </project>



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