|
||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||
- [mojo-dev] [jira] (MRPM-101) implement @threadS... Anders Hammar (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Karl Heinz Marbaise (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Anders Hammar (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Oded Ben Ozer (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Stephen Badger (JIRA)
- [mojo-dev] [jira] (MRPM-101) implement @th... Oded Ben Ozer (JIRA)

Updated the patch to threadsafe-3.patch, which fixes the failing rpm-1 IT, that was failing due to a plexus-archiver upgrade.
The root cause of the problem was the DirectoryArchiver cleans itself immediately after creating the archive now, and rpm-maven-plugin was attempting to produce a list of archived entries based on the DirectoryArchiver's file list, after the archive has been created.
In the old version of plexus-archiver, the list of files is still there. In the new version, it is cleaned.