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 17:36:37 UTC

[maven-resources-plugin] 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-resources-plugin.git


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

commit 25877e886169d415c5e6bad6644e27cb2bbb6cfc
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Aug 29 19:36:36 2018 +0200

    switch doc from plexus-maven-plugin to plexus-component-metadata
---
 src/site/apt/examples/custom-resource-filters.apt.vm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/apt/examples/custom-resource-filters.apt.vm b/src/site/apt/examples/custom-resource-filters.apt.vm
index d9c54bb..639e74e 100644
--- a/src/site/apt/examples/custom-resource-filters.apt.vm
+++ b/src/site/apt/examples/custom-resource-filters.apt.vm
@@ -31,7 +31,7 @@ Custom resources filters
  With version 2.5 you are now able to build your own custom resources filter(s).
  
  Your custom resources filter classes must implements 
- {{{http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html}org.apache.maven.shared.filtering.MavenResourcesFiltering}}.
+ {{{/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html}org.apache.maven.shared.filtering.MavenResourcesFiltering}}.
  
 * Custom Resources Filter Implementation
 
@@ -54,12 +54,12 @@ public class ItFilter
 
   <plugin>
     <groupId>org.codehaus.plexus</groupId>
-    <artifactId>plexus-maven-plugin</artifactId>
-    <version>1.3.4</version>
+    <artifactId>plexus-component-metadata</artifactId>
+    <version>1.7.1</version>
     <executions>
       <execution>
         <goals>
-          <goal>descriptor</goal>
+          <goal>generate-metadata</goal>
         </goals>
       </execution>
     </executions>