dev@glassfish.java.net

Re: Repository outage chapter 2

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Thu, 07 Feb 2008 15:29:28 -0800

Kohsuke Kawaguchi wrote:
> download.java.net is now switching from a temporary storage, which it's
> currently using for the sake of coming back to online, to a permanent
> storage. While this is going on, Hudson is unable to push new artifacts
> to java.net, and therefore many of you are encountered the build problem.
>
> Since there's no ETA on this transition right now, in the mean time I
> request the following additions to your ~/.m2/settings.xml
>
> <settings>
> ...
> <mirrors>
> <mirror>
> <id>glassfish-internal</id>
> <name>Internal Mirror of GlassFish maven repository</name>
> <url>http://maven.sfbay/mirrors/glassfish/</url>
> <mirrorOf>glassfish-repository</mirrorOf>
> </mirror>
> </mirrors>
> <settings>

Correction: the last line is </settings>, not <settings>.

Also, if this file doesn't exist, create one with the following content:

<settings>
   <mirrors>
     <mirror>
       <id>glassfish-internal</id>
       <name>Internal Mirror of GlassFish maven repository</name>
       <url>http://maven.sfbay/mirrors/glassfish/</url>
       <mirrorOf>glassfish-repository</mirrorOf>
     </mirror>
   </mirrors>
</settings>

-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com