You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/07/11 22:04:16 UTC

svn commit: r210200 - /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org