Fix archived assemblies (tar.gz and zip) to have fixed modes.

+ Not taking the modes from whatever defaults the filesystem
  that ran the build is currently on.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-10-14 13:25:56 -05:00
parent 210ae6ef5f
commit b2f2fb9fea
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
<exclude>**/META-INF/**</exclude>
<exclude>*-config.jar</exclude>
</excludes>
<fileMode>0444</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>
</fileSets>
</assembly>