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

后端 未结 5 1218
北荒
北荒 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:07

    After a lot of research, including trying a similar approach with Netbeans, it is simply not possible. Parent POMs are treating as such, and each module needs to be loaded as a "top level" project in order for the IDEs to recognize the source.

提交回复
热议问题