Author: markh Date: Mon May 21 15:40:50 2012 New Revision: 1341080 URL: http://svn.apache.org/viewvc?rev=1341080&view=rev Log: Migrated plexus-maven-plugin to plexus-component-metadata
Modified: maven/shared/trunk/maven-runtime/pom.xml Modified: maven/shared/trunk/maven-runtime/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341080&r1=1341079&r2=1341080&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/pom.xml (original) +++ maven/shared/trunk/maven-runtime/pom.xml Mon May 21 15:40:50 2012 @@ -107,11 +107,11 @@ </plugin> <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>