You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/08 07:57:26 UTC

svn commit: r1672005 - /commons/proper/cli/trunk/pom.xml

Author: britter
Date: Wed Apr  8 05:57:25 2015
New Revision: 1672005

URL: http://svn.apache.org/r1672005
Log:
Clirr report is defined in parent pom

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1672005&r1=1672004&r2=1672005&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed Apr  8 05:57:25 2015
@@ -253,14 +253,6 @@
        </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.6.1</version>
-        <configuration>
-          <minSeverity>info</minSeverity>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <version>3.4</version>
         <configuration>