You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/11 23:03:03 UTC

[1/5] git commit: use plexus-component-metadata rather than plexus-maven-plugin

Updated Branches:
  refs/heads/master 40dc0add3 -> 804d46988


use plexus-component-metadata rather than plexus-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/804d4698
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/804d4698
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/804d4698

Branch: refs/heads/master
Commit: 804d4698895df763c5362e290b93587ec3a778e6
Parents: dab7bb5
Author: olivier lamy <ol...@apache.org>
Authored: Thu Oct 11 22:49:00 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Oct 11 22:49:00 2012 +0200

----------------------------------------------------------------------
 pom.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/804d4698/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 450fdf0..113db4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,12 +368,13 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
+        <version>1.5.5</version>
         <executions>
           <execution>
             <id>generate</id>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>