dev@glassfish.java.net

Re: recent gfv4trunk builds has missing artifacts

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Wed, 12 Jun 2013 07:53:59 -0700 (PDT)

On 6/12/13 4:50 PM, emiddio-frontier wrote:
> my Maven skills are limited -
>
> I tried to modify my settings.xml based on my understanding of your
> suggestions - with same failures.
Could you share the resulting mirrors section ?
>
> Would you provide more detailed information - or perhaps a minimal
> settings.xml that will work for gfv4?
>
> The mirroring configuration I have was added only in hopes of getting gfv4
> to work.
There is no settings.xml configuration required (except the usual proxy
settings if behind a proxy).
You may want to define your MAVEN_OPTS environment variable as:
-Xmx1024M -XX:MaxPermSize=512m

Thanks,
Romain
>
> Thanks
> -Gary
>
>
> ----- Original Message -----
> From: "Romain Grecourt" <romain.grecourt_at_oracle.com>
> To: <dev_at_glassfish.java.net>
> Sent: Tuesday, June 11, 2013 9:21 AM
> Subject: Re: recent gfv4trunk builds has missing artifacts
>
>
> On 6/11/13 5:40 PM, emiddio-frontier wrote:
>> <mirrors>
>> <mirror>
>> <id>maven-central</id>
>> <url>http://repo1.maven.org/maven2/</url>
>> <mirrorOf>*,!eclipselink.repository</mirrorOf>
>> </mirror>
>> </mirrors>
> GlassFish does currently reference some artifacts that are not located
> in maven central but in maven.java.net.
>
> This mirroring configuration was advised to workaround the old
> maven.glassfish.org repository.
> If you want to keep this mirroring configuration, you'll have to add
> !jvnet-nexus-promoted
>
> Thanks,
> Romain
>