Repository: airavata Updated Branches: refs/heads/lahiru/airavata-docker 8fca3685b -> e1b2dc3c8
export MAVEN_HOME first Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e1b2dc3c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e1b2dc3c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e1b2dc3c Branch: refs/heads/lahiru/airavata-docker Commit: e1b2dc3c847e4de04fcfb3e1951e3675f3b6769b Parents: 8fca368 Author: Lahiru Ginnaliya Gamathige <[email protected]> Authored: Thu Aug 25 08:45:04 2016 -0700 Committer: Lahiru Ginnaliya Gamathige <[email protected]> Committed: Thu Aug 25 08:45:04 2016 -0700 ---------------------------------------------------------------------- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/e1b2dc3c/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 1a40410..24a811b 100755 --- a/build.sh +++ b/build.sh @@ -21,11 +21,10 @@ echo $MAVEN_HOME echo $PATH -export MAVEN_HOME=/usr/local/asfpackages/maven/apache-maven-3.3.9 -export PATH=$PATH:$MAVEN_HOME/bin/mvn + cd $WORKSPACE/airavata-head/ -mvn clean install -Dmaven.test.skip=true +/home/jenkins/tools/maven/apache-maven-3.3.9/bin/mvn clean install -Dmaven.test.skip=true if [ -d "docker-build" ]; then printf '%s\n' "Removing old docker-build directory" rm -rf docker-build
