blob: 643efc6f542d1b1c45a05a07c2ff2e8dac0802a7 [file] [log] [blame]
Ianfe9bf232014-06-24 20:14:38 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -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.
Ianfe9bf232014-06-24 20:14:38 -070018 !-->
Ian Maxond8857792015-09-11 14:19:53 -070019
Ianfe9bf232014-06-24 20:14:38 -070020<assembly>
21 <id>binary-assembly</id>
22 <formats>
Ianfe9bf232014-06-24 20:14:38 -070023 <format>dir</format>
24 </formats>
25 <includeBaseDirectory>false</includeBaseDirectory>
26 <fileSets>
27 <fileSet>
28 <directory>target/appassembler/bin</directory>
29 <outputDirectory>bin</outputDirectory>
30 <fileMode>0755</fileMode>
31 </fileSet>
32 <fileSet>
33 <directory>target/appassembler/lib</directory>
34 <outputDirectory>lib</outputDirectory>
35 </fileSet>
36 <fileSet>
37 <directory>docs</directory>
38 <outputDirectory>docs</outputDirectory>
39 </fileSet>
Michael Blowb4c1fb02016-05-09 15:41:00 -070040 <fileSet>
Ian Maxon167beef2016-01-04 17:28:27 -080041 <directory>target/classes/META-INF</directory>
42 <outputDirectory>.</outputDirectory>
43 <includes>
Ian Maxon167beef2016-01-04 17:28:27 -080044 <include>DEPENDENCIES*</include>
45 </includes>
46 </fileSet>
Michael Blowb4c1fb02016-05-09 15:41:00 -070047 <fileSet>
Ian Maxonf2b16b22016-01-20 15:14:15 -080048 <directory>src/main/licenses</directory>
49 <outputDirectory>.</outputDirectory>
50 <includes>
51 <include>LICENSE*</include>
52 <include>NOTICE*</include>
53 </includes>
54 </fileSet>
Michael Blowb4c1fb02016-05-09 15:41:00 -070055 </fileSets>
Ianfe9bf232014-06-24 20:14:38 -070056</assembly>