Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 2 | ! 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 Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 18 | !--> |
ramangrover29 | 116eb97 | 2013-02-20 20:47:35 +0000 | [diff] [blame] | 19 | <assembly> |
ramangrover29 | bfe4623 | 2013-05-30 23:16:32 -0700 | [diff] [blame] | 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> |
| 28 | <directory>src/main/resources/conf</directory> |
| 29 | <outputDirectory>conf</outputDirectory> |
| 30 | </fileSet> |
| 31 | <fileSet> |
| 32 | <directory>src/main/resources/clusters</directory> |
| 33 | <outputDirectory>clusters</outputDirectory> |
| 34 | </fileSet> |
| 35 | <fileSet> |
Till Westmann | fd733ee | 2014-07-10 00:57:37 -0700 | [diff] [blame] | 36 | <directory>src/main/resources/examples</directory> |
| 37 | <outputDirectory>examples</outputDirectory> |
| 38 | </fileSet> |
| 39 | <fileSet> |
ramangrover29 | bfe4623 | 2013-05-30 23:16:32 -0700 | [diff] [blame] | 40 | <directory>src/main/resources/zookeeper</directory> |
| 41 | <fileMode>0755</fileMode> |
| 42 | <outputDirectory>.installer/zookeeper/bin</outputDirectory> |
| 43 | </fileSet> |
| 44 | <fileSet> |
| 45 | <directory>src/main/resources/scripts</directory> |
| 46 | <fileMode>0755</fileMode> |
| 47 | <includes> |
| 48 | <include>managix</include> |
| 49 | </includes> |
| 50 | <outputDirectory>bin</outputDirectory> |
| 51 | </fileSet> |
| 52 | <fileSet> |
| 53 | <directory>src/main/resources/scripts</directory> |
| 54 | <fileMode>0755</fileMode> |
| 55 | <excludes> |
| 56 | <exclude>managix</exclude> |
| 57 | </excludes> |
| 58 | <outputDirectory>.installer/scripts</outputDirectory> |
| 59 | </fileSet> |
| 60 | <fileSet> |
| 61 | <directory>src/main/resources/hadoop-0.20.2</directory> |
| 62 | <outputDirectory>.installer/hadoop-0.20.2</outputDirectory> |
| 63 | <fileMode>0755</fileMode> |
| 64 | </fileSet> |
| 65 | <fileSet> |
| 66 | <directory>target</directory> |
| 67 | <outputDirectory>lib</outputDirectory> |
| 68 | <includes> |
| 69 | <include>*.jar</include> |
| 70 | </includes> |
| 71 | </fileSet> |
| 72 | <fileSet> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 73 | <directory>target/classes/META-INF</directory> |
| 74 | <outputDirectory>.</outputDirectory> |
| 75 | <includes> |
Ian Maxon | 622c25e | 2016-01-05 07:00:04 -0800 | [diff] [blame] | 76 | <include>DISCLAIMER*</include> |
| 77 | </includes> |
| 78 | </fileSet> |
| 79 | <fileSet> |
| 80 | <directory>src/main/licenses/</directory> |
| 81 | <outputDirectory>.</outputDirectory> |
| 82 | <includes> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 83 | <include>LICENSE*</include> |
| 84 | <include>NOTICE*</include> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 85 | </includes> |
| 86 | </fileSet> |
| 87 | <fileSet> |
ramangrover29 | bfe4623 | 2013-05-30 23:16:32 -0700 | [diff] [blame] | 88 | <directory>../asterix-events/src/main/resources/events</directory> |
| 89 | <outputDirectory>.installer/events</outputDirectory> |
| 90 | <fileMode>0755</fileMode> |
| 91 | </fileSet> |
| 92 | </fileSets> |
| 93 | <dependencySets> |
| 94 | <dependencySet> |
| 95 | <includes> |
| 96 | <include>log4j:log4j</include> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 97 | <include>org.apache.asterix:asterix-events</include> |
| 98 | <include>org.apache.asterix:asterix-common</include> |
ramangrover29 | bfe4623 | 2013-05-30 23:16:32 -0700 | [diff] [blame] | 99 | <include>org.apache.zookeeper:zookeeper</include> |
| 100 | <include>args4j:args4j</include> |
| 101 | <include>log4j:log4j</include> |
| 102 | <include>commons-io:commons-io</include> |
| 103 | <include>org.slf4j:slf4j-api</include> |
| 104 | <include>org.slf4j:slf4j-log4j12</include> |
| 105 | </includes> |
| 106 | <unpack>false</unpack> |
| 107 | <outputDirectory>lib</outputDirectory> |
| 108 | </dependencySet> |
| 109 | <dependencySet> |
| 110 | <includes> |
| 111 | <include>org.apache.hadoop:hadoop-core</include> |
| 112 | <include>commons-cli:commons-cli</include> |
| 113 | <include>commons-logging:commons-logging</include> |
| 114 | </includes> |
| 115 | <unpack>false</unpack> |
| 116 | <outputDirectory>.installer/hadoop-0.20.2/lib</outputDirectory> |
| 117 | </dependencySet> |
| 118 | <dependencySet> |
| 119 | <includes> |
| 120 | <include>org.apache.zookeeper:zookeeper</include> |
| 121 | <include>log4j:log4j</include> |
| 122 | <include>org.slf4j:slf4j-api</include> |
| 123 | </includes> |
| 124 | <unpack>false</unpack> |
| 125 | <outputDirectory>.installer/zookeeper/lib</outputDirectory> |
| 126 | </dependencySet> |
| 127 | <dependencySet> |
| 128 | <outputDirectory>asterix</outputDirectory> |
| 129 | <includes> |
| 130 | <include>asterix-server*</include> |
| 131 | </includes> |
| 132 | <useTransitiveDependencies>false</useTransitiveDependencies> |
| 133 | </dependencySet> |
| 134 | <dependencySet> |
| 135 | <outputDirectory>.installer/events</outputDirectory> |
| 136 | <includes> |
| 137 | <include>asterix-events*</include> |
| 138 | </includes> |
| 139 | <unpack>false</unpack> |
| 140 | <useTransitiveDependencies>false</useTransitiveDependencies> |
| 141 | </dependencySet> |
Heri Ramampiaro | 75bb5d37 | 2015-09-29 10:56:45 +0200 | [diff] [blame] | 142 | <dependencySet> |
| 143 | <outputDirectory>extlibs</outputDirectory> |
| 144 | <includes> |
| 145 | <include>asterix-external-data:*:zip</include> |
| 146 | </includes> |
| 147 | <unpack>false</unpack> |
| 148 | <useTransitiveDependencies>false</useTransitiveDependencies> |
| 149 | </dependencySet> |
ramangrover29 | bfe4623 | 2013-05-30 23:16:32 -0700 | [diff] [blame] | 150 | </dependencySets> |
ramangrover29 | fef378d | 2013-06-21 18:29:21 -0700 | [diff] [blame] | 151 | </assembly> |