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

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