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> |
buyingyi | 0f63d8b | 2013-07-22 11:33:10 -0700 | [diff] [blame] | 20 | <version>0.2.10-SNAPSHOT</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 | |
| 24 | <properties> |
vinayakb | 1ca34f4 | 2013-03-25 03:17:01 +0000 | [diff] [blame] | 25 | <jvm.extraargs /> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 26 | </properties> |
| 27 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 28 | <build> |
| 29 | <plugins> |
| 30 | <plugin> |
| 31 | <groupId>org.apache.maven.plugins</groupId> |
| 32 | <artifactId>maven-release-plugin</artifactId> |
| 33 | <version>2.0</version> |
| 34 | <configuration> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 35 | <goals>package source:jar javadoc:jar deploy:deploy</goals> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 36 | </configuration> |
| 37 | </plugin> |
| 38 | <plugin> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 39 | <groupId>org.codehaus.mojo</groupId> |
| 40 | <artifactId>versions-maven-plugin</artifactId> |
| 41 | <version>1.2</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 42 | </plugin> |
| 43 | <plugin> |
| 44 | <groupId>org.apache.maven.plugins</groupId> |
| 45 | <artifactId>maven-surefire-plugin</artifactId> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 46 | <version>2.12</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 47 | <configuration> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 48 | <forkMode>pertest</forkMode> |
| 49 | <argLine>-enableassertions -Djava.util.logging.config.file=${user.home}/logging.properties -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${jvm.extraargs} -Xmx2048m</argLine> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 50 | </configuration> |
| 51 | </plugin> |
| 52 | </plugins> |
| 53 | </build> |
| 54 | |
vinayakb | e3288f4 | 2012-10-29 15:39:22 +0000 | [diff] [blame] | 55 | <distributionManagement> |
| 56 | <repository> |
| 57 | <id>hyracks-releases</id> |
| 58 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 59 | </repository> |
| 60 | <snapshotRepository> |
| 61 | <id>hyracks-snapshots</id> |
| 62 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 63 | </snapshotRepository> |
| 64 | </distributionManagement> |
| 65 | |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 66 | <repositories> |
| 67 | <repository> |
| 68 | <id>hyracks-public</id> |
| 69 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 70 | </repository> |
| 71 | <repository> |
| 72 | <id>jboss-public</id> |
| 73 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 74 | </repository> |
| 75 | </repositories> |
| 76 | |
| 77 | <pluginRepositories> |
| 78 | <pluginRepository> |
| 79 | <id>hyracks-public</id> |
| 80 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 81 | <releases> |
| 82 | <updatePolicy>always</updatePolicy> |
| 83 | </releases> |
| 84 | </pluginRepository> |
| 85 | </pluginRepositories> |
| 86 | |
| 87 | <modules> |
| 88 | <module>hyracks-ipc</module> |
| 89 | <module>hyracks-api</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 90 | <module>hyracks-comm</module> |
| 91 | <module>hyracks-client</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 92 | <module>hyracks-dataflow-common</module> |
| 93 | <module>hyracks-dataflow-std</module> |
| 94 | <module>hyracks-dataflow-hadoop</module> |
| 95 | <module>hyracks-control</module> |
| 96 | <module>hyracks-net</module> |
| 97 | <module>hyracks-data</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 98 | <module>hyracks-storage-common</module> |
| 99 | <module>hyracks-storage-am-common</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 100 | <module>hyracks-storage-am-bloomfilter</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 101 | <module>hyracks-storage-am-btree</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 102 | <module>hyracks-storage-am-lsm-invertedindex</module> |
| 103 | <module>hyracks-storage-am-lsm-common</module> |
| 104 | <module>hyracks-storage-am-lsm-btree</module> |
| 105 | <module>hyracks-storage-am-lsm-rtree</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 106 | <module>hyracks-storage-am-rtree</module> |
| 107 | <module>hyracks-test-support</module> |
| 108 | <module>hyracks-tests</module> |
| 109 | <module>hyracks-server</module> |
| 110 | <module>hyracks-examples</module> |
| 111 | <module>hyracks-documentation</module> |
| 112 | <module>hyracks-hadoop-compat</module> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 113 | <module>hyracks-maven-plugins</module> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 114 | <module>hyracks-hdfs</module> |
| 115 | <module>hyracks-dist</module> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 116 | <!--module>hyracks-yarn</module --> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 117 | </modules> |
| 118 | </project> |