buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ! Copyright 2009-2013 by The Regents of the University of California |
| 4 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ! you may not use this file except in compliance with the License. |
| 6 | ! you may obtain a copy of the License from |
| 7 | ! |
| 8 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ! |
| 10 | ! Unless required by applicable law or agreed to in writing, software |
| 11 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ! See the License for the specific language governing permissions and |
| 14 | ! limitations under the License. |
| 15 | !--> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 16 | <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"> |
| 17 | <modelVersion>4.0.0</modelVersion> |
| 18 | <groupId>edu.uci.ics.hyracks</groupId> |
| 19 | <artifactId>hyracks</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 20 | <version>0.2.13</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 21 | <packaging>pom</packaging> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 22 | <name>hyracks</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 23 | |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>edu.uci.ics.hyracks</groupId> |
| 26 | <artifactId>fullstack</artifactId> |
Ian Maxon | 1f30d4e | 2014-09-19 15:58:43 -0700 | [diff] [blame^] | 27 | <version>0.2.13</version> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 28 | </parent> |
Chris Hillery | 08c72ab | 2014-01-31 00:03:40 -0800 | [diff] [blame] | 29 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 30 | <build> |
| 31 | <plugins> |
| 32 | <plugin> |
| 33 | <groupId>org.apache.maven.plugins</groupId> |
| 34 | <artifactId>maven-release-plugin</artifactId> |
| 35 | <version>2.0</version> |
| 36 | <configuration> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 37 | <goals>package source:jar javadoc:jar deploy:deploy</goals> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 38 | </configuration> |
| 39 | </plugin> |
| 40 | <plugin> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 41 | <groupId>org.codehaus.mojo</groupId> |
| 42 | <artifactId>versions-maven-plugin</artifactId> |
| 43 | <version>1.2</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 44 | </plugin> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 45 | </plugins> |
| 46 | </build> |
| 47 | |
vinayakb | e3288f4 | 2012-10-29 15:39:22 +0000 | [diff] [blame] | 48 | <distributionManagement> |
| 49 | <repository> |
| 50 | <id>hyracks-releases</id> |
| 51 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 52 | </repository> |
| 53 | <snapshotRepository> |
| 54 | <id>hyracks-snapshots</id> |
| 55 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 56 | </snapshotRepository> |
| 57 | </distributionManagement> |
| 58 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 59 | <repositories> |
| 60 | <repository> |
Vinayak Borkar | 29502a0 | 2013-12-11 11:18:27 -0800 | [diff] [blame] | 61 | <id>maven-central</id> |
| 62 | <url>http://repo1.maven.org/maven2/</url> |
| 63 | </repository> |
| 64 | <repository> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 65 | <id>hyracks-public</id> |
| 66 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 67 | </repository> |
| 68 | <repository> |
| 69 | <id>jboss-public</id> |
| 70 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 71 | </repository> |
| 72 | </repositories> |
| 73 | |
| 74 | <pluginRepositories> |
| 75 | <pluginRepository> |
| 76 | <id>hyracks-public</id> |
| 77 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 78 | <releases> |
| 79 | <updatePolicy>always</updatePolicy> |
| 80 | </releases> |
| 81 | </pluginRepository> |
| 82 | </pluginRepositories> |
| 83 | |
| 84 | <modules> |
| 85 | <module>hyracks-ipc</module> |
| 86 | <module>hyracks-api</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 87 | <module>hyracks-comm</module> |
| 88 | <module>hyracks-client</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 89 | <module>hyracks-dataflow-common</module> |
| 90 | <module>hyracks-dataflow-std</module> |
| 91 | <module>hyracks-dataflow-hadoop</module> |
| 92 | <module>hyracks-control</module> |
| 93 | <module>hyracks-net</module> |
| 94 | <module>hyracks-data</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 95 | <module>hyracks-storage-common</module> |
| 96 | <module>hyracks-storage-am-common</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 97 | <module>hyracks-storage-am-bloomfilter</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 98 | <module>hyracks-storage-am-btree</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 99 | <module>hyracks-storage-am-lsm-invertedindex</module> |
| 100 | <module>hyracks-storage-am-lsm-common</module> |
| 101 | <module>hyracks-storage-am-lsm-btree</module> |
| 102 | <module>hyracks-storage-am-lsm-rtree</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 103 | <module>hyracks-storage-am-rtree</module> |
| 104 | <module>hyracks-test-support</module> |
| 105 | <module>hyracks-tests</module> |
| 106 | <module>hyracks-server</module> |
| 107 | <module>hyracks-examples</module> |
| 108 | <module>hyracks-documentation</module> |
| 109 | <module>hyracks-hadoop-compat</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 110 | <module>hyracks-maven-plugins</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 111 | <module>hyracks-hdfs</module> |
| 112 | <module>hyracks-dist</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 113 | <!--module>hyracks-yarn</module --> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 114 | </modules> |
| 115 | </project> |