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
I am doing a build on windows want to keep the permissions on the assembly so I need to use assembly mode tar/tgz.
Because of this the TarArchiver outputs a lot of warnings when creating the assembly: [WARNING] Entry: filename is longer than 100 characters.
I've noticed when creating the AssembyArchiver the hardcoded value from: DockerAssemblyConfigurationSource is used:
@Override
public String getTarLongFileMode() {
return "warn";
}
Can this be changed to be configurable? Or at least read the: assembly.tarLongFileMode property defined on the project.
Thanks
The text was updated successfully, but these errors were encountered:
zoltanersek
changed the title
Lots of warnings are displayed when assembly.mode is tar or tgz
Lots of warnings are displayed when assembly.mode is tar or tgz when building on windows
Oct 18, 2016
I am doing a build on windows want to keep the permissions on the assembly so I need to use assembly mode tar/tgz.
Because of this the TarArchiver outputs a lot of warnings when creating the assembly: [WARNING] Entry: filename is longer than 100 characters.
I've noticed when creating the AssembyArchiver the hardcoded value from: DockerAssemblyConfigurationSource is used:
Can this be changed to be configurable? Or at least read the: assembly.tarLongFileMode property defined on the project.
Thanks
The text was updated successfully, but these errors were encountered: