-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function
Description
Geoff Simpson opened MINSTALL-54 and commented
[INFO] Error installing artifact's metadata: Error installing metadata: Error updating group repository metadata
end tag not allowed in epilog but got / (position: END_TAG seen ...\n
Looks like there might be an issue with updates to maven-metadata-local.xml
during the mvn install
task. we have a build server that is multi threaded. we often see this in the
</versioning>
</metadata>
</metadata>
maven-metadata-local.xml
.
maybe a solution is to add maven-metadata-local.xml.lock
to ensure two threads don't update the file at the same time
Affects: 2.2
Attachments:
- minstall-54-error-install-artifact.patch (6.56 kB)
Issue Links:
-
MINVOKER-104 Error installing artifact's metadata
-
MNG-5307 NPE during resolution of dependencies - parallel mode
15 votes, 25 watchers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function