You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/07/28 16:33:03 UTC

[8/9] activemq-artemis git commit: Update checkstyle version and config in reporting

Update checkstyle version and config in reporting


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c144f397
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c144f397
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c144f397

Branch: refs/heads/master
Commit: c144f397fd6809f09ce5147c38af187a72c43536
Parents: f57b937
Author: Ville Skytt� <vi...@iki.fi>
Authored: Thu Jul 28 18:32:00 2016 +0300
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 28 12:28:19 2016 -0400

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/c144f397/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4456c65..1ca7414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1241,9 +1241,10 @@
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.16</version>
+            <version>2.17</version>
             <configuration>
                <configLocation>${activemq.basedir}/etc/checkstyle.xml</configLocation>
+               <suppressionsLocation>${activemq.basedir}/etc/checkstyle-suppressions.xml</suppressionsLocation>
                <failsOnError>false</failsOnError>
             </configuration>
          </plugin>