You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2013/05/05 22:53:22 UTC

svn commit: r1479388 - /db/torque/torque4/trunk/pom.xml

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-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org