dev@glassfish.java.net

Repository outage chapter 2

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

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>

With this change, you should be able to build things normally with "mvn
-U install" (alternatively "rm -rf ~/.m2/repository" would do, too.)

Sorry for the repeated outage.

-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com