Author: bimargulies
Date: Sun Apr 22 13:44:16 2012
New Revision: 1328880
URL: http://svn.apache.org/viewvc?rev=1328880&view=rev
Log:
[MCHANGES-264]: [PATCH] Migration from obsolete plexus-maven-plugin to
plexus-containers-component-metadata
Modified:
maven/plugins/trunk/maven-changes-plugin/pom.xml
Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1328880&r1=1328879&r2=1328880&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sun Apr 22 13:44:16 2012
@@ -396,14 +396,13 @@ under the License.
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.8</version>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>create-component-descriptor</id>
<phase>generate-resources</phase>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
<execution>
@@ -417,7 +416,7 @@ under the License.
</configuration>
<phase>generate-resources</phase>
<goals>
- <goal>merge-descriptors</goal>
+ <goal>merge-metadata</goal>
</goals>
</execution>
</executions>