Non-resolvable parent POM for Could not find artifact and ‘parent.relativePath’ points at wrong local POM
I faced the same issue. Setting relative path of the parent in module projects solved the issue. Use <relativePath>../Parent Project Name/pom.xml</relativePath>