users@glassfish.java.net

Re: Changes in GlassFish Build instructions

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 29 Feb 2012 10:35:45 -0800

Hi,

I forgot to mention that you'll need to update the main workspace.
I committed the changes that remove references to maven.glassfish.org.

Thanks,
Jane


On 2/29/12 9:58 AM, Jane Young wrote:
> 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