You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
676 B
22 lines
676 B
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>
|