Working with Maven & Eclipse projects
My firm uses Eclipse and Maven as the standard development platform. I've been able to use IntelliJ to work with our SCM and Maven successfully. However, when I access the same local code base from both editors, it seems that IntelliJ adds lots of extra entries to Eclipse project configuration. How can I use these two IDEs side by side without having them interfere with one another's project settings?
请先登录再写评论。
Just import the project as Maven from pom.xml, this way IDEA will not modify your Eclipse project files at all.