At 12:25 PM -0700 6/17/08, Russ Tremain wrote:
>getting long hangs on both codehaus repos:
>
> http://snapshots.repository.codehaus.org/
> http://repository.codehaus.org
>
>does anyone know of any mirror for these?
>
>tia,
>-Russ
as a temporary work-around, assuming you don't need to update anything,
you can add this to your ~/.m2/settings.xml file:
<settings>
<mirrors>
<mirror>
<id>fake-codehaus-snapshots-mirror</id>
<url>http://repo1.maven.org/maven2</url>
<mirrorOf>codehaus-plugin-snapshots</mirrorOf>
</mirror>
<mirror>
<id>fake-codehaus-mirror</id>
<url>http://repo1.maven.org/maven2</url>
<mirrorOf>Codehaus</mirrorOf>
</mirror>
...
best to use your favorite mirror of central so as not to overload it...
/r
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]