maven pom editing...
... is really slow because editing a pom makes IntelliJ update/index dependencies on a 'per keystroke' base. While this happens the editor blocks and IntelliJ nearly maxes out my 2 cores (Macbook Pro Dual Core 2.8GHz).
Is there a way to give control about such actions to the user?
请先登录再写评论。
there is a maven setting where you can disable this (dunno the exact name but it is something like "auto-update")
yep .. thanks. It is under Setting>Maven>Importing>'Import Maven Projects automatically'.