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 th...@apache.org on 2006/12/28 20:07:30 UTC

svn commit: r490772 - /webservices/axis2/trunk/java/modules/addressing/maven.xml

Author: thilina
Date: Thu Dec 28 11:07:30 2006
New Revision: 490772

URL: http://svn.apache.org/viewvc?view=rev&rev=490772
Log:
Fixing Axis2-1900
Make sure the addressing.mar is generated even when tests are skipped.

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

Modified: webservices/axis2/trunk/java/modules/addressing/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/addressing/maven.xml?view=diff&rev=490772&r1=490771&r2=490772
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/maven.xml Thu Dec 28 11:07:30 2006
@@ -8,7 +8,7 @@
     xmlns:maven="jelly:maven"
     xmlns:deploy="deploy"
     xmlns:ant="jelly:ant">
-    <postGoal name="test:compile">
+    <postGoal name="java:compile">
         <mkdir dir="target/classes/META-INF"/>
         <copy file="src/META-INF/module.xml"
             tofile="target/classes/META-INF/module.xml"/>



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