Repository: hive
Updated Branches:
  refs/heads/master ea53ed8bd -> 6548cec28


HIVE-17807 : Execute maven commands in batch mode for ptests (Vijay Kumar via 
Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashut...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6548cec2
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6548cec2
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6548cec2

Branch: refs/heads/master
Commit: 6548cec2887c675d38aba0ddcb5d336852eced73
Parents: ea53ed8
Author: Vijay Kumar <vku...@hortonworks.com>
Authored: Thu Oct 19 16:30:43 2017 -0700
Committer: Ashutosh Chauhan <hashut...@apache.org>
Committed: Thu Oct 19 16:30:43 2017 -0700

----------------------------------------------------------------------
 dev-support/jenkins-execute-build.sh    | 2 +-
 dev-support/jenkins-execute-hms-test.sh | 2 +-
 testutils/ptest2/pom.xml                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6548cec2/dev-support/jenkins-execute-build.sh
----------------------------------------------------------------------
diff --git a/dev-support/jenkins-execute-build.sh 
b/dev-support/jenkins-execute-build.sh
index 2142942..8c1a93c 100644
--- a/dev-support/jenkins-execute-build.sh
+++ b/dev-support/jenkins-execute-build.sh
@@ -37,7 +37,7 @@ build_ptest_client() {
 
        git clone --depth 1 ${GIT_CLONE_ARGS}
        cd hive/testutils/ptest2
-       mvn clean package -DskipTests -Drat.numUnapprovedLicenses=1000 
-Dmaven.repo.local=$MVN_REPO_LOCAL
+       mvn clean package -B -DskipTests -Drat.numUnapprovedLicenses=1000 
-Dmaven.repo.local=$MVN_REPO_LOCAL
 }
 
 # Call the ptest server to run all tests

http://git-wip-us.apache.org/repos/asf/hive/blob/6548cec2/dev-support/jenkins-execute-hms-test.sh
----------------------------------------------------------------------
diff --git a/dev-support/jenkins-execute-hms-test.sh 
b/dev-support/jenkins-execute-hms-test.sh
index 52a9453..ac36c80 100644
--- a/dev-support/jenkins-execute-hms-test.sh
+++ b/dev-support/jenkins-execute-hms-test.sh
@@ -97,7 +97,7 @@ build_ptest2() {
        rm -rf $path
        git clone --depth 1 -b $BRANCH https://github.com/apache/hive.git 
$path/ || return 1
        cd $path/testutils/ptest2
-       mvn clean package -DskipTests -Drat.numUnapprovedLicenses=1000 
-Dmaven.repo.local=$WORKSPACE/.m2 || return 1
+       mvn clean package -B -DskipTests -Drat.numUnapprovedLicenses=1000 
-Dmaven.repo.local=$WORKSPACE/.m2 || return 1
 
        cd $curpath
 }

http://git-wip-us.apache.org/repos/asf/hive/blob/6548cec2/testutils/ptest2/pom.xml
----------------------------------------------------------------------
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 26671cc..d86c7bf 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive-ptest</artifactId>
-  <version>1.0</version>
+  <version>3.0</version>
   <packaging>war</packaging>
   <name>hive-ptest</name>
   <properties>

Reply via email to