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. -->
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">
17 <includeBaseDirectory>false</includeBaseDirectory>
20 <directory>${basedir}</directory>
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>