Author: aheritier Date: Mon Jul 17 13:34:22 2006 New Revision: 422848 URL: http://svn.apache.org/viewvc?rev=422848&view=rev Log: Generate eclipse settings for all projects.
Modified: maven/maven-1/plugins/trunk/maven.xml Modified: maven/maven-1/plugins/trunk/maven.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/maven.xml?rev=422848&r1=422847&r2=422848&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/maven.xml (original) +++ maven/maven-1/plugins/trunk/maven.xml Mon Jul 17 13:34:22 2006 @@ -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>