Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 8ba777a8470ec5182c074c6aa090194f > files > 2

maven-doxia-tools-1.4-1.mga2.src.rpm

--- pom.xml.sav	2011-04-30 23:20:18.000000000 +0300
+++ pom.xml	2011-09-27 11:30:31.469299395 +0300
@@ -75,6 +75,11 @@
     </dependency>
 
     <!-- maven -->
+     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-compat</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
@@ -174,12 +179,12 @@
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <id>create-component-descriptor</id>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>