no downloading attempts of non-existing artifact
------------------------------------------------

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

  Components: Artifacts and Repositories  
    Versions: 2.0.2    
 Environment: not dependent on environment
    Reporter: John Franey
    Priority: Minor


I'm converting a project to maven 2.  Some dependencies do not exist in
ibiblio, so I've 'installed' these into my local repository.

I'm unhappy because every time I perform a run, there is a significant
delay (sometimes) when maven tries to download these non-existent
artifacts.  I get these messages:
Downloading: http://repo1.maven.org/maven2/......./...pom


How can I prevent maven's attempt to download these non-existent
artifacts?   I'm most interested in eliminating the delay.

I know I can run with the 'offline' option.   This is OK as long as I'm
sure all existing artifacts that are already downloaded into my cache. 
So I can do this until I build on a system with no local cache of add a
new dependency to my projects, at which time the delay is experienced
due to these non-existent artifacts.

-- 
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

Reply via email to