You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/11/13 09:12:17 UTC

[4/6] james-project git commit: JAMES-2212 Old Maven release is not available on mirror, get it from archives

JAMES-2212 Old Maven release is not available on mirror, get it from archives


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/662b9b2c
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/662b9b2c
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/662b9b2c

Branch: refs/heads/master
Commit: 662b9b2c3510d307a1cd27a93aa2eb6c2f30c2a6
Parents: 1209385
Author: Raphael Ouazana <ra...@linagora.com>
Authored: Thu Nov 9 15:23:09 2017 +0100
Committer: Raphael Ouazana <ra...@linagora.com>
Committed: Fri Nov 10 17:13:18 2017 +0100

----------------------------------------------------------------------
 dockerfiles/compilation/java-8/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/662b9b2c/dockerfiles/compilation/java-8/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/compilation/java-8/Dockerfile b/dockerfiles/compilation/java-8/Dockerfile
index d4ed03c..4ff6660 100644
--- a/dockerfiles/compilation/java-8/Dockerfile
+++ b/dockerfiles/compilation/java-8/Dockerfile
@@ -8,7 +8,7 @@ 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.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
+RUN wget https://archive.apache.org/dist/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
 RUN tar -xvf apache-maven-3.5.0-bin.tar.gz
 RUN ln -s /root/apache-maven-3.5.0/bin/mvn /usr/bin/mvn
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org