blob: c3650955b4e17f0262b97a34f69073ff3c275ea2 [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 Maxon3945f242016-02-10 14:55:31 -080025 <version>0.2.17-incubating</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>
Ian Maxon2378ed62015-11-24 13:04:19 -080031 <artifactId>apache-asterixdb-hyracks</artifactId>
Ian Maxon3945f242016-02-10 14:55:31 -080032 <version>0.2.17-incubating</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>
Ian Maxon9e37c962015-11-25 07:38:37 -080042 <plugin>
43 <groupId>org.apache.rat</groupId>
44 <artifactId>apache-rat-plugin</artifactId>
45 <version>0.11</version>
46 <configuration>
47 <skip>true</skip>
48 </configuration>
49 </plugin>
vinayakb0c860392012-10-06 18:47:20 +000050 </plugins>
51 </build>
52
Ian Maxon9e37c962015-11-25 07:38:37 -080053 <properties>
54 <root.dir>${basedir}/..</root.dir>
55 </properties>
56
vinayakb0c860392012-10-06 18:47:20 +000057 <repositories>
58 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -080059 <id>maven-central</id>
60 <url>http://repo1.maven.org/maven2/</url>
61 </repository>
62 <repository>
vinayakb0c860392012-10-06 18:47:20 +000063 <id>hyracks-public</id>
64 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
65 </repository>
66 <repository>
67 <id>jboss-public</id>
68 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
69 </repository>
70 </repositories>
71
72 <pluginRepositories>
73 <pluginRepository>
74 <id>hyracks-public</id>
75 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
76 <releases>
77 <updatePolicy>always</updatePolicy>
78 </releases>
79 </pluginRepository>
80 </pluginRepositories>
81
82 <modules>
83 <module>hyracks-ipc</module>
84 <module>hyracks-api</module>
buyingyi55df5212013-03-24 07:20:08 +000085 <module>hyracks-comm</module>
86 <module>hyracks-client</module>
vinayakb0c860392012-10-06 18:47:20 +000087 <module>hyracks-dataflow-common</module>
88 <module>hyracks-dataflow-std</module>
89 <module>hyracks-dataflow-hadoop</module>
90 <module>hyracks-control</module>
91 <module>hyracks-net</module>
92 <module>hyracks-data</module>
vinayakb0c860392012-10-06 18:47:20 +000093 <module>hyracks-storage-common</module>
94 <module>hyracks-storage-am-common</module>
vinayakb4df31102013-04-06 18:28:48 +000095 <module>hyracks-storage-am-bloomfilter</module>
vinayakb0c860392012-10-06 18:47:20 +000096 <module>hyracks-storage-am-btree</module>
vinayakb4df31102013-04-06 18:28:48 +000097 <module>hyracks-storage-am-lsm-invertedindex</module>
98 <module>hyracks-storage-am-lsm-common</module>
99 <module>hyracks-storage-am-lsm-btree</module>
100 <module>hyracks-storage-am-lsm-rtree</module>
vinayakb0c860392012-10-06 18:47:20 +0000101 <module>hyracks-storage-am-rtree</module>
102 <module>hyracks-test-support</module>
103 <module>hyracks-tests</module>
104 <module>hyracks-server</module>
105 <module>hyracks-examples</module>
106 <module>hyracks-documentation</module>
Ian Maxond0d05042015-09-11 17:34:39 -0700107 <!--module>hyracks-hadoop-compat</module-->
vinayakb0c860392012-10-06 18:47:20 +0000108 <module>hyracks-maven-plugins</module>
buyingyi55df5212013-03-24 07:20:08 +0000109 <module>hyracks-hdfs</module>
110 <module>hyracks-dist</module>
vinayakb4df31102013-04-06 18:28:48 +0000111 <!--module>hyracks-yarn</module -->
vinayakb0c860392012-10-06 18:47:20 +0000112 </modules>
113</project>