diff --git pom.xml pom.xml
index 01846b1..a4ae5d6 100644
--- pom.xml
+++ pom.xml
@@ -54,6 +54,8 @@
false
${user.home}/.m2/repository
.
+ ${hive.path.to.root}/checkstyle
+ ${project.build.directory}/checkstyle
${project.build.directory}/tmp
@@ -66,6 +68,7 @@
3.3.0-release
1.7
2.3
+ 2.2
3.1
1.3.1
2.4
@@ -554,6 +557,11 @@
org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${maven.checkstyle.plugin.version}
+
+
+ org.apache.maven.plugins
maven-enforcer-plugin
${maven.enforcer.plugin.version}
@@ -673,6 +681,15 @@
org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+ basedir=${hive.path.to.root}
+
+ UTF-8
+
+
+
+ org.apache.maven.plugins
maven-surefire-plugin