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 2018/08/29 18:02:32 UTC

[maven-scm] branch master updated: switch doc from plexus-maven-plugin to plexus-component-metadata

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new 66cb96a  switch doc from plexus-maven-plugin to plexus-component-metadata
66cb96a is described below

commit 66cb96abfa835eb0db3edbc2954afd1ae7e17259
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Aug 29 20:02:30 2018 +0200

    switch doc from plexus-maven-plugin to plexus-component-metadata
---
 src/site/apt/guide/new_provider.apt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/apt/guide/new_provider.apt b/src/site/apt/guide/new_provider.apt
index 4bbe92f..d7fafe3 100644
--- a/src/site/apt/guide/new_provider.apt
+++ b/src/site/apt/guide/new_provider.apt
@@ -84,12 +84,12 @@ How to write a new SCM provider?
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.8</version>
+        <artifactId>plexus-component-metadata</artifactId>
+        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>
@@ -99,7 +99,7 @@ How to write a new SCM provider?
 </project>
 +------------------------------------------+
 
-  The plexus maven plugin will generate the plexus meta-data file used by the
+  The plexus-component-metadata maven plugin will generate the Plexus meta-data file used by the
   Maven-SCM manager.
 
 * Create an SCM Provider Repository class