What maven command does "Reload All Maven Projects" correspond to?
Answered
There's this button in IDEA:
Does this have a maven command line correspondence or is it a purely IDEA related feature? What does it actually do?
Please sign in to leave a comment.
This button does not have a direct equivalent in Maven.
When you press it IDEA reads Maven Projects configuration (
pom.xmls, etc.) and syncs Projects' current state with its' internal configuration that is used for syntax highlighting, dependencies search and resolution and other features that IDE provides.