blob: e95a306da14ec85dce505620e9174012e17214c6 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070018 !-->
vinayakb68714632013-02-26 11:13:22 +000019<assembly>
20 <id>binary-assembly</id>
21 <formats>
22 <format>zip</format>
23 <format>dir</format>
24 </formats>
25 <includeBaseDirectory>false</includeBaseDirectory>
26 <fileSets>
27 <fileSet>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080028 <directory>target/classes/META-INF</directory>
29 <outputDirectory>.</outputDirectory>
30 <includes>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080031 <include>DISCLAIMER*</include>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080032 </includes>
33 </fileSet>
Ian Maxon622c25e2016-01-05 07:00:04 -080034 <fileSet>
35 <directory>src/main/licenses</directory>
36 <outputDirectory>.</outputDirectory>
37 <includes>
38 <include>LICENSE*</include>
39 <include>NOTICE*</include>
40 </includes>
41 </fileSet>
42 <fileSet>
43 <directory>src/main/resources</directory>
44 <outputDirectory>.</outputDirectory>
45 <includes>
46 <include>LICENSE*</include>
47 </includes>
48 </fileSet>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080049 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070050 <directory>target/appassembler/repo</directory>
51 <outputDirectory>repo</outputDirectory>
52 </fileSet>
53 <fileSet>
zheilbron156149b2013-06-24 11:48:25 -070054 <directory>target/appassembler/bin</directory>
55 <outputDirectory>bin</outputDirectory>
56 <fileMode>0755</fileMode>
57 </fileSet>
58 <fileSet>
zheilbron54388a72013-08-27 15:52:30 -070059 <directory>target/generated-resources/appassembler/booter-windows/etc</directory>
60 <outputDirectory>bin</outputDirectory>
zheilbron01b0b632013-06-20 17:46:30 -070061 <includes>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080062 <include>asterixcc.xml</include>
63 <include>asterixnc.xml</include>
zheilbron01b0b632013-06-20 17:46:30 -070064 </includes>
65 </fileSet>
zheilbron54388a72013-08-27 15:52:30 -070066
vinayakb68714632013-02-26 11:13:22 +000067 <fileSet>
zheilbron01b0b632013-06-20 17:46:30 -070068 <directory>target/generated-resources/appassembler/booter-windows/bin</directory>
69 <outputDirectory>bin</outputDirectory>
70 <fileMode>0755</fileMode>
vinayakb68714632013-02-26 11:13:22 +000071 </fileSet>
72 </fileSets>
73</assembly>