Force Intellij IDEA to reread all maven dependencies

kubek2k picture kubek2k · Apr 2, 2012 · Viewed 275.3k times · Source

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

Answer

Jacky picture Jacky · Apr 21, 2015

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

On a Mac, use ++A instead.