Uploaded image for project: 'Maven WAR Plugin'
  1. Maven WAR Plugin
  2. MWAR-141

maven-metadata.xml is not being updated with latest snapshots for 2.1-alpha-2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1-alpha-2
    • 2.1-alpha-2
    • None
    • None
    • Patch

    Description

      It appears that the http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT/maven-metadata.xml file is not getting updated upon each snapshot release. For systems (like Artifactory) that depend on the data in this file, they are not pulling down the latest snapshot.

      It should be referencing this snapshot:
      http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-2-SNAPSHOT/maven-war-plugin-2.1-alpha-2-20080207.184539-4.jar

      So, it should look something like this:

      <metadata>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-war-plugin</artifactId>
      <version>2.1-alpha-2-SNAPSHOT</version>
      <versioning>
      <snapshot>
      <timestamp>20080207.184539</timestamp>
      <buildNumber>4</buildNumber>
      </snapshot>
      <lastUpdated>20080207184539</lastUpdated>
      </versioning>
      </metadata>

      Attachments

        Activity

          People

            snicoll Stephane Nicoll
            allenservedio Allen Servedio
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: