I have maven project with two modules and parent pom.xml. In the first module I have interface, in the second - implementation. If I import the first module, open interface and press Ctrl+Alt+F7 - I see that "No implementations found". Why can't Idea (version 12.0.3) find implementation in the second module?
Please see screenshots:
1) Interface in the imported module.
2) Implementation: