blob: f62b86f2af3f93a70a22d2cdac68e8ebbbf20fa8 [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>
AsterixDB Jenkins93b46c82017-04-13 15:00:24 -070029 <version>0.3.2-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>
Michael Blow09f958c2017-08-20 17:02:19 -040054 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -070055 <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 <modules>
JavierJia26c3b532015-10-23 13:49:32 -070076 <module>hyracks-util</module>
vinayakb0c860392012-10-06 18:47:20 +000077 <module>hyracks-ipc</module>
78 <module>hyracks-api</module>
buyingyi55df5212013-03-24 07:20:08 +000079 <module>hyracks-comm</module>
80 <module>hyracks-client</module>
vinayakb0c860392012-10-06 18:47:20 +000081 <module>hyracks-dataflow-common</module>
82 <module>hyracks-dataflow-std</module>
vinayakb0c860392012-10-06 18:47:20 +000083 <module>hyracks-control</module>
84 <module>hyracks-net</module>
85 <module>hyracks-data</module>
vinayakb0c860392012-10-06 18:47:20 +000086 <module>hyracks-storage-common</module>
87 <module>hyracks-storage-am-common</module>
vinayakb4df31102013-04-06 18:28:48 +000088 <module>hyracks-storage-am-bloomfilter</module>
vinayakb0c860392012-10-06 18:47:20 +000089 <module>hyracks-storage-am-btree</module>
vinayakb4df31102013-04-06 18:28:48 +000090 <module>hyracks-storage-am-lsm-invertedindex</module>
91 <module>hyracks-storage-am-lsm-common</module>
92 <module>hyracks-storage-am-lsm-btree</module>
93 <module>hyracks-storage-am-lsm-rtree</module>
vinayakb0c860392012-10-06 18:47:20 +000094 <module>hyracks-storage-am-rtree</module>
95 <module>hyracks-test-support</module>
96 <module>hyracks-tests</module>
97 <module>hyracks-server</module>
98 <module>hyracks-examples</module>
99 <module>hyracks-documentation</module>
Ian Maxond0d05042015-09-11 17:34:39 -0700100 <!--module>hyracks-hadoop-compat</module-->
vinayakb0c860392012-10-06 18:47:20 +0000101 <module>hyracks-maven-plugins</module>
buyingyi55df5212013-03-24 07:20:08 +0000102 <module>hyracks-hdfs</module>
103 <module>hyracks-dist</module>
Abdullah Alamoudi60e7f122017-01-25 19:16:46 -0800104 <module>hyracks-http</module>
vinayakb0c860392012-10-06 18:47:20 +0000105 </modules>
106</project>