Author: hboutemy
Date: Wed Aug 17 20:56:38 2011
New Revision: 1158911

URL: http://svn.apache.org/viewvc?rev=1158911&view=rev
Log:
[ARCHETYPE-378] removed add-archetype-metadata goal, which seems a copy/paste 
without any real use

Removed:
    
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/AddArchetypeMetadataMojo.java
Modified:
    
maven/archetype/trunk/archetype-packaging/src/main/resources/META-INF/plexus/components.xml

Modified: 
maven/archetype/trunk/archetype-packaging/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-packaging/src/main/resources/META-INF/plexus/components.xml?rev=1158911&r1=1158910&r2=1158911&view=diff
==============================================================================
--- 
maven/archetype/trunk/archetype-packaging/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/archetype/trunk/archetype-packaging/src/main/resources/META-INF/plexus/components.xml
 Wed Aug 17 20:56:38 2011
@@ -27,8 +27,7 @@
                 <phases>
                     
<process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
                     
<process-test-resources>org.apache.maven.plugins:maven-resources-plugin:testResources</process-test-resources>
-                    
<package>org.apache.maven.plugins:maven-archetype-plugin:jar,
-                             
org.apache.maven.plugins:maven-archetype-plugin:add-archetype-metadata</package><!--,
 AND METADATA LIKE MAVEN PLUGIN-->
+                    
<package>org.apache.maven.plugins:maven-archetype-plugin:jar</package>
                     
<integration-test>org.apache.maven.plugins:maven-archetype-plugin:integration-test</integration-test>
                     
<install>org.apache.maven.plugins:maven-install-plugin:install,
                              
org.apache.maven.plugins:maven-archetype-plugin:update-local-catalog</install><!--
 Update the local catalog -->


Reply via email to