commit 1aa9ec30596ca281bb6b4be0865993ee5c1bf00b Author: Vihang Karajgaonkar Date: Mon Aug 27 17:09:02 2018 -0700 HIVE-20472 : mvn test failing for metastore-tool module diff --git a/standalone-metastore/metastore-common/pom.xml b/standalone-metastore/metastore-common/pom.xml index b0d9eee927e77728c27da95196d25f6ba1dfcb0c..334adf844760ac394348a0f45ff693d6df143b2d 100644 --- a/standalone-metastore/metastore-common/pom.xml +++ b/standalone-metastore/metastore-common/pom.xml @@ -522,13 +522,11 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} true false ${test.forkcount} -Xmx2048m - false ${project.build.directory} true diff --git a/standalone-metastore/metastore-server/pom.xml b/standalone-metastore/metastore-server/pom.xml index f2c10b08cf08d194947f8d7737d745c9582dd837..14ea9cecbcf5ffb551a4ded5fc74fcc17ed0fd53 100644 --- a/standalone-metastore/metastore-server/pom.xml +++ b/standalone-metastore/metastore-server/pom.xml @@ -532,13 +532,11 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} true false ${test.forkcount} -Xmx2048m - false ${project.build.directory} true diff --git a/standalone-metastore/metastore-tools/pom.xml b/standalone-metastore/metastore-tools/pom.xml index f6fb6dc95e62cce68de6761d0d15b84be6dcd6ce..dd721cb080b41e65c44aa3e6f27d5e3c254d9389 100644 --- a/standalone-metastore/metastore-tools/pom.xml +++ b/standalone-metastore/metastore-tools/pom.xml @@ -123,11 +123,6 @@ maven-compiler-plugin 3.7.0 - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.version} - diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index ee3daed92a8d2e8f6d43957cb2358b285c24065c..83f5a9ec8d4c755e188e028d78d075586d4387e5 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -340,6 +340,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + false + +