Author: dennisl
Date: Mon Jul 7 16:17:59 2008
New Revision: 674667
URL: http://svn.apache.org/viewvc?rev=674667&view=rev
Log:
o Use the existing <pluginManagement> element.
Modified:
maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml
Modified:
maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml?rev=674667&r1=674666&r2=674667&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml
(original)
+++ maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml Mon
Jul 7 16:17:59 2008
@@ -30,15 +30,6 @@
<name>Maven Repository Metadata Model</name>
<description>Maven Plugin Mapping</description>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.2.1</version>
- </plugin>
- </plugins>
- </pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.modello</groupId>
@@ -65,6 +56,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
+ <version>2.2.1</version>
<configuration>
<includes>
<include>org/apache/maven/artifact/repository/metadata/*</include>