Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-509

Maven central maven-metadata.xml contains only a small subset of available versions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Build

    Description

      When Maven tries to find out the available versions of commons-configuration on Maven central it downloads http://repo1.maven.org/maven2//commons-configuration/commons-configuration/maven-metadata.xml

      Problem is that this file does only contain a subset of available versions:

      <metadata modelVersion="1.1.0"><groupId>commons-configuration</groupId><artifactId>commons-configuration</artifactId><versioning><latest>1.9</latest><release>1.9</release><versions><version>1.7</version><version>1.8</version><version>1.9</version></versions><lastUpdated>20120821191916</lastUpdated></versioning></metadata>
      

      So in our case Maven thinks 1.6 is not available on Maven central and does not download it.

      Our build fails. We are not able to build.

      Please correct the list of versions on Maven central in the above maven-metadata.xml.

      Attachments

        Activity

          People

            Unassigned Unassigned
            maik.ebert Maik Ebert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: