You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/03 15:25:10 UTC

svn commit: r1746730 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Fri Jun  3 15:25:10 2016
New Revision: 1746730

URL: http://svn.apache.org/viewvc?rev=1746730&view=rev
Log:
Allow CLirr to be run from command line

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

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1746730&r1=1746729&r2=1746730&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Fri Jun  3 15:25:10 2016
@@ -188,6 +188,15 @@
 
   <build>
     <plugins>
+       <!-- Allow Clirr to be run from command line -->
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>${commons.clirr.version}</version>
+          <configuration>
+            <minSeverity>${minSeverity}</minSeverity>
+          </configuration>
+        </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>