Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
-
Fedora 25
Description
When executing 'mvn package' on the attached project, the produced archive(s) are not produced as expected. As an example, the following entries in the zip archive I expect to be marked as directories and end with a slash rather than the current state:
crwsrwsrwx 0 11-Feb-2016 21:30:54 META-INF/maven/org.slf4j crwsrwsrwx 0 11-Feb-2016 21:30:54 META-INF/maven/org.slf4j/slf4j-api
In the tar archive they are links which is also not expected.
I have also tried to find any reference to this in maven-archiver and plexus-archiver but wasn't able to find anything.
Using the unzip utility asks the following:
replace META-INF/maven? [y]es, [n]o, [A]ll, [N]one, [r]ename:
during unzip which was also unexpected.