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-22 15:30:42 +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>
|
|
|
|
<include>org/apache/httpcomponents/**</include>
|
2015-10-01 18:27:51 +00:00
|
|
|
<include>org/keycloak/keycloak-common/**</include>
|
2015-05-22 15:30:42 +00:00
|
|
|
<include>org/keycloak/keycloak-core/**</include>
|
2015-09-24 16:05:12 +00:00
|
|
|
<include>org/keycloak/keycloak-adapter-spi/**</include>
|
2015-05-22 15:30:42 +00:00
|
|
|
<include>org/keycloak/keycloak-adapter-core/**</include>
|
|
|
|
<include>org/keycloak/keycloak-jboss-adapter-core/**</include>
|
|
|
|
<include>org/keycloak/keycloak-undertow-adapter/**</include>
|
|
|
|
<include>org/keycloak/keycloak-wildfly-adapter/**</include>
|
|
|
|
<include>org/keycloak/keycloak-wf8-subsystem/**</include>
|
2015-05-28 07:31:16 +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>
|
2015-05-22 15:30:42 +00:00
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.war</exclude>
|
|
|
|
</excludes>
|
|
|
|
<outputDirectory>modules/system/layers/base</outputDirectory>
|
|
|
|
</fileSet>
|
|
|
|
</fileSets>
|
2015-07-17 16:23:10 +00:00
|
|
|
<files>
|
|
|
|
<file>
|
|
|
|
<source>../../shared-cli/adapter-install.cli</source>
|
|
|
|
<outputDirectory>bin</outputDirectory>
|
|
|
|
</file>
|
|
|
|
</files>
|
2015-05-22 15:30:42 +00:00
|
|
|
</assembly>
|