Blob Blame History Raw
From ff3882c600b2c3b376eed773de39f135e81c129f Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Tue, 31 Jan 2012 12:46:44 +0100
Subject: [PATCH 2/3] Remove clirr plugin

---
 aether-api/pom.xml  |    4 ----
 aether-spi/pom.xml  |    4 ----
 aether-util/pom.xml |    4 ----
 pom.xml             |   14 --------------
 4 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/aether-api/pom.xml b/aether-api/pom.xml
index bd34644..a2a7bc1 100644
--- a/aether-api/pom.xml
+++ b/aether-api/pom.xml
@@ -38,10 +38,6 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/aether-spi/pom.xml b/aether-spi/pom.xml
index 3b19a36..53fb5e0 100644
--- a/aether-spi/pom.xml
+++ b/aether-spi/pom.xml
@@ -37,10 +37,6 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/aether-util/pom.xml b/aether-util/pom.xml
index e52c2f8..ae3d218 100644
--- a/aether-util/pom.xml
+++ b/aether-util/pom.xml
@@ -47,10 +47,6 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/pom.xml b/pom.xml
index 1f13aa4..02cc979 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,20 +211,6 @@
           </executions>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.3</version>
-          <executions>
-            <execution>
-              <id>check-api-compat</id>
-              <phase>verify</phase>
-              <goals>
-                <goal>check-no-fork</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
           <version>1.5.5</version>
-- 
1.7.7.6