blob: cf0d86cd60a37ac2cfcc1c2c9a15521667bc50a8 [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 />
Chris Hilleryc9d8f922014-03-06 01:44:19 -080026
27 <!-- Definition of tests in various categories which may be excluded -->
Chris Hilleryfa6dab82014-03-06 17:13:48 -080028 <hanging.pregelix.tests>**/FailureRecoveryInnerJoinTest.java,**/RunJobTestSuite.java,**/FailureVertexTest.java,**/UpdateVertexTest.java</hanging.pregelix.tests>
Chris Hilleryc9d8f922014-03-06 01:44:19 -080029 <test.includes>**/*TestSuite.java,**/*Test.java</test.includes>
Chris Hilleryc6e9fae2014-03-06 02:38:37 -080030 <test.excludes>**/Abstract*.java,${hanging.pregelix.tests}</test.excludes>
Chris Hillery4fc647c2014-02-13 14:49:58 -080031 </properties>
Chris Hilleryb531ce32014-02-20 16:39:25 -080032 <dependencyManagement>
33 <dependencies>
34 <dependency>
35 <groupId>junit</groupId>
36 <artifactId>junit</artifactId>
37 <version>4.8.1</version>
38 </dependency>
39 </dependencies>
40 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -080041
vinayakbe5add8a2012-10-06 19:00:14 +000042 <build>
43 <plugins>
44 <plugin>
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-release-plugin</artifactId>
vinayakba334a5c2012-10-29 13:41:20 +000047 <version>2.1</version>
vinayakbe5add8a2012-10-06 19:00:14 +000048 <configuration>
49 <goals>package source:jar javadoc:jar deploy:deploy</goals>
50 </configuration>
51 </plugin>
52 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -080053 <groupId>org.codehaus.mojo</groupId>
54 <artifactId>versions-maven-plugin</artifactId>
55 <version>1.2</version>
56 </plugin>
57 <plugin>
Chris Hilleryc9d8f922014-03-06 01:44:19 -080058 <groupId>org.apache.maven.plugins</groupId>
59 <artifactId>maven-surefire-plugin</artifactId>
60 <version>2.16</version>
61 <configuration>
62 <failIfNoTests>false</failIfNoTests>
63 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -080064 <reuseForks>false</reuseForks>
Chris Hillery069f9502014-03-06 01:49:40 -080065 <argLine>-enableassertions -Xmx2048m
Chris Hilleryc9d8f922014-03-06 01:44:19 -080066 -Dfile.encoding=UTF-8
67 -Djava.util.logging.config.file=${user.home}/logging.properties
68 -Xdebug
69 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
70 <includes>
71 <include>${test.includes}</include>
72 </includes>
73 <excludes>
74 <exclude>${test.excludes}</exclude>
75 </excludes>
76 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +000077 </plugin>
78 </plugins>
79 </build>
80
81 <scm>
Vinayak Borkar721f3f12013-04-25 14:25:03 -070082 <connection>scm:git:https://code.google.com/p/hyracks/</connection>
83 <developerConnection>scm:git:https://code.google.com/p/hyracks/</developerConnection>
Vinayak Borkar509af892013-04-25 09:59:16 -070084 <url>https://code.google.com/p/hyracks/source/browse/</url>
vinayakbe5add8a2012-10-06 19:00:14 +000085 </scm>
86
vinayakb8983d2b2012-10-29 11:04:49 +000087 <distributionManagement>
88 <repository>
89 <id>hyracks-releases</id>
90 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
91 </repository>
92 <snapshotRepository>
93 <id>hyracks-snapshots</id>
94 <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
95 </snapshotRepository>
96 </distributionManagement>
97
Chris Hilleryc9d8f922014-03-06 01:44:19 -080098 <profiles>
99 <profile>
100 <id>hanging-pregelix-tests</id>
101 <properties>
102 <hanging.pregelix.tests />
103 </properties>
104 </profile>
105 </profiles>
106
vinayakb8983d2b2012-10-29 11:04:49 +0000107 <repositories>
108 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -0800109 <id>maven-central</id>
110 <url>http://repo1.maven.org/maven2/</url>
111 </repository>
112 <repository>
vinayakb8983d2b2012-10-29 11:04:49 +0000113 <id>hyracks-public</id>
114 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
115 </repository>
116 <repository>
117 <id>jboss-public</id>
118 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
119 </repository>
120 </repositories>
121
122 <pluginRepositories>
123 <pluginRepository>
124 <id>hyracks-public</id>
125 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
126 <releases>
127 <updatePolicy>always</updatePolicy>
128 </releases>
129 </pluginRepository>
130 </pluginRepositories>
131
vinayakbe5add8a2012-10-06 19:00:14 +0000132 <modules>
133 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000134 <module>algebricks</module>
buyingyi7f356c12012-10-07 00:23:17 +0000135 <module>pregelix</module>
buyingyi55df5212013-03-24 07:20:08 +0000136 <module>hivesterix</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000137 </modules>
138</project>