Author: aheritier Date: Tue Sep 20 13:10:03 2005 New Revision: 290553 URL: http://svn.apache.org/viewcvs?rev=290553&view=rev Log: fix typo !!!
Modified: maven/maven-1/core/trunk/maven.xml Modified: maven/maven-1/core/trunk/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=290553&r1=290552&r2=290553&view=diff ============================================================================== --- maven/maven-1/core/trunk/maven.xml (original) +++ maven/maven-1/core/trunk/maven.xml Tue Sep 20 13:10:03 2005 @@ -37,7 +37,7 @@ </goal> <goal name="maven:plugins-test" description="Test each Maven plugin"> <!-- launch tests from the plugins directory to avoid conflicts with properties defined for the core --> - <maven:maven descriptor="${maven.plugins.directory}/plugin.xml" goals="plugins:test-all" ignoreFailures="false"/> + <maven:maven descriptor="${maven.plugins.directory}/project.xml" goals="plugins:test-all" ignoreFailures="false"/> </goal> <goal name="maven:plugins-install" description="Install each Maven plugin"> <maven:reactor basedir="${maven.plugins.directory}" includes="${maven.plugins.includes}" excludes="${maven.plugins.excludes}" goals="clean,plugin:install" banner="Installing" ignoreFailures="false"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]