aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-03 15:25:10 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-03 15:25:10 +0000
commit28f4f17258aeaf9426cd1230b16c6445eae588ab (patch)
tree8ec6fb05192a9929276fce7797ef4ed47f23c3fb /pom.xml
parentf574335914900890e909f6ab9cc1665a313c9987 (diff)
downloadapache-commons-bcel-28f4f17258aeaf9426cd1230b16c6445eae588ab.tar.gz
Allow CLirr to be run from command line
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6b5a8eb6..39ebf2ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>