Repository: airavata Updated Branches: refs/heads/lahiru/airavata-docker 6a123a057 -> 21abfa8de
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/21abfa8d Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/21abfa8d Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/21abfa8d Branch: refs/heads/lahiru/airavata-docker Commit: 21abfa8dec8a6dca6d991741a22253ffdf3b5763 Parents: 6a123a0 Author: Lahiru Ginnaliya Gamathige <[email protected]> Authored: Thu Aug 25 08:40:09 2016 -0700 Committer: Lahiru Ginnaliya Gamathige <[email protected]> Committed: Thu Aug 25 08:40:09 2016 -0700 ---------------------------------------------------------------------- build.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/21abfa8d/build.sh ---------------------------------------------------------------------- diff --git a/build.sh b/build.sh index 75472fb..17c4479 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,10 @@ # todo Add environment specific docker image creation and create docker image per component (api-server, orchestrator, gfac etc) +echo $MAVEN_HOME +echo $PATH export MAVEN_HOME=/usr/local/asfpackages/maven/apache-maven-3.3.9 + cd $WORKSPACE/airavata-head/ mvn clean install -Dmaven.test.skip=true
