Blame SOURCES/maven-artifact-resolver-plexus.patch

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