Maven still has these repositories configured internally even though you most likely have a mirror definition to redirect these to Nexus. The mirror definition applies at the end of the lookup processing and Maven doesn't currently deduplicate the repository definitions. Fortunately, Nexus is caching the results so subsequent checks happen instantly without rechecking a remote.
On Sun, Oct 18, 2009 at 11:58 AM, Quintin Beukes <[email protected]> wrote: > Hey, > > I have my nexus repository set up to have all requests proxy through > it. But it still does checks like the following: > snapshot org.apache.geronimo.plugins:connector:2.2-SNAPSHOT: checking > for updates from central > snapshot org.apache.geronimo.plugins:connector:2.2-SNAPSHOT: checking > for updates from codehaus.snapshots > snapshot org.apache.geronimo.plugins:connector:2.2-SNAPSHOT: checking > for updates from apache.snapshots > > Isn't there a way for it to realize those last to checks are redundant > and only do the first? > > Quintin Beukes > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
