You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/12/29 12:38:31 UTC

svn commit: r1225499 - /webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml

Author: veithen
Date: Thu Dec 29 11:38:30 2011
New Revision: 1225499

URL: http://svn.apache.org/viewvc?rev=1225499&view=rev
Log:
Switched to plexus-component-metadata which supersedes plexus-maven-plugin.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml?rev=1225499&r1=1225498&r2=1225499&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml Thu Dec 29 11:38:30 2011
@@ -57,12 +57,12 @@
         <plugins>
             <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>
                 <executions>
                     <execution>
                         <goals>
-                            <goal>descriptor</goal>
+                            <goal>generate-metadata</goal>
                         </goals>
                     </execution>
                 </executions>