Author: sebb
Date: Mon Dec 20 19:39:41 2010
New Revision: 1051256

URL: http://svn.apache.org/viewvc?rev=1051256&view=rev
Log:
MATH-455 Allow Clirr minSeverity to be overridden on the command-line

Modified:
    commons/proper/math/branches/MATH_2_X/pom.xml

Modified: commons/proper/math/branches/MATH_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/pom.xml?rev=1051256&r1=1051255&r2=1051256&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/pom.xml (original)
+++ commons/proper/math/branches/MATH_2_X/pom.xml Mon Dec 20 19:39:41 2010
@@ -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>


Reply via email to