For mirrors, its usually meant to use the <mirrors> of settings, and the mirror is checked first, falling back to ibiblio (though I'm not sure if that was fixed yet or not - previously it didn't fallback correctly). I think this makes sense - theoretically the mirror should be identical to the source.
- Brett On 12/19/05, Matt Raible <[EMAIL PROTECTED]> wrote: > Is it possible to check a mirror of ibiblio for dependency if ibiblio > is down? If I put the following in my pom.xml, it checks this mirror > first, rather than ibiblio. It seems like a better practice to check > ibiblio first. > > <repositories> > <repository> > <id>planetmirror</id> > <name>Planet Mirror (backup central repository)</name> > <url>http://public.planetmirror.com/pub/maven2</url> > </repository> > </repositories> > > Thanks, > > Matt > > --------------------------------------------------------------------- > 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]
