Keycloak

Форк
0
89 строк · 2.8 Кб
1
<!--
2
  ~ Copyright 2016 Red Hat, Inc. and/or its affiliates
3
  ~ and other contributors as indicated by the @author tags.
4
  ~
5
  ~ Licensed under the Apache License, Version 2.0 (the "License");
6
  ~ you may not use this file except in compliance with the License.
7
  ~ You may obtain a copy of the License at
8
  ~
9
  ~ http://www.apache.org/licenses/LICENSE-2.0
10
  ~
11
  ~ Unless required by applicable law or agreed to in writing, software
12
  ~ distributed under the License is distributed on an "AS IS" BASIS,
13
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
  ~ See the License for the specific language governing permissions and
15
  ~ limitations under the License.
16
  -->
17

18
<assembly>
19
    <id>server-dist</id>
20

21
    <formats>
22
        <format>zip</format>
23
        <format>tar.gz</format>
24
    </formats>
25

26
    <includeBaseDirectory>false</includeBaseDirectory>
27

28
    <fileSets>
29
        <fileSet>
30
            <directory>target/${project.build.finalName}</directory>
31
            <outputDirectory/>
32
            <filtered>true</filtered>
33
            <includes>
34
                <include>**/module.xml</include>
35
            </includes>
36
        </fileSet>
37
        <fileSet>
38
            <directory>target/${project.build.finalName}</directory>
39
            <outputDirectory/>
40
            <filtered>false</filtered>
41
            <excludes>
42
                <exclude>docs/schema/**</exclude>
43
                <exclude>README.md</exclude>
44
            </excludes>
45
        </fileSet>
46
        <fileSet>
47
            <directory>target/${project.build.finalName}</directory>
48
            <outputDirectory/>
49
            <includes>
50
                <include>bin/*.sh</include>
51
            </includes>
52
            <fileMode>0755</fileMode>
53
        </fileSet>
54
        <fileSet>
55
            <directory>target/${project.build.finalName}</directory>
56
            <outputDirectory/>
57
            <includes>
58
                <include>themes/**</include>
59
            </includes>
60
            <fileMode>0444</fileMode>
61
        </fileSet>
62
        <fileSet>
63
            <directory>src/main/modules</directory>
64
            <outputDirectory>modules</outputDirectory>
65
            <includes>
66
                <include>layers.conf</include>
67
            </includes>
68
        </fileSet>
69
    </fileSets>
70
    <files>
71
        <file>
72
            <source>../shared-cli/adapter-install.cli</source>
73
            <outputDirectory>bin</outputDirectory>
74
        </file>
75
        <file>
76
            <source>cli/adapter-install-offline.cli</source>
77
            <outputDirectory>bin</outputDirectory>
78
        </file>
79
        <file>
80
            <source>../shared-cli/adapter-elytron-install.cli</source>
81
            <outputDirectory>bin</outputDirectory>
82
        </file>
83
        <file>
84
            <source>cli/adapter-elytron-install-offline.cli</source>
85
            <outputDirectory>bin</outputDirectory>
86
        </file>
87
    </files>
88

89
</assembly>
90

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.