maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-862] Assembly creation fails on Windows when extracting a tar.gz containing a symbolic link

Open jira-importer opened this issue 8 years ago • 3 comments

Axel Fontaine opened MASSEMBLY-862 and commented

Related issue: https://github.com/codehaus-plexus/plexus-archiver/issues/66

Workaround: open console with admin rights

Suggested solution: The platform the build runs on should not influence the ability to build the assembly. The issue with the Maven Assembly Plugin (which uses the Plexus Archiver) is actually that it depends on the filesystem (and its capabilities on the current platform) to build the archive, whereas it could also build it fully in-memory and be truly platform independent. This should be the default, with maybe an optional flag to revert to disk buffering for extra large payloads.


Affects: 3.0.0

jira-importer avatar Jul 06 '17 14:07 jira-importer