File pom.patch of Package plexus-naming
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -12,12 +12,12 @@
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3</version>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.4</version>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>