Author: hboutemy
Date: Thu May 10 21:24:10 2012
New Revision: 1336897
URL: http://svn.apache.org/viewvc?rev=1336897&view=rev
Log:
[MPH-88] Migration from obsolete plexus-maven-plugin to
plexus-containers-component-metadata
Modified:
maven/plugins/trunk/maven-help-plugin/pom.xml
Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=1336897&r1=1336896&r2=1336897&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Thu May 10 21:24:10 2012
@@ -185,12 +185,11 @@ under the License.
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.8</version>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>