I have a multimodule maven pom, whose modules are deployed in a flat structure.
The modules section of the pom is as follows
<modules>
<module>..\module1</module>
<module>..\module2</module>
</modules>
each submodules are marked as errors by IDEA saying "Cannot resolve symbol ..\module1".