Merge "[RECV-94] Separate docker/robot invoking"
[validation.git] / ui / distribution.xml
1 <!-- Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
2     Licensed under the Apache License, Version 2.0 (the "License"); you may not
3     use this file except in compliance with the License. You may obtain a copy
4     of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
5     by applicable law or agreed to in writing, software distributed under the
6     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
7     OF ANY KIND, either express or implied. See the License for the specific
8     language governing permissions and limitations under the License. -->
9 <assembly
10     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
11     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
13     <id>distribution</id>
14     <formats>
15         <format>zip</format>
16     </formats>
17     <includeBaseDirectory>false</includeBaseDirectory>
18     <fileSets>
19         <fileSet>
20             <directory>${basedir}</directory>
21             <outputDirectory />
22             <excludes>
23                 <exclude>.classpath</exclude>
24                 <exclude>.project</exclude>
25                 <exclude>.settings/</exclude>
26                 <exclude>bin/</exclude>
27                 <exclude>target/</exclude>
28                 <exclude>distribution.xml</exclude>
29                 <exclude>**/WEB-INF/conf/system.properties.*</exclude>
30             </excludes>
31         </fileSet>
32     </fileSets>
33 </assembly>