Repository: james-project Updated Branches: refs/heads/master d429bd945 -> b738594d1
JAMES-1817 Maven 3.3.1 can not be downloaded anymore - reported by Alan Cabrera Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b738594d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b738594d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b738594d Branch: refs/heads/master Commit: b738594d1bef5b462d44dc809e17aa296d792254 Parents: d429bd9 Author: Benoit Tellier <[email protected]> Authored: Tue Aug 16 09:37:19 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 17 11:00:32 2016 +0700 ---------------------------------------------------------------------- dockerfiles/compilation/java-8/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/b738594d/dockerfiles/compilation/java-8/Dockerfile ---------------------------------------------------------------------- diff --git a/dockerfiles/compilation/java-8/Dockerfile b/dockerfiles/compilation/java-8/Dockerfile index 20fd690..308a73f 100644 --- a/dockerfiles/compilation/java-8/Dockerfile +++ b/dockerfiles/compilation/java-8/Dockerfile @@ -8,9 +8,9 @@ ENV GIT_VERSION 1:2.1.4-2.1 # Install Maven WORKDIR /root -RUN wget http://mirrors.ircam.fr/pub/apache/maven/maven-3/3.3.1/binaries/apache-maven-3.3.1-bin.tar.gz -RUN tar -xvf apache-maven-3.3.1-bin.tar.gz -RUN ln -s /root/apache-maven-3.3.1/bin/mvn /usr/bin/mvn +RUN wget http://mirrors.ircam.fr/pub/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz +RUN tar -xvf apache-maven-3.3.9-bin.tar.gz +RUN ln -s /root/apache-maven-3.3.9/bin/mvn /usr/bin/mvn # Install git RUN apt-get update --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
