Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Force Intellij IDEA to reread all maven dependencies

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

like image 254
kubek2k Avatar asked Apr 02 '12 17:04

kubek2k


People also ask

How do I force an update project in IntelliJ?

In the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Build, Execution, Deployment | Build Tools. and select the Auto-Reload Settings option. Reload changes in the build scripts: this option is selected by default.


1 Answers

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

On a Mac, use ++A instead.

like image 92
Jacky Avatar answered Sep 19 '22 12:09

Jacky