dev@glassfish.java.net

Re: Nexus

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Wed, 04 Feb 2009 14:12:35 -0800

Hi Bill,

Nexus is already setup by default. In v3/pom.xml, the <repositories>
element should contain the following snippet:
       <repository>
            <id>glassfish-repo-archive</id>
            <name>Nexus repository collection for Glassfish</name>
            <url>http://maven.glassfish.org/content/groups/glassfish</url>
            <snapshots>
                <updatePolicy>never</updatePolicy>
            </snapshots>
        </repository>

You don't need to modify anything in settings.xml.

Jane



Bill Shannon wrote:
> 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>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>