maven-artifact-resolver/maven-artifact-resolver-plexus.patch
Petr Šabata 0eb06dee0a RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/maven-artifact-resolver#b588391127d1b92620bc1280908ec67d98238504
2020-10-15 19:07:50 +02:00

22 lines
676 B
Diff

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