[
https://issues.apache.org/jira/browse/ORC-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley resolved ORC-417.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
1.5.4
I just committed this. Thanks, Dongjoon.
> Use dynamic Apache Maven mirror link
> ------------------------------------
>
> Key: ORC-417
> URL: https://issues.apache.org/jira/browse/ORC-417
> Project: ORC
> Issue Type: Bug
> Components: build
> Affects Versions: 1.4.4, 1.5.3
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
> Fix For: 1.5.4, 1.6.0
>
>
> This issue aims to replace a broken Apache Maven mirror link with a more
> stable one. If we use a dynamic mirror link, it will not broken easily.
> {code:java}
> -RUN wget
> http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
> -O maven.tgz
> +RUN wget
> "https://www.apache.org/dyn/closer.lua?action=download&filename=/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz"
> -O maven.tgz
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)