dev@glassfish.java.net

Re: Nexus

From: Harsha Godugu <Harsha.Godugu_at_Sun.COM>
Date: Wed, 26 Nov 2008 09:09:21 -0800

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>

> If not, I'll try to carve out some time for investigating it. If it
> works like it does in my mind ;), that would be a nice addition to our
> build system...


>
> <http://www.java.com> * Jason Lee *
> Senior Java Developer
> GlassFish Administration Console
>
> *Sun Microsystems, Inc.*
> Phone x31197/+1 405-343-1964
> Email jasondlee_at_sun.com <mailto:jasondlee_at_sun.com>
> Blog http://blogs.sun.com/jasondlee
> Blog http://blogs.steeplesoft.com
>
>