blob: 6ed530a411543f0263fc2cbc43b96e59bb3e92bf [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001<?xml version="1.0" encoding="UTF-8"?>
Till Westmann276bbc22013-06-05 18:56:27 -07002<!--
Ian Maxond8857792015-09-11 14:19:53 -07003 ! Licensed to the Apache Software Foundation (ASF) under one
4 ! or more contributor license agreements. See the NOTICE file
5 ! distributed with this work for additional information
6 ! regarding copyright ownership. The ASF licenses this file
7 ! to you under the Apache License, Version 2.0 (the
8 ! "License"); you may not use this file except in compliance
9 ! with the License. You may obtain a copy of the License at
10 !
11 ! http://www.apache.org/licenses/LICENSE-2.0
12 !
13 ! Unless required by applicable law or agreed to in writing,
14 ! software distributed under the License is distributed on an
15 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ! KIND, either express or implied. See the License for the
17 ! specific language governing permissions and limitations
18 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070019 !-->
Ian Maxond8857792015-09-11 14:19:53 -070020
vinayakb0c860392012-10-06 18:47:20 +000021<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">
22 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070023 <groupId>org.apache.hyracks</groupId>
vinayakb0c860392012-10-06 18:47:20 +000024 <artifactId>hyracks</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070025 <version>0.2.17-SNAPSHOT</version>
vinayakb0c860392012-10-06 18:47:20 +000026 <packaging>pom</packaging>
buyingyi8d79d162012-10-22 23:04:47 +000027 <name>hyracks</name>
vinayakb0c860392012-10-06 18:47:20 +000028
Chris Hillery4fc647c2014-02-13 14:49:58 -080029 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070030 <groupId>org.apache.hyracks</groupId>
Chris Hillery4fc647c2014-02-13 14:49:58 -080031 <artifactId>fullstack</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070032 <version>0.2.17-SNAPSHOT</version>
Chris Hillery4fc647c2014-02-13 14:49:58 -080033 </parent>
Chris Hillery08c72ab2014-01-31 00:03:40 -080034
vinayakb0c860392012-10-06 18:47:20 +000035 <build>
36 <plugins>
37 <plugin>
vinayakb4df31102013-04-06 18:28:48 +000038 <groupId>org.codehaus.mojo</groupId>
39 <artifactId>versions-maven-plugin</artifactId>
40 <version>1.2</version>
vinayakb0c860392012-10-06 18:47:20 +000041 </plugin>
vinayakb0c860392012-10-06 18:47:20 +000042 </plugins>
43 </build>
44
vinayakb0c860392012-10-06 18:47:20 +000045 <repositories>
46 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -080047 <id>maven-central</id>
48 <url>http://repo1.maven.org/maven2/</url>
49 </repository>
50 <repository>
vinayakb0c860392012-10-06 18:47:20 +000051 <id>hyracks-public</id>
52 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
53 </repository>
54 <repository>
55 <id>jboss-public</id>
56 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
57 </repository>
58 </repositories>
59
60 <pluginRepositories>
61 <pluginRepository>
62 <id>hyracks-public</id>
63 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
64 <releases>
65 <updatePolicy>always</updatePolicy>
66 </releases>
67 </pluginRepository>
68 </pluginRepositories>
69
70 <modules>
71 <module>hyracks-ipc</module>
72 <module>hyracks-api</module>
buyingyi55df5212013-03-24 07:20:08 +000073 <module>hyracks-comm</module>
74 <module>hyracks-client</module>
vinayakb0c860392012-10-06 18:47:20 +000075 <module>hyracks-dataflow-common</module>
76 <module>hyracks-dataflow-std</module>
77 <module>hyracks-dataflow-hadoop</module>
78 <module>hyracks-control</module>
79 <module>hyracks-net</module>
80 <module>hyracks-data</module>
vinayakb0c860392012-10-06 18:47:20 +000081 <module>hyracks-storage-common</module>
82 <module>hyracks-storage-am-common</module>
vinayakb4df31102013-04-06 18:28:48 +000083 <module>hyracks-storage-am-bloomfilter</module>
vinayakb0c860392012-10-06 18:47:20 +000084 <module>hyracks-storage-am-btree</module>
vinayakb4df31102013-04-06 18:28:48 +000085 <module>hyracks-storage-am-lsm-invertedindex</module>
86 <module>hyracks-storage-am-lsm-common</module>
87 <module>hyracks-storage-am-lsm-btree</module>
88 <module>hyracks-storage-am-lsm-rtree</module>
vinayakb0c860392012-10-06 18:47:20 +000089 <module>hyracks-storage-am-rtree</module>
90 <module>hyracks-test-support</module>
91 <module>hyracks-tests</module>
92 <module>hyracks-server</module>
93 <module>hyracks-examples</module>
94 <module>hyracks-documentation</module>
Ian Maxond0d05042015-09-11 17:34:39 -070095 <!--module>hyracks-hadoop-compat</module-->
vinayakb0c860392012-10-06 18:47:20 +000096 <module>hyracks-maven-plugins</module>
buyingyi55df5212013-03-24 07:20:08 +000097 <module>hyracks-hdfs</module>
98 <module>hyracks-dist</module>
vinayakb4df31102013-04-06 18:28:48 +000099 <!--module>hyracks-yarn</module -->
vinayakb0c860392012-10-06 18:47:20 +0000100 </modules>
101</project>