Search code examples
mavenintellij-idea

Force IntelliJ IDEA to reread all maven dependencies


How to force IntelliJ IDEA to reread/update all dependencies specified in the pom file ?


Solution

  • Press Ctrl+Shift+A to find actions, and input "reload", you will find the "Reload All Maven Projects".

    On a Mac, use ++A instead.