[m2e-users] StaleMutableProjectRegistryException: how can I avoid it?

2016-06-27 Thread Aurelien Pupier
Hi, whiel playing tests on CI, I regularly have the StaleMutableProjectRegistryException which is failing my tests.t I would like to know if you have ideas why it happens and why it is not deterministic? java.lang.reflect.InvocationTargetException: null at org.eclipse.m2e.core.internal.p

Re: [m2e-users] StaleMutableProjectRegistryException: how can I avoid it?

2016-06-27 Thread Igor Fedorenko
StaleMutableProjectRegistryException means that workspace project registry is being modified by multiple threads running concurrently. This shouldn't be possible under normal conditions, so most likely you need to serialize your test execution. -- Regards, Igor On Mon, Jun 27, 2016, at 10:27