I regularly suffer from corrupted maven-metadata-local.xml files on my Jenkins host in directory /home/jenkins/.m2/.../some-project/
E.g. extra lines added to the end of the maven-metadata-local.xml file like this:
...
</versioning>
</metadata>
astUpdated>
</versioning>
</metadata>
Do I suffer from concurrency issues? Like the one described here (created 2007, but still unresolved): https://issues.apache.org/jira/browse/MNG-2802
What could I do to mitigate the issue?