Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
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
Issue Links
- is related to
-
MINSTALL-54
[INFO] Error installing artifact's metadata
-
Activity
Benjamin Bentmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue is related to MINSTALL-54 [ MINSTALL-54 ] |
Robert Scholte
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Robert Scholte [ rfscholte ] | |
| Resolution | Won't Fix [ 2 ] |
note that there is a duplicate report here http://jira.codehaus.org/browse/MINSTALL-54 but as the fix is inside this project i've raised a second bug report here.