Author: tfischer
Date: Sun May  5 20:53:22 2013
New Revision: 1479388

URL: http://svn.apache.org/r1479388
Log:
fix checkstyle suppression file usage

Modified:
    db/torque/torque4/trunk/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1479388&r1=1479387&r2=1479388&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Sun May  5 20:53:22 2013
@@ -385,11 +385,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.7</version>
         <configuration>
           
<configLocation>${basedir}/../src/main/checkstyle/checkstyle.xml</configLocation>
           
<headerLocation>${basedir}/../src/main/checkstyle/license-header.txt</headerLocation>
-          
<suppressionLocation>${basedir}/../src/main/checkstyle/checkstyle-suppressions.xml</suppressionLocation>
+          
<suppressionsLocation>${basedir}/../src/main/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
+          
<suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
         </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to