2016-02-03 10:20:22 +00:00
|
|
|
<!--
|
|
|
|
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
|
|
~ and other contributors as indicated by the @author tags.
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2015-05-29 10:31:38 +00:00
|
|
|
<assembly>
|
|
|
|
<id>war-dist</id>
|
|
|
|
|
|
|
|
<formats>
|
|
|
|
<format>zip</format>
|
|
|
|
<format>tar.gz</format>
|
|
|
|
</formats>
|
|
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
|
|
|
|
|
|
<fileSets>
|
|
|
|
<fileSet>
|
|
|
|
<directory>${project.build.directory}/unpacked</directory>
|
|
|
|
<includes>
|
2015-10-01 18:27:51 +00:00
|
|
|
<include>org/keycloak/keycloak-common/**</include>
|
2015-05-29 10:31:38 +00:00
|
|
|
<include>org/keycloak/keycloak-core/**</include>
|
|
|
|
<include>org/keycloak/keycloak-adapter-core/**</include>
|
2015-09-24 16:05:12 +00:00
|
|
|
<include>org/keycloak/keycloak-adapter-spi/**</include>
|
2015-05-29 10:31:38 +00:00
|
|
|
<include>org/keycloak/keycloak-jboss-adapter-core/**</include>
|
|
|
|
<include>org/keycloak/keycloak-undertow-adapter/**</include>
|
|
|
|
<include>org/keycloak/keycloak-wildfly-adapter/**</include>
|
2017-03-24 14:32:08 +00:00
|
|
|
<include>org/keycloak/keycloak-wildfly-elytron-oidc-adapter/**</include>
|
2015-11-27 13:36:49 +00:00
|
|
|
<include>org/keycloak/keycloak-wildfly-subsystem/**</include>
|
2015-05-29 10:31:38 +00:00
|
|
|
<include>org/keycloak/keycloak-adapter-subsystem/**</include>
|
2015-06-15 11:22:21 +00:00
|
|
|
<include>org/keycloak/keycloak-servlet-oauth-client/**</include>
|
2016-06-17 05:07:34 +00:00
|
|
|
|
|
|
|
<!-- Authorization -->
|
|
|
|
<include>org/keycloak/keycloak-authz-client/**</include>
|
2015-05-29 10:31:38 +00:00
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.war</exclude>
|
|
|
|
</excludes>
|
2016-02-17 13:53:50 +00:00
|
|
|
<outputDirectory>modules/system/add-ons/keycloak</outputDirectory>
|
2015-05-29 10:31:38 +00:00
|
|
|
</fileSet>
|
|
|
|
</fileSets>
|
2015-07-17 16:23:10 +00:00
|
|
|
<files>
|
|
|
|
<file>
|
|
|
|
<source>../../shared-cli/adapter-install.cli</source>
|
|
|
|
<outputDirectory>bin</outputDirectory>
|
|
|
|
</file>
|
2016-02-08 18:39:15 +00:00
|
|
|
<file>
|
|
|
|
<source>cli/adapter-install-offline.cli</source>
|
|
|
|
<outputDirectory>bin</outputDirectory>
|
|
|
|
</file>
|
2015-07-17 16:23:10 +00:00
|
|
|
</files>
|
2015-05-29 10:31:38 +00:00
|
|
|
</assembly>
|