fd387fc
From 324dcac505e1c2c3f313392769713cff2aec2d59 Mon Sep 17 00:00:00 2001
fd387fc
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
fd387fc
Date: Mon, 17 May 2010 13:59:46 +0200
fd387fc
Subject: [PATCH 06/10] Remove mvn-clirr-plugin
fd387fc
fd387fc
for now this is included in current mvn in Fedora. Remove once
fd387fc
clirr-plugin is separate
fd387fc
---
fd387fc
 pom.xml |   15 ---------------
fd387fc
 1 files changed, 0 insertions(+), 15 deletions(-)
fd387fc
fd387fc
diff --git a/pom.xml b/pom.xml
fd387fc
index c273581..6e32bb7 100644
fd387fc
--- a/pom.xml
fd387fc
+++ b/pom.xml
fd387fc
@@ -350,21 +350,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
           </execution>
fd387fc
         </executions>
fd387fc
       </plugin>
fd387fc
-      
fd387fc
-        clirr:check will fail with NullPointerException
fd387fc
-        due to missing javax.jms.MessageListener,
fd387fc
-        however it will trigger download of supporting components
fd387fc
-        which can allow "ant clirr" to succeed.
fd387fc
-        Could possibly run on a JavaEE platform.
fd387fc
-       -->
fd387fc
-      <plugin>
fd387fc
-        <groupId>org.codehaus.mojo</groupId>
fd387fc
-        <artifactId>clirr-maven-plugin</artifactId>
fd387fc
-        <version>2.2.2</version>
fd387fc
-        <configuration>
fd387fc
-          <comparisonVersion>1.2.15</comparisonVersion>
fd387fc
-        </configuration>
fd387fc
-      </plugin>
fd387fc
       <plugin>
fd387fc
         <groupId>org.codehaus.mojo</groupId>
fd387fc
         <artifactId>rat-maven-plugin</artifactId>
fd387fc
-- 
fd387fc
1.6.6.1
fd387fc