On Mon, Dec 1, 2008 at 9:45 AM, Ryan Cuprak <[EMAIL PROTECTED]> wrote:
>  I've got a bunch of dependencies from some open source projects which are
> not available in a central Maven repository. Until those projects some day
> publish them to a repository I do a 'mvn install ' to populate my local
> repository. I noticed that every time I do a build Maven checks for those
> dependencies in a central repository.

I'll second Brian's advice to establish an internal repository using
one of the repository managers.

But it's probably checking for the pom, not the artifact.  When you do
mvn install, add -DgeneratePom=true and see if the behavior continues.

-- 
Wendy

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

Reply via email to