Multi-module Maven - Project view issue
Answered
I have maven multi-module project with following structure:
--maven-parent
----child-1
--------child-1-1
----child-2
So when I import this project into eclipse I get the following project structure view, which shows all the modules.

But when I import the same project in IntelliJ I see the following modules in the project, Child-1 is missing in the Project view (but maven project view more or less complete).

Why I am not getting correct full view in Project view as I get in Eclipse?
Please sign in to leave a comment.
Related issue/request: https://youtrack.jetbrains.com/issue/IDEA-117762.
@serge Baranov - May you please tell me what is the workaround for now. How can I continue my work with maven multi-modules projects? I mean, I feel I am missing something here, it is a very big issue for me if I am not able to see all my modules on Project view. My problem is not only the tree view but in flat view also, my all modules don't get listed. That is a big issue for me.