You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ac...@apache.org on 2020/01/31 07:44:33 UTC

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5703 Add MAVEN_HOME toPATH in jenkins build

This is an automated email from the ASF dual-hosted git repository.

achouhan pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
     new fe44018  PHOENIX-5703 Add MAVEN_HOME toPATH in jenkins build
fe44018 is described below

commit fe440185eeabc1a5ad9f45fbcd3238170a120846
Author: Sandeep Guggilam <sg...@sandeepg-ltm.internal.salesforce.com>
AuthorDate: Wed Jan 29 21:46:03 2020 -0800

    PHOENIX-5703 Add MAVEN_HOME toPATH in jenkins build
    
    Signed-off-by: Abhishek Singh Chouhan <ac...@apache.org>
---
 dev/jenkinsEnv.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/jenkinsEnv.sh b/dev/jenkinsEnv.sh
index d2e4f65..2717cb7 100755
--- a/dev/jenkinsEnv.sh
+++ b/dev/jenkinsEnv.sh
@@ -24,7 +24,7 @@ export FINDBUGS_HOME=/home/jenkins/tools/findbugs/latest
 export CLOVER_HOME=/home/jenkins/tools/clover/latest
 export MAVEN_HOME=/home/jenkins/tools/maven/latest
 
-export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin:
+export PATH=$PATH:$JAVA_HOME/bin:$ANT_HOME/bin:$MAVEN_HOME/bin
 export MAVEN_OPTS="${MAVEN_OPTS:-"-Xmx3100M -XX:-UsePerfData -XX:MaxPermSize=256m"}"
 
 ulimit -n