blob: 19dd08d55415d13f25b07b5869c6dc9dec39a5a8 [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 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakbe5add8a2012-10-06 19:00:14 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050023 <artifactId>apache-hyracks</artifactId>
Michael Blow23d990c2019-03-27 22:11:26 -040024 <version>0.3.4.2-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
Ian Maxon3bb92132019-02-12 22:20:25 -080049 <root.dir>${basedir}</root.dir>
Michael Blowb4c1fb02016-05-09 15:41:00 -070050 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040051 <file.encoding>UTF-8</file.encoding>
Michael Blowcedd9612018-07-25 13:25:02 -040052 <source.jdk.version>1.8</source.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050053 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040054 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070055 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050056 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070057 <source-format.skip>false</source-format.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080058 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050059 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040060 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050061 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050062 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070063 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070064 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
65 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050066 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050067 <test.includes>${global.test.includes}</test.includes>
68 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070069 <!-- Versions under dependencymanagement or used in many projects via properties -->
Michael Blow7311b032018-10-04 17:17:35 -040070 <hadoop.version>2.8.5</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070071 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow91a7e802023-01-12 18:51:33 -050072 <log4j.version>2.19.0</log4j.version>
Michael Blow43c9fa02021-10-28 20:11:23 -040073 <snappy.version>1.1.8.4</snappy.version>
Michael Blow91a7e802023-01-12 18:51:33 -050074 <jackson.version>2.14.1</jackson.version>
75 <jackson-databind.version>${jackson.version}</jackson-databind.version>
Michael Blow38ca9622018-02-28 11:44:43 -050076
Michael Blowcbfe8f92018-02-28 14:02:38 -050077 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050078 <implementation.url>https://asterixdb.apache.org/</implementation.url>
79 <implementation.version>${project.version}</implementation.version>
80 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070081 </properties>
82 <dependencyManagement>
83 <dependencies>
84 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080085 <groupId>io.netty</groupId>
Michael Blow43c9fa02021-10-28 20:11:23 -040086 <artifactId>netty-buffer</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -050087 <version>4.1.87.Final</version>
Michael Blow43c9fa02021-10-28 20:11:23 -040088 </dependency>
89 <dependency>
90 <groupId>io.netty</groupId>
91 <artifactId>netty-common</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -050092 <version>4.1.87.Final</version>
Michael Blow43c9fa02021-10-28 20:11:23 -040093 </dependency>
94 <dependency>
95 <groupId>io.netty</groupId>
96 <artifactId>netty-codec-http</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -050097 <version>4.1.87.Final</version>
Michael Blow43c9fa02021-10-28 20:11:23 -040098 </dependency>
99 <dependency>
100 <groupId>io.netty</groupId>
101 <artifactId>netty-transport</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500102 <version>4.1.87.Final</version>
Michael Blow43c9fa02021-10-28 20:11:23 -0400103 </dependency>
104 <dependency>
105 <groupId>io.netty</groupId>
106 <artifactId>netty-codec</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500107 <version>4.1.87.Final</version>
Michael Blow43c9fa02021-10-28 20:11:23 -0400108 </dependency>
109 <dependency>
110 <groupId>io.netty</groupId>
111 <artifactId>netty-handler</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500112 <version>4.1.87.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800113 </dependency>
114 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700115 <groupId>junit</groupId>
116 <artifactId>junit</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500117 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700118 </dependency>
119 <dependency>
120 <groupId>org.apache.hadoop</groupId>
121 <artifactId>hadoop-yarn-client</artifactId>
122 <version>${hadoop.version}</version>
123 </dependency>
124 <dependency>
125 <groupId>org.apache.hadoop</groupId>
126 <artifactId>hadoop-client</artifactId>
127 <version>${hadoop.version}</version>
128 </dependency>
129 <dependency>
130 <groupId>org.apache.hadoop</groupId>
131 <artifactId>hadoop-common</artifactId>
132 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400133 <exclusions>
134 <exclusion>
135 <groupId>javax.servlet.jsp</groupId>
136 <artifactId>jsp-api</artifactId>
137 </exclusion>
138 <exclusion>
139 <groupId>javax.servlet</groupId>
140 <artifactId>servlet-api</artifactId>
141 </exclusion>
142 <exclusion>
143 <groupId>jdk.tools</groupId>
144 <artifactId>jdk.tools</artifactId>
145 </exclusion>
146 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700147 </dependency>
148 <dependency>
149 <groupId>org.apache.hadoop</groupId>
150 <artifactId>hadoop-hdfs</artifactId>
151 <version>${hadoop.version}</version>
152 </dependency>
153 <dependency>
154 <groupId>org.apache.hadoop</groupId>
155 <artifactId>hadoop-minicluster</artifactId>
156 <version>${hadoop.version}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.hadoop</groupId>
160 <artifactId>hadoop-mapreduce-client-core</artifactId>
161 <version>${hadoop.version}</version>
162 </dependency>
163 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400164 <groupId>org.apache.hadoop</groupId>
165 <artifactId>hadoop-hdfs</artifactId>
166 <version>${hadoop.version}</version>
167 <classifier>tests</classifier>
168 <scope>test</scope>
169 </dependency>
170 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500171 <groupId>com.e-movimento.tinytools</groupId>
172 <artifactId>privilegedaccessor</artifactId>
173 <version>1.3</version>
174 </dependency>
175 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700176 <groupId>commons-io</groupId>
177 <artifactId>commons-io</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500178 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500179 </dependency>
180 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400181 <groupId>org.apache.commons</groupId>
182 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400183 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400184 </dependency>
185 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800186 <groupId>com.fasterxml.jackson.core</groupId>
187 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500188 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800189 </dependency>
190 <dependency>
191 <groupId>com.fasterxml.jackson.core</groupId>
192 <artifactId>jackson-core</artifactId>
Michael Blow43c9fa02021-10-28 20:11:23 -0400193 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800194 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500195 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500196 <groupId>com.fasterxml.jackson.core</groupId>
197 <artifactId>jackson-annotations</artifactId>
Michael Blow43c9fa02021-10-28 20:11:23 -0400198 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500199 </dependency>
200 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500201 <groupId>com.google.guava</groupId>
202 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500203 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400204 <exclusions>
205 <exclusion>
206 <groupId>com.google.code.findbugs</groupId>
207 <artifactId>jsr305</artifactId>
208 </exclusion>
209 <exclusion>
210 <groupId>com.google.guava</groupId>
211 <artifactId>listenablefuture</artifactId>
212 </exclusion>
213 <exclusion>
214 <groupId>org.checkerframework</groupId>
215 <artifactId>checker-qual</artifactId>
216 </exclusion>
217 <exclusion>
218 <groupId>com.google.j2objc</groupId>
219 <artifactId>j2objc-annotations</artifactId>
220 </exclusion>
221 <exclusion>
222 <groupId>org.codehaus.mojo</groupId>
223 <artifactId>animal-sniffer-annotations</artifactId>
224 </exclusion>
225 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500226 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500227 <dependency>
228 <groupId>org.apache.commons</groupId>
229 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400230 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500231 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500232 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500233 <groupId>org.apache.commons</groupId>
234 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500235 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500236 </dependency>
237 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800238 <groupId>org.apache.httpcomponents</groupId>
239 <artifactId>httpcore</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500240 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800241 </dependency>
242 <dependency>
243 <groupId>org.apache.httpcomponents</groupId>
244 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500245 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800246 </dependency>
247 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500248 <groupId>org.apache.rat</groupId>
249 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500250 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500251 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500252 <dependency>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700253 <groupId>net.revelc.code.formatter</groupId>
254 <artifactId>formatter-maven-plugin</artifactId>
255 <version>2.0.1</version>
256 </dependency>
257 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500258 <groupId>args4j</groupId>
259 <artifactId>args4j</artifactId>
260 <version>2.33</version>
261 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300262 <dependency>
263 <groupId>org.apache.logging.log4j</groupId>
264 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400265 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300266 </dependency>
267 <dependency>
268 <groupId>org.apache.logging.log4j</groupId>
269 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400270 <version>${log4j.version}</version>
271 </dependency>
272 <dependency>
273 <groupId>org.apache.logging.log4j</groupId>
274 <artifactId>log4j-jul</artifactId>
275 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300276 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800277 <dependency>
278 <groupId>org.mockito</groupId>
279 <artifactId>mockito-all</artifactId>
280 <version>2.0.2-beta</version>
281 </dependency>
Michael Blow7311b032018-10-04 17:17:35 -0400282 <dependency>
283 <groupId>javax.xml.bind</groupId>
284 <artifactId>jaxb-api</artifactId>
285 <version>2.3.0</version>
286 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500287 <dependency>
288 <groupId>org.apache.maven</groupId>
289 <artifactId>maven-project</artifactId>
290 <version>2.2.1</version>
291 </dependency>
Michael Blow9868a032020-03-05 21:16:35 -0500292 <dependency>
293 <groupId>org.apache.maven</groupId>
294 <artifactId>maven-model</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500295 <version>3.8.4</version>
Michael Blow9868a032020-03-05 21:16:35 -0500296 </dependency>
297 <dependency>
298 <groupId>org.apache.maven</groupId>
299 <artifactId>maven-artifact</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500300 <version>3.8.4</version>
Michael Blow9868a032020-03-05 21:16:35 -0500301 </dependency>
302 <dependency>
303 <groupId>org.apache.maven</groupId>
304 <artifactId>maven-compat</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500305 <version>3.8.4</version>
Michael Blow9868a032020-03-05 21:16:35 -0500306 </dependency>
307 <dependency>
308 <groupId>org.apache.maven</groupId>
309 <artifactId>maven-core</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500310 <version>3.8.4</version>
Michael Blow43c9fa02021-10-28 20:11:23 -0400311 </dependency>
Michael Blow9868a032020-03-05 21:16:35 -0500312 <dependency>
313 <groupId>org.apache.maven</groupId>
314 <artifactId>maven-plugin-api</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500315 <version>3.8.4</version>
Michael Blow43c9fa02021-10-28 20:11:23 -0400316 </dependency>
317 <dependency>
318 <groupId>it.unimi.dsi</groupId>
319 <artifactId>fastutil-core</artifactId>
320 <version>8.5.6</version>
321 </dependency>
322 <dependency>
323 <groupId>org.slf4j</groupId>
324 <artifactId>slf4j-simple</artifactId>
Michael Blowdf9422c2022-01-18 21:11:26 -0500325 <version>1.7.33</version>
Michael Blow43c9fa02021-10-28 20:11:23 -0400326 </dependency>
327 <dependency>
328 <groupId>org.apache.logging.log4j</groupId>
329 <artifactId>log4j-1.2-api</artifactId>
330 <version>${log4j.version}</version>
331 </dependency>
332 <dependency>
333 <groupId>org.mockito</groupId>
334 <artifactId>mockito-core</artifactId>
335 <version>3.10.0</version>
336 </dependency>
337 <dependency>
338 <groupId>org.powermock</groupId>
339 <artifactId>powermock-api-mockito2</artifactId>
340 <version>2.0.9</version>
341 </dependency>
342 <dependency>
343 <groupId>org.powermock</groupId>
344 <artifactId>powermock-module-junit4</artifactId>
345 <version>2.0.9</version>
346 </dependency>
347 <dependency>
348 <groupId>org.powermock</groupId>
349 <artifactId>powermock-core</artifactId>
350 <version>2.0.9</version>
351 </dependency>
352 <dependency>
353 <groupId>org.xerial.snappy</groupId>
354 <artifactId>snappy-java</artifactId>
355 <version>${snappy.version}</version>
Michael Blow9868a032020-03-05 21:16:35 -0500356 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700357 </dependencies>
358 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000359 <build>
360 <plugins>
361 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400362 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500363 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500364 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500365 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500366 <exclude>**/DEPENDENCIES</exclude>
367 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500368 <archive>
369 <manifest>
370 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
371 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
372 </manifest>
373 <manifestEntries>
374 <Implementation-Title>${implementation.title}</Implementation-Title>
375 <Implementation-URL>${implementation.url}</Implementation-URL>
376 <Implementation-Version>${implementation.version}</Implementation-Version>
377 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
378 </manifestEntries>
379 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500380 </configuration>
381 </plugin>
382 <plugin>
383 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400384 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400385 <configuration>
386 <failOnWarning>true</failOnWarning>
387 <outputXML>true</outputXML>
388 </configuration>
389 <executions>
390 <execution>
391 <phase>process-test-classes</phase>
392 <goals>
393 <goal>analyze-only</goal>
394 </goals>
395 </execution>
396 </executions>
397 </plugin>
398 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700399 <groupId>org.apache.rat</groupId>
400 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700401 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700402 <execution>
403 <phase>validate</phase>
404 <goals>
405 <goal>check</goal>
406 </goals>
407 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700408 </executions>
409 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500410 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
411 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700412 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800413 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700414 </licenses>
415 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800416 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700417 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500418 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400419 <excludes combine.children="append">
420 <exclude>**/*.iml</exclude>
421 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700422 </configuration>
423 </plugin>
424 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700425 <groupId>org.apache.maven.plugins</groupId>
426 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700427 <configuration>
428 <failIfNoTests>false</failIfNoTests>
429 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800430 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800431 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300432 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700433 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300434 <systemPropertyVariables>
435 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
436 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700437 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500438 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700439 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500440 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500441 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800442 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400443 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700444 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700445 </plugin>
446 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700447 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300448 <artifactId>maven-failsafe-plugin</artifactId>
449 <configuration>
450 <systemPropertyVariables>
451 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
452 </systemPropertyVariables>
453 </configuration>
454 </plugin>
455 <plugin>
456 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700457 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700458 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400459 <source>${source.jdk.version}</source>
460 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500461 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700462 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000463 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700464 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700465 <groupId>org.apache.maven.plugins</groupId>
466 <artifactId>maven-remote-resources-plugin</artifactId>
467 <executions>
468 <execution>
469 <goals>
470 <goal>process</goal>
471 </goals>
472 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500473 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700474 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700475 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500476 <properties>
477 <projectName>Apache Hyracks - ${project.name}</projectName>
478 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700479 </configuration>
480 </execution>
481 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800482 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400483 <plugin>
484 <groupId>org.apache.maven.plugins</groupId>
485 <artifactId>maven-checkstyle-plugin</artifactId>
486 <version>2.17</version>
487 <executions>
488 <execution>
489 <id>verify-style</id>
490 <phase>process-classes</phase>
491 <goals>
492 <goal>check</goal>
493 </goals>
494 </execution>
495 </executions>
496 <configuration>
497 <logViolationsToConsole>true</logViolationsToConsole>
498 <checkstyleRules>
499 <module name="Checker">
500 <!-- Checks for whitespace -->
501 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400502 <module name="FileTabCharacter" />
Michael Blowd1e2a992016-06-14 12:27:46 -0400503 </module>
504 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400505 <includes>**/*.java,**/*.jj</includes>
506 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400507 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
508 </configuration>
509 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400510 <plugin>
511 <groupId>org.apache.maven.plugins</groupId>
512 <artifactId>maven-enforcer-plugin</artifactId>
Michael Blow918c5b12017-10-30 14:51:13 -0400513 <version>3.0.0-M1</version>
Michael Blowf53c1c62016-06-17 16:51:59 -0400514 <executions>
515 <execution>
516 <id>enforce-versions</id>
517 <goals>
518 <goal>enforce</goal>
519 </goals>
520 <configuration>
521 <rules>
522 <requireMavenVersion>
523 <version>[3.3.9,)</version>
524 </requireMavenVersion>
525 </rules>
526 </configuration>
527 </execution>
528 </executions>
529 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500530 <plugin>
531 <groupId>org.apache.maven.plugins</groupId>
532 <artifactId>maven-resources-plugin</artifactId>
533 <executions>
534 <execution>
535 <id>default-testResources</id>
536 <goals>
537 <goal>testResources</goal>
538 </goals>
539 <configuration>
540 <skip>${skip.testResources}</skip>
541 </configuration>
542 </execution>
543 </executions>
544 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500545 <plugin>
546 <groupId>net.revelc.code.formatter</groupId>
547 <artifactId>formatter-maven-plugin</artifactId>
548 <executions>
549 <execution>
550 <goals>
551 <goal>${source-format.goal}</goal>
552 </goals>
553 </execution>
554 </executions>
555 <configuration>
556 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
557 <skipFormatting>${source-format.skip}</skipFormatting>
558 </configuration>
559 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000560 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700561 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700562 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500563 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800564 <groupId>org.apache.maven.plugins</groupId>
565 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow7311b032018-10-04 17:17:35 -0400566 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800567 </plugin>
568 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500569 <groupId>org.apache.rat</groupId>
570 <artifactId>apache-rat-plugin</artifactId>
571 <version>0.12</version>
572 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700573 <plugin>
574 <groupId>net.revelc.code.formatter</groupId>
575 <artifactId>formatter-maven-plugin</artifactId>
576 <version>2.0.1</version>
577 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700578 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
579 <plugin>
580 <groupId>org.eclipse.m2e</groupId>
581 <artifactId>lifecycle-mapping</artifactId>
582 <version>1.0.0</version>
583 <configuration>
584 <lifecycleMappingMetadata>
585 <pluginExecutions>
586 <pluginExecution>
587 <pluginExecutionFilter>
588 <groupId>org.apache.rat</groupId>
589 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400590 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700591 <goals>
592 <goal>check</goal>
593 </goals>
594 </pluginExecutionFilter>
595 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400596 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700597 </action>
598 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400599 <pluginExecution>
600 <pluginExecutionFilter>
601 <groupId>org.apache.maven.plugins</groupId>
602 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400603 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400604 <goals>
605 <goal>check</goal>
606 </goals>
607 </pluginExecutionFilter>
608 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400609 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400610 </action>
611 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700612 <pluginExecution>
613 <pluginExecutionFilter>
614 <groupId>org.apache.maven.plugins</groupId>
615 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400616 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700617 <goals>
618 <goal>analyze-only</goal>
619 </goals>
620 </pluginExecutionFilter>
621 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800622 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700623 </action>
624 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800625 <pluginExecution>
626 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800627 <groupId>net.revelc.code.formatter</groupId>
628 <artifactId>formatter-maven-plugin</artifactId>
629 <versionRange>[2.0.1,)</versionRange>
630 <goals>
631 <goal>format</goal>
632 </goals>
633 </pluginExecutionFilter>
634 <action>
635 <ignore></ignore>
636 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800637 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700638 </pluginExecutions>
639 </lifecycleMappingMetadata>
640 </configuration>
641 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800642 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500643 <groupId>org.codehaus.mojo</groupId>
644 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400645 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800646 </plugin>
647 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500648 <groupId>org.apache.maven.plugins</groupId>
649 <artifactId>maven-scm-plugin</artifactId>
650 <version>1.9.5</version>
651 </plugin>
652 <plugin>
653 <groupId>org.codehaus.mojo</groupId>
654 <artifactId>appassembler-maven-plugin</artifactId>
655 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800656 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400657 <plugin>
658 <groupId>org.apache.maven.plugins</groupId>
659 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400660 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400661 </plugin>
662 <plugin>
663 <groupId>org.apache.maven.plugins</groupId>
664 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400665 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400666 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400667 <plugin>
668 <groupId>org.apache.hyracks</groupId>
669 <artifactId>license-automation-plugin</artifactId>
670 <version>${project.version}</version>
671 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400672 <plugin>
673 <groupId>org.apache.maven.plugins</groupId>
674 <artifactId>maven-assembly-plugin</artifactId>
675 <version>3.1.0</version>
676 </plugin>
677 <plugin>
678 <groupId>org.apache.maven.plugins</groupId>
679 <artifactId>maven-antrun-plugin</artifactId>
680 <version>1.8</version>
681 </plugin>
682 <plugin>
683 <groupId>org.apache.maven.plugins</groupId>
684 <artifactId>maven-clean-plugin</artifactId>
685 <version>3.0.0</version>
686 </plugin>
687 <plugin>
688 <groupId>org.apache.maven.plugins</groupId>
689 <artifactId>maven-jar-plugin</artifactId>
690 <version>3.0.2</version>
691 </plugin>
692 <plugin>
693 <groupId>org.codehaus.mojo</groupId>
694 <artifactId>build-helper-maven-plugin</artifactId>
695 <version>3.0.0</version>
696 </plugin>
697 <plugin>
698 <groupId>org.apache.maven.plugins</groupId>
699 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowcedd9612018-07-25 13:25:02 -0400700 <version>3.1.1</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400701 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400702 <plugin>
703 <groupId>org.apache.maven.doxia</groupId>
704 <artifactId>doxia-maven-plugin</artifactId>
705 <version>1.1.4</version>
706 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700707 </plugins>
708 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000709 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800710 <profiles>
711 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400712 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700713 <activation>
714 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400715 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700716 </file>
717 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400718 <properties>
719 <skip.assembly>true</skip.assembly>
720 </properties>
721 </profile>
722 <profile>
723 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700724 <build>
725 <plugins>
726 <plugin>
727 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500728 <artifactId>maven-jar-plugin</artifactId>
729 <configuration>
730 <archive>
731 <manifest>
732 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
733 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
734 </manifest>
735 </archive>
736 </configuration>
737 </plugin>
738 <plugin>
739 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700740 <artifactId>maven-assembly-plugin</artifactId>
741 <!-- We override the configuration plugin to override the descriptor to use for building
742 the source release zip. Specifically, we would like to control the inclusions/exclusions.
743 For example, we exclude the KEYS file from the zip -->
744 <executions>
745 <execution>
746 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
747 the apache parent POM under the apache-release profile -->
748 <id>source-release-assembly</id>
749 <phase>package</phase>
750 <goals>
751 <goal>single</goal>
752 </goals>
753 <!-- combine.self should be override to replace the configuration in the parent POM -->
754 <configuration combine.self="override">
755 <descriptors>
756 <descriptor>src/main/assembly/source.xml</descriptor>
757 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400758 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700759 </configuration>
760 </execution>
761 </executions>
762 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700763 <plugin>
764 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800765 <artifactId>maven-gpg-plugin</artifactId>
766 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700767 <executions>
768 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800769 <id>sign-artifacts</id>
770 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700771 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800772 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700773 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700774 </execution>
775 </executions>
776 </plugin>
777 </plugins>
778 </build>
779 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700780 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400781 <id>coverage</id>
782 <activation>
783 <property>
784 <name>coverage</name>
785 </property>
786 </activation>
787 <build>
788 <plugins>
789 <plugin>
790 <groupId>org.jacoco</groupId>
791 <artifactId>jacoco-maven-plugin</artifactId>
792 <version>${jacoco.version}</version>
793 <executions>
794 <execution>
795 <id>default-prepare-agent</id>
796 <goals>
797 <goal>prepare-agent</goal>
798 </goals>
799 <configuration>
800 <propertyName>coverageArgLine</propertyName>
801 </configuration>
802 </execution>
803 <execution>
804 <id>default-prepare-agent-integration</id>
805 <goals>
806 <goal>prepare-agent-integration</goal>
807 </goals>
808 <configuration>
809 <propertyName>coverageArgLine</propertyName>
810 </configuration>
811 </execution>
812 </executions>
813 </plugin>
814 </plugins>
815 </build>
816 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400817 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400818 </properties>
819 </profile>
820 <profile>
821 <id>no-coverage</id>
822 <activation>
823 <property>
824 <name>!coverage</name>
825 </property>
826 </activation>
827 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400828 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400829 </properties>
830 </profile>
831 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500832 <id>integration-tests-only</id>
833 <properties>
834 <test.includes/>
835 <failIfNoTests>false</failIfNoTests>
836 </properties>
837 </profile>
Michael Blowcedd9612018-07-25 13:25:02 -0400838 <profile>
839 <id>java8</id>
840 <activation>
841 <jdk>1.8</jdk>
842 </activation>
843 <properties>
844 <target.jdk.version>8</target.jdk.version>
845 </properties>
846 </profile>
847 <profile>
848 <id>java9</id>
849 <activation>
850 <jdk>9</jdk>
851 </activation>
852 <properties>
853 <target.jdk.version>9</target.jdk.version>
854 </properties>
855 </profile>
856 <profile>
857 <id>java10</id>
858 <activation>
859 <jdk>10</jdk>
860 </activation>
861 <properties>
862 <target.jdk.version>10</target.jdk.version>
863 </properties>
864 </profile>
865 <profile>
866 <id>java11</id>
867 <activation>
868 <jdk>11</jdk>
869 </activation>
870 <properties>
Michael Blow7311b032018-10-04 17:17:35 -0400871 <!-- several plugins do not yet support Java 11 classes (maven-plugin-plugin, maven-dependency-plugin) -->
872 <target.jdk.version>10</target.jdk.version>
Michael Blowcedd9612018-07-25 13:25:02 -0400873 </properties>
874 </profile>
875 <profile>
876 <id>java8-bootclasspath</id>
877 <activation>
878 <property>
879 <name>java8-bootclasspath</name>
880 </property>
881 </activation>
882 <properties>
883 <target.jdk.version>8</target.jdk.version>
884 </properties>
885 <build>
886 <plugins>
887 <plugin>
888 <groupId>org.apache.maven.plugins</groupId>
889 <artifactId>maven-compiler-plugin</artifactId>
890 <configuration>
891 <compilerArgs combine.children="append">
892 <arg>-bootclasspath</arg>
893 <arg>${java8-bootclasspath}</arg>
894 </compilerArgs>
895 </configuration>
896 </plugin>
897 </plugins>
898 </build>
899 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800900 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000901 <modules>
902 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000903 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500904 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000905 </modules>
Michael Blowbd7ba452018-10-31 15:08:26 -0400906</project>