Cleanup
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@480082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -315,7 +315,11 @@
|
||||
<ant:echo>Cleaned up eclipse generated files</ant:echo>
|
||||
</goal>
|
||||
|
||||
<goal name="eclipse:multi-init" description="Initialize multiproject settings">
|
||||
<!--==================================================================-->
|
||||
<!-- Init multiproject -->
|
||||
<!--==================================================================-->
|
||||
|
||||
<goal name="eclipse:multiinit" description="Initialize multiproject settings">
|
||||
<j:if test="${!init_already_executed}">
|
||||
<!-- Default reactor properties from the Multiproject plug-in -->
|
||||
<!-- Make sure the multiproject plugin is loaded -->
|
||||
@@ -332,7 +336,11 @@
|
||||
</j:if>
|
||||
</goal>
|
||||
|
||||
<goal name="eclipse:multiproject" description="Launch the eclipse goal in a multiproject context" prereqs="eclipse:multi-init">
|
||||
<!--==================================================================-->
|
||||
<!-- Call eclipse:eclipse in multiproject -->
|
||||
<!--==================================================================-->
|
||||
|
||||
<goal name="eclipse:multiproject" description="Launch the eclipse goal in a multiproject context" prereqs="eclipse:multiinit">
|
||||
<maven:reactor
|
||||
basedir="${mBasedir}"
|
||||
banner="Creating eclipse settings for : "
|
||||
@@ -343,7 +351,11 @@
|
||||
ignoreFailures="${mIgnoreFailures}"/>
|
||||
</goal>
|
||||
|
||||
<goal name="eclipse:multiclean" description="Launch the eclipse:clean goal in a multiproject context" prereqs="eclipse:multi-init">
|
||||
<!--==================================================================-->
|
||||
<!-- Call eclipse:clean in multiproject -->
|
||||
<!--==================================================================-->
|
||||
|
||||
<goal name="eclipse:multiclean" description="Launch the eclipse:clean goal in a multiproject context" prereqs="eclipse:multiinit">
|
||||
<maven:reactor
|
||||
basedir="${mBasedir}"
|
||||
banner="Deleting eclipse settings for :"
|
||||
|
||||
Reference in New Issue
Block a user