zheilbron | 4b74391 | 2012-07-06 21:37:30 +0000 | [diff] [blame] | 1 | |
zheilbron | 8dc5b91 | 2012-08-19 20:48:06 +0000 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <groupId>edu.uci.ics.hyracks</groupId> |
| 6 | <artifactId>hyracks</artifactId> |
| 7 | <version>0.2.1-SNAPSHOT</version> |
| 8 | <packaging>pom</packaging> |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 9 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 10 | <properties> |
| 11 | <jvm.extraargs></jvm.extraargs> |
| 12 | </properties> |
vinayakb | e663f9c | 2010-08-19 18:39:26 +0000 | [diff] [blame] | 13 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 14 | <profiles> |
| 15 | <profile> |
| 16 | <id>macosx</id> |
| 17 | <activation> |
| 18 | <os> |
| 19 | <name>mac os x</name> |
| 20 | </os> |
| 21 | <jdk>1.7</jdk> |
| 22 | </activation> |
| 23 | <properties> |
| 24 | <jvm.extraargs>-Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.KQueueSelectorProvider -Xms1024m -Xmx1024m</jvm.extraargs> |
| 25 | </properties> |
| 26 | </profile> |
| 27 | </profiles> |
vinayakb | e663f9c | 2010-08-19 18:39:26 +0000 | [diff] [blame] | 28 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 29 | <build> |
| 30 | <plugins> |
| 31 | <plugin> |
| 32 | <groupId>org.apache.maven.plugins</groupId> |
| 33 | <artifactId>maven-release-plugin</artifactId> |
| 34 | <version>2.0</version> |
| 35 | <configuration> |
| 36 | <goals>package source:jar javadoc:jar deploy:deploy</goals> |
| 37 | </configuration> |
| 38 | </plugin> |
| 39 | <plugin> |
| 40 | <groupId>org.codehaus.mojo</groupId> |
| 41 | <artifactId>versions-maven-plugin</artifactId> |
| 42 | <version>1.2</version> |
| 43 | </plugin> |
| 44 | <plugin> |
| 45 | <groupId>org.apache.maven.plugins</groupId> |
| 46 | <artifactId>maven-surefire-plugin</artifactId> |
| 47 | <configuration> |
| 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}</argLine> |
| 50 | </configuration> |
| 51 | </plugin> |
| 52 | </plugins> |
| 53 | </build> |
vinayakb | 2b1ef15 | 2010-08-19 20:09:01 +0000 | [diff] [blame] | 54 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 55 | <scm> |
| 56 | <connection>scm:svn:https://hyracks.googlecode.com/svn/trunk/hyracks</connection> |
| 57 | <developerConnection>scm:svn:https://hyracks.googlecode.com/svn/trunk/hyracks</developerConnection> |
| 58 | <url>http://code.google.com/p/hyracks/source/browse/#svn/trunk/hyracks</url> |
| 59 | </scm> |
vinayakb | 5e5ec2a | 2010-08-30 05:29:10 +0000 | [diff] [blame] | 60 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 61 | <distributionManagement> |
| 62 | <repository> |
| 63 | <id>hyracks-releases</id> |
| 64 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 65 | </repository> |
| 66 | <snapshotRepository> |
| 67 | <id>hyracks-snapshots</id> |
| 68 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 69 | </snapshotRepository> |
| 70 | </distributionManagement> |
vinayakb | be6efa1 | 2010-09-01 07:30:07 +0000 | [diff] [blame] | 71 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 72 | <reporting> |
| 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.apache.maven.plugins</groupId> |
| 76 | <artifactId>maven-changelog-plugin</artifactId> |
| 77 | </plugin> |
| 78 | </plugins> |
| 79 | </reporting> |
salsubaiee | bb6a829 | 2011-08-04 19:14:38 +0000 | [diff] [blame] | 80 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 81 | <repositories> |
| 82 | <repository> |
| 83 | <id>hyracks-public</id> |
| 84 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 85 | </repository> |
| 86 | <repository> |
| 87 | <id>jboss-public</id> |
| 88 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 89 | </repository> |
| 90 | </repositories> |
zheilbron | 8dc5b91 | 2012-08-19 20:48:06 +0000 | [diff] [blame] | 91 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 92 | <pluginRepositories> |
| 93 | <pluginRepository> |
| 94 | <id>hyracks-public</id> |
| 95 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 96 | <releases> |
| 97 | <updatePolicy>always</updatePolicy> |
| 98 | </releases> |
| 99 | </pluginRepository> |
| 100 | </pluginRepositories> |
zheilbron | 8dc5b91 | 2012-08-19 20:48:06 +0000 | [diff] [blame] | 101 | |
alexander.behm | a0cbaf8 | 2012-08-21 08:49:13 +0000 | [diff] [blame] | 102 | <modules> |
| 103 | <module>hyracks-ipc</module> |
| 104 | <module>hyracks-api</module> |
| 105 | <module>hyracks-dataflow-common</module> |
| 106 | <module>hyracks-dataflow-std</module> |
| 107 | <module>hyracks-dataflow-hadoop</module> |
| 108 | <module>hyracks-control</module> |
| 109 | <module>hyracks-net</module> |
| 110 | <module>hyracks-data</module> |
| 111 | <module>hyracks-cli</module> |
| 112 | <module>hyracks-storage-common</module> |
| 113 | <module>hyracks-storage-am-common</module> |
| 114 | <module>hyracks-storage-am-btree</module> |
| 115 | <module>hyracks-storage-am-lsm-invertedindex</module> |
| 116 | <module>hyracks-storage-am-lsm-common</module> |
| 117 | <module>hyracks-storage-am-lsm-btree</module> |
| 118 | <module>hyracks-storage-am-lsm-rtree</module> |
| 119 | <module>hyracks-storage-am-rtree</module> |
| 120 | <module>hyracks-test-support</module> |
| 121 | <module>hyracks-tests</module> |
| 122 | <module>hyracks-server</module> |
| 123 | <module>hyracks-examples</module> |
| 124 | <module>hyracks-documentation</module> |
| 125 | <module>hyracks-hadoop-compat</module> |
| 126 | <module>hyracks-algebricks</module> |
| 127 | <!--module>hyracks-yarn</module --> |
| 128 | <module>hyracks-maven-plugins</module> |
| 129 | </modules> |
vinayakb | 7ff0f4a | 2010-06-17 19:41:17 +0000 | [diff] [blame] | 130 | </project> |