blob: 91d44c4a562c8725a7925758776fc701c352e86a [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>
Ian Maxone915e8c2015-07-01 17:03:31 -070018 <groupId>org.apache.hyracks</groupId>
vinayakbe5add8a2012-10-06 19:00:14 +000019 <artifactId>fullstack</artifactId>
Ian Maxon97acfe52015-02-17 20:47:20 -080020 <version>0.2.16-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>
Ian Maxonc4821272015-08-21 16:08:01 -070023
24 <parent>
25 <groupId>org.apache</groupId>
26 <artifactId>apache</artifactId>
27 <version>LATEST</version>
28 </parent>
29
Iane82f8112014-11-19 12:31:18 -080030 <licenses>
31 <license>
32 <name>Apache License, Version 2.0</name>
33 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
34 <distribution>repo</distribution>
35 <comments>A business-friendly OSS license</comments>
36 </license>
37 </licenses>
vinayakbe5add8a2012-10-06 19:00:14 +000038
Chris Hillery4fc647c2014-02-13 14:49:58 -080039 <properties>
Ianeee859a2014-09-21 18:26:49 -070040 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Chris Hillery4fc647c2014-02-13 14:49:58 -080041 <jvm.extraargs />
Chris Hilleryc9d8f922014-03-06 01:44:19 -080042 <!-- Definition of tests in various categories which may be excluded -->
Yingyi Bu0622e8e2014-05-27 17:46:41 -070043 <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
Chris Hillery1990ac32014-03-07 00:02:58 -080044 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
Chris Hilleryc48cc422014-03-21 22:47:23 -070045 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
46 <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}</global.test.excludes>
Ianeee859a2014-09-21 18:26:49 -070047 <!-- Versions under dependencymanagement or used in many projects via properties -->
48 <hadoop.version>2.2.0</hadoop.version>
49 <junit.version>4.8.1</junit.version>
50 <commons.io.version>2.4</commons.io.version>
Chris Hillery4fc647c2014-02-13 14:49:58 -080051 </properties>
Chris Hilleryb531ce32014-02-20 16:39:25 -080052 <dependencyManagement>
53 <dependencies>
54 <dependency>
55 <groupId>junit</groupId>
56 <artifactId>junit</artifactId>
Ianeee859a2014-09-21 18:26:49 -070057 <version>${junit.version}</version>
Chris Hilleryb531ce32014-02-20 16:39:25 -080058 </dependency>
Ianeee859a2014-09-21 18:26:49 -070059 <dependency>
60 <groupId>org.apache.hadoop</groupId>
61 <artifactId>hadoop-yarn-client</artifactId>
62 <version>${hadoop.version}</version>
63 </dependency>
64 <dependency>
65 <groupId>org.apache.hadoop</groupId>
66 <artifactId>hadoop-client</artifactId>
67 <version>${hadoop.version}</version>
68 </dependency>
69 <dependency>
70 <groupId>org.apache.hadoop</groupId>
71 <artifactId>hadoop-common</artifactId>
72 <version>${hadoop.version}</version>
73 </dependency>
74 <dependency>
75 <groupId>org.apache.hadoop</groupId>
76 <artifactId>hadoop-hdfs</artifactId>
77 <version>${hadoop.version}</version>
78 </dependency>
79 <dependency>
80 <groupId>org.apache.hadoop</groupId>
81 <artifactId>hadoop-minicluster</artifactId>
82 <version>${hadoop.version}</version>
83 </dependency>
84 <dependency>
85 <groupId>org.apache.hadoop</groupId>
86 <artifactId>hadoop-mapreduce-client-core</artifactId>
87 <version>${hadoop.version}</version>
88 </dependency>
89 <dependency>
90 <groupId>commons-io</groupId>
91 <artifactId>commons-io</artifactId>
92 <version>${commons.io.version}</version>
93 </dependency>
Chris Hilleryb531ce32014-02-20 16:39:25 -080094 </dependencies>
95 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -080096
vinayakbe5add8a2012-10-06 19:00:14 +000097 <build>
98 <plugins>
99 <plugin>
100 <groupId>org.apache.maven.plugins</groupId>
101 <artifactId>maven-release-plugin</artifactId>
vinayakba334a5c2012-10-29 13:41:20 +0000102 <version>2.1</version>
vinayakbe5add8a2012-10-06 19:00:14 +0000103 <configuration>
104 <goals>package source:jar javadoc:jar deploy:deploy</goals>
105 </configuration>
106 </plugin>
107 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800108 <groupId>org.codehaus.mojo</groupId>
109 <artifactId>versions-maven-plugin</artifactId>
110 <version>1.2</version>
111 </plugin>
112 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700113 <groupId>org.apache.rat</groupId>
114 <artifactId>apache-rat-plugin</artifactId>
115 <version>0.11</version>
116 <executions>
117 <execution>
118 <phase>verify</phase>
119 <goals>
120 <goal>check</goal>
121 </goals>
122 </execution>
123 </executions>
124 <configuration>
125 <licenses>
126 <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
127 <licenseFamilyCategory>MIT</licenseFamilyCategory>
128 <licenseFamilyName>The MIT License</licenseFamilyName>
129 <notes>For JQuery MIT/GPL2 Dual License</notes>
130 <patterns>
131 <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
132 <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern>
133 <pattern>http://jquery.org/license</pattern>
134 <pattern>Dual licensed under the MIT</pattern>
135 <pattern>Released under the MIT license by IOLA, December 2007.</pattern>
136 </patterns>
137 </license>
138 </licenses>
139 <licenseFamilies>
140 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
141 <familyName>The MIT License</familyName>
142 </licenseFamily>
143 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
144 <familyName>Apache License Version 2.0</familyName>
145 </licenseFamily>
146 </licenseFamilies>
147 <excludes>
148 <exclude>**/dist.all*</exclude>
149 <exclude>**/data/file**</exclude>
150 <exclude>**/ClusterControllerService/*</exclude>
151 <exclude>**/*.txt</exclude>
152 <exclude>**/*.tbl</exclude>
153 <exclude>**/*.tsv</exclude>
154 <exclude>**/*.ddl</exclude>
155 <exclude>**/*.out</exclude>
156 <exclude>**/*.piglet</exclude>
157 <exclude>**/*.js</exclude>
158 <exclude>**/device_id_0/*</exclude>
159 <exclude>**/part-*</exclude>
160 <exclude>**/conf/local_cluster.conf</exclude>
161 <exclude>**/wordcount/wordcount.job</exclude>
162 <exclude>**/ClusterControllerService/**</exclude>
163 <exclude>**/*.log*</exclude>
164 <exclude>**/*.xml*</exclude>
165 <exclude>**/seen_txid</exclude>
166 <exclude>**/fsimage*</exclude>
167 <exclude>**/current/VERSION</exclude>
168 <exclude>**/blk_*</exclude>
169 <exclude>**/resources/conf/*</exclude>
Ian Maxone915e8c2015-07-01 17:03:31 -0700170 <exclude>**/target/*</exclude>
171 <exclude>**/*.iml</exclude>
172 <exclude>.*/*</exclude>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700173 </excludes>
174 </configuration>
175 </plugin>
176 <plugin>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800177 <groupId>org.apache.maven.plugins</groupId>
178 <artifactId>maven-surefire-plugin</artifactId>
179 <version>2.16</version>
180 <configuration>
181 <failIfNoTests>false</failIfNoTests>
182 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800183 <reuseForks>false</reuseForks>
Chris Hillery069f9502014-03-06 01:49:40 -0800184 <argLine>-enableassertions -Xmx2048m
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800185 -Dfile.encoding=UTF-8
186 -Djava.util.logging.config.file=${user.home}/logging.properties
187 -Xdebug
188 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
189 <includes>
Chris Hilleryc48cc422014-03-21 22:47:23 -0700190 <include>${global.test.includes},${test.includes}</include>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800191 </includes>
192 <excludes>
Chris Hilleryc48cc422014-03-21 22:47:23 -0700193 <exclude>${global.test.excludes},${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800194 </excludes>
195 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000196 </plugin>
197 </plugins>
198 </build>
199
200 <scm>
Ian Maxonc4821272015-08-21 16:08:01 -0700201 <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection>
Ian Maxon7c48a952014-07-11 20:00:13 -0700202 <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection>
Ian Maxonc4821272015-08-21 16:08:01 -0700203 <url>https://github.com/apache/incubator-asterixdb-hyracks</url>
vinayakbe5add8a2012-10-06 19:00:14 +0000204 </scm>
205
vinayakb8983d2b2012-10-29 11:04:49 +0000206
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800207 <profiles>
208 <profile>
209 <id>hanging-pregelix-tests</id>
210 <properties>
211 <hanging.pregelix.tests />
212 </properties>
213 </profile>
214 </profiles>
215
vinayakb8983d2b2012-10-29 11:04:49 +0000216 <repositories>
217 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -0800218 <id>maven-central</id>
219 <url>http://repo1.maven.org/maven2/</url>
220 </repository>
221 <repository>
vinayakb8983d2b2012-10-29 11:04:49 +0000222 <id>hyracks-public</id>
223 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
224 </repository>
225 <repository>
226 <id>jboss-public</id>
227 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
228 </repository>
229 </repositories>
230
231 <pluginRepositories>
232 <pluginRepository>
233 <id>hyracks-public</id>
234 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
235 <releases>
236 <updatePolicy>always</updatePolicy>
237 </releases>
238 </pluginRepository>
239 </pluginRepositories>
240
vinayakbe5add8a2012-10-06 19:00:14 +0000241 <modules>
242 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000243 <module>algebricks</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000244 </modules>
245</project>