Generate eclipse settings for all projects.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35897d01b6
commit
41c9c1723c
@ -41,6 +41,6 @@
|
||||
<maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:publish-all-sites" ignoreFailures="false"/>
|
||||
</goal>
|
||||
<goal name="plugins:eclipse" description="Generates eclipse settings for each project.">
|
||||
<maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="eclipse" banner="Generates Eclipse Settings" ignoreFailures="true"/>
|
||||
<maven:reactor basedir="${basedir}" includes="*/project.xml" goals="eclipse" banner="Generates Eclipse Settings for " ignoreFailures="true"/>
|
||||
</goal>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user