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 2011/07/04 00:36:18 UTC

svn commit: r1142513 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sun Jul  3 22:36:18 2011
New Revision: 1142513

URL: http://svn.apache.org/viewvc?rev=1142513&view=rev
Log:
configured plexus-component-metadata version as well as plexus-maven-plugin

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1142513&r1=1142512&r2=1142513&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jul  3 22:36:18 2011
@@ -627,11 +627,6 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.3.8</version>
-        </plugin>
-        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.4.1</version>
@@ -639,6 +634,17 @@ under the License.
             <useJava5>true</useJava5>
           </configuration>
         </plugin>
+        <!-- Plexus description generator is either plexus-maven-plugin or plexus-component-metadata -->
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.3.8</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-metadata</artifactId>
+          <version>1.5.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>