dev@glassfish.java.net

Re: recent gfv4trunk builds has missing artifacts

From: emiddio-frontier <emiddio_at_frontier.com>
Date: Wed, 12 Jun 2013 07:50:35 -0700

my Maven skills are limited -

I tried to modify my settings.xml based on my understanding of your
suggestions - with same failures.

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.

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