plexus-cipher/plexus-cipher-migration-to-component-metadata.patch

19 lines
672 B
Diff

diff -Naur plexus-cipher-1.5.orig/pom.xml plexus-cipher-1.5/pom.xml
--- plexus-cipher-1.5.orig/pom.xml 2009-09-14 13:50:04.000000000 +0200
+++ plexus-cipher-1.5/pom.xml 2011-07-26 18:05:06.195978918 +0200
@@ -25,12 +25,11 @@
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.5</version>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>