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:29:52 -0700

If you're in OWAN, you also need the proxy in settings.xml:

<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>www-proxy.us.oracle.com</host>
<port>80</port>
</proxy>

OR
reference to the internal GF Nexus:
<mirrors>
<mirror>
<id>internal-glassfish-nexus</id>
<url>http://gf-maven.us.oracle.com/nexus/content/groups/internal-gf-nexus/</url>

<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>


On 5/10/11 11:26 AM, Bobby Bissett wrote:
> On 5/10/11 1:14 PM, Jane Young wrote:
>> The reported missing artifacts are available in maven.glassfish.org:
>> http://maven.glassfish.org/content/groups/glassfish/org/glassfish/admingui/console-ejb-plugin-help/3.2-b01/
>>
>> http://maven.glassfish.org/content/groups/glassfish/org/glassfish/admingui/console-corba-plugin-help/3.2-b01/
>>
>>
>> Are you logged into OWAN? If yes, then you also need proxy setting.
>
> Yep, am on OWAN. Maybe it was just my karma -- I can try the build again.
>
>
>
>