Author: jdcasey Date: Mon Jul 11 13:04:16 2005 New Revision: 210200 URL: http://svn.apache.org/viewcvs?rev=210200&view=rev Log: rolling back this change until I get the plugin-mapping stuff figured out, to keep the bootstrap working...
Modified: maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Modified: maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=210200&r1=210199&r2=210200&view=diff ============================================================================== --- maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Mon Jul 11 13:04:16 2005 @@ -193,8 +193,10 @@ <test-compile>compiler:testCompile</test-compile> <test>surefire:test</test> <package>jar:jar</package> - <install>install:install,plugin:install-mapping</install> - <deploy>deploy:deploy,plugin:deploy-mapping</deploy> + <install>install:install</install> + <deploy>deploy:deploy</deploy> + <!-- install>install:install,plugin:install-mapping</install> + <deploy>deploy:deploy,plugin:deploy-mapping</deploy -->> </phases> <!-- END SNIPPET: maven-plugin-lifecycle --> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]