organize maven multi-module project in eclipse

前端 未结 5 1587
攒了一身酷
攒了一身酷 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:42

    We can also use working sets.

    1. Choose Top level Elements as 'Working Sets' from Package Explorer / Project Explorer view.
    2. Configure "Working Sets" to manage your projects. Move the Parent project to a different working set and child project in different working sets.

提交回复
热议问题