I have a maven project in eclipse indigo
with m2e 1.2.0.20120903-1050
maven plugin. That project contains maven system
dependencies and these jar files are checked into git repository.
That is all fine until I need to switch to another branch which has changes in system
dependencies. Git can not update contents as file is locked.
That seems that eclipse on its own or on behalf of m2e locked jar libraries. I tried closing project but that does not help, in order to release lock I have to restart eclipse.
That is rather cumbersome. Are there any trick to release lock without restarting eclipse?