Why does Maven is looking in the wrong repo?
Posted
by asrijaal
on Stack Overflow
See other posts from Stack Overflow
or by asrijaal
Published on 2010-06-13T11:17:12Z
Indexed on
2010/06/13
11:22 UTC
Read the original article
Hit count: 231
Hi there,
I'm trying to get the newest hibernate version for my project, for this purpose I've added the jboss repo into my settings.xml
<repository>
<id>jboss-releases</id>
<url>http://repository.jboss.org/maven2</url>
</repository>
but when I do the depency search from my m2eclipse plugin I see only results from the official maven repo, why? Why I don't see the latest release 3.5.1? Instead only 3.3.2 is shown
© Stack Overflow or respective owner