Australian mirror on Ivy samples needs changing
-----------------------------------------------
Key: IVY-491
URL: https://issues.apache.org/jira/browse/IVY-491
Project: Ivy
Issue Type: Improvement
Components: Documentation
Affects Versions: 2.0.0-alpha-1
Reporter: Matt Havilah
Priority: Trivial
The Australian Maven2 mirror to planetmirror needs its hostname to be changed
in the Ivy examples.
(eg,
$IVY_ROOT\src\example\build-a-ivy-repository\config\ivy-maven2-ivysettings.xml).
It is currently listed as:
http://public.planetmirror.com/pub/maven2/
but this is the HTML/web based browser for the repository which sends HTML
summary pages before redirecting to the download host.
When used with the "build-a-repository" Ant examples, this mirror will break
the ibiblio Maven2 client.
I suggest changing it to: http://downloads.planetmirror.com/pub/maven2/
========== ivy-maven2-ivysettings.xml excerpt =================================
<ivysettings>
<!-- you can override this property to use mirrors
http://mirrors.dotsrc.org/maven2
http://ftp.ggi-project.org/pub/packages/maven2
http://mirrors.sunsite.dk/maven2
http://downloads.planetmirror.com/pub/maven2 <== AUS
http://ibiblio.lsu.edu/main/pub/packages/maven2
http://www.ibiblio.net/pub/packages/maven2
-->
<!-- property name="ibiblio-maven2-root"
value="http://www.ibiblio.org/maven2/" override="false" / -->
<property name="ibiblio-maven2-root"
value="http://downloads.planetmirror.com/pub/maven2" override="false" />
<property name="ibiblio-maven2-pattern"
value="[organisation]/[module]/[revision]/[module]-[revision].[ext]"
override="false" />
................
========== ivy-maven2-ivysettings.xml excerpt =================================
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.