blob: d3fd833e0ca9cd869c12065e39967b82423ab1ce [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 Maxon03ccded2021-03-07 18:35:16 -080029 <version>0.3.7-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>
Ildar Absalyamov4eb3c9a2015-10-14 23:11:06 -070033 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <plugins>
Michael Blow64061792018-04-13 21:13:44 -040035 <plugin>
36 <groupId>org.apache.maven.plugins</groupId>
37 <artifactId>maven-plugin-plugin</artifactId>
Michael Blow0de90812019-08-23 16:27:29 -040038 <version>3.6.0</version>
Michael Blow64061792018-04-13 21:13:44 -040039 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -070040 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
41 <plugin>
42 <groupId>org.eclipse.m2e</groupId>
43 <artifactId>lifecycle-mapping</artifactId>
44 <version>1.0.0</version>
45 <configuration>
46 <lifecycleMappingMetadata>
47 <pluginExecutions>
48 <pluginExecution>
49 <pluginExecutionFilter>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-plugin-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -040052 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -070053 <goals>
54 <goal>descriptor</goal>
55 </goals>
56 </pluginExecutionFilter>
57 <action>
Michael Blow380b0a22016-08-02 13:05:52 -040058 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -070059 </action>
60 </pluginExecution>
61 </pluginExecutions>
62 </lifecycleMappingMetadata>
63 </configuration>
64 </plugin>
65 </plugins>
Ildar Absalyamov4eb3c9a2015-10-14 23:11:06 -070066 </pluginManagement>
vinayakb0c860392012-10-06 18:47:20 +000067 </build>
68
Ian Maxon9e37c962015-11-25 07:38:37 -080069 <properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -070070 <root.dir>${basedir}/..</root.dir>
Ian Maxon9e37c962015-11-25 07:38:37 -080071 </properties>
72
vinayakb0c860392012-10-06 18:47:20 +000073 <modules>
JavierJia26c3b532015-10-23 13:49:32 -070074 <module>hyracks-util</module>
vinayakb0c860392012-10-06 18:47:20 +000075 <module>hyracks-api</module>
Murtadha Hubailda7e8a12018-12-04 02:29:11 +030076 <module>hyracks-ipc</module>
buyingyi55df5212013-03-24 07:20:08 +000077 <module>hyracks-comm</module>
78 <module>hyracks-client</module>
vinayakb0c860392012-10-06 18:47:20 +000079 <module>hyracks-dataflow-common</module>
80 <module>hyracks-dataflow-std</module>
vinayakb0c860392012-10-06 18:47:20 +000081 <module>hyracks-control</module>
82 <module>hyracks-net</module>
83 <module>hyracks-data</module>
vinayakb0c860392012-10-06 18:47:20 +000084 <module>hyracks-storage-common</module>
85 <module>hyracks-storage-am-common</module>
vinayakb4df31102013-04-06 18:28:48 +000086 <module>hyracks-storage-am-bloomfilter</module>
vinayakb0c860392012-10-06 18:47:20 +000087 <module>hyracks-storage-am-btree</module>
vinayakb4df31102013-04-06 18:28:48 +000088 <module>hyracks-storage-am-lsm-invertedindex</module>
89 <module>hyracks-storage-am-lsm-common</module>
90 <module>hyracks-storage-am-lsm-btree</module>
91 <module>hyracks-storage-am-lsm-rtree</module>
vinayakb0c860392012-10-06 18:47:20 +000092 <module>hyracks-storage-am-rtree</module>
93 <module>hyracks-test-support</module>
94 <module>hyracks-tests</module>
95 <module>hyracks-server</module>
96 <module>hyracks-examples</module>
97 <module>hyracks-documentation</module>
Ian Maxond0d05042015-09-11 17:34:39 -070098 <!--module>hyracks-hadoop-compat</module-->
vinayakb0c860392012-10-06 18:47:20 +000099 <module>hyracks-maven-plugins</module>
buyingyi55df5212013-03-24 07:20:08 +0000100 <module>hyracks-hdfs</module>
101 <module>hyracks-dist</module>
Abdullah Alamoudi60e7f122017-01-25 19:16:46 -0800102 <module>hyracks-http</module>
vinayakb0c860392012-10-06 18:47:20 +0000103 </modules>
104</project>