You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/10/07 18:06:53 UTC

svn commit: r1395334 - in /maven/shared/trunk: maven-model-converter/pom.xml maven-repository-builder/pom.xml

Author: hboutemy
Date: Sun Oct  7 16:06:53 2012
New Revision: 1395334

URL: http://svn.apache.org/viewvc?rev=1395334&view=rev
Log:
use plexus-component-metadata instead of obsolete plexus-maven-plugin

Modified:
    maven/shared/trunk/maven-model-converter/pom.xml
    maven/shared/trunk/maven-repository-builder/pom.xml

Modified: maven/shared/trunk/maven-model-converter/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-model-converter/pom.xml?rev=1395334&r1=1395333&r2=1395334&view=diff
==============================================================================
--- maven/shared/trunk/maven-model-converter/pom.xml (original)
+++ maven/shared/trunk/maven-model-converter/pom.xml Sun Oct  7 16:06:53 2012
@@ -86,11 +86,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>

Modified: maven/shared/trunk/maven-repository-builder/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-repository-builder/pom.xml?rev=1395334&r1=1395333&r2=1395334&view=diff
==============================================================================
--- maven/shared/trunk/maven-repository-builder/pom.xml (original)
+++ maven/shared/trunk/maven-repository-builder/pom.xml Sun Oct  7 16:06:53 2012
@@ -114,12 +114,12 @@ under the License.
       
       <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>