dev@glassfish.java.net

current maven settings?

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Thu, 15 Sep 2011 10:32:43 -0400

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>