vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 1 | |
| 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>edu.uci.ics.hyracks</groupId> |
| 5 | <artifactId>fullstack</artifactId> |
buyingyi | a7ee757 | 2013-03-25 07:37:09 +0000 | [diff] [blame] | 6 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 7 | <packaging>pom</packaging> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 8 | <name>hyracks-ecosystem-full-stack</name> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 9 | |
| 10 | <build> |
| 11 | <plugins> |
| 12 | <plugin> |
| 13 | <groupId>org.apache.maven.plugins</groupId> |
| 14 | <artifactId>maven-release-plugin</artifactId> |
vinayakb | a334a5c | 2012-10-29 13:41:20 +0000 | [diff] [blame] | 15 | <version>2.1</version> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 16 | <configuration> |
| 17 | <goals>package source:jar javadoc:jar deploy:deploy</goals> |
| 18 | </configuration> |
| 19 | </plugin> |
| 20 | <plugin> |
| 21 | <groupId>org.codehaus.mojo</groupId> |
| 22 | <artifactId>versions-maven-plugin</artifactId> |
| 23 | <version>1.2</version> |
| 24 | </plugin> |
| 25 | </plugins> |
| 26 | </build> |
| 27 | |
| 28 | <scm> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 29 | <connection>scm:svn:https://hyracks.googlecode.com/svn/trunk/fullstack</connection> |
| 30 | <developerConnection>scm:svn:https://hyracks.googlecode.com/svn/trunk/fullstack</developerConnection> |
| 31 | <url>http://code.google.com/p/hyracks/source/browse/#svn/trunk/fullstack</url> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 32 | </scm> |
| 33 | |
vinayakb | 8983d2b | 2012-10-29 11:04:49 +0000 | [diff] [blame] | 34 | <distributionManagement> |
| 35 | <repository> |
| 36 | <id>hyracks-releases</id> |
| 37 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url> |
| 38 | </repository> |
| 39 | <snapshotRepository> |
| 40 | <id>hyracks-snapshots</id> |
| 41 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url> |
| 42 | </snapshotRepository> |
| 43 | </distributionManagement> |
| 44 | |
| 45 | <repositories> |
| 46 | <repository> |
| 47 | <id>hyracks-public</id> |
| 48 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 49 | </repository> |
| 50 | <repository> |
| 51 | <id>jboss-public</id> |
| 52 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 53 | </repository> |
| 54 | </repositories> |
| 55 | |
| 56 | <pluginRepositories> |
| 57 | <pluginRepository> |
| 58 | <id>hyracks-public</id> |
| 59 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 60 | <releases> |
| 61 | <updatePolicy>always</updatePolicy> |
| 62 | </releases> |
| 63 | </pluginRepository> |
| 64 | </pluginRepositories> |
| 65 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 66 | <modules> |
| 67 | <module>hyracks</module> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 68 | <module>algebricks</module> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 69 | <module>pregelix</module> |
buyingyi | c73348c | 2012-11-02 00:31:31 +0000 | [diff] [blame] | 70 | <module>hivesterix</module> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 71 | </modules> |
| 72 | </project> |