I decide to try Intellij Idea, and I imported existing Maven multi-module project from Eclipse into Idea. But Idea can't resolve dependencies related with GWT classes and some dependencies between maven modules. I tried to re-import maven projects - it don't help.
How I can solve this problem?
Additional info:
Project was imported from Eclipse's workspace (with eclipse specific files, such as .project etc. But I don't think it can be problem). GWT dependencies are exist in pom.xml, but all classes from GWT highlighted with red color. In eclipse this project work fine.
pom.xml, nothing else. Try again. – maba Nov 12 '12 at 10:11pom.xml, not to project directory – MyTitle Nov 12 '12 at 10:15pom.xmlas I guess that you have made some changes in ecplise to make it work and those changes has not been reflected in thepom.xml. – maba Nov 12 '12 at 10:23