Is it possible to view a multi-module Maven project in Eclipse as a hierarchy?

后端 未结 5 1219
北荒
北荒 2021-01-11 09:37

I want a single Maven module (parent POM) configured, that shows all of the child modules underneath it, but this does not seem to work correctly in Eclipse. For example, th

5条回答
  •  春和景丽
    2021-01-11 10:18

    If any one is looking for this here is what i did to have a hierarchical view.

    In Eclipse click Windows > show view > Project Explorer. Once you are on a Project Explorer view click on a drop down icon and click Projects Representation > Hierarchical

    See this screen capture

提交回复
热议问题