tags:

views:

18

answers:

2

what are popular repo indices i should configure Idea to use?

i have: http://repo1.maven.org/maven2

+1  A: 
<repository>
    <id>java.net</id>
    <url>http://download.java.net/maven/2&lt;/url&gt;
</repository>
<repository>
    <id>jboss</id>
    <url>http://repository.jboss.com/maven2&lt;/url&gt;
</repository>

But I would suggest that you see what dependencies you need, and then add the repository if needed.

Bozho
i can't seem to get hibernate annotations
Blankman
what do you try? You can ask that as a separate question.
Bozho