blob: 022d8c95ea8083efd86ae6fb4059e8495d6779ef [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 !-->
ramangrover29116eb972013-02-20 20:47:35 +000019<assembly>
20 <id>bin</id>
21 <formats>
22 <format>tar.gz</format>
23 <format>tar.bz2</format>
24 <format>zip</format>
25 </formats>
26 <fileSets>
27 <fileSet>
28 <directory>src/main/resources/events</directory>
29 <outputDirectory>events</outputDirectory>
30 <includes></includes>
31 </fileSet>
32 <fileSet>
33 <directory>src/main/resources/scripts</directory>
34 <outputDirectory>scripts</outputDirectory>
35 <includes></includes>
36 </fileSet>
37 <fileSet>
38 <directory>target</directory>
39 <outputDirectory>target</outputDirectory>
40 <includes>
41 <include>*.jar</include>
42 </includes>
43 </fileSet>
44 </fileSets>
45</assembly>