blob: 7ed2cd66f852c7443a696dd9cbc24e2921a0cda0 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Ian Maxond8857792015-09-11 14:19:53 -070019
vinayakb0c860392012-10-06 18:47:20 +000020<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">
21 <modelVersion>4.0.0</modelVersion>
vinayakb0c860392012-10-06 18:47:20 +000022 <artifactId>hyracks</artifactId>
vinayakb0c860392012-10-06 18:47:20 +000023 <packaging>pom</packaging>
buyingyi8d79d162012-10-22 23:04:47 +000024 <name>hyracks</name>
vinayakb0c860392012-10-06 18:47:20 +000025
Chris Hillery4fc647c2014-02-13 14:49:58 -080026 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070027 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050028 <artifactId>apache-hyracks</artifactId>
Ian Maxona3435a32017-01-18 18:31:30 -080029 <version>0.3.1-SNAPSHOT</version>
Chris Hillery4fc647c2014-02-13 14:49:58 -080030 </parent>
Chris Hillery08c72ab2014-01-31 00:03:40 -080031
vinayakb0c860392012-10-06 18:47:20 +000032 <build>
33 <plugins>
34 <plugin>
vinayakb4df31102013-04-06 18:28:48 +000035 <groupId>org.codehaus.mojo</groupId>
36 <artifactId>versions-maven-plugin</artifactId>
37 <version>1.2</version>
vinayakb0c860392012-10-06 18:47:20 +000038 </plugin>
vinayakb0c860392012-10-06 18:47:20 +000039 </plugins>
Ildar Absalyamov4eb3c9a2015-10-14 23:11:06 -070040 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -070041 <plugins>
42 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
43 <plugin>
44 <groupId>org.eclipse.m2e</groupId>
45 <artifactId>lifecycle-mapping</artifactId>
46 <version>1.0.0</version>
47 <configuration>
48 <lifecycleMappingMetadata>
49 <pluginExecutions>
50 <pluginExecution>
51 <pluginExecutionFilter>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-plugin-plugin</artifactId>
54 <versionRange>[3.4,)</versionRange>
55 <goals>
56 <goal>descriptor</goal>
57 </goals>
58 </pluginExecutionFilter>
59 <action>
Michael Blow380b0a22016-08-02 13:05:52 -040060 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -070061 </action>
62 </pluginExecution>
63 </pluginExecutions>
64 </lifecycleMappingMetadata>
65 </configuration>
66 </plugin>
67 </plugins>
Ildar Absalyamov4eb3c9a2015-10-14 23:11:06 -070068 </pluginManagement>
vinayakb0c860392012-10-06 18:47:20 +000069 </build>
70
Ian Maxon9e37c962015-11-25 07:38:37 -080071 <properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <root.dir>${basedir}/..</root.dir>
Ian Maxon9e37c962015-11-25 07:38:37 -080073 </properties>
74
vinayakb0c860392012-10-06 18:47:20 +000075 <repositories>
76 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -080077 <id>maven-central</id>
78 <url>http://repo1.maven.org/maven2/</url>
79 </repository>
80 <repository>
vinayakb0c860392012-10-06 18:47:20 +000081 <id>hyracks-public</id>
82 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
83 </repository>
vinayakb0c860392012-10-06 18:47:20 +000084 </repositories>
85
86 <pluginRepositories>
87 <pluginRepository>
88 <id>hyracks-public</id>
89 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
90 <releases>
91 <updatePolicy>always</updatePolicy>
92 </releases>
93 </pluginRepository>
94 </pluginRepositories>
95
96 <modules>
JavierJia26c3b532015-10-23 13:49:32 -070097 <module>hyracks-util</module>
vinayakb0c860392012-10-06 18:47:20 +000098 <module>hyracks-ipc</module>
99 <module>hyracks-api</module>
buyingyi55df5212013-03-24 07:20:08 +0000100 <module>hyracks-comm</module>
101 <module>hyracks-client</module>
vinayakb0c860392012-10-06 18:47:20 +0000102 <module>hyracks-dataflow-common</module>
103 <module>hyracks-dataflow-std</module>
vinayakb0c860392012-10-06 18:47:20 +0000104 <module>hyracks-control</module>
105 <module>hyracks-net</module>
106 <module>hyracks-data</module>
vinayakb0c860392012-10-06 18:47:20 +0000107 <module>hyracks-storage-common</module>
108 <module>hyracks-storage-am-common</module>
vinayakb4df31102013-04-06 18:28:48 +0000109 <module>hyracks-storage-am-bloomfilter</module>
vinayakb0c860392012-10-06 18:47:20 +0000110 <module>hyracks-storage-am-btree</module>
vinayakb4df31102013-04-06 18:28:48 +0000111 <module>hyracks-storage-am-lsm-invertedindex</module>
112 <module>hyracks-storage-am-lsm-common</module>
113 <module>hyracks-storage-am-lsm-btree</module>
114 <module>hyracks-storage-am-lsm-rtree</module>
vinayakb0c860392012-10-06 18:47:20 +0000115 <module>hyracks-storage-am-rtree</module>
116 <module>hyracks-test-support</module>
117 <module>hyracks-tests</module>
118 <module>hyracks-server</module>
119 <module>hyracks-examples</module>
120 <module>hyracks-documentation</module>
Ian Maxond0d05042015-09-11 17:34:39 -0700121 <!--module>hyracks-hadoop-compat</module-->
vinayakb0c860392012-10-06 18:47:20 +0000122 <module>hyracks-maven-plugins</module>
buyingyi55df5212013-03-24 07:20:08 +0000123 <module>hyracks-hdfs</module>
124 <module>hyracks-dist</module>
Abdullah Alamoudi60e7f122017-01-25 19:16:46 -0800125 <module>hyracks-http</module>
vinayakb0c860392012-10-06 18:47:20 +0000126 </modules>
127</project>