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

cef802
diff -Naur plexus-i18n-1.0-beta-10.orig/pom.xml plexus-i18n-1.0-beta-10/pom.xml
cef802
--- plexus-i18n-1.0-beta-10.orig/pom.xml	2008-08-15 21:11:54.000000000 +0200
cef802
+++ plexus-i18n-1.0-beta-10/pom.xml	2011-07-28 15:43:00.813980336 +0200
cef802
@@ -26,12 +26,11 @@
cef802
     <plugins>
cef802
       <plugin>
cef802
         <groupId>org.codehaus.plexus</groupId>
cef802
-        <artifactId>plexus-maven-plugin</artifactId>
cef802
-        <version>1.3.5</version>
cef802
+        <artifactId>plexus-component-metadata</artifactId>
cef802
         <executions>
cef802
           <execution>
cef802
             <goals>
cef802
-              <goal>descriptor</goal>
cef802
+              <goal>generate-metadata</goal>
cef802
             </goals>
cef802
           </execution>
cef802
         </executions>