Sophie

Sophie

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

wagon-maven-plugin-1.0-3.mga3.src.rpm

--- pom.xml~	2010-01-16 09:36:34.000000000 +0100
+++ pom.xml	2012-09-17 11:57:20.895589605 +0200
@@ -66,6 +66,11 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-compat</artifactId>
+      <version>3.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>      
       <artifactId>maven-plugin-api</artifactId>
       <version>2.0.6</version>
     </dependency>
@@ -120,13 +125,13 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <version>1.3.5</version>
         <executions>
           <execution>
             <id>generate</id>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>