How do I properly import Maven multi-module project into Eclipse? When I import new Maven project and select the parent pom, I can see the submodules under the parent pom and they are visible in package explorer and project explorer. However, they are presented as deep directory structure, as if eclipse doesn't know they are Java projects.
When I expand the submodule project, I don't see the Java packages shortcuts as I would have opened a single Maven project. I only see it as a deep directory structure. How do I import multimodule Maven project and open the submodule project to take advantage of Eclipse Java project features?
Before to approach this clean the IDE from current wrong imported project deleting its maven root pom project and every sub modules, but leave them in the disk obviously. I don't recommend the "Convert" options as sometimes doesn't lead to clean results, especially with big and messy projects. That should do the trick. Let me know if this solves your problem.