users@glassfish.java.net

Changes in GlassFish Build instructions

From: Jane Young <jane.young_at_ORACLE.COM>
Date: Wed, 29 Feb 2012 09:58:25 -0800

Hi,

The GlassFish Nexus Server (maven.glassfish.org) is put offline due to
some internal infrastructure changes.
This of course impacts GlassFish builds. Since almost all GlassFish
dependencies are available in Maven Central, except for EclipseLink
artifacts, you'll need to create a mirror element in settings.xml:

< !-- mirror all repositories to central except for EclipseLink
repository -->
<mirror>
<id>maven-central</id>
<url>http://repo1.maven.org/maven2/</url>
<mirrorOf>*,!eclipselink.repository</mirrorOf>
</mirror>

Build performance should not be impacted by this.
I've also updated the Build Instructions page:
https://wikis.oracle.com/display/GlassFish/FullBuildInstructions

Thanks,
Jane