Warm tip: This article is reproduced from serverfault.com, please click

Force Intellij IDEA to reread all maven dependencies

发布于 2012-04-02 17:24:28

How to force intellij idea to reread/update all dependencies specified in the pom file ?

Questioner
kubek2k
Viewed
0
99.2k 2017-01-18 19:06:54

Press Ctrl+Shift+A to find actions, and input "reimport", you will find the "Reimport All Maven Projects".

On a Mac, use ++A instead.