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:
parent
f85dc5760b
commit
57a03e8674
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue