blob: 8ecdfe1c4f6b0b73f8f9ed8723e47a666a25a907 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
vinayakb1ca34f42013-03-25 03:17:01 +000015<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/maven-v4_0_0.xsd">
16 <modelVersion>4.0.0</modelVersion>
vinayakb1ca34f42013-03-25 03:17:01 +000017 <artifactId>hivesterix-dist</artifactId>
vinayakb1ca34f42013-03-25 03:17:01 +000018 <name>hivesterix-dist</name>
19
20 <parent>
21 <groupId>edu.uci.ics.hyracks</groupId>
22 <artifactId>hivesterix</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -070023 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +000024 </parent>
25
26 <dependencies>
27 <dependency>
28 <groupId>javax.servlet</groupId>
29 <artifactId>servlet-api</artifactId>
30 <version>2.5</version>
31 <type>jar</type>
32 <scope>compile</scope>
33 </dependency>
34 <dependency>
35 <groupId>junit</groupId>
36 <artifactId>junit</artifactId>
37 <version>4.8.1</version>
38 <scope>compile</scope>
39 </dependency>
40 <dependency>
41 <groupId>args4j</groupId>
42 <artifactId>args4j</artifactId>
43 <version>2.0.12</version>
44 <type>jar</type>
45 <scope>compile</scope>
46 </dependency>
47 <dependency>
48 <groupId>org.json</groupId>
49 <artifactId>json</artifactId>
50 <version>20090211</version>
51 <type>jar</type>
52 <scope>compile</scope>
53 </dependency>
54 <dependency>
55 <groupId>org.eclipse.jetty</groupId>
56 <artifactId>jetty-server</artifactId>
57 <version>8.0.0.M1</version>
58 <type>jar</type>
59 <scope>compile</scope>
60 </dependency>
61 <dependency>
62 <groupId>org.eclipse.jetty</groupId>
63 <artifactId>jetty-servlet</artifactId>
64 <version>8.0.0.M1</version>
65 <type>jar</type>
66 <scope>compile</scope>
67 </dependency>
68 <dependency>
69 <groupId>jline</groupId>
70 <artifactId>jline</artifactId>
71 <version>0.9.94</version>
72 <type>jar</type>
73 <scope>compile</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.datanucleus</groupId>
77 <artifactId>datanucleus-core</artifactId>
78 <version>2.0.3</version>
79 <type>jar</type>
80 <scope>compile</scope>
81 </dependency>
82 <dependency>
83 <groupId>org.datanucleus</groupId>
84 <artifactId>datanucleus-connectionpool</artifactId>
85 <version>2.0.3</version>
86 <type>jar</type>
87 <scope>compile</scope>
88 </dependency>
89 <dependency>
90 <groupId>org.datanucleus</groupId>
91 <artifactId>datanucleus-enhancer</artifactId>
92 <version>2.0.3</version>
93 <type>jar</type>
94 <scope>compile</scope>
95 </dependency>
96 <dependency>
97 <groupId>org.datanucleus</groupId>
98 <artifactId>datanucleus-rdbms</artifactId>
99 <version>2.0.3</version>
100 <type>jar</type>
101 <scope>compile</scope>
102 </dependency>
103 <dependency>
104 <groupId>commons-dbcp</groupId>
105 <artifactId>commons-dbcp</artifactId>
106 <version>1.4</version>
107 <type>jar</type>
108 <scope>compile</scope>
109 </dependency>
110 <dependency>
111 <groupId>commons-pool</groupId>
112 <artifactId>commons-pool</artifactId>
113 <version>1.5.4</version>
114 <type>jar</type>
115 <scope>compile</scope>
116 </dependency>
117 <dependency>
118 <groupId>commons-collections</groupId>
119 <artifactId>commons-collections</artifactId>
120 <version>3.2.1</version>
121 <type>jar</type>
122 <scope>compile</scope>
123 </dependency>
124 <dependency>
125 <groupId>commons-lang</groupId>
126 <artifactId>commons-lang</artifactId>
127 <version>2.4</version>
128 <type>jar</type>
129 <scope>compile</scope>
130 </dependency>
131 <dependency>
132 <groupId>javax</groupId>
133 <artifactId>jdo2-api</artifactId>
134 <version>2.3-ec</version>
135 <scope>compile</scope>
136 </dependency>
137 <dependency>
138 <groupId>com.facebook</groupId>
139 <artifactId>libfb303</artifactId>
140 <version>0.5.0</version>
141 <scope>compile</scope>
142 </dependency>
143 <dependency>
144 <groupId>org.apache.thrift</groupId>
145 <artifactId>libthrift</artifactId>
146 <version>0.5.0</version>
147 <scope>compile</scope>
148 </dependency>
149 <dependency>
150 <groupId>org.apache.commons</groupId>
151 <artifactId>cli</artifactId>
152 <version>1.2</version>
153 <scope>compile</scope>
154 </dependency>
155 <dependency>
156 <groupId>org.apache</groupId>
157 <artifactId>log4j</artifactId>
158 <version>1.2.15</version>
159 <type>jar</type>
160 <scope>compile</scope>
161 </dependency>
162 <dependency>
163 <groupId>org.antlr</groupId>
164 <artifactId>antlr-runtime</artifactId>
165 <version>3.0.1</version>
166 <scope>compile</scope>
167 </dependency>
168 <dependency>
169 <groupId>org.apache.hadoop.hive</groupId>
170 <artifactId>hive-cli</artifactId>
171 <version>0.7.0</version>
172 <type>jar</type>
173 <scope>compile</scope>
174 </dependency>
175 <dependency>
176 <groupId>org.apache.hadoop.hive</groupId>
177 <artifactId>hive-common</artifactId>
178 <version>0.7.0</version>
179 <type>jar</type>
180 <scope>compile</scope>
181 </dependency>
182 <dependency>
183 <groupId>org.apache.hadoop.hive</groupId>
184 <artifactId>hive-exec</artifactId>
185 <version>0.7.0</version>
186 <type>jar</type>
187 <scope>compile</scope>
188 </dependency>
189 <dependency>
190 <groupId>org.apache.hadoop.hive</groupId>
191 <artifactId>hive-hwi</artifactId>
192 <version>0.7.0</version>
193 <type>jar</type>
194 <scope>compile</scope>
195 </dependency>
196 <dependency>
197 <groupId>org.apache.hadoop.hive</groupId>
198 <artifactId>hive-jdbc</artifactId>
199 <version>0.7.0</version>
200 <type>jar</type>
201 <scope>compile</scope>
202 </dependency>
203 <dependency>
204 <groupId>org.apache.hadoop.hive</groupId>
205 <artifactId>hive-metastore</artifactId>
206 <version>0.7.0</version>
207 <type>jar</type>
208 <scope>compile</scope>
209 </dependency>
210 <dependency>
211 <groupId>org.apache.hadoop.hive</groupId>
212 <artifactId>hive-service</artifactId>
213 <version>0.7.0</version>
214 <type>jar</type>
215 <scope>compile</scope>
216 </dependency>
217 <dependency>
218 <groupId>org.apache.hadoop.hive</groupId>
219 <artifactId>hive-shims</artifactId>
220 <version>0.7.0</version>
221 <type>jar</type>
222 <scope>compile</scope>
223 </dependency>
224 <dependency>
225 <groupId>org.apache.hadoop.hive</groupId>
226 <artifactId>hive-serde</artifactId>
227 <version>0.7.0</version>
228 <type>jar</type>
229 <scope>compile</scope>
230 </dependency>
231 <dependency>
232 <groupId>org.slf4j</groupId>
233 <artifactId>slf4j-api</artifactId>
234 <version>1.6.1</version>
235 <type>jar</type>
236 <scope>compile</scope>
237 </dependency>
238 <dependency>
239 <groupId>commons-cli</groupId>
240 <artifactId>commons-cli</artifactId>
241 <version>1.2</version>
242 <type>jar</type>
243 <scope>compile</scope>
244 </dependency>
245 <dependency>
246 <groupId>org.slf4j</groupId>
247 <artifactId>slf4j-log4j12</artifactId>
248 <version>1.6.1</version>
249 <type>jar</type>
250 <scope>compile</scope>
251 </dependency>
252 <dependency>
253 <groupId>commons-logging</groupId>
254 <artifactId>commons-logging</artifactId>
255 <version>1.1.1</version>
256 <type>jar</type>
257 <classifier>api</classifier>
258 <scope>compile</scope>
259 </dependency>
260 <dependency>
261 <groupId>com.google.guava</groupId>
262 <artifactId>guava</artifactId>
263 <version>r06</version>
264 <type>jar</type>
265 <scope>compile</scope>
266 </dependency>
267 <dependency>
268 <groupId>org.antlr</groupId>
269 <artifactId>stringtemplate</artifactId>
270 <version>3.2</version>
271 <type>jar</type>
272 <scope>compile</scope>
273 </dependency>
274 <dependency>
275 <groupId>org.apache.derby</groupId>
276 <artifactId>derby</artifactId>
277 <version>10.8.1.2</version>
278 <type>jar</type>
279 <scope>compile</scope>
280 </dependency>
281 <dependency>
282 <groupId>org.apache.hadoop</groupId>
283 <artifactId>hadoop-core</artifactId>
284 <version>0.20.2</version>
285 <type>jar</type>
286 <scope>compile</scope>
287 </dependency>
288 <dependency>
289 <groupId>edu.uci.ics.hyracks</groupId>
290 <artifactId>hivesterix-translator</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700291 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +0000292 <type>jar</type>
293 <scope>compile</scope>
294 </dependency>
295 <dependency>
296 <groupId>edu.uci.ics.hyracks</groupId>
297 <artifactId>hivesterix-optimizer</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700298 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +0000299 <type>jar</type>
300 <scope>compile</scope>
301 </dependency>
302 <dependency>
303 <groupId>org.apache.hbase</groupId>
304 <artifactId>hbase</artifactId>
305 <version>0.90.3</version>
306 <type>jar</type>
307 <scope>compile</scope>
308 </dependency>
309 <dependency>
310 <groupId>edu.uci.ics.hyracks</groupId>
311 <artifactId>algebricks-compiler</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700312 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +0000313 <type>jar</type>
314 <scope>compile</scope>
315 </dependency>
316 <dependency>
317 <groupId>edu.uci.ics.hyracks</groupId>
318 <artifactId>hyracks-control-cc</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700319 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +0000320 <type>jar</type>
321 <scope>compile</scope>
322 </dependency>
323 <dependency>
324 <groupId>edu.uci.ics.hyracks</groupId>
325 <artifactId>hyracks-control-nc</artifactId>
Vinayak Borkar706863b2013-06-05 23:16:52 -0700326 <version>0.2.7-SNAPSHOT</version>
vinayakb1ca34f42013-03-25 03:17:01 +0000327 <type>jar</type>
328 <scope>compile</scope>
329 </dependency>
330 </dependencies>
331 <build>
332 <plugins>
333 <plugin>
334 <groupId>org.apache.maven.plugins</groupId>
335 <artifactId>maven-compiler-plugin</artifactId>
336 <version>2.0.2</version>
337 <configuration>
338 <source>1.7</source>
339 <target>1.7</target>
340 <encoding>UTF-8</encoding>
341 <fork>true</fork>
342 </configuration>
343 </plugin>
344 <plugin>
345 <artifactId>maven-jar-plugin</artifactId>
346 <executions>
347 <execution>
348 <id>patch</id>
349 <goals>
350 <goal>jar</goal>
351 </goals>
352 <phase>package</phase>
353 <configuration>
354 <classifier>patch</classifier>
355 <finalName>a-hive</finalName>
356 <includes>
357 <include>**/org/apache/**</include>
358 </includes>
359 </configuration>
360 </execution>
361 </executions>
362 </plugin>
363 <plugin>
364 <groupId>org.codehaus.mojo</groupId>
365 <artifactId>appassembler-maven-plugin</artifactId>
366 <version>1.3</version>
367 <executions>
368 <execution>
369 <configuration>
370 <programs>
371 <program>
372 <mainClass>edu.uci.ics.asterix.hive.cli.CliDriver</mainClass>
373 <name>algebricks-hivesterix-cmd</name>
374 </program>
375 </programs>
376 <repositoryLayout>flat</repositoryLayout>
377 <repositoryName>lib</repositoryName>
378 </configuration>
379 <phase>package</phase>
380 <goals>
381 <goal>assemble</goal>
382 </goals>
383 </execution>
384 </executions>
385 </plugin>
386 <plugin>
387 <artifactId>maven-assembly-plugin</artifactId>
388 <version>2.2-beta-5</version>
389 <executions>
390 <execution>
391 <configuration>
392 <descriptors>
393 <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
394 </descriptors>
395 </configuration>
396 <phase>package</phase>
397 <goals>
398 <goal>attached</goal>
399 </goals>
400 </execution>
401 </executions>
402 </plugin>
403 <plugin>
404 <groupId>org.apache.maven.plugins</groupId>
405 <artifactId>maven-surefire-plugin</artifactId>
406 <version>2.13</version>
407 <configuration>
408 <forkMode>pertest</forkMode>
409 <argLine>-enableassertions -Xmx2047m -Dfile.encoding=UTF-8
410 -Djava.util.logging.config.file=src/test/resources/logging.properties</argLine>
411 <includes>
412 <include>**/test/optimizer/*TestSuite.java</include>
413 <include>**/test/optimizer/*Test.java</include>
414 <include>**/test/runtimefunction/*TestSuite.java</include>
415 <include>**/test/runtimefunction/*Test.java</include>
416 </includes>
417 </configuration>
418 </plugin>
419 <plugin>
420 <artifactId>maven-resources-plugin</artifactId>
421 <version>2.5</version>
422 <executions>
423 <execution>
424 <id>copy-scripts</id>
425 <!-- here the phase you need -->
426 <phase>package</phase>
427 <goals>
428 <goal>copy-resources</goal>
429 </goals>
430 <configuration>
431 <outputDirectory>target/appassembler/bin</outputDirectory>
432 <resources>
433 <resource>
434 <directory>src/main/resources/scripts</directory>
435 </resource>
436 </resources>
437 </configuration>
438 </execution>
439 <execution>
440 <id>copy-conf</id>
441 <!-- here the phase you need -->
442 <phase>package</phase>
443 <goals>
444 <goal>copy-resources</goal>
445 </goals>
446 <configuration>
447 <outputDirectory>target/appassembler/conf</outputDirectory>
448 <resources>
449 <resource>
450 <directory>src/main/resources/conf</directory>
451 </resource>
452 </resources>
453 </configuration>
454 </execution>
455 <execution>
456 <id>copy-jar</id>
457 <!-- here the phase you need -->
458 <phase>package</phase>
459 <goals>
460 <goal>copy-resources</goal>
461 </goals>
462 <configuration>
463 <outputDirectory>target/appassembler/lib</outputDirectory>
464 <resources>
465 <resource>
466 <directory>target</directory>
467 <includes>
468 <include>*patch.jar</include>
469 </includes>
470 </resource>
471 </resources>
472 </configuration>
473 </execution>
474 </executions>
475 </plugin>
476 <plugin>
477 <artifactId>maven-clean-plugin</artifactId>
478 <version>2.5</version>
479 <configuration>
480 <filesets>
481 <fileset>
482 <directory>.</directory>
483 <includes>
484 <include>metastore*</include>
485 <include>hadoop*</include>
486 <include>edu*</include>
487 <include>tmp*</include>
488 <include>build*</include>
489 <include>target*</include>
490 <include>log*</include>
491 <include>derby.log</include>
492 <include>ClusterController*</include>
493 </includes>
494 </fileset>
495 </filesets>
496 </configuration>
497 </plugin>
498 </plugins>
499 </build>
500 <repositories>
501 <repository>
502 <releases>
503 <enabled>true</enabled>
504 <updatePolicy>always</updatePolicy>
505 <checksumPolicy>warn</checksumPolicy>
506 </releases>
507 <snapshots>
508 <enabled>true</enabled>
509 <updatePolicy>always</updatePolicy>
510 <checksumPolicy>fail</checksumPolicy>
511 </snapshots>
512 <id>third-party</id>
513 <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party</url>
514 </repository>
515 <repository>
516 <releases>
517 <enabled>true</enabled>
518 <updatePolicy>always</updatePolicy>
519 <checksumPolicy>warn</checksumPolicy>
520 </releases>
521 <snapshots>
522 <enabled>true</enabled>
523 <updatePolicy>always</updatePolicy>
524 <checksumPolicy>fail</checksumPolicy>
525 </snapshots>
526 <id>hyracks-public-release</id>
527 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-public-releases</url>
528 </repository>
529 </repositories>
530</project>