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