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