vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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.asterix</groupId> |
| 5 | <artifactId>asterix</artifactId> |
| 6 | <version>0.0.4-SNAPSHOT</version> |
| 7 | <packaging>pom</packaging> |
| 8 | |
| 9 | <build> |
| 10 | <plugins> |
| 11 | <plugin> |
| 12 | <groupId>org.apache.maven.plugins</groupId> |
| 13 | <artifactId>maven-release-plugin</artifactId> |
| 14 | <version>2.1</version> |
| 15 | <configuration> |
| 16 | <tagBase>https://grape.ics.uci.edu/svn/asterix/tags/asterix</tagBase> |
| 17 | <goals>package source:jar javadoc:jar deploy:deploy</goals> |
| 18 | </configuration> |
| 19 | </plugin> |
| 20 | </plugins> |
| 21 | </build> |
| 22 | |
| 23 | <scm> |
| 24 | <connection>scm:svn:https://grape.ics.uci.edu/svn/asterix/trunk/asterix</connection> |
| 25 | <developerConnection>scm:svn:https://grape.ics.uci.edu/svn/asterix/trunk/asterix</developerConnection> |
| 26 | <url>https://grape.ics.uci.edu/wiki/asterix/browser/trunk/asterix</url> |
| 27 | </scm> |
| 28 | |
| 29 | <distributionManagement> |
| 30 | <repository> |
| 31 | <id>asterix-releases</id> |
| 32 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-releases/</url> |
| 33 | </repository> |
| 34 | <snapshotRepository> |
| 35 | <id>asterix-snapshots</id> |
| 36 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/asterix-snapshots/</url> |
| 37 | </snapshotRepository> |
| 38 | </distributionManagement> |
| 39 | |
| 40 | <profiles> |
| 41 | <profile> |
| 42 | <id>32bitvm</id> |
| 43 | <activation> |
| 44 | <property> |
| 45 | <name>sun.arch.data.model</name> |
| 46 | <value>32</value> |
| 47 | </property> |
| 48 | </activation> |
| 49 | <properties> |
| 50 | <test.heap.size>2047</test.heap.size> |
| 51 | </properties> |
| 52 | </profile> |
| 53 | |
| 54 | <profile> |
| 55 | <id>64bitvm</id> |
| 56 | <activation> |
| 57 | <property> |
| 58 | <name>sun.arch.data.model</name> |
| 59 | <value>64</value> |
| 60 | </property> |
| 61 | </activation> |
| 62 | <properties> |
| 63 | <test.heap.size>3072</test.heap.size> |
| 64 | </properties> |
| 65 | </profile> |
| 66 | </profiles> |
| 67 | |
| 68 | <modules> |
| 69 | <module>asterix-common</module> |
| 70 | <module>asterix-algebra</module> |
| 71 | <module>asterix-app</module> |
| 72 | <module>asterix-tools</module> |
| 73 | <module>asterix-transactions</module> |
| 74 | <module>asterix-runtime</module> |
| 75 | <module>asterix-om</module> |
| 76 | <module>asterix-aql</module> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 77 | <module>asterix-external-data</module> |
| 78 | <module>asterix-metadata</module> |
| 79 | <module>asterix-dist</module> |
vinayakb | 93b7668 | 2012-10-06 03:38:51 +0000 | [diff] [blame] | 80 | <module>asterix-test-framework</module> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 81 | </modules> |
| 82 | |
| 83 | <repositories> |
| 84 | <repository> |
| 85 | <releases> |
| 86 | <enabled>true</enabled> |
| 87 | <updatePolicy>always</updatePolicy> |
| 88 | <checksumPolicy>warn</checksumPolicy> |
| 89 | </releases> |
| 90 | <snapshots> |
| 91 | <enabled>true</enabled> |
| 92 | <updatePolicy>always</updatePolicy> |
| 93 | <checksumPolicy>fail</checksumPolicy> |
| 94 | </snapshots> |
| 95 | <id>asterix-public</id> |
| 96 | <url>http://obelix.ics.uci.edu/nexus/content/groups/asterix-public/</url> |
| 97 | </repository> |
| 98 | <repository> |
| 99 | <releases> |
| 100 | <enabled>true</enabled> |
| 101 | <updatePolicy>always</updatePolicy> |
| 102 | <checksumPolicy>warn</checksumPolicy> |
| 103 | </releases> |
| 104 | <snapshots> |
| 105 | <enabled>true</enabled> |
| 106 | <updatePolicy>always</updatePolicy> |
| 107 | <checksumPolicy>fail</checksumPolicy> |
| 108 | </snapshots> |
| 109 | <id>third-party</id> |
| 110 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party/</url> |
| 111 | </repository> |
| 112 | <repository> |
| 113 | <releases> |
| 114 | <enabled>true</enabled> |
| 115 | <updatePolicy>always</updatePolicy> |
| 116 | <checksumPolicy>warn</checksumPolicy> |
| 117 | </releases> |
| 118 | <id>algebricks-releases</id> |
| 119 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-releases/</url> |
| 120 | </repository> |
| 121 | <repository> |
| 122 | <snapshots> |
| 123 | <enabled>true</enabled> |
| 124 | <updatePolicy>always</updatePolicy> |
| 125 | <checksumPolicy>fail</checksumPolicy> |
| 126 | </snapshots> |
| 127 | <id>algebricks-snapshots</id> |
| 128 | <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-snapshots/</url> |
| 129 | </repository> |
| 130 | </repositories> |
khfaraaz82@gmail.com | d02d00f | 2012-09-26 02:08:33 +0000 | [diff] [blame] | 131 | <dependencies> |
| 132 | <dependency> |
| 133 | <groupId>net.sourceforge.cobertura</groupId> |
| 134 | <artifactId>cobertura</artifactId> |
| 135 | <version>1.9.4</version> |
| 136 | <optional>true</optional> |
| 137 | </dependency> |
| 138 | </dependencies> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 139 | </project> |