Blob Blame History Raw
diff -Naur wagon-1.0.orig/pom.xml wagon-1.0/pom.xml
--- wagon-1.0.orig/pom.xml	2011-07-27 12:42:05.000000000 +0200
+++ wagon-1.0/pom.xml	2011-07-27 12:59:05.031845442 +0200
@@ -226,21 +226,20 @@
         </plugin>
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-maven-plugin</artifactId>
+          <artifactId>plexus-component-metadata</artifactId>
           <!-- the one in maven-parent-10 and after is no longer backward compatible-->
-          <version>1.3.5</version>
         </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <id>generate</id>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>