Upgrade to portal 2.6.0 release
[policy/engine.git] / ONAP-SDK-APP / distribution.xml
1 <!--
2   ============LICENSE_START==================================================
3   ONAP Policy Engine
4   ===========================================================================
5   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
6   ===========================================================================
7   Licensed under the Apache License, Version 2.0 (the "License");
8   you may not use this file except in compliance with the License.
9   You may obtain a copy of the License at
10   
11        http://www.apache.org/licenses/LICENSE-2.0
12   
13   Unless required by applicable law or agreed to in writing, software
14   distributed under the License is distributed on an "AS IS" BASIS,
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16   See the License for the specific language governing permissions and
17   limitations under the License.
18   ============LICENSE_END====================================================
19   -->
20 <assembly
21         xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
22         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23         xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
24         <id>distribution</id>
25         <formats>
26                 <format>zip</format>
27         </formats>
28         <includeBaseDirectory>false</includeBaseDirectory>
29         <fileSets>
30                 <fileSet>
31                         <directory>${basedir}</directory>
32                         <outputDirectory />
33                         <excludes>
34                                 <exclude>.classpath</exclude>
35                                 <exclude>.project</exclude>
36                                 <exclude>.settings/</exclude>
37                                 <exclude>bin/</exclude>
38                                 <exclude>target/</exclude>
39                                 <exclude>distribution.xml</exclude>
40                                 <exclude>**/WEB-INF/conf/system.properties.*</exclude>
41                         </excludes>
42                 </fileSet>
43                 <!-- Include common database scripts for partner convenience -->
44                 <fileSet>
45                         <directory>../epsdk-app-common</directory>
46                         <outputDirectory />
47                         <includes>
48                                 <include>db-scripts/*</include>
49                         </includes>
50                 </fileSet>
51         </fileSets>
52 </assembly>