Repository: airavata Updated Branches: refs/heads/lahiru/airavata-docker 21abfa8de -> 8fca3685b
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/8fca3685 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8fca3685 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8fca3685 Branch: refs/heads/lahiru/airavata-docker Commit: 8fca3685b6ac58d947c21b063ebc6b9b07818f81 Parents: 21abfa8 Author: Lahiru Ginnaliya Gamathige <[email protected]> Authored: Thu Aug 25 08:41:37 2016 -0700 Committer: Lahiru Ginnaliya Gamathige <[email protected]> Committed: Thu Aug 25 08:41:37 2016 -0700 ---------------------------------------------------------------------- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/8fca3685/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 17c4479..1a40410 100755 --- a/build.sh +++ b/build.sh @@ -22,7 +22,7 @@ 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
