2014-01-07 19:37:50 +00:00
|
|
|
<assembly>
|
|
|
|
<id>war-dist</id>
|
|
|
|
|
|
|
|
<formats>
|
|
|
|
<format>zip</format>
|
|
|
|
</formats>
|
|
|
|
<includeBaseDirectory>true</includeBaseDirectory>
|
|
|
|
|
|
|
|
<fileSets>
|
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/examples</directory>
|
|
|
|
<outputDirectory>examples</outputDirectory>
|
|
|
|
</fileSet>
|
2014-01-23 14:55:03 +00:00
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/docs</directory>
|
|
|
|
<outputDirectory>docs</outputDirectory>
|
|
|
|
</fileSet>
|
2014-01-07 19:37:50 +00:00
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/wildfly-${wildfly.version}</directory>
|
|
|
|
<outputDirectory>keycloak</outputDirectory>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.sh</exclude>
|
2014-01-13 15:04:53 +00:00
|
|
|
<exclude>welcome-content/*</exclude>
|
2014-10-22 01:39:10 +00:00
|
|
|
<exclude>**/modules/system/layers/base/org/picketlink/**</exclude>
|
2014-11-02 21:46:41 +00:00
|
|
|
<exclude>**/modules/system/layers/base/org/jboss/as/cli/**</exclude>
|
2014-11-05 13:30:03 +00:00
|
|
|
<exclude>**/modules/system/layers/base/org/jboss/aesh/**</exclude>
|
2014-01-07 19:37:50 +00:00
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/wildfly-${wildfly.version}</directory>
|
|
|
|
<outputDirectory>keycloak</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.sh</include>
|
|
|
|
</includes>
|
|
|
|
<fileMode>0755</fileMode>
|
|
|
|
</fileSet>
|
2014-10-22 01:39:10 +00:00
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/modules</directory>
|
|
|
|
<outputDirectory>keycloak/modules/system/layers/base</outputDirectory>
|
|
|
|
</fileSet>
|
2014-05-21 08:35:01 +00:00
|
|
|
<fileSet>
|
2015-01-28 09:48:26 +00:00
|
|
|
<directory>${project.build.directory}/unpacked/deployments/auth-server.war/WEB-INF/classes/META-INF
|
|
|
|
</directory>
|
2014-10-28 15:27:49 +00:00
|
|
|
<outputDirectory>keycloak/standalone/configuration</outputDirectory>
|
2014-05-21 08:35:01 +00:00
|
|
|
<includes>
|
|
|
|
<include>keycloak-server.json</include>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
2014-01-28 11:52:18 +00:00
|
|
|
<fileSet>
|
2014-02-18 23:59:50 +00:00
|
|
|
<directory>${project.build.directory}/unpacked/themes</directory>
|
2014-01-28 11:52:18 +00:00
|
|
|
<outputDirectory>keycloak/standalone/configuration/themes</outputDirectory>
|
|
|
|
</fileSet>
|
2014-01-07 19:37:50 +00:00
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked/adapter</directory>
|
|
|
|
<outputDirectory>keycloak</outputDirectory>
|
|
|
|
</fileSet>
|
2014-01-13 15:04:53 +00:00
|
|
|
<fileSet>
|
2014-04-24 14:04:33 +00:00
|
|
|
<directory>src/main/welcome-content</directory>
|
2014-01-13 15:04:53 +00:00
|
|
|
<outputDirectory>keycloak/welcome-content</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<include>*.*</include>
|
2015-01-28 09:48:26 +00:00
|
|
|
</includes>
|
2014-01-13 15:04:53 +00:00
|
|
|
</fileSet>
|
2014-01-07 19:37:50 +00:00
|
|
|
</fileSets>
|
2015-01-28 09:48:26 +00:00
|
|
|
|
|
|
|
<files>
|
|
|
|
<file>
|
|
|
|
<source>src/main/themes/README.txt</source>
|
|
|
|
<outputDirectory>keycloak/standalone/configuration/themes</outputDirectory>
|
|
|
|
</file>
|
|
|
|
<file>
|
|
|
|
<source>src/main/providers/README.txt</source>
|
|
|
|
<outputDirectory>keycloak/standalone/configuration/providers</outputDirectory>
|
|
|
|
</file>
|
|
|
|
</files>
|
2014-01-07 19:37:50 +00:00
|
|
|
</assembly>
|