diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml
index bdd8f58..1c5b305 100644
--- a/checkstyle/checkstyle.xml
+++ b/checkstyle/checkstyle.xml
@@ -65,7 +65,7 @@
-
+
@@ -78,7 +78,7 @@
-
+
@@ -178,7 +178,6 @@
-
diff --git a/pom.xml b/pom.xml
index b5a5697..6c76ea6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
${settings.localRepository}
.
standalone
+ ${hive.path.to.root}/checkstyle
@@ -74,6 +75,7 @@
3.3.0-release
1.7
2.3
+ 2.12.1
3.1
1.3.1
2.4
@@ -586,6 +588,11 @@
org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${maven.checkstyle.plugin.version}
+
+
+ org.apache.maven.plugins
maven-enforcer-plugin
${maven.enforcer.plugin.version}
@@ -715,6 +722,13 @@
org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ ${checkstyle.conf.dir}/checkstyle.xml
+
+
+
+ org.apache.maven.plugins
maven-surefire-plugin