Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [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 |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 3 | ! or more contributor license agreements. See the NOTICE file |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 4 | ! distributed with this work for additional information |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 5 | ! regarding copyright ownership. The ASF licenses this file |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 8 | ! with the License. You may obtain a copy of the License at |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 9 | ! |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 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 |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 15 | ! KIND, either express or implied. See the License for the |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
| 18 | !--> |
Vinayak Borkar | 9cca81b | 2013-12-11 21:53:45 -0800 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <parent> |
Ian Maxon | ab556d1 | 2016-02-02 18:18:05 -0800 | [diff] [blame] | 22 | <artifactId>apache-asterixdb</artifactId> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 23 | <groupId>org.apache.asterix</groupId> |
Ian Maxon | c1889c0 | 2016-02-10 15:26:24 -0800 | [diff] [blame] | 24 | <version>0.8.9-SNAPSHOT</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 25 | </parent> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 26 | <artifactId>asterix-common</artifactId> |
Ian | 4a816dc | 2014-11-26 15:46:32 -0800 | [diff] [blame] | 27 | |
Murtadha Hubail | 209f390 | 2015-11-11 22:11:28 -0800 | [diff] [blame] | 28 | <licenses> |
| 29 | <license> |
| 30 | <name>Apache License, Version 2.0</name> |
| 31 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 32 | <distribution>repo</distribution> |
| 33 | <comments>A business-friendly OSS license</comments> |
| 34 | </license> |
| 35 | </licenses> |
Ian | 4a816dc | 2014-11-26 15:46:32 -0800 | [diff] [blame] | 36 | |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 37 | <properties> |
| 38 | <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory> |
| 39 | </properties> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 40 | |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 41 | <build> |
| 42 | <plugins> |
ramangrover29 | 6c282a1 | 2013-04-28 22:52:35 -0700 | [diff] [blame] | 43 | <plugin> |
| 44 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 45 | <artifactId>maven-jaxb2-plugin</artifactId> |
Till Westmann | 6212c90 | 2014-07-30 15:44:59 -0700 | [diff] [blame] | 46 | <version>0.9.0</version> |
ramangrover29 | 6c282a1 | 2013-04-28 22:52:35 -0700 | [diff] [blame] | 47 | <executions> |
| 48 | <execution> |
| 49 | <id>configuration</id> |
| 50 | <goals> |
| 51 | <goal>generate</goal> |
| 52 | </goals> |
| 53 | <configuration> |
| 54 | <args> |
| 55 | <arg>-Xsetters</arg> |
| 56 | <arg>-Xvalue-constructor</arg> |
| 57 | </args> |
| 58 | <plugins> |
| 59 | <plugin> |
| 60 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 61 | <artifactId>jaxb2-basics</artifactId> |
| 62 | <version>0.6.2</version> |
| 63 | </plugin> |
| 64 | <plugin> |
| 65 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 66 | <artifactId>jaxb2-value-constructor</artifactId> |
| 67 | <version>3.0</version> |
| 68 | </plugin> |
| 69 | </plugins> |
| 70 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 71 | <schemaIncludes> |
| 72 | <include>asterix-conf.xsd</include> |
| 73 | </schemaIncludes> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 74 | <generatePackage>org.apache.asterix.common.configuration</generatePackage> |
ramangrover29 | 6c282a1 | 2013-04-28 22:52:35 -0700 | [diff] [blame] | 75 | <bindingDirectory>src/main/resources/schema</bindingDirectory> |
| 76 | <bindingIncludes> |
| 77 | <bindingInclude>jaxb-bindings.xjb</bindingInclude> |
| 78 | </bindingIncludes> |
| 79 | <generateDirectory>${project.build.directory}/generated-sources/configuration</generateDirectory> |
| 80 | </configuration> |
| 81 | </execution> |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame] | 82 | <execution> |
| 83 | <id>cluster</id> |
| 84 | <goals> |
| 85 | <goal>generate</goal> |
| 86 | </goals> |
| 87 | <configuration> |
| 88 | <args> |
| 89 | <arg>-Xsetters</arg> |
| 90 | <arg>-Xvalue-constructor</arg> |
| 91 | </args> |
| 92 | <plugins> |
| 93 | <plugin> |
| 94 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 95 | <artifactId>jaxb2-basics</artifactId> |
| 96 | <version>0.6.2</version> |
| 97 | </plugin> |
| 98 | <plugin> |
| 99 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 100 | <artifactId>jaxb2-value-constructor</artifactId> |
| 101 | <version>3.0</version> |
| 102 | </plugin> |
| 103 | </plugins> |
| 104 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 105 | <schemaIncludes> |
| 106 | <include>cluster.xsd</include> |
| 107 | </schemaIncludes> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 108 | <generatePackage>org.apache.asterix.event.schema.cluster</generatePackage> |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame] | 109 | <generateDirectory>${project.build.directory}/generated-sources/cluster</generateDirectory> |
| 110 | <bindingDirectory>src/main/resources/schema</bindingDirectory> |
| 111 | <bindingIncludes> |
| 112 | <bindingInclude>jaxb-bindings.xjb</bindingInclude> |
| 113 | </bindingIncludes> |
| 114 | </configuration> |
| 115 | </execution> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 116 | <execution> |
| 117 | <id>yarn_cluster</id> |
| 118 | <goals> |
| 119 | <goal>generate</goal> |
| 120 | </goals> |
| 121 | <configuration> |
| 122 | <args> |
| 123 | <arg>-Xsetters</arg> |
| 124 | <arg>-Xvalue-constructor</arg> |
| 125 | </args> |
| 126 | <plugins> |
| 127 | <plugin> |
| 128 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 129 | <artifactId>jaxb2-basics</artifactId> |
| 130 | <version>0.6.2</version> |
| 131 | </plugin> |
| 132 | <plugin> |
| 133 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 134 | <artifactId>jaxb2-value-constructor</artifactId> |
| 135 | <version>3.0</version> |
| 136 | </plugin> |
| 137 | </plugins> |
| 138 | <schemaDirectory>src/main/resources/schema</schemaDirectory> |
| 139 | <schemaIncludes> |
| 140 | <include>yarn_cluster.xsd</include> |
| 141 | </schemaIncludes> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 142 | <generatePackage>org.apache.asterix.event.schema.yarnCluster</generatePackage> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 143 | <generateDirectory>${project.build.directory}/generated-sources/yarn_cluster</generateDirectory> |
| 144 | <bindingDirectory>src/main/resources/schema</bindingDirectory> |
| 145 | <bindingIncludes> |
| 146 | <bindingInclude>jaxb-bindings.xjb</bindingInclude> |
| 147 | </bindingIncludes> |
| 148 | </configuration> |
| 149 | </execution> |
ramangrover29 | 6c282a1 | 2013-04-28 22:52:35 -0700 | [diff] [blame] | 150 | </executions> |
| 151 | </plugin> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 152 | <plugin> |
| 153 | <groupId>org.apache.maven.plugins</groupId> |
| 154 | <artifactId>maven-jar-plugin</artifactId> |
Till Westmann | 6212c90 | 2014-07-30 15:44:59 -0700 | [diff] [blame] | 155 | <version>2.4</version> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 156 | <configuration> |
| 157 | <includes> |
| 158 | <include>**/*.class</include> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 159 | <include>**/README*</include> |
| 160 | <include>**/DISCLAIMER*</include> |
| 161 | <include>**/NOTICE*</include> |
| 162 | <include>**/LICENSE*</include> |
| 163 | <include>**/DEPENDENCIES*</include> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 164 | </includes> |
| 165 | </configuration> |
| 166 | <executions> |
| 167 | <execution> |
| 168 | <goals> |
| 169 | <goal>test-jar</goal> |
| 170 | </goals> |
| 171 | </execution> |
| 172 | </executions> |
| 173 | </plugin> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 174 | </plugins> |
| 175 | </build> |
| 176 | |
| 177 | <dependencies> |
| 178 | <dependency> |
Raman Grover | cbc0034 | 2013-04-22 21:16:54 -0700 | [diff] [blame] | 179 | <groupId>commons-io</groupId> |
| 180 | <artifactId>commons-io</artifactId> |
Raman Grover | cbc0034 | 2013-04-22 21:16:54 -0700 | [diff] [blame] | 181 | </dependency> |
| 182 | <dependency> |
| 183 | <groupId>commons-httpclient</groupId> |
| 184 | <artifactId>commons-httpclient</artifactId> |
| 185 | <version>3.0.1</version> |
| 186 | </dependency> |
| 187 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 188 | <groupId>org.apache.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 189 | <artifactId>algebricks-compiler</artifactId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 190 | </dependency> |
| 191 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 192 | <groupId>org.apache.hyracks</groupId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 193 | <artifactId>hyracks-dataflow-std</artifactId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 194 | </dependency> |
| 195 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 196 | <groupId>org.apache.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 197 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 198 | </dependency> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 199 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 200 | <groupId>org.apache.hyracks</groupId> |
ramangrover29 | f9f7834 | 2013-05-23 15:07:39 -0700 | [diff] [blame] | 201 | <artifactId>hyracks-storage-am-common</artifactId> |
| 202 | </dependency> |
| 203 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 204 | <groupId>org.apache.hyracks</groupId> |
ramangrover29 | f9f7834 | 2013-05-23 15:07:39 -0700 | [diff] [blame] | 205 | <artifactId>hyracks-api</artifactId> |
| 206 | </dependency> |
| 207 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 208 | <groupId>org.apache.asterix</groupId> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 209 | <artifactId>asterix-test-framework</artifactId> |
Ian Maxon | c1889c0 | 2016-02-10 15:26:24 -0800 | [diff] [blame] | 210 | <version>0.8.9-SNAPSHOT</version> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 211 | <scope>test</scope> |
| 212 | </dependency> |
| 213 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 214 | <groupId>org.apache.hyracks</groupId> |
zheilbron | 25cb8bf | 2013-06-04 00:04:04 -0700 | [diff] [blame] | 215 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
| 216 | </dependency> |
| 217 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 218 | <groupId>org.apache.hyracks</groupId> |
zheilbron | 25cb8bf | 2013-06-04 00:04:04 -0700 | [diff] [blame] | 219 | <artifactId> |
| 220 | hyracks-storage-am-lsm-invertedindex |
| 221 | </artifactId> |
| 222 | </dependency> |
| 223 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 224 | <groupId>org.apache.hyracks</groupId> |
zheilbron | 25cb8bf | 2013-06-04 00:04:04 -0700 | [diff] [blame] | 225 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
zheilbron | ba60a38 | 2013-06-04 00:48:52 -0700 | [diff] [blame] | 226 | </dependency> |
Murtadha Hubail | fc7272c | 2015-12-22 17:14:53 -0800 | [diff] [blame] | 227 | <dependency> |
| 228 | <groupId>org.apache.hyracks</groupId> |
| 229 | <artifactId>hyracks-control-cc</artifactId> |
| 230 | </dependency> |
| 231 | <dependency> |
| 232 | <groupId>org.apache.hyracks</groupId> |
| 233 | <artifactId>hyracks-control-nc</artifactId> |
| 234 | </dependency> |
| 235 | <dependency> |
Madhusudan.C.S | 117fdf9 | 2013-06-02 23:46:44 -0700 | [diff] [blame] | 236 | <groupId>com.fasterxml.jackson.core</groupId> |
| 237 | <artifactId>jackson-core</artifactId> |
| 238 | <version>2.2.0</version> |
| 239 | </dependency> |
| 240 | <dependency> |
| 241 | <groupId>org.codehaus.jackson</groupId> |
| 242 | <artifactId>jackson-mapper-asl</artifactId> |
| 243 | <version>1.9.12</version> |
zheilbron | 25cb8bf | 2013-06-04 00:04:04 -0700 | [diff] [blame] | 244 | </dependency> |
Abdullah Alamoudi | 8259452 | 2016-02-23 00:05:33 +0300 | [diff] [blame] | 245 | <dependency> |
| 246 | <groupId>com.rometools</groupId> |
| 247 | <artifactId>rome</artifactId> |
| 248 | <version>1.5.1</version> |
| 249 | </dependency> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 250 | </dependencies> |
| 251 | |
| 252 | </project> |