You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2011/12/14 22:46:18 UTC

svn commit: r1214494 - /maven/shared/trunk/maven-doxia-tools/pom.xml

Author: rfscholte
Date: Wed Dec 14 21:46:18 2011
New Revision: 1214494

URL: http://svn.apache.org/viewvc?rev=1214494&view=rev
Log:
Fix MSHARED-200: Migration from obsolete plexus-maven-plugin to plexus-containers-component-metadata

Modified:
    maven/shared/trunk/maven-doxia-tools/pom.xml

Modified: maven/shared/trunk/maven-doxia-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/pom.xml?rev=1214494&r1=1214493&r2=1214494&view=diff
==============================================================================
--- maven/shared/trunk/maven-doxia-tools/pom.xml (original)
+++ maven/shared/trunk/maven-doxia-tools/pom.xml Wed Dec 14 21:46:18 2011
@@ -156,12 +156,12 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <id>create-component-descriptor</id>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>