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.
19 lines
692 B
19 lines
692 B
9 months ago
|
diff -Naur plexus-build-api-0.0.7.orig/pom.xml plexus-build-api-0.0.7/pom.xml
|
||
|
--- plexus-build-api-0.0.7.orig/pom.xml 2011-02-11 17:37:00.000000000 +0100
|
||
|
+++ plexus-build-api-0.0.7/pom.xml 2011-07-27 14:48:31.508448776 +0200
|
||
|
@@ -46,12 +46,11 @@
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>org.codehaus.plexus</groupId>
|
||
|
- <artifactId>plexus-maven-plugin</artifactId>
|
||
|
- <version>1.3.4</version>
|
||
|
+ <artifactId>plexus-component-metadata</artifactId>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<goals>
|
||
|
- <goal>descriptor</goal>
|
||
|
+ <goal>generate-metadata</goal>
|
||
|
</goals>
|
||
|
</execution>
|
||
|
</executions>
|