In first case :

no matter what is the id of the requested repo it will go the url mentioned.

In the second case :

Only requests for repo with id "thirdparty" will do tthe url mentioned.

And more details are on the link which is mentioned before.

What we did was , created a virtual repo and put all repos behind it and
then use mirrior option to send all requests to this virtual repo.

-Raj

On Thu, Apr 26, 2012 at 6:45 PM, Wayne Fay <wayne...@gmail.com> wrote:

> > How to consolidate these two settings?
>
> This is documented online under "Advanced Mirror Specification":
> http://maven.apache.org/guides/mini/guide-mirror-settings.html
>
> Here's a hint:
> >       <mirrorOf>*,!central</mirrorOf>
>
> The *,!central in the mirrorOf means "mirror all except central".
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to