Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > dfd49a96ed10a69617ec971ca25c813b > files > 1

gmaven-1.4-6.mga3.src.rpm

diff -Nru gmaven-1.4/gmaven-feature/gmaven-feature-api/pom.xml gmaven-1.4-gil/gmaven-feature/gmaven-feature-api/pom.xml
--- gmaven-1.4/gmaven-feature/gmaven-feature-api/pom.xml	2012-01-06 03:15:21.000000000 +0100
+++ gmaven-1.4-gil/gmaven-feature/gmaven-feature-api/pom.xml	2012-01-06 12:04:40.614866681 +0100
@@ -38,11 +38,11 @@
         <plugins>
             <plugin>
                 <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-maven-plugin</artifactId>
+                <artifactId>plexus-component-metadata</artifactId>
                 <executions>
                     <execution>
                         <goals>
-                            <goal>descriptor</goal>
+                            <goal>generate-metadata</goal>
                         </goals>
                     </execution>
                 </executions>
diff -Nru gmaven-1.4/gmaven-runtime/pom.xml gmaven-1.4-gil/gmaven-runtime/pom.xml
--- gmaven-1.4/gmaven-runtime/pom.xml	2012-01-06 12:01:33.336863307 +0100
+++ gmaven-1.4-gil/gmaven-runtime/pom.xml	2012-01-06 12:03:38.604865563 +0100
@@ -61,11 +61,11 @@
         <plugins>
             <plugin>
                 <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-maven-plugin</artifactId>
+                <artifactId>plexus-component-metadata</artifactId>
                 <executions>
                     <execution>
                         <goals>
-                            <goal>descriptor</goal>
+                            <goal>generate-metadata</goal>
                         </goals>
                     </execution>
                 </executions>
diff -Nru gmaven-1.4/pom.xml gmaven-1.4-gil/pom.xml
--- gmaven-1.4/pom.xml	2012-01-06 12:01:33.337863307 +0100
+++ gmaven-1.4-gil/pom.xml	2012-01-06 12:02:45.166864601 +0100
@@ -634,8 +634,8 @@
 
                 <plugin>
                     <groupId>org.codehaus.plexus</groupId>
-                    <artifactId>plexus-maven-plugin</artifactId>
-                    <version>1.3.8</version>
+                    <artifactId>plexus-component-metadata</artifactId>
+                    <version>1.5.5</version>
                 </plugin>
 
                 <plugin>