blob: 0df0bb97e757d0afe96cddafbe026bc74214c076 [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>
Ian Maxon46fee832014-07-11 22:51:56 -070020 <version>0.2.13-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 />
Chris Hilleryc9d8f922014-03-06 01:44:19 -080026
27 <!-- Definition of tests in various categories which may be excluded -->
Yingyi Bu0622e8e2014-05-27 17:46:41 -070028 <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
Chris Hillery1990ac32014-03-07 00:02:58 -080029 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
Chris Hilleryc48cc422014-03-21 22:47:23 -070030 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
31 <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}</global.test.excludes>
Chris Hillery4fc647c2014-02-13 14:49:58 -080032 </properties>
Chris Hilleryb531ce32014-02-20 16:39:25 -080033 <dependencyManagement>
34 <dependencies>
35 <dependency>
36 <groupId>junit</groupId>
37 <artifactId>junit</artifactId>
38 <version>4.8.1</version>
39 </dependency>
40 </dependencies>
41 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -080042
vinayakbe5add8a2012-10-06 19:00:14 +000043 <build>
44 <plugins>
45 <plugin>
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-release-plugin</artifactId>
vinayakba334a5c2012-10-29 13:41:20 +000048 <version>2.1</version>
vinayakbe5add8a2012-10-06 19:00:14 +000049 <configuration>
50 <goals>package source:jar javadoc:jar deploy:deploy</goals>
51 </configuration>
52 </plugin>
53 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -080054 <groupId>org.codehaus.mojo</groupId>
55 <artifactId>versions-maven-plugin</artifactId>
56 <version>1.2</version>
57 </plugin>
58 <plugin>
Chris Hilleryc9d8f922014-03-06 01:44:19 -080059 <groupId>org.apache.maven.plugins</groupId>
60 <artifactId>maven-surefire-plugin</artifactId>
61 <version>2.16</version>
62 <configuration>
63 <failIfNoTests>false</failIfNoTests>
64 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -080065 <reuseForks>false</reuseForks>
Chris Hillery069f9502014-03-06 01:49:40 -080066 <argLine>-enableassertions -Xmx2048m
Chris Hilleryc9d8f922014-03-06 01:44:19 -080067 -Dfile.encoding=UTF-8
68 -Djava.util.logging.config.file=${user.home}/logging.properties
69 -Xdebug
70 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
71 <includes>
Chris Hilleryc48cc422014-03-21 22:47:23 -070072 <include>${global.test.includes},${test.includes}</include>
Chris Hilleryc9d8f922014-03-06 01:44:19 -080073 </includes>
74 <excludes>
Chris Hilleryc48cc422014-03-21 22:47:23 -070075 <exclude>${global.test.excludes},${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -080076 </excludes>
77 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +000078 </plugin>
79 </plugins>
80 </build>
81
82 <scm>
Vinayak Borkar721f3f12013-04-25 14:25:03 -070083 <connection>scm:git:https://code.google.com/p/hyracks/</connection>
Ian Maxon7c48a952014-07-11 20:00:13 -070084 <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection>
Vinayak Borkar509af892013-04-25 09:59:16 -070085 <url>https://code.google.com/p/hyracks/source/browse/</url>
vinayakbe5add8a2012-10-06 19:00:14 +000086 </scm>
87
vinayakb8983d2b2012-10-29 11:04:49 +000088 <distributionManagement>
89 <repository>
90 <id>hyracks-releases</id>
91 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
92 </repository>
93 <snapshotRepository>
94 <id>hyracks-snapshots</id>
95 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
96 </snapshotRepository>
97 </distributionManagement>
98
Chris Hilleryc9d8f922014-03-06 01:44:19 -080099 <profiles>
100 <profile>
101 <id>hanging-pregelix-tests</id>
102 <properties>
103 <hanging.pregelix.tests />
104 </properties>
105 </profile>
106 </profiles>
107
vinayakb8983d2b2012-10-29 11:04:49 +0000108 <repositories>
109 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -0800110 <id>maven-central</id>
111 <url>http://repo1.maven.org/maven2/</url>
112 </repository>
113 <repository>
vinayakb8983d2b2012-10-29 11:04:49 +0000114 <id>hyracks-public</id>
115 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
116 </repository>
117 <repository>
118 <id>jboss-public</id>
119 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
120 </repository>
121 </repositories>
122
123 <pluginRepositories>
124 <pluginRepository>
125 <id>hyracks-public</id>
126 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
127 <releases>
128 <updatePolicy>always</updatePolicy>
129 </releases>
130 </pluginRepository>
131 </pluginRepositories>
132
vinayakbe5add8a2012-10-06 19:00:14 +0000133 <modules>
134 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000135 <module>algebricks</module>
buyingyi7f356c12012-10-07 00:23:17 +0000136 <module>pregelix</module>
buyingyi55df5212013-03-24 07:20:08 +0000137 <module>hivesterix</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000138 </modules>
139</project>