On Thu, October 11, 2007 6:00 pm, Holt, Jack C. wrote:

> I'm just a newbie to maven, but I believe that is the point of
> "SNAPSHOTS". By default, if you specify that you want the snapshot
> version of a dependency, maven will check once a day for newer
> snapshots.  But that is configurable to check more or less frequently.

This is correct - all my artifacts are SNAPSHOTs, because the artifacts
are under normal development. It is reasonable for maven to go out and
check for updates for these SNAPSHOTs.

The problem is that maven seems to be polling repositories that have been
explicitly configured as _not_ hosting SNAPSHOT jars. By definition in the
project root pom, central is defined as not hosting SNAPSHOTS, and yet it
does not seem to stop maven from polling central for SNAPSHOT updates.

I am not sure if this is a bug, or if there is something wrong with my
repository definition.

Regards,
Graham
--



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

Reply via email to