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