20 lines
570 B
Diff
20 lines
570 B
Diff
diff --git a/pom.xml b/pom.xml
|
|
index e3f2ed6..7d4f79e 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -125,12 +125,12 @@
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-maven-plugin</artifactId>
|
|
+ <artifactId>plexus-component-metadata</artifactId>
|
|
<version>1.3.4</version>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
- <goal>descriptor</goal>
|
|
+ <goal>generate-metadata</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|