This content has been marked as final.
Show 2 replies
-
1. Re: 404s from JBoss Repo
jhirn Oct 7, 2011 11:36 AM (in response to jhirn)I should add I've been having this issue since yesterday. Is it just that the artifacts have been relocated? Shouldn't there be a mechanism to indicate the artifacts were moved (or removed)? I can't remember what trick Maven uses to accomplish this, but it's confusing that my nexus proxy indicates it is there when viewing the remote index but cannot resolve the artifact.
-
2. Re: 404s from JBoss Repo
pgier Nov 30, 2011 10:06 AM (in response to jhirn)The URL you are using for the repository is incorrect.
http://repository.jboss.org/nexus/content/repositories/public-jboss
Replace "repositories" with "groups"
http://repository.jboss.org/nexus/content/groups/public-jboss
There is more information in the wiki: Maven Getting Started - Users