michal 2003/07/26 15:09:31 Modified: src/plugins-build/multiproject plugin.jelly src/plugins-build/multiproject/xdocs goals.xml Log: "multiproject:clean" goal was added Revision Changes Path 1.19 +16 -4 maven/src/plugins-build/multiproject/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven/src/plugins-build/multiproject/plugin.jelly,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- plugin.jelly 25 Jul 2003 12:31:32 -0000 1.18 +++ plugin.jelly 26 Jul 2003 22:09:31 -0000 1.19 @@ -212,9 +212,9 @@ - <!--==================================================================--> - <!-- Maven Report API - Register --> - <!--==================================================================--> + <!--==================================================================--> + <!-- Maven Report API - Register --> + <!--==================================================================--> <goal name="maven-multiproject-plugin:register"> <doc:registerReport name="Dependency Convergence" @@ -224,7 +224,7 @@ </goal> - <!--==================================================================--> + <!--==================================================================--> <!-- Maven Report API - Deregister --> <!--==================================================================--> <goal name="maven-multiproject-plugin:deregister"> @@ -266,5 +266,17 @@ basedir="${plugin.resources}/templates" template="dependency-convergence-report.xml"/> </goal> + + + <!--==================================================================--> + <!-- Cleans all subprojects --> + <!--==================================================================--> + <goal name="multiproject:clean" + description="Clean all subprojects"> + + <j:set var="goal" value="clean:clean"/> + <attainGoal name="multiproject:goal"/> + </goal> + </project> 1.7 +9 -0 maven/src/plugins-build/multiproject/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/multiproject/xdocs/goals.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- goals.xml 21 Jul 2003 03:50:55 -0000 1.6 +++ goals.xml 26 Jul 2003 22:09:31 -0000 1.7 @@ -96,6 +96,15 @@ </p> </description> </goal> + + <goal> + <name>multiproject:clean</name> + <description> + <p> + Run goal <code>clean:clean</code> for all projects + </p> + </description> + </goal> </goals> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]