dev@glassfish.java.net

Re: why can't I build GF trunk?

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 10 May 2011 11:51:04 -0700

Yes.

On 5/10/11 11:46 AM, Bobby Bissett wrote:
> On 5/10/11 2:29 PM, Jane Young wrote:
>> If you're in OWAN, you also need the proxy in settings.xml:
>> [...]
>>
>> OR
>> reference to the internal GF Nexus:
>> [...]
>
> This is my whole file, and am running in OWAN. Is this sufficient?
>
> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
> http://maven.apache.org/xsd/settings-1.0.0.xsd">
> <proxies>
> <proxy>
> <id>OWANproxy</id>
> <active>true</active>
> <protocol>http</protocol>
> <host>www-proxy.us.oracle.com</host>
> <port>80</port>
> </proxy>
> </proxies>
>
> <mirrors>
> <mirror>
> <id>glassfish-nexus</id>
> <url>http://maven.glassfish.org/content/groups/glassfish</url>
> <mirrorOf>*</mirrorOf>
> </mirror>
> </mirrors>
>
> </settings>
>