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