You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stefan Arentz <st...@gmail.com> on 2006/05/12 18:28:40 UTC

Why does Maven 2 keep trying to download stuff that i put in my local repository

This question will probably have a one line answer, but I seriously can't
find any hints.

I put the EJB3 jar in my own local repository. Works great. However, every
time I run Maven it still does this:

Downloading:
http://repo1.maven.org/maven2/javax/persistence/ejb/3.0/ejb-3.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)

There is really no point. But it keeps trying :-)

Is there any way to turn this off?

 S.