blob: 92246987f655202749e8a4c48d4d00c190cecbdb [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
vinayakbe5add8a2012-10-06 19:00:14 +000015
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>fullstack</artifactId>
Vinayak Borkarb779e712013-12-11 12:09:09 -080020 <version>0.2.11-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000021 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000022 <name>hyracks-ecosystem-full-stack</name>
vinayakbe5add8a2012-10-06 19:00:14 +000023
Chris Hillery4fc647c2014-02-13 14:49:58 -080024 <properties>
25 <jvm.extraargs />
26 <exclude.tests>edu.uci.ics.hyracks.test.infrastructure.SlowTest</exclude.tests>
27 </properties>
28
29 <profiles>
30 <profile>
31 <id>slow</id>
32 <properties>
33 <exclude.tests>java.lang.String</exclude.tests>
34 </properties>
35 </profile>
36 </profiles>
37
Chris Hilleryb531ce32014-02-20 16:39:25 -080038 <dependencyManagement>
39 <dependencies>
40 <dependency>
41 <groupId>junit</groupId>
42 <artifactId>junit</artifactId>
43 <version>4.8.1</version>
44 </dependency>
45 </dependencies>
46 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -080047
vinayakbe5add8a2012-10-06 19:00:14 +000048 <build>
49 <plugins>
50 <plugin>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-release-plugin</artifactId>
vinayakba334a5c2012-10-29 13:41:20 +000053 <version>2.1</version>
vinayakbe5add8a2012-10-06 19:00:14 +000054 <configuration>
55 <goals>package source:jar javadoc:jar deploy:deploy</goals>
56 </configuration>
57 </plugin>
58 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -080059 <groupId>org.codehaus.mojo</groupId>
60 <artifactId>versions-maven-plugin</artifactId>
61 <version>1.2</version>
62 </plugin>
63 <plugin>
64 <groupId>org.apache.maven.plugins</groupId>
65 <artifactId>maven-surefire-plugin</artifactId>
66 <version>2.16</version>
67 <dependencies>
68 <dependency>
69 <groupId>org.apache.maven.surefire</groupId>
70 <artifactId>surefire-junit47</artifactId>
71 <version>2.16</version>
72 </dependency>
73 </dependencies>
74 <configuration>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -080075 <forkCount>1</forkCount>
76 <reuseForks>false</reuseForks>
Chris Hilleryac331d02014-02-21 00:30:11 -080077 <argLine>-enableassertions -Djava.util.logging.config.file=${user.home}/logging.properties -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -Xmx2048m</argLine>
Chris Hillery4fc647c2014-02-13 14:49:58 -080078 <failIfNoTests>false</failIfNoTests>
79 <includes>
80 <include>**/*Test.java</include>
81 <include>**/*TestSuite.java</include>
82 </includes>
83 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +000084 </plugin>
85 </plugins>
86 </build>
87
88 <scm>
Vinayak Borkar721f3f12013-04-25 14:25:03 -070089 <connection>scm:git:https://code.google.com/p/hyracks/</connection>
90 <developerConnection>scm:git:https://code.google.com/p/hyracks/</developerConnection>
Vinayak Borkar509af892013-04-25 09:59:16 -070091 <url>https://code.google.com/p/hyracks/source/browse/</url>
vinayakbe5add8a2012-10-06 19:00:14 +000092 </scm>
93
vinayakb8983d2b2012-10-29 11:04:49 +000094 <distributionManagement>
95 <repository>
96 <id>hyracks-releases</id>
97 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
98 </repository>
99 <snapshotRepository>
100 <id>hyracks-snapshots</id>
101 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
102 </snapshotRepository>
103 </distributionManagement>
104
105 <repositories>
106 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -0800107 <id>maven-central</id>
108 <url>http://repo1.maven.org/maven2/</url>
109 </repository>
110 <repository>
vinayakb8983d2b2012-10-29 11:04:49 +0000111 <id>hyracks-public</id>
112 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
113 </repository>
114 <repository>
115 <id>jboss-public</id>
116 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
117 </repository>
118 </repositories>
119
120 <pluginRepositories>
121 <pluginRepository>
122 <id>hyracks-public</id>
123 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
124 <releases>
125 <updatePolicy>always</updatePolicy>
126 </releases>
127 </pluginRepository>
128 </pluginRepositories>
129
vinayakbe5add8a2012-10-06 19:00:14 +0000130 <modules>
131 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000132 <module>algebricks</module>
buyingyi7f356c12012-10-07 00:23:17 +0000133 <module>pregelix</module>
buyingyi55df5212013-03-24 07:20:08 +0000134 <module>hivesterix</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000135 </modules>
136</project>