IntelliJ IDEA showing all maven plugins twice in maven toolbar tree

前端 未结 2 675
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 12:48

I have a maven project. Whenever I try to open it in IDEA, all plugins are shown twice in the tree. I have tried restart, invalidate caches / restart, checkout project again

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 13:09

    1. Close your project from File menu. File--> close project
    2. Go to your project directory and delete .idea and any file with extension .iml
    3. Right-click on your pom and open it with IntelliJ or reimport your project from IntelliJ.

提交回复
热议问题