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