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/08 00:05:11 UTC

svn commit: r1395393 - /maven/plugins/trunk/maven-stage-plugin/pom.xml

Author: hboutemy
Date: Sun Oct  7 22:05:11 2012
New Revision: 1395393

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

Modified:
    maven/plugins/trunk/maven-stage-plugin/pom.xml

Modified: maven/plugins/trunk/maven-stage-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/pom.xml?rev=1395393&r1=1395392&r2=1395393&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-stage-plugin/pom.xml Sun Oct  7 22:05:11 2012
@@ -144,12 +144,11 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.8</version>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>