You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In indeterminate conditions, copying files into a .tar.gz archive causes that archive to not contain all included files.
I have produced a minimal working example, which can be run as mvn clean validate. This packages the input folder into two archives in the project root, output.zip and output.tar.gz. Both are produced using identical truezip-maven-plugin executions:
While the output.zip archive contains all the files as expected, output.tar.gz only includes what appears to be the last handful in alphabetical order:
I have verified this behavior in both Windows 10 running natively, as well as Ubuntu 20.04.3 LTS running in WSL.
The text was updated successfully, but these errors were encountered:
In indeterminate conditions, copying files into a .tar.gz archive causes that archive to not contain all included files.
I have produced a minimal working example, which can be run as
mvn clean validate
. This packages theinput
folder into two archives in the project root,output.zip
andoutput.tar.gz
. Both are produced using identicaltruezip-maven-plugin
executions:While the
output.zip
archive contains all the files as expected,output.tar.gz
only includes what appears to be the last handful in alphabetical order:I have verified this behavior in both Windows 10 running natively, as well as Ubuntu 20.04.3 LTS running in WSL.
The text was updated successfully, but these errors were encountered: