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 2007/05/26 06:06:11 UTC

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

Author: dims
Date: Fri May 25 21:06:10 2007
New Revision: 541858

URL: http://svn.apache.org/viewvc?view=rev&rev=541858
Log:
switch from reactor to multiproject

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=541858&r1=541857&r2=541858
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Fri May 25 21:06:10 2007
@@ -341,7 +341,8 @@
     </goal>
 
     <goal name="clover">
-        <modules:reactor goals="clover:on,jar:install,test"/>
+        <j:set var="goal">clover:on,jar:install,test</j:set>
+        <attainGoal name="multiproject:goal"/>
         <attainGoal name="clover:merge"/>
         <attainGoal name="clover:report"/>
     </goal>



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