views:

564

answers:

2

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 
A: 

You can edit "Goals to run when updating project configuration" in Window > Preferences > Maven. Default setting is "process-resources", try to remove it.

Michał Mech
This results also in `AUTO BUILD`.
codedevour
Do You really need m2plugin? I prefer maven-eclipse-plugin.
Michał Mech
+2  A: 

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.

Pascal Thivent
It extremely slows down my eclipse and often completely blocks the UI, as i also prefer to disable "Build All" in Eclipse, i prefer to update at the time i want.
codedevour
@chrsk 1. What version of m2eclipse are you using? I noticed a big improvement with version 0.10.0. 2. Do you changes versions that often? 3. m2eclipse is maybe not for you then, maybe consider switching to the maven-eclipse-plugin.
Pascal Thivent
Sounds good, i consider switching.
codedevour