IntelliJ: Working on multiple projects

I think this has improved with recent versions of IntelliJ. In my current version (12.0.2), you can add any number of separate Maven projects to the same “workspace”.

The simplest way I’ve found to do this is to click the little + icon in the “Maven Projects” window (View > Tool Windows > Maven Projects) and then select the additional pom file you want to import.

Leave a Comment