diff --git a/standalone-metastore/metastore-common/pom.xml b/standalone-metastore/metastore-common/pom.xml index a255a5d..5c65cf5 100644 --- a/standalone-metastore/metastore-common/pom.xml +++ b/standalone-metastore/metastore-common/pom.xml @@ -12,6 +12,10 @@ hive-standalone-metastore-common Hive Standalone Metastore Common Code + + .. + + org.apache.orc @@ -355,11 +359,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven.checkstyle.plugin.version} - - org.codehaus.mojo exec-maven-plugin ${maven.exec.plugin.version} @@ -414,15 +413,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.conf.dir}/checkstyle.xml - config_loc=${checkstyle.conf.dir} - true - - - com.github.os72 protoc-jar-maven-plugin 3.5.1.1 @@ -612,4 +602,4 @@ - \ No newline at end of file + diff --git a/standalone-metastore/metastore-server/pom.xml b/standalone-metastore/metastore-server/pom.xml index 895abfc..2eeefa3 100644 --- a/standalone-metastore/metastore-server/pom.xml +++ b/standalone-metastore/metastore-server/pom.xml @@ -12,6 +12,9 @@ hive-standalone-metastore-server Hive Metastore Server + + .. + @@ -363,11 +366,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven.checkstyle.plugin.version} - - org.codehaus.mojo exec-maven-plugin ${maven.exec.plugin.version} @@ -430,15 +428,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.conf.dir}/checkstyle.xml - config_loc=${checkstyle.conf.dir} - true - - - com.github.os72 protoc-jar-maven-plugin 3.5.1.1 diff --git a/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml b/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml index 079a07b..f54b161 100644 --- a/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml +++ b/standalone-metastore/metastore-tools/metastore-benchmarks/pom.xml @@ -27,6 +27,10 @@ hive-metastore-benchmarks Hive metastore benchmarks + + ../.. + + org.apache.hive diff --git a/standalone-metastore/metastore-tools/pom.xml b/standalone-metastore/metastore-tools/pom.xml index 5b2af62..fd24987 100644 --- a/standalone-metastore/metastore-tools/pom.xml +++ b/standalone-metastore/metastore-tools/pom.xml @@ -36,7 +36,6 @@ 4.0.0-SNAPSHOT 2.20.1 - ${basedir}/checkstyle UTF-8 UTF-8 2.8 @@ -46,6 +45,7 @@ 5.2.0 3.6.1 16.0.2 + .. diff --git a/standalone-metastore/metastore-tools/tools-common/pom.xml b/standalone-metastore/metastore-tools/tools-common/pom.xml index 6b03dd5..4c226fa 100644 --- a/standalone-metastore/metastore-tools/tools-common/pom.xml +++ b/standalone-metastore/metastore-tools/tools-common/pom.xml @@ -27,6 +27,10 @@ metastore-tools-common Hive Metastore Tools common libraries + + ../.. + + org.apache.hive diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 5c8ff31..08b4587 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -36,6 +36,7 @@ 4.0.0 + . UTF-8 @@ -45,6 +46,7 @@ ${settings.localRepository} 3.1.0 1.6.0 + ${basedir}/${standalone.metastore.path.to.root}/checkstyle ${project.basedir}/src/test/resources @@ -60,7 +62,6 @@ 1.0b3 1.7 - ${basedir}/checkstyle/ 2.17 2.20.1 @@ -359,6 +360,11 @@ false + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven.checkstyle.plugin.version} + @@ -385,6 +391,15 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.conf.dir}/checkstyle.xml + config_loc=${checkstyle.conf.dir} + true + +