dev@glassfish.java.net

Re: Nexus

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Wed, 04 Feb 2009 13:45:35 -0800

I just set this up using legolas and I get all sorts of download failures.
When I switch it to maven.glassfish.org the download hangs.

Is this supposed to work? Am I doing something wrong?


Harsha Godugu wrote:
> Jason Lee wrote:
>> Some time back, there was some chatter about Nexus. Has that gone
>> anywhere? Is there anyone still on it?
> Yep. The nexus internal setup was ready and was waiting a green signal
> on OSR.
> We have 2 instances. One on swan and the other outside swan. For
> external builds use maven.glassfish.org and for the internal swan based
> builds use legolas.
>
> Please use the following config. for use of Nexus based build and let me
> know how it goes.
>
> <settings>
> <mirrors>
> <mirror>
> <id>hk2gf</id>
> <name>Nexus Public Mirror</name>
> <url>http://maven.glassfish.org/content/groups/glassfish</url>
>
> <!--
> <url>http://legolas.sfbay:8081/nexus/content/groups/glassfish</url>
> <url>http://maven.glassfish.org/content/groups/glassfish</url>
> -->
>
> <mirrorOf>*</mirrorOf>
> </mirror>
> </mirrors>
> </settings>