blob: 00cc2e592732863b889e71331dddb5f5bcb54ca5 [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>
Ian Maxon25824812022-01-27 11:49:12 -080024 <version>0.3.8-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>
Ian Maxon4889f6b2021-05-05 02:08:27 -070052 <source.jdk.version>11</source.jdk.version>
53 <target.jdk.version>11</target.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050054 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050057 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070058 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040059 <import-sort.goal>sort</import-sort.goal>
60 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080061 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050062 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040063 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050064 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050065 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050069 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050070 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
Michael Blowc831a8b2024-12-02 21:38:38 -050073 <hadoop.version>3.4.1</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow91a7e802023-01-12 18:51:33 -050075 <log4j.version>2.19.0</log4j.version>
Michael Blow6baf8ff2023-10-04 20:46:43 -040076 <snappy.version>1.1.10.5</snappy.version>
Michael Blow91a7e802023-01-12 18:51:33 -050077 <jackson.version>2.14.1</jackson.version>
78 <jackson-databind.version>${jackson.version}</jackson-databind.version>
Michael Blowc8b90902025-05-16 19:55:57 -040079 <netty.version>4.1.121.Final</netty.version>
Michael Blow38ca9622018-02-28 11:44:43 -050080
Michael Blowcbfe8f92018-02-28 14:02:38 -050081 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050082 <implementation.url>https://asterixdb.apache.org/</implementation.url>
83 <implementation.version>${project.version}</implementation.version>
84 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070085 </properties>
86 <dependencyManagement>
87 <dependencies>
88 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080089 <groupId>io.netty</groupId>
Michael Blowc8b90902025-05-16 19:55:57 -040090 <artifactId>netty-all</artifactId>
91 <version>${netty.version}</version>
Michael Blow1e12c3c2025-05-19 16:08:20 -040092 <exclusions>
93 <exclusion>
94 <groupId>io.netty</groupId>
95 <artifactId>netty-transport-classes-epoll</artifactId>
96 </exclusion>
97 <exclusion>
98 <groupId>io.netty</groupId>
99 <artifactId>netty-transport-native-epoll</artifactId>
100 </exclusion>
101 <exclusion>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport-native-kqueue</artifactId>
104 </exclusion>
105 <exclusion>
106 <groupId>io.netty</groupId>
107 <artifactId>netty-transport-classes-kqueue</artifactId>
108 </exclusion>
109 <exclusion>
110 <groupId>io.netty</groupId>
111 <artifactId>netty-resolver-dns-classes-macos</artifactId>
112 </exclusion>
113 <exclusion>
114 <groupId>io.netty</groupId>
115 <artifactId>netty-resolver-dns-native-macos</artifactId>
116 </exclusion>
117 <exclusion>
118 <groupId>io.netty</groupId>
119 <artifactId>netty-transport-rxtx</artifactId>
120 </exclusion>
121 <exclusion>
122 <groupId>io.netty</groupId>
123 <artifactId>netty-transport-sctp</artifactId>
124 </exclusion>
125 <exclusion>
126 <groupId>io.netty</groupId>
127 <artifactId>netty-transport-udt</artifactId>
128 </exclusion>
129 <exclusion>
130 <groupId>io.netty</groupId>
131 <artifactId>netty-codec-memcache</artifactId>
132 </exclusion>
133 <exclusion>
134 <groupId>io.netty</groupId>
135 <artifactId>netty-codec-mqtt</artifactId>
136 </exclusion>
137 <exclusion>
138 <groupId>io.netty</groupId>
139 <artifactId>netty-codec-redis</artifactId>
140 </exclusion>
141 <exclusion>
142 <groupId>io.netty</groupId>
143 <artifactId>netty-codec-smtp</artifactId>
144 </exclusion>
145 <exclusion>
146 <groupId>io.netty</groupId>
147 <artifactId>netty-codec-socks</artifactId>
148 </exclusion>
149 <exclusion>
150 <groupId>io.netty</groupId>
151 <artifactId>netty-codec-stomp</artifactId>
152 </exclusion>
153 </exclusions>
Michael Blowc8b90902025-05-16 19:55:57 -0400154 </dependency>
155 <dependency>
156 <groupId>io.netty</groupId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400157 <artifactId>netty-buffer</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500158 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400159 </dependency>
160 <dependency>
161 <groupId>io.netty</groupId>
162 <artifactId>netty-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500163 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400164 </dependency>
165 <dependency>
166 <groupId>io.netty</groupId>
167 <artifactId>netty-codec-http</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500168 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400169 </dependency>
170 <dependency>
171 <groupId>io.netty</groupId>
172 <artifactId>netty-transport</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500173 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400174 </dependency>
175 <dependency>
176 <groupId>io.netty</groupId>
177 <artifactId>netty-codec</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500178 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400179 </dependency>
180 <dependency>
181 <groupId>io.netty</groupId>
182 <artifactId>netty-handler</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500183 <version>${netty.version}</version>
Michael Blow1e12c3c2025-05-19 16:08:20 -0400184 <exclusions>
185 <exclusion>
186 <groupId>io.netty</groupId>
187 <artifactId>netty-transport-native-unix-common</artifactId>
188 </exclusion>
189 </exclusions>
Till Westmannea666c92017-02-22 22:25:15 -0800190 </dependency>
191 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400192 <groupId>io.netty</groupId>
Hussain Towaileb35c42ac2023-05-23 10:44:10 +0300193 <artifactId>netty-handler-proxy</artifactId>
194 <version>${netty.version}</version>
195 </dependency>
196 <dependency>
197 <groupId>io.netty</groupId>
Michael Blow178ad762022-06-24 17:38:08 -0400198 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500199 <version>${netty.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700200 </dependency>
201 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400202 <groupId>io.netty</groupId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500203 <artifactId>netty-transport-native-epoll</artifactId>
204 <version>${netty.version}</version>
205 </dependency>
206 <dependency>
207 <groupId>io.netty</groupId>
Michael Blowc8b90902025-05-16 19:55:57 -0400208 <artifactId>netty-transport-native-epoll</artifactId>
209 <classifier>linux-x86_64</classifier>
210 <version>${netty.version}</version>
211 </dependency>
212 <dependency>
213 <groupId>io.netty</groupId>
214 <artifactId>netty-transport-native-kqueue</artifactId>
215 <classifier>osx-x86_64</classifier>
216 <version>${netty.version}</version>
217 </dependency>
218 <dependency>
219 <groupId>io.netty</groupId>
220 <artifactId>netty-transport-native-kqueue</artifactId>
221 <version>${netty.version}</version>
222 </dependency>
223 <dependency>
224 <groupId>io.netty</groupId>
Michael Blow7d462c32021-11-05 11:49:19 -0400225 <artifactId>netty-resolver-dns</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500226 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400227 </dependency>
228 <dependency>
229 <groupId>io.netty</groupId>
230 <artifactId>netty-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500231 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400232 </dependency>
233 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700234 <groupId>junit</groupId>
235 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500236 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700237 </dependency>
238 <dependency>
239 <groupId>org.apache.hadoop</groupId>
240 <artifactId>hadoop-yarn-client</artifactId>
241 <version>${hadoop.version}</version>
242 </dependency>
243 <dependency>
244 <groupId>org.apache.hadoop</groupId>
245 <artifactId>hadoop-client</artifactId>
246 <version>${hadoop.version}</version>
247 </dependency>
248 <dependency>
249 <groupId>org.apache.hadoop</groupId>
250 <artifactId>hadoop-common</artifactId>
251 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400252 <exclusions>
253 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300254 <groupId>net.minidev</groupId>
255 <artifactId>json-smart</artifactId>
256 </exclusion>
257 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300258 <groupId>com.nimbusds</groupId>
259 <artifactId>nimbus-jose-jwt</artifactId>
260 </exclusion>
261 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400262 <groupId>javax.servlet.jsp</groupId>
263 <artifactId>jsp-api</artifactId>
264 </exclusion>
265 <exclusion>
266 <groupId>javax.servlet</groupId>
267 <artifactId>servlet-api</artifactId>
268 </exclusion>
269 <exclusion>
270 <groupId>jdk.tools</groupId>
271 <artifactId>jdk.tools</artifactId>
272 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700273 <exclusion>
274 <groupId>log4j</groupId>
275 <artifactId>log4j</artifactId>
276 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700277 <exclusion>
278 <groupId>org.slf4j</groupId>
279 <artifactId>slf4j-api</artifactId>
280 </exclusion>
281 <exclusion>
282 <groupId>org.slf4j</groupId>
283 <artifactId>slf4j-log4j12</artifactId>
284 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400285 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700286 </dependency>
287 <dependency>
288 <groupId>org.apache.hadoop</groupId>
289 <artifactId>hadoop-hdfs</artifactId>
290 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700291 <exclusions>
292 <exclusion>
293 <groupId>log4j</groupId>
294 <artifactId>log4j</artifactId>
295 </exclusion>
296 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700297 </dependency>
298 <dependency>
299 <groupId>org.apache.hadoop</groupId>
300 <artifactId>hadoop-minicluster</artifactId>
301 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700302 <exclusions>
303 <exclusion>
304 <groupId>log4j</groupId>
305 <artifactId>log4j</artifactId>
306 </exclusion>
307 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700308 </dependency>
309 <dependency>
310 <groupId>org.apache.hadoop</groupId>
311 <artifactId>hadoop-mapreduce-client-core</artifactId>
312 <version>${hadoop.version}</version>
313 </dependency>
314 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400315 <groupId>org.apache.hadoop</groupId>
316 <artifactId>hadoop-hdfs</artifactId>
317 <version>${hadoop.version}</version>
318 <classifier>tests</classifier>
319 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700320 <exclusions>
321 <exclusion>
322 <groupId>log4j</groupId>
323 <artifactId>log4j</artifactId>
324 </exclusion>
325 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400326 </dependency>
327 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500328 <groupId>com.e-movimento.tinytools</groupId>
329 <artifactId>privilegedaccessor</artifactId>
330 <version>1.3</version>
331 </dependency>
332 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700333 <groupId>commons-io</groupId>
334 <artifactId>commons-io</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500335 <version>2.18.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500336 </dependency>
337 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400338 <groupId>org.apache.commons</groupId>
339 <artifactId>commons-text</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500340 <version>1.12.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400341 </dependency>
342 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800343 <groupId>com.fasterxml.jackson.core</groupId>
344 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500345 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800346 </dependency>
347 <dependency>
348 <groupId>com.fasterxml.jackson.core</groupId>
349 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400350 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800351 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500352 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500353 <groupId>com.fasterxml.jackson.core</groupId>
354 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400355 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500356 </dependency>
357 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500358 <groupId>com.google.guava</groupId>
359 <artifactId>guava</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500360 <version>33.3.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400361 <exclusions>
362 <exclusion>
363 <groupId>com.google.code.findbugs</groupId>
364 <artifactId>jsr305</artifactId>
365 </exclusion>
366 <exclusion>
367 <groupId>com.google.guava</groupId>
368 <artifactId>listenablefuture</artifactId>
369 </exclusion>
370 <exclusion>
371 <groupId>org.checkerframework</groupId>
372 <artifactId>checker-qual</artifactId>
373 </exclusion>
374 <exclusion>
375 <groupId>com.google.j2objc</groupId>
376 <artifactId>j2objc-annotations</artifactId>
377 </exclusion>
378 <exclusion>
379 <groupId>org.codehaus.mojo</groupId>
380 <artifactId>animal-sniffer-annotations</artifactId>
381 </exclusion>
382 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500383 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500384 <dependency>
385 <groupId>org.apache.commons</groupId>
386 <artifactId>commons-lang3</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500387 <version>3.17.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500388 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500389 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500390 <groupId>org.apache.commons</groupId>
391 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500392 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500393 </dependency>
394 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800395 <groupId>org.apache.httpcomponents</groupId>
396 <artifactId>httpcore</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500397 <version>4.4.16</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800398 </dependency>
399 <dependency>
400 <groupId>org.apache.httpcomponents</groupId>
401 <artifactId>httpclient</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500402 <version>4.5.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800403 </dependency>
404 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500405 <groupId>org.apache.rat</groupId>
406 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500407 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500408 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500409 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800410 <groupId>org.ini4j</groupId>
411 <artifactId>ini4j</artifactId>
412 <version>0.5.4</version>
413 </dependency>
414 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500415 <groupId>args4j</groupId>
416 <artifactId>args4j</artifactId>
417 <version>2.33</version>
418 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300419 <dependency>
420 <groupId>org.apache.logging.log4j</groupId>
421 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400422 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300423 </dependency>
424 <dependency>
425 <groupId>org.apache.logging.log4j</groupId>
426 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400427 <version>${log4j.version}</version>
428 </dependency>
429 <dependency>
430 <groupId>org.apache.logging.log4j</groupId>
431 <artifactId>log4j-jul</artifactId>
432 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300433 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800434 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400435 <groupId>javax.xml.bind</groupId>
436 <artifactId>jaxb-api</artifactId>
437 <version>2.3.0</version>
438 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500439 <dependency>
440 <groupId>org.apache.maven</groupId>
441 <artifactId>maven-project</artifactId>
442 <version>2.2.1</version>
443 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500444 <dependency>
445 <groupId>org.apache.maven</groupId>
446 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500447 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500448 </dependency>
449 <dependency>
450 <groupId>org.apache.maven</groupId>
451 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500452 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500453 </dependency>
454 <dependency>
455 <groupId>org.apache.maven</groupId>
456 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500457 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500458 </dependency>
459 <dependency>
460 <groupId>org.apache.maven</groupId>
461 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500462 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500463 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500464 <dependency>
465 <groupId>org.apache.maven</groupId>
466 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500467 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400468 </dependency>
469 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500470 <groupId>org.apache.maven.plugin-tools</groupId>
471 <artifactId>maven-plugin-annotations</artifactId>
472 <version>3.6.4</version>
473 </dependency>
474 <dependency>
475 <groupId>org.apache.maven.plugins</groupId>
476 <artifactId>maven-remote-resources-plugin</artifactId>
477 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500478 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700479 <dependency>
480 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400481 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400482 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700483 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700484 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700485 <groupId>org.slf4j</groupId>
486 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500487 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700488 </dependency>
489 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700490 <groupId>org.apache.logging.log4j</groupId>
491 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400492 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700493 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700494 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700495 <groupId>org.mockito</groupId>
496 <artifactId>mockito-core</artifactId>
497 <version>3.10.0</version>
498 </dependency>
499 <dependency>
500 <groupId>org.powermock</groupId>
501 <artifactId>powermock-api-mockito2</artifactId>
502 <version>2.0.9</version>
503 </dependency>
504 <dependency>
505 <groupId>org.powermock</groupId>
506 <artifactId>powermock-module-junit4</artifactId>
507 <version>2.0.9</version>
508 </dependency>
509 <dependency>
510 <groupId>org.powermock</groupId>
511 <artifactId>powermock-core</artifactId>
512 <version>2.0.9</version>
513 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700514 <dependency>
515 <groupId>org.xerial.snappy</groupId>
516 <artifactId>snappy-java</artifactId>
517 <version>${snappy.version}</version>
518 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300519 <!-- Manually included to avoid CVE-2023-1370 -->
520 <dependency>
521 <groupId>net.minidev</groupId>
522 <artifactId>json-smart</artifactId>
523 <version>2.4.11</version>
524 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700525 </dependencies>
526 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000527 <build>
528 <plugins>
529 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400530 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500531 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500532 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500533 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500534 <exclude>**/DEPENDENCIES</exclude>
535 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500536 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500537 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500538 <manifest>
539 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
540 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
541 </manifest>
542 <manifestEntries>
543 <Implementation-Title>${implementation.title}</Implementation-Title>
544 <Implementation-URL>${implementation.url}</Implementation-URL>
545 <Implementation-Version>${implementation.version}</Implementation-Version>
546 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
547 </manifestEntries>
548 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500549 </configuration>
550 </plugin>
551 <plugin>
552 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400553 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400554 <configuration>
555 <failOnWarning>true</failOnWarning>
556 <outputXML>true</outputXML>
557 </configuration>
558 <executions>
559 <execution>
560 <phase>process-test-classes</phase>
561 <goals>
562 <goal>analyze-only</goal>
563 </goals>
564 </execution>
565 </executions>
566 </plugin>
567 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700568 <groupId>org.apache.rat</groupId>
569 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700570 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700571 <execution>
572 <phase>validate</phase>
573 <goals>
574 <goal>check</goal>
575 </goals>
576 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700577 </executions>
578 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500579 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
580 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700581 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800582 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700583 </licenses>
584 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800585 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700586 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500587 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400588 <excludes combine.children="append">
589 <exclude>**/*.iml</exclude>
590 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700591 </configuration>
592 </plugin>
593 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700594 <groupId>org.apache.maven.plugins</groupId>
595 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700596 <configuration>
597 <failIfNoTests>false</failIfNoTests>
598 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800599 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800600 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300601 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700602 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300603 <systemPropertyVariables>
604 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
605 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700606 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500607 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700608 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500609 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500610 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800611 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400612 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700613 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700614 </plugin>
615 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700616 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300617 <artifactId>maven-failsafe-plugin</artifactId>
618 <configuration>
619 <systemPropertyVariables>
620 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
621 </systemPropertyVariables>
622 </configuration>
623 </plugin>
624 <plugin>
625 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700626 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700627 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400628 <source>${source.jdk.version}</source>
629 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500630 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700631 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000632 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700633 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700634 <groupId>org.apache.maven.plugins</groupId>
635 <artifactId>maven-remote-resources-plugin</artifactId>
636 <executions>
637 <execution>
638 <goals>
639 <goal>process</goal>
640 </goals>
641 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500642 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700643 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700644 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500645 <properties>
646 <projectName>Apache Hyracks - ${project.name}</projectName>
647 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700648 </configuration>
649 </execution>
650 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800651 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400652 <plugin>
653 <groupId>org.apache.maven.plugins</groupId>
654 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400655 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400656 <executions>
657 <execution>
658 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400659 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400660 <goals>
661 <goal>check</goal>
662 </goals>
663 </execution>
664 </executions>
665 <configuration>
666 <logViolationsToConsole>true</logViolationsToConsole>
667 <checkstyleRules>
668 <module name="Checker">
669 <!-- Checks for whitespace -->
670 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400671 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400672 <module name="TreeWalker">
673 <module name="AvoidStarImport">
674 <property name="allowStaticMemberImports" value="true"/>
675 </module>
676 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400677 </module>
678 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400679 <includes>**/*.java,**/*.jj</includes>
680 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400681 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
682 </configuration>
683 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400684 <plugin>
685 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400686 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400687 <executions>
688 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400689 <id>check-pom-packaging</id>
690 <phase>validate</phase>
691 <goals>
692 <goal>run</goal>
693 </goals>
694 <configuration>
695 <exportAntProperties>true</exportAntProperties>
696 <target xmlns:unless="ant:unless">
697 <condition property="skipPomEnforcement">
698 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
699 </condition>
700 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
701 </target>
702 </configuration>
703 </execution>
704 </executions>
705 </plugin>
706 <plugin>
707 <groupId>org.apache.maven.plugins</groupId>
708 <artifactId>maven-enforcer-plugin</artifactId>
709 <executions>
710 <execution>
711 <id>ensure-no-tests-for-pom-packaging</id>
712 <phase>validate</phase>
713 <goals>
714 <goal>enforce</goal>
715 </goals>
716 <configuration>
717 <rules>
718 <requireFilesDontExist>
719 <files>
720 <file>${project.build.testSourceDirectory}</file>
721 </files>
722 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
723 </requireFilesDontExist>
724 </rules>
725 <skip>${skipPomEnforcement}</skip>
726 </configuration>
727 </execution>
728 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400729 <id>enforce-versions</id>
730 <goals>
731 <goal>enforce</goal>
732 </goals>
733 <configuration>
734 <rules>
735 <requireMavenVersion>
736 <version>[3.3.9,)</version>
737 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700738 <requireJavaVersion>
739 <version>[11,)</version>
740 </requireJavaVersion>
741 </rules>
742 </configuration>
743 </execution>
744 <execution>
745 <id>ensure-no-duplicate-deps</id>
746 <goals>
747 <goal>enforce</goal>
748 </goals>
749 <configuration>
750 <rules>
751 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400752 </rules>
753 </configuration>
754 </execution>
755 </executions>
756 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500757 <plugin>
758 <groupId>org.apache.maven.plugins</groupId>
759 <artifactId>maven-resources-plugin</artifactId>
760 <executions>
761 <execution>
762 <id>default-testResources</id>
763 <goals>
764 <goal>testResources</goal>
765 </goals>
766 <configuration>
767 <skip>${skip.testResources}</skip>
768 </configuration>
769 </execution>
770 </executions>
771 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500772 <plugin>
773 <groupId>net.revelc.code.formatter</groupId>
774 <artifactId>formatter-maven-plugin</artifactId>
775 <executions>
776 <execution>
777 <goals>
778 <goal>${source-format.goal}</goal>
779 </goals>
780 </execution>
781 </executions>
782 <configuration>
783 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
784 <skipFormatting>${source-format.skip}</skipFormatting>
785 </configuration>
786 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400787 <plugin>
788 <groupId>net.revelc.code</groupId>
789 <artifactId>impsort-maven-plugin</artifactId>
790 <executions>
791 <execution>
792 <goals>
793 <goal>${import-sort.goal}</goal>
794 </goals>
795 </execution>
796 </executions>
797 <configuration>
798 <groups>java,javax,org,com,*</groups>
799 <removeUnused>true</removeUnused>
800 <skip>${import-sort.skip}</skip>
801 </configuration>
802 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000803 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700804 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700805 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500806 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800807 <groupId>org.apache.maven.plugins</groupId>
808 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400809 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800810 </plugin>
811 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500812 <groupId>org.apache.rat</groupId>
813 <artifactId>apache-rat-plugin</artifactId>
814 <version>0.12</version>
815 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700816 <plugin>
817 <groupId>net.revelc.code.formatter</groupId>
818 <artifactId>formatter-maven-plugin</artifactId>
819 <version>2.0.1</version>
820 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400821 <plugin>
822 <groupId>net.revelc.code</groupId>
823 <artifactId>impsort-maven-plugin</artifactId>
Michael Blowc8b90902025-05-16 19:55:57 -0400824 <version>1.9.0</version>
825 <dependencies>
826 <dependency>
827 <groupId>com.github.javaparser</groupId>
828 <artifactId>javaparser-core</artifactId>
829 <version>3.25.5</version>
830 </dependency>
831 </dependencies>
Michael Blowef85fb02019-03-22 13:40:35 -0400832 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700833 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
834 <plugin>
835 <groupId>org.eclipse.m2e</groupId>
836 <artifactId>lifecycle-mapping</artifactId>
837 <version>1.0.0</version>
838 <configuration>
839 <lifecycleMappingMetadata>
840 <pluginExecutions>
841 <pluginExecution>
842 <pluginExecutionFilter>
843 <groupId>org.apache.rat</groupId>
844 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400845 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700846 <goals>
847 <goal>check</goal>
848 </goals>
849 </pluginExecutionFilter>
850 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400851 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700852 </action>
853 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400854 <pluginExecution>
855 <pluginExecutionFilter>
856 <groupId>org.apache.maven.plugins</groupId>
857 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400858 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400859 <goals>
860 <goal>check</goal>
861 </goals>
862 </pluginExecutionFilter>
863 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400864 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400865 </action>
866 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700867 <pluginExecution>
868 <pluginExecutionFilter>
869 <groupId>org.apache.maven.plugins</groupId>
870 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400871 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700872 <goals>
873 <goal>analyze-only</goal>
874 </goals>
875 </pluginExecutionFilter>
876 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800877 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700878 </action>
879 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800880 <pluginExecution>
881 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800882 <groupId>net.revelc.code.formatter</groupId>
883 <artifactId>formatter-maven-plugin</artifactId>
884 <versionRange>[2.0.1,)</versionRange>
885 <goals>
886 <goal>format</goal>
887 </goals>
888 </pluginExecutionFilter>
889 <action>
890 <ignore></ignore>
891 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800892 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700893 </pluginExecutions>
894 </lifecycleMappingMetadata>
895 </configuration>
896 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800897 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500898 <groupId>org.codehaus.mojo</groupId>
899 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400900 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800901 </plugin>
902 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500903 <groupId>org.apache.maven.plugins</groupId>
904 <artifactId>maven-scm-plugin</artifactId>
905 <version>1.9.5</version>
906 </plugin>
907 <plugin>
908 <groupId>org.codehaus.mojo</groupId>
909 <artifactId>appassembler-maven-plugin</artifactId>
910 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800911 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400912 <plugin>
913 <groupId>org.apache.maven.plugins</groupId>
914 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400915 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400916 </plugin>
917 <plugin>
918 <groupId>org.apache.maven.plugins</groupId>
919 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400920 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400921 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400922 <plugin>
923 <groupId>org.apache.hyracks</groupId>
924 <artifactId>license-automation-plugin</artifactId>
925 <version>${project.version}</version>
926 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400927 <plugin>
928 <groupId>org.apache.maven.plugins</groupId>
929 <artifactId>maven-assembly-plugin</artifactId>
930 <version>3.1.0</version>
931 </plugin>
932 <plugin>
933 <groupId>org.apache.maven.plugins</groupId>
934 <artifactId>maven-antrun-plugin</artifactId>
935 <version>1.8</version>
936 </plugin>
937 <plugin>
938 <groupId>org.apache.maven.plugins</groupId>
939 <artifactId>maven-clean-plugin</artifactId>
940 <version>3.0.0</version>
941 </plugin>
942 <plugin>
943 <groupId>org.apache.maven.plugins</groupId>
944 <artifactId>maven-jar-plugin</artifactId>
945 <version>3.0.2</version>
946 </plugin>
947 <plugin>
948 <groupId>org.codehaus.mojo</groupId>
949 <artifactId>build-helper-maven-plugin</artifactId>
950 <version>3.0.0</version>
951 </plugin>
952 <plugin>
953 <groupId>org.apache.maven.plugins</groupId>
954 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700955 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400956 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400957 <plugin>
958 <groupId>org.apache.maven.doxia</groupId>
959 <artifactId>doxia-maven-plugin</artifactId>
960 <version>1.1.4</version>
961 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700962 <plugin>
963 <groupId>org.apache.maven.plugins</groupId>
964 <artifactId>maven-enforcer-plugin</artifactId>
965 <version>3.0.0-M3</version>
966 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700967 </plugins>
968 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000969 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800970 <profiles>
971 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400972 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700973 <activation>
974 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400975 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700976 </file>
977 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400978 <properties>
979 <skip.assembly>true</skip.assembly>
980 </properties>
981 </profile>
982 <profile>
983 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700984 <build>
985 <plugins>
986 <plugin>
987 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500988 <artifactId>maven-jar-plugin</artifactId>
989 <configuration>
990 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500991 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500992 <manifest>
993 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
994 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
995 </manifest>
996 </archive>
997 </configuration>
998 </plugin>
999 <plugin>
1000 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -07001001 <artifactId>maven-assembly-plugin</artifactId>
1002 <!-- We override the configuration plugin to override the descriptor to use for building
1003 the source release zip. Specifically, we would like to control the inclusions/exclusions.
1004 For example, we exclude the KEYS file from the zip -->
1005 <executions>
1006 <execution>
1007 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
1008 the apache parent POM under the apache-release profile -->
1009 <id>source-release-assembly</id>
1010 <phase>package</phase>
1011 <goals>
1012 <goal>single</goal>
1013 </goals>
1014 <!-- combine.self should be override to replace the configuration in the parent POM -->
1015 <configuration combine.self="override">
1016 <descriptors>
1017 <descriptor>src/main/assembly/source.xml</descriptor>
1018 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -04001019 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -07001020 </configuration>
1021 </execution>
1022 </executions>
1023 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001024 <plugin>
1025 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -08001026 <artifactId>maven-gpg-plugin</artifactId>
1027 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001028 <executions>
1029 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -08001030 <id>sign-artifacts</id>
1031 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001032 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -08001033 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001034 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001035 </execution>
1036 </executions>
1037 </plugin>
1038 </plugins>
1039 </build>
1040 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -07001041 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -04001042 <id>coverage</id>
1043 <activation>
1044 <property>
1045 <name>coverage</name>
1046 </property>
1047 </activation>
1048 <build>
1049 <plugins>
1050 <plugin>
1051 <groupId>org.jacoco</groupId>
1052 <artifactId>jacoco-maven-plugin</artifactId>
1053 <version>${jacoco.version}</version>
1054 <executions>
1055 <execution>
1056 <id>default-prepare-agent</id>
1057 <goals>
1058 <goal>prepare-agent</goal>
1059 </goals>
1060 <configuration>
1061 <propertyName>coverageArgLine</propertyName>
1062 </configuration>
1063 </execution>
1064 <execution>
1065 <id>default-prepare-agent-integration</id>
1066 <goals>
1067 <goal>prepare-agent-integration</goal>
1068 </goals>
1069 <configuration>
1070 <propertyName>coverageArgLine</propertyName>
1071 </configuration>
1072 </execution>
1073 </executions>
1074 </plugin>
1075 </plugins>
1076 </build>
1077 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001078 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001079 </properties>
1080 </profile>
1081 <profile>
1082 <id>no-coverage</id>
1083 <activation>
1084 <property>
1085 <name>!coverage</name>
1086 </property>
1087 </activation>
1088 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001089 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001090 </properties>
1091 </profile>
1092 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001093 <id>integration-tests-only</id>
1094 <properties>
1095 <test.includes/>
1096 <failIfNoTests>false</failIfNoTests>
1097 </properties>
1098 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001099 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001100 <modules>
1101 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001102 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001103 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001104 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001105</project>