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