I\'m new to Intellij Idea, i just import a project with pom.xml, but the ide didn\'t resolve anything in maven dependencies.
Anything defined in p
In IntelliJ 12.1.4 I went through Settings --> Maven --> Importing and made sure the following was selected:
This took me from having a lot of unresolved import statements to having everything resolved. I think the key here was using Maven3 to import project... Hopefully this helps.