15317e
diff --git a/pom.xml b/pom.xml
15317e
index 60aaf1f..5c2b49a 100644
15317e
--- a/pom.xml
15317e
+++ b/pom.xml
15317e
@@ -113,14 +113,14 @@ under the License.
15317e
       </plugin>
15317e
       <plugin>
15317e
         <groupId>org.codehaus.plexus</groupId>
15317e
-        <artifactId>plexus-maven-plugin</artifactId>
15317e
+        <artifactId>plexus-component-metadata</artifactId>
15317e
         <version>1.3.8</version>
15317e
         <executions>
15317e
           <execution>
15317e
             <id>create-component-descriptor</id>
15317e
             <phase>generate-resources</phase>
15317e
             <goals>
15317e
-              <goal>descriptor</goal>
15317e
+              <goal>generate-metadata</goal>
15317e
             </goals>
15317e
           </execution>
15317e
         </executions>