e735845e538da0f6e4402ea999e154319287f577
[appc.git] / appc-lifecycle-management / appc-lifecycle-management-installer / src / assembly / assemble_mvnrepo_zip.xml
1 <!--\r
2   ============LICENSE_START=======================================================
3   ONAP : APPC
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6   ================================================================================
7   Copyright (C) 2017 Amdocs\r
8   =============================================================================\r
9   Licensed under the Apache License, Version 2.0 (the "License");\r
10   you may not use this file except in compliance with the License.\r
11   You may obtain a copy of the License at\r
12   \r
13        http://www.apache.org/licenses/LICENSE-2.0\r
14   \r
15   Unless required by applicable law or agreed to in writing, software\r
16   distributed under the License is distributed on an "AS IS" BASIS,\r
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   See the License for the specific language governing permissions and\r
19   limitations under the License.\r
20   \r
21   ECOMP is a trademark and service mark of AT&T Intellectual Property.
22   ============LICENSE_END=========================================================\r
23   -->\r
24 \r
25 <!-- Defines how we build the .zip file which is our distribution. -->\r
26 \r
27 <assembly\r
28         xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"\r
29         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
30         xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0\r
31          http://maven.apache.org/xsd/assembly-1.1.0.xsd">\r
32     <id>controller</id>\r
33     <formats>\r
34         <format>zip</format>\r
35     </formats>\r
36 \r
37     <!--  we want "system" and related files right at the root level\r
38           as this file is suppose to be unzip on top of a karaf\r
39           distro. -->\r
40     <includeBaseDirectory>false</includeBaseDirectory>\r
41 \r
42     <fileSets>\r
43         <fileSet>\r
44             <directory>target/assembly/</directory>\r
45             <outputDirectory>.</outputDirectory>\r
46             <excludes>\r
47             </excludes>\r
48         </fileSet>\r
49     </fileSets>\r
50 \r
51 </assembly>\r