Error message fails to identify problem file
--------------------------------------------

                 Key: MVERSIONS-116
                 URL: http://jira.codehaus.org/browse/MVERSIONS-116
             Project: Maven 2.x Versions Plugin
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: SebbASF


Try mvn versions:display-dependency-updates on POM containing:

    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.4</version>
    </dependency>

Output is as follows:

[INFO] Building mvnsample
[INFO]    task-segment: [versions:display-dependency-updates]
[INFO] ------------------------------------------------------------------------
[INFO] [versions:display-dependency-updates {execution: default-cli}]
[INFO] artifact commons-codec:commons-codec: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'266504abfc71e58547f4bdc93b3dfb966d049dee'; remote
= 'defb25f44472783caee1b0a5ce5e6026b63c32a8' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 
'266504abfc71e58547f4bdc93b3dfb966d049dee'; remote
= 'defb25f44472783caee1b0a5ce5e6026b63c32a8' - IGNORING

It would help if the faulty file were identified.

By process of elimination, it turns out that it is due to a stale sha1 file:
http://repo2.maven.org/maven2/commons-codec/commons-codec/maven-metadata.xml.sha1

[I'll report this separately]


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to