MATH-455 Allow Clirr minSeverity to be overridden on the command-line

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1051259 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-20 19:41:40 +00:00
parent f85dc5760b
commit 57a03e8674
1 changed files with 3 additions and 1 deletions

View File

@ -247,6 +247,8 @@
<maven.compile.target>1.5</maven.compile.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Allow severity to be overriden by the command-line option -DminSeverity=level -->
<minSeverity>info</minSeverity>
</properties>
<build>
@ -350,7 +352,7 @@
<artifactId>clirr-maven-plugin</artifactId>
<version>2.2.3</version>
<configuration>
<minSeverity>info</minSeverity>
<minSeverity>${minSeverity}</minSeverity>
</configuration>
</plugin>
</plugins>