You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Tim Clemons (JIRA)" <ji...@codehaus.org> on 2006/01/13 22:15:01 UTC

[jira] Created: (MNG-1963) Antlib attempts to download version.txt files from legacy repository.

Antlib attempts to download version.txt files from legacy repository.
---------------------------------------------------------------------

         Key: MNG-1963
         URL: http://jira.codehaus.org/browse/MNG-1963
     Project: Maven 2
        Type: Bug

  Components: Ant tasks  
    Versions: 2.0    
 Environment: Reproduced on Solaris, Linux, and Win32.
    Reporter: Tim Clemons


When attempting to download artifacts from a legacy repository, the build sometimes fails with the following error:

Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to retrieve metadata

On checking the maven-proxy's log, it appears that files of the format <name>-<version>-SNAPSHOT-version.txt are getting queried.  These don't appear to be a part of Maven 1.x builds and so shouldn't trigger a failure condition if they can't be found.

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org