I can\'t seem to get Maven to find a sibling\'s module in a multi-module project.
I\'ve run mvn clean install in all modules.
mvn clean install
Here\'s the setu
I noticed MagniCompCommon pom doesnt specify a version
MagniCompCommon jar
And in Product pom, you're referencing version 1.0
com.magnicomp MagniCompCommon 1.0
Have you tried specifying version 1.0 in MagniCompCommon pom?