"multiproject:clean" goal was added
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -212,9 +212,9 @@ maven -Dgoal=clean multiproject:goal</m:param-check>
|
||||
|
||||
|
||||
|
||||
<!--==================================================================-->
|
||||
<!-- Maven Report API - Register -->
|
||||
<!--==================================================================-->
|
||||
<!--==================================================================-->
|
||||
<!-- Maven Report API - Register -->
|
||||
<!--==================================================================-->
|
||||
<goal name="maven-multiproject-plugin:register">
|
||||
<doc:registerReport
|
||||
name="Dependency Convergence"
|
||||
@@ -224,7 +224,7 @@ maven -Dgoal=clean multiproject:goal</m:param-check>
|
||||
</goal>
|
||||
|
||||
|
||||
<!--==================================================================-->
|
||||
<!--==================================================================-->
|
||||
<!-- Maven Report API - Deregister -->
|
||||
<!--==================================================================-->
|
||||
<goal name="maven-multiproject-plugin:deregister">
|
||||
@@ -267,4 +267,16 @@ maven -Dgoal=clean multiproject:goal</m:param-check>
|
||||
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user