blob: 368ba2a22afc759ac1379d0f0a775c9a80c16f2c [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
vinayakbe5add8a2012-10-06 19:00:14 +000019
Ian Maxond8857792015-09-11 14:19:53 -070020
JavierJia26c3b532015-10-23 13:49:32 -070021<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23 <modelVersion>4.0.0</modelVersion>
24 <groupId>org.apache.hyracks</groupId>
25 <artifactId>fullstack</artifactId>
26 <version>0.2.17-SNAPSHOT</version>
27 <packaging>pom</packaging>
28 <name>hyracks-ecosystem-full-stack</name>
Ian Maxonc4821272015-08-21 16:08:01 -070029
JavierJia26c3b532015-10-23 13:49:32 -070030 <parent>
31 <groupId>org.apache</groupId>
32 <artifactId>apache</artifactId>
33 <version>LATEST</version>
34 </parent>
Ian Maxonc4821272015-08-21 16:08:01 -070035
JavierJia26c3b532015-10-23 13:49:32 -070036 <licenses>
37 <license>
38 <name>Apache License, Version 2.0</name>
39 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
40 <distribution>repo</distribution>
41 <comments>A business-friendly OSS license</comments>
42 </license>
43 </licenses>
vinayakbe5add8a2012-10-06 19:00:14 +000044
JavierJia26c3b532015-10-23 13:49:32 -070045 <properties>
46 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47 <jvm.extraargs/>
48 <!-- Definition of tests in various categories which may be excluded -->
49 <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
50 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
51 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
52 <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}
53 </global.test.excludes>
54 <!-- Versions under dependencymanagement or used in many projects via properties -->
55 <hadoop.version>2.2.0</hadoop.version>
56 <junit.version>4.8.1</junit.version>
57 <commons.io.version>2.4</commons.io.version>
58 </properties>
59 <dependencyManagement>
60 <dependencies>
61 <dependency>
62 <groupId>junit</groupId>
63 <artifactId>junit</artifactId>
64 <version>${junit.version}</version>
65 </dependency>
66 <dependency>
67 <groupId>org.apache.hadoop</groupId>
68 <artifactId>hadoop-yarn-client</artifactId>
69 <version>${hadoop.version}</version>
70 </dependency>
71 <dependency>
72 <groupId>org.apache.hadoop</groupId>
73 <artifactId>hadoop-client</artifactId>
74 <version>${hadoop.version}</version>
75 </dependency>
76 <dependency>
77 <groupId>org.apache.hadoop</groupId>
78 <artifactId>hadoop-common</artifactId>
79 <version>${hadoop.version}</version>
80 </dependency>
81 <dependency>
82 <groupId>org.apache.hadoop</groupId>
83 <artifactId>hadoop-hdfs</artifactId>
84 <version>${hadoop.version}</version>
85 </dependency>
86 <dependency>
87 <groupId>org.apache.hadoop</groupId>
88 <artifactId>hadoop-minicluster</artifactId>
89 <version>${hadoop.version}</version>
90 </dependency>
91 <dependency>
92 <groupId>org.apache.hadoop</groupId>
93 <artifactId>hadoop-mapreduce-client-core</artifactId>
94 <version>${hadoop.version}</version>
95 </dependency>
96 <dependency>
97 <groupId>commons-io</groupId>
98 <artifactId>commons-io</artifactId>
99 <version>${commons.io.version}</version>
100 </dependency>
101 </dependencies>
102 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800103
vinayakbe5add8a2012-10-06 19:00:14 +0000104 <build>
105 <plugins>
106 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800107 <groupId>org.codehaus.mojo</groupId>
108 <artifactId>versions-maven-plugin</artifactId>
109 <version>1.2</version>
110 </plugin>
111 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700112 <groupId>org.apache.rat</groupId>
113 <artifactId>apache-rat-plugin</artifactId>
114 <version>0.11</version>
115 <executions>
116 <execution>
117 <phase>verify</phase>
118 <goals>
119 <goal>check</goal>
120 </goals>
121 </execution>
122 </executions>
123 <configuration>
124 <licenses>
125 <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
126 <licenseFamilyCategory>MIT</licenseFamilyCategory>
127 <licenseFamilyName>The MIT License</licenseFamilyName>
128 <notes>For JQuery MIT/GPL2 Dual License</notes>
129 <patterns>
130 <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
131 <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern>
132 <pattern>http://jquery.org/license</pattern>
133 <pattern>Dual licensed under the MIT</pattern>
134 <pattern>Released under the MIT license by IOLA, December 2007.</pattern>
135 </patterns>
136 </license>
137 </licenses>
138 <licenseFamilies>
139 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
140 <familyName>The MIT License</familyName>
141 </licenseFamily>
142 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
143 <familyName>Apache License Version 2.0</familyName>
144 </licenseFamily>
145 </licenseFamilies>
146 <excludes>
Ian Maxonec572922015-09-08 14:48:37 -0700147 <exclude>**/algebricks-tests/src/test/resources/results/**</exclude>
148 <exclude>**/javascript/flot/*.js</exclude>
149 <exclude>**/javascript/jsplumb/*.js</exclude>
150 <exclude>**/javascript/jquery/*.js</exclude>
151 <exclude>**/javascript/adminconsole/*.js</exclude>
152 <exclude>**/stylesheet/jquery-ui/**</exclude>
153 <exclude>**/hyracks-dist/src/main/resources/conf/**</exclude>
154 <exclude>**/src/test/resources/data/**</exclude>
155 <exclude>**/src/test/resources/results/**</exclude>
156 <exclude>**/src/test/resources/expected/**</exclude>
157 <exclude>**/testcases/*.piglet</exclude>
158 <exclude>**/data/**/*.txt</exclude>
159 <exclude>**/data/**/*.tbl</exclude>
160 <exclude>**/data/**/*.ddl</exclude>
161 <exclude>**/data/**/*.tsv</exclude>
162 <exclude>**/actual/conf.xml</exclude>
163 <exclude>**/actual/customer_result/part-*</exclude>
164 <exclude>**/src/main/resources/conf/*</exclude>
165 <exclude>**/data/dfs/**</exclude>
166 <exclude>**/invIndex*/**</exclude>
167 <exclude>**/*.job</exclude>
168 <exclude>**/*.conf</exclude>
169 <exclude>**/src/main/resources/*.cleaned</exclude>
170 <exclude>**/ClusterControllerService/**</exclude>
JavierJia26c3b532015-10-23 13:49:32 -0700171 <exclude>**/target/**</exclude>
Ian Maxonec572922015-09-08 14:48:37 -0700172 <exclude>**/output/**</exclude>
173 <exclude>**/*.iml</exclude>
174 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700175 </configuration>
176 </plugin>
177 <plugin>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800178 <groupId>org.apache.maven.plugins</groupId>
179 <artifactId>maven-surefire-plugin</artifactId>
180 <version>2.16</version>
181 <configuration>
182 <failIfNoTests>false</failIfNoTests>
183 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800184 <reuseForks>false</reuseForks>
Chris Hillery069f9502014-03-06 01:49:40 -0800185 <argLine>-enableassertions -Xmx2048m
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800186 -Dfile.encoding=UTF-8
187 -Djava.util.logging.config.file=${user.home}/logging.properties
188 -Xdebug
189 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
190 <includes>
Chris Hilleryc48cc422014-03-21 22:47:23 -0700191 <include>${global.test.includes},${test.includes}</include>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800192 </includes>
193 <excludes>
Chris Hilleryc48cc422014-03-21 22:47:23 -0700194 <exclude>${global.test.excludes},${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800195 </excludes>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700196 </configuration>
197 </plugin>
198 <plugin>
199 <groupId>org.apache.maven.plugins</groupId>
200 <artifactId>maven-assembly-plugin</artifactId>
201 <!-- We override the configuration plugin to override the descriptor to use for building
202 the source release zip. Specifically, we would like to control the inclusions/exclusions.
203 For example, we exclude the KEYS file from the zip -->
204 <executions>
205 <execution>
206 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
207 the apache parent POM under the apache-release profile -->
208 <id>source-release-assembly</id>
209 <phase>package</phase>
210 <goals>
211 <goal>single</goal>
212 </goals>
213 <!-- combine.self should be override to replace the configuration in the parent POM -->
214 <configuration combine.self="override">
215 <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
216 <descriptors>
217 <descriptor>src/main/assembly/source.xml</descriptor>
218 </descriptors>
219 </configuration>
220 </execution>
221 </executions>
222 </plugin>
223 <plugin>
224 <groupId>org.apache.maven.plugins</groupId>
225 <artifactId>maven-compiler-plugin</artifactId>
226 <version>3.1</version>
227 <configuration>
228 <source>${jdk.version}</source>
229 <target>${jdk.version}</target>
230 <compilerArgument>-Xlint:all</compilerArgument>
231 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000232 </plugin>
233 </plugins>
234 </build>
235
236 <scm>
Ian Maxonc4821272015-08-21 16:08:01 -0700237 <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection>
Ian Maxon7c48a952014-07-11 20:00:13 -0700238 <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection>
Ian Maxonc4821272015-08-21 16:08:01 -0700239 <url>https://github.com/apache/incubator-asterixdb-hyracks</url>
Ian Maxond4daeb42015-09-15 14:31:32 -0700240 <tag>HEAD</tag>
vinayakbe5add8a2012-10-06 19:00:14 +0000241 </scm>
242
vinayakb8983d2b2012-10-29 11:04:49 +0000243
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800244 <profiles>
245 <profile>
246 <id>hanging-pregelix-tests</id>
247 <properties>
248 <hanging.pregelix.tests />
249 </properties>
250 </profile>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700251 <profile>
252 <id>asterix-release</id>
253 <build>
254 <plugins>
255 <plugin>
256 <groupId>org.apache.maven.plugins</groupId>
257 <artifactId>maven-assembly-plugin</artifactId>
258 <!-- We override the configuration plugin to override the descriptor to use for building
259 the source release zip. Specifically, we would like to control the inclusions/exclusions.
260 For example, we exclude the KEYS file from the zip -->
261 <executions>
262 <execution>
263 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
264 the apache parent POM under the apache-release profile -->
265 <id>source-release-assembly</id>
266 <phase>package</phase>
267 <goals>
268 <goal>single</goal>
269 </goals>
270 <!-- combine.self should be override to replace the configuration in the parent POM -->
271 <configuration combine.self="override">
272 <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
273 <descriptors>
274 <descriptor>src/main/assembly/source.xml</descriptor>
275 </descriptors>
276 </configuration>
277 </execution>
278 </executions>
279 </plugin>
280 </plugins>
281 </build>
282 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700283 <profile>
284 <id>java6</id>
285 <activation>
286 <jdk>1.6</jdk>
287 </activation>
288 <properties>
289 <jdk.version>1.6</jdk.version>
290 </properties>
291 </profile>
292 <profile>
293 <id>java7</id>
294 <activation>
295 <jdk>1.7</jdk>
296 </activation>
297 <properties>
298 <jdk.version>1.7</jdk.version>
299 </properties>
300 </profile>
301 <profile>
302 <id>java8</id>
303 <activation>
304 <jdk>1.8</jdk>
305 </activation>
306 <properties>
307 <jdk.version>1.8</jdk.version>
308 </properties>
309 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800310 </profiles>
311
vinayakb8983d2b2012-10-29 11:04:49 +0000312 <repositories>
313 <repository>
Vinayak Borkar29502a02013-12-11 11:18:27 -0800314 <id>maven-central</id>
315 <url>http://repo1.maven.org/maven2/</url>
316 </repository>
317 <repository>
vinayakb8983d2b2012-10-29 11:04:49 +0000318 <id>hyracks-public</id>
319 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
320 </repository>
321 <repository>
322 <id>jboss-public</id>
323 <url>https://repository.jboss.org/nexus/content/groups/public/</url>
324 </repository>
325 </repositories>
326
327 <pluginRepositories>
328 <pluginRepository>
329 <id>hyracks-public</id>
330 <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url>
331 <releases>
332 <updatePolicy>always</updatePolicy>
333 </releases>
334 </pluginRepository>
335 </pluginRepositories>
336
vinayakbe5add8a2012-10-06 19:00:14 +0000337 <modules>
338 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000339 <module>algebricks</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000340 </modules>
341</project>