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 2017/12/08 18:14:27 UTC

[maven-downloader] 30/48: use plexus-component-metadata instead of obsolete plexus-maven-plugin

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-downloader.git

commit 1d5f62e076e739224e21cfaeb6b39b134d44bc44
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 7 16:04:41 2012 +0000

    use plexus-component-metadata instead of obsolete plexus-maven-plugin
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1395333 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 035a610..0d451a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,19 +21,17 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
+    <artifactId>maven-shared-components</artifactId>
     <version>18</version>
     <relativePath>../maven-shared-components/pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-downloader</artifactId>
   <version>1.2-SNAPSHOT</version>
 
   <name>Maven Downloader</name>
   <description>Provide a super simple interface for downloading a single artifact.</description>
-  <url>http://maven.apache.org</url>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-downloader</connection>
@@ -68,11 +66,11 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
+        <artifactId>plexus-component-metadata</artifactId>
         <executions>
           <execution>
             <goals>
-              <goal>descriptor</goal>
+              <goal>generate-metadata</goal>
             </goals>
           </execution>
         </executions>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.