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 2012/10/08 00:11:19 UTC

svn commit: r1395398 - /maven/sandbox/trunk/jxr/maven-jxr/pom.xml

Author: hboutemy
Date: Sun Oct  7 22:11:19 2012
New Revision: 1395398

URL: http://svn.apache.org/viewvc?rev=1395398&view=rev
Log:
use plexus-component-metadata instead of obsolete plexus-maven-plugin

Modified:
    maven/sandbox/trunk/jxr/maven-jxr/pom.xml

Modified: maven/sandbox/trunk/jxr/maven-jxr/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/jxr/maven-jxr/pom.xml?rev=1395398&r1=1395397&r2=1395398&view=diff
==============================================================================
--- maven/sandbox/trunk/jxr/maven-jxr/pom.xml (original)
+++ maven/sandbox/trunk/jxr/maven-jxr/pom.xml Sun Oct  7 22:11:19 2012
@@ -31,9 +31,7 @@ under the License.
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.jxr</groupId>
   <artifactId>maven-jxr</artifactId>
-  <version>3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Source code documentation system</name>
 
@@ -143,11 +141,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>