How to disable auto "Update Maven Dependencies" after saving a pom.xml
in Eclipse IDE with m2eclipse Plugin?
16.04.10 11:09:40 MESZ: Refreshing [/project/pom.xml]
16.04.10 11:09:40 MESZ: Maven Builder: AUTO_BUILD
How to disable auto "Update Maven Dependencies" after saving a pom.xml
in Eclipse IDE with m2eclipse Plugin?
16.04.10 11:09:40 MESZ: Refreshing [/project/pom.xml]
16.04.10 11:09:40 MESZ: Maven Builder: AUTO_BUILD
You can edit "Goals to run when updating project configuration" in Window > Preferences > Maven. Default setting is "process-resources", try to remove it.
You can't. But why would you even want to do that? Keeping your project build path in sync with the pom is a good thing.