organize maven multi-module project in eclipse

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

    go: Windows -> Preferences -> Maven -> Hide folders of physically nested modules

    and re-import your project.

提交回复
热议问题