Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 2 | ! 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 Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 18 | !--> |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 19 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 20 | <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> |
Ian Maxon | e915e8c | 2015-07-01 17:03:31 -0700 | [diff] [blame] | 22 | <groupId>org.apache.hyracks</groupId> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 23 | <artifactId>hyracks</artifactId> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 24 | <packaging>pom</packaging> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 25 | <name>hyracks</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 26 | |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 27 | <parent> |
Ian Maxon | e915e8c | 2015-07-01 17:03:31 -0700 | [diff] [blame] | 28 | <groupId>org.apache.hyracks</groupId> |
Ian Maxon | 2378ed6 | 2015-11-24 13:04:19 -0800 | [diff] [blame] | 29 | <artifactId>apache-asterixdb-hyracks</artifactId> |
Ian Maxon | 14be946 | 2016-02-10 14:55:42 -0800 | [diff] [blame] | 30 | <version>0.2.18-SNAPSHOT</version> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 31 | </parent> |
Chris Hillery | 08c72ab | 2014-01-31 00:03:40 -0800 | [diff] [blame] | 32 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 33 | <build> |
| 34 | <plugins> |
| 35 | <plugin> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 36 | <groupId>org.codehaus.mojo</groupId> |
| 37 | <artifactId>versions-maven-plugin</artifactId> |
| 38 | <version>1.2</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 39 | </plugin> |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 40 | <plugin> |
| 41 | <groupId>org.apache.rat</groupId> |
| 42 | <artifactId>apache-rat-plugin</artifactId> |
| 43 | <version>0.11</version> |
| 44 | <configuration> |
| 45 | <skip>true</skip> |
| 46 | </configuration> |
| 47 | </plugin> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 48 | </plugins> |
Ildar Absalyamov | 4eb3c9a | 2015-10-14 23:11:06 -0700 | [diff] [blame] | 49 | <pluginManagement> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 50 | <plugins> |
| 51 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 52 | <plugin> |
| 53 | <groupId>org.eclipse.m2e</groupId> |
| 54 | <artifactId>lifecycle-mapping</artifactId> |
| 55 | <version>1.0.0</version> |
| 56 | <configuration> |
| 57 | <lifecycleMappingMetadata> |
| 58 | <pluginExecutions> |
| 59 | <pluginExecution> |
| 60 | <pluginExecutionFilter> |
| 61 | <groupId>org.apache.maven.plugins</groupId> |
| 62 | <artifactId>maven-plugin-plugin</artifactId> |
| 63 | <versionRange>[3.4,)</versionRange> |
| 64 | <goals> |
| 65 | <goal>descriptor</goal> |
| 66 | </goals> |
| 67 | </pluginExecutionFilter> |
| 68 | <action> |
| 69 | <ignore></ignore> |
| 70 | </action> |
| 71 | </pluginExecution> |
| 72 | </pluginExecutions> |
| 73 | </lifecycleMappingMetadata> |
| 74 | </configuration> |
| 75 | </plugin> |
| 76 | </plugins> |
Ildar Absalyamov | 4eb3c9a | 2015-10-14 23:11:06 -0700 | [diff] [blame] | 77 | </pluginManagement> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 78 | </build> |
| 79 | |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 80 | <properties> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 81 | <root.dir>${basedir}/..</root.dir> |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 82 | </properties> |
| 83 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 84 | <repositories> |
| 85 | <repository> |
Vinayak Borkar | 29502a0 | 2013-12-11 11:18:27 -0800 | [diff] [blame] | 86 | <id>maven-central</id> |
| 87 | <url>http://repo1.maven.org/maven2/</url> |
| 88 | </repository> |
| 89 | <repository> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 90 | <id>hyracks-public</id> |
| 91 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 92 | </repository> |
| 93 | <repository> |
| 94 | <id>jboss-public</id> |
| 95 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 96 | </repository> |
| 97 | </repositories> |
| 98 | |
| 99 | <pluginRepositories> |
| 100 | <pluginRepository> |
| 101 | <id>hyracks-public</id> |
| 102 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 103 | <releases> |
| 104 | <updatePolicy>always</updatePolicy> |
| 105 | </releases> |
| 106 | </pluginRepository> |
| 107 | </pluginRepositories> |
| 108 | |
| 109 | <modules> |
JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 110 | <module>hyracks-util</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 111 | <module>hyracks-ipc</module> |
| 112 | <module>hyracks-api</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 113 | <module>hyracks-comm</module> |
| 114 | <module>hyracks-client</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 115 | <module>hyracks-dataflow-common</module> |
| 116 | <module>hyracks-dataflow-std</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 117 | <module>hyracks-control</module> |
| 118 | <module>hyracks-net</module> |
| 119 | <module>hyracks-data</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 120 | <module>hyracks-storage-common</module> |
| 121 | <module>hyracks-storage-am-common</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 122 | <module>hyracks-storage-am-bloomfilter</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 123 | <module>hyracks-storage-am-btree</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 124 | <module>hyracks-storage-am-lsm-invertedindex</module> |
| 125 | <module>hyracks-storage-am-lsm-common</module> |
| 126 | <module>hyracks-storage-am-lsm-btree</module> |
| 127 | <module>hyracks-storage-am-lsm-rtree</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 128 | <module>hyracks-storage-am-rtree</module> |
| 129 | <module>hyracks-test-support</module> |
| 130 | <module>hyracks-tests</module> |
| 131 | <module>hyracks-server</module> |
| 132 | <module>hyracks-examples</module> |
| 133 | <module>hyracks-documentation</module> |
Ian Maxon | d0d0504 | 2015-09-11 17:34:39 -0700 | [diff] [blame] | 134 | <!--module>hyracks-hadoop-compat</module--> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 135 | <module>hyracks-maven-plugins</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 136 | <module>hyracks-hdfs</module> |
| 137 | <module>hyracks-dist</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 138 | </modules> |
| 139 | </project> |