blob: e2da26a669fd62913ca2ba1e87b455b5446f36f9 [file] [log] [blame]
ramangrover293b221712013-08-01 11:16:42 -07001<!-- ! Copyright 2009-2013 by The Regents of the University of California
2 ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may
3 not use this file except in compliance with the License. ! you may obtain
4 a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0
5 ! ! Unless required by applicable law or agreed to in writing, software !
6 distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT
7 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the
8 License for the specific language governing permissions and ! limitations
9 under the License. ! -->
buyingyic73348c2012-11-02 00:31:31 +000010<assembly>
buyingyi1b1fc042013-02-28 21:07:40 +000011 <id>binary-assembly</id>
12 <formats>
13 <format>zip</format>
14 <format>dir</format>
15 </formats>
16 <includeBaseDirectory>false</includeBaseDirectory>
17 <fileSets>
18 <fileSet>
ramangrover293b221712013-08-01 11:16:42 -070019 <directory>src/main/resources/conf</directory>
20 <outputDirectory>conf</outputDirectory>
21 <fileMode>0755</fileMode>
22 </fileSet>
23 <fileSet>
24 <directory>src/main/resources/scripts</directory>
buyingyi1b1fc042013-02-28 21:07:40 +000025 <outputDirectory>bin</outputDirectory>
26 <fileMode>0755</fileMode>
27 </fileSet>
28 <fileSet>
29 <directory>target/appassembler/lib</directory>
30 <outputDirectory>lib</outputDirectory>
ramangrover293b221712013-08-01 11:16:42 -070031 <includes>
32 <include>*.jar</include>
33 </includes>
34 <fileMode>0755</fileMode>
buyingyi1b1fc042013-02-28 21:07:40 +000035 </fileSet>
36 <fileSet>
37 <directory>target</directory>
38 <outputDirectory>lib</outputDirectory>
39 <includes>
ramangrover293b221712013-08-01 11:16:42 -070040 <include>a-hive-patch.jar</include>
buyingyi1b1fc042013-02-28 21:07:40 +000041 </includes>
ramangrover293b221712013-08-01 11:16:42 -070042 <fileMode>0755</fileMode>
buyingyi1b1fc042013-02-28 21:07:40 +000043 </fileSet>
44 </fileSets>
ramangrover293b221712013-08-01 11:16:42 -070045</assembly>