Can Intellij IDE automatically do a mvn install
on pom changes?
I have a multi-module maven project, and currently, when I make changes to the pom file, I have to do mvn install
manually.
I know that I can execute Lifecycle commands automatically by setting the following options, but these are not what I wanted.