dev@glassfish.java.net

Re: current maven settings?

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Tue, 27 Sep 2011 14:51:40 -0400

Bump.

On 9/15/11 10:32 AM, Bobby Bissett wrote:
> I have this in my ~/.m2/settings.xml file, and I don't believe this is
> still valid (e.g. I have build trouble after incrementing a dependency
> version even though the dependency is in the maven.java.net repo).
> Should I replace both instances of the maven.glassfish.org url with
> something java.net-y?
>
> <profiles>
> <profile>
> <activation>
> <activeByDefault>true</activeByDefault>
> </activation>
> <repositories>
> <repository>
> <id>glassfish-nexus</id>
> <url>http://maven.glassfish.org/content/groups/glassfish</url>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> </repository>
> </repositories>
> </profile>
> </profiles>
>
> <mirrors>
> <mirror>
> <id>glassfish-nexus</id>
> <url>http://maven.glassfish.org/content/groups/glassfish</url>
> <mirrorOf>*</mirrorOf>
> </mirror>
> </mirrors>