mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-13 03:19:40 -05:00
KEYCLOAK-11179 Update .installation directory permissions for distribution
This commit is contained in:
committed by
Hynek Mlnařík
parent
a0ba6e593e
commit
3fbfc6c7e6
@@ -52,6 +52,7 @@
|
||||
<outputDirectory/>
|
||||
<filtered>false</filtered>
|
||||
<excludes>
|
||||
<exclude>.installation</exclude>
|
||||
<exclude>bin/*.sh</exclude>
|
||||
<!-- jboss-client.jar unused Unfortunately, this may screw up our patch process so it can't be removed.
|
||||
<exclude>bin/client/README-EJB-JMS.txt</exclude>
|
||||
@@ -88,6 +89,14 @@
|
||||
</includes>
|
||||
<fileMode>0755</fileMode>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>target/${project.build.finalName}</directory>
|
||||
<outputDirectory/>
|
||||
<includes>
|
||||
<include>.installation</include>
|
||||
</includes>
|
||||
<directoryMode>0700</directoryMode>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>src/main/welcome-content</directory>
|
||||
<outputDirectory>welcome-content</outputDirectory>
|
||||
|
||||
Reference in New Issue
Block a user