Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: plexus-archiver-1.0, plexus-archiver-1.1, plexus-archiver-1.2
-
Fix Version/s: plexus-archiver-2.0.2
-
Component/s: plexus-archiver
-
Labels:None
-
Environment:windows vista java 1.6.024 plexus-archiver 1.0 maven 3.0.3
-
Number of attachments :
Description
The issue is present in versions 1.1 and 1.2 as well.
the tar function creates tar files that are padded at the end with junk data from previous data in the archive. this is an issue that was present in the ant tar function was well and was fixed there about 2 years ago (ant >=1.8.0).
To fix this, you could either resync the tar implementation from current ant or apply the path individually. The patch is listed here
the bug report for ant is the following:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47421