You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/05 21:43:46 UTC

svn commit: r1143185 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Tue Jul  5 19:43:45 2011
New Revision: 1143185

URL: http://svn.apache.org/viewvc?rev=1143185&view=rev
Log:
replaced old plexus-maven-plugin with plexus-component-metadata

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1143185&r1=1143184&r2=1143185&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Tue Jul  5 19:43:45 2011
@@ -250,11 +250,11 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>