From 0554e13bb8de191c24c6c1c3b6957b34df3a9fe5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 19 Jul 2016 09:56:49 +1200 Subject: Add checkstyle to build (fix #2119) --- pom.xml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4d6e944a4..22000da3d 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,23 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + checkstyle.xml + + + + checkstyle + validate + + check + + + + maven-dependency-plugin 2.10 @@ -213,13 +230,6 @@ maven-jxr-plugin 2.5 - - maven-checkstyle-plugin - 2.17 - - checkstyle.xml - - org.codehaus.mojo findbugs-maven-plugin -- cgit v1.2.3