Blame SOURCES/plexus-digest-migration-to-component-metadata.patch

9e6051
diff -Naur plexus-digest.orig/pom.xml plexus-digest/pom.xml
9e6051
--- plexus-digest.orig/pom.xml	2007-05-21 21:31:52.000000000 +0200
9e6051
+++ plexus-digest/pom.xml	2011-07-26 18:54:21.375748376 +0200
9e6051
@@ -22,11 +22,11 @@
9e6051
     <plugins>
9e6051
       <plugin>
9e6051
         <groupId>org.codehaus.plexus</groupId>
9e6051
-        <artifactId>plexus-maven-plugin</artifactId>
9e6051
+        <artifactId>plexus-component-metadata</artifactId>
9e6051
         <executions>
9e6051
           <execution>
9e6051
             <goals>
9e6051
-              <goal>descriptor</goal>
9e6051
+              <goal>generate-metadata</goal>
9e6051
             </goals>
9e6051
           </execution>
9e6051
         </executions>