What maven command does "Reload All Maven Projects" correspond to?

已回答

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?

0

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.

0

请先登录再写评论。