failure to use local snapshots if they don't exist remotely
-----------------------------------------------------------

         Key: MNG-322
         URL: http://jira.codehaus.org/browse/MNG-322
     Project: m2
        Type: Bug
  Components: maven-artifact  
    Versions: 2.0-alpha-1    
    Reporter: Brett Porter
     Fix For: 2.0-alpha-2


steps to reproduce: 
1) build m2 locally
2) run m2 -U clean:clean on any project (Assuming clean:clean is wired to the 
alpha-2 snapshot clean plugin).

Caused by: 
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable 
to retrieve metadata
        at 
org.apache.maven.artifact.metadata.SnapshotArtifactMetadata.retrieveFromRemoteRepository(SnapshotArtifactMetadata.java:163)
        at 
org.apache.maven.artifact.transform.SnapshotTransformation.transformForResolve(SnapshotTransformation.java:121)
        at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:99)
        ... 18 more
Caused by: org.apache.maven.wagon.TransferFailedException: Downloaded file does 
not exist: c:\DOCUME~1\Brett\LOCALS~1\Temp\maven-artifact52111.tmp.tmp

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to