Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-491

Australian mirror on Ivy samples needs changing

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.0.0-alpha-1
    • 2.2.0-RC1
    • Documentation
    • None

    Description

      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 =================================

      Attachments

        Activity

          People

            maartenc Maarten Coene
            mhavilah Matt Havilah
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: