You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2017/04/06 12:40:31 UTC

tinkerpop git commit: install Maven 3.3.9 as part of the Docker build process

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1443 e42cfa7b0 -> a09c4c347


install Maven 3.3.9 as part of the Docker build process


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a09c4c34
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a09c4c34
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a09c4c34

Branch: refs/heads/TINKERPOP-1443
Commit: a09c4c347c4e89a21b240f07bfb01178956970a0
Parents: e42cfa7
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Thu Apr 6 14:40:05 2017 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Thu Apr 6 14:40:05 2017 +0200

----------------------------------------------------------------------
 docker/build/Dockerfile.template | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a09c4c34/docker/build/Dockerfile.template
----------------------------------------------------------------------
diff --git a/docker/build/Dockerfile.template b/docker/build/Dockerfile.template
index 84f551d..17084c9 100644
--- a/docker/build/Dockerfile.template
+++ b/docker/build/Dockerfile.template
@@ -20,3 +20,7 @@ FROM tinkerpop:hadoop-HADOOP_VERSION
 RUN mkdir -p /usr/src/tinkerpop
 WORKDIR /usr/src/tinkerpop
 COPY . /usr/src/tinkerpop
+RUN chmod 744 ./.travis.install-maven.sh
+ENV M2_HOME /root/mvn-home
+ENV PATH ${M2_HOME}/bin:${PATH}
+RUN ./.travis.install-maven.sh 3.3.9 ${M2_HOME}