organize maven multi-module project in eclipse

前端 未结 5 1673
攒了一身酷
攒了一身酷 2021-02-20 02:54

I have a huge Maven multi-module project. With similar structure

parentA
  - subA1
     - subA3
     - subA3
  - subA2

parentB
  - subB1
  - subB2
5条回答
  •  眼角桃花
    2021-02-20 03:21

    Try using Projects View. It does it for me in these kind of situations.

    Also, you can put filters to exclude certain projects in Package Explorer or other views that you prefer like this: go to PackageExplorer, select View Menu - Filters, check Name filter Patterns and enter the names of the projects you want to hide, separated by commas.

    In other views, instead of View Menu - Filters is View Menu - Customize View.

    You can find a tutorial here but instead selecting Closed Projects enter the name of the projects as I mentioned above.

    As for the tree view I don't think you achieve that because in Eclipse there is no notion of sub-project. Have a look here.

提交回复
热议问题