- Create a blank intellij project and add each of the 3 modules to it via File > New > Module From Existing Sources
mvn installparent- Make sure
commonversion is1.0-SNAPSHOT mvn installcommon- Change
commonversion to2.0-SNAPSHOT - Reload maven projects
Both maven and IntelliJ can actually build app when this situation
is happening, however IntelliJ code completion and analysis just
fails to resolve things.