Hi Brett,

Can we specify multiple mirrors for the central in the settings.xml
file or do we have
to specify just one. If we have multiple mirrors for the central, does
maven pick a single mirror or does it
try all of them, if one of the fail.

Thanks
Gautham Pamu

<mirror>
     <id>ggi-project.org</id>
     <url>http://ftp.ggi-project.org/pub/packages/maven2</url>
     <mirrorOf>central</mirrorOf>
   </mirror>
   <mirror>
     <id>planetmirror.com</id>
     <url>http://downloads.planetmirror.com/pub/maven2</url>
     <mirrorOf>central</mirrorOf>
   </mirror>
   <mirror>
     <id>lsu.edu</id>
     <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
     <mirrorOf>central</mirrorOf>
   </mirror>
   <mirror>
     <id>ibiblio.net</id>
     <url>http://www.ibiblio.net/pub/packages/maven2</url>
     <mirrorOf>central</mirrorOf>
   </mirror>



On 5/14/06, Brett Porter <[EMAIL PROTECTED]> wrote:

http://maven.apache.org/guides/mini/guide-mirror-settings.html

Yes, it's down. Unscheduled, and beyond our control, sorry.

- Brett

On 5/14/06, Raymond Ritz <[EMAIL PROTECTED]> wrote:
> Hey all, is http://repo1.maven.org <http://repo1.maven.org/>  down
> unexpectedly? If this is a scheduled outage, where can I get information
on
> planned downtime in the future?
>
>
>
> Regards,
>
>
>
> Raymond Ritz
>
>
>
>
>

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




--
-Gautham Pamu

Reply via email to