How to force maven update?

后端 未结 25 1927
失恋的感觉
失恋的感觉 2020-11-22 03:18

I imported my already working project on another computer and it started to download dependencies.

Apparently my internet connection crashed and now I get the foll

25条回答
  •  抹茶落季
    2020-11-22 03:50

    If you are using eclipse IDE then :

    • Select Project.
    • Press alt+F5, window for Update Maven Project will pop up.

    • Check - Force Update of Snapshots/releases and click OK.

    If Using Intellij IDE

    • go to settings/Maven
    • check Always update snapshots

提交回复
热议问题