dev@javaserverfaces.java.net

Remove dependency on http://repository.jboss.org/maven2/?

From: Andy Schwartz <andy.g.schwartz_at_gmail.com>
Date: Tue, 24 May 2011 10:14:46 -0400

Gang -

When attempting to build Mojarra 2.1.x/trunk this morning, I am
hitting failures due to dependencies on this repository:

http://repository.jboss.org/maven2/

Which is down.

I believe that this repository has been deprecated in favor of the
repositories here:

https://repository.jboss.org/nexus/content/repositories/

I also verified that I was able to build after replacing references to
the old "maven2" repo with
"https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/".
 (This contains the javax.inject jars that Mojarra requires.)

Wanted to send a heads up in case anyone else hits this and also to
ask whether we should migrate Mojarra to the jboss.org/nexus repos.

Andy