dev@javaserverfaces.java.net

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

From: Imre Osswald <ioss_at_mx.jevelopers.com>
Date: Tue, 24 May 2011 16:45:34 +0200

Andy,

thank you for path to the new repository!
I noticed that too yesterday, but I got lost in the nexus ;) and could not find the java.inject jars.

Imre


On 24.05.2011, at 16:14, Andy Schwartz wrote:

> 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