Blame SOURCES/0006-Remove-mvn-clirr-plugin.patch

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