[ http://jira.codehaus.org/browse/MNG-2194?page=comments#action_62630 ] 

Felipe Leme commented on MNG-2194:
----------------------------------

I agree with the reporter; the delay is very annoying. For instance, I have a 
project that use the latest versions of Spring and Hibernate, and it takes many 
seconds to build due to warns such as:

Downloading: 
http://ibiblio.lsu.edu/main/pub/packages/maven2//org/springframework/spring-context/2.0-m3/spring-context-2.0-m3.pom
[WARNING] Unable to get resource from repository central 
(http://ibiblio.lsu.edu/main/pub/packages/maven2/)
Downloading: 
http://ibiblio.lsu.edu/main/pub/packages/maven2//org/springframework/spring-web/2.0-m3/spring-web-2.0-m3.pom
[WARNING] Unable to get resource from repository central 
(http://ibiblio.lsu.edu/main/pub/packages/maven2/)


> 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