Author: dennisl
Date: Mon Jul  7 16:07:23 2008
New Revision: 674666

URL: http://svn.apache.org/viewvc?rev=674666&view=rev
Log:
o Use Clirr to make sure that we maintain binary compatibility.

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=674666&r1=674665&r2=674666&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:07:23 2008
@@ -30,6 +30,15 @@
   <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>
@@ -39,6 +48,17 @@
           <model>src/main/mdo/metadata.mdo</model>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>


Reply via email to