blob: 7070ca605bef898573273da888a252508ad4fb54 [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 Maxon2ce56312023-05-09 12:37:01 -070024 <version>0.3.8.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>
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 -->
Wail Alkowaileet087eaf52021-08-31 10:36:27 -070073 <hadoop.version>3.3.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 Blow8b67de42023-06-28 11:14:13 -040076 <snappy.version>1.1.10.1</snappy.version>
77 <jackson.version>2.14.3</jackson.version>
Michael Blow91a7e802023-01-12 18:51:33 -050078 <jackson-databind.version>${jackson.version}</jackson-databind.version>
Michael Blow1e5910e2023-07-19 09:10:05 -040079 <netty.version>4.1.94.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 Blow951b9cc2021-10-28 20:11:23 -040090 <artifactId>netty-buffer</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050091 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040092 </dependency>
93 <dependency>
94 <groupId>io.netty</groupId>
95 <artifactId>netty-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050096 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040097 </dependency>
98 <dependency>
99 <groupId>io.netty</groupId>
100 <artifactId>netty-codec-http</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500101 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400102 </dependency>
103 <dependency>
104 <groupId>io.netty</groupId>
105 <artifactId>netty-transport</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500106 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400107 </dependency>
108 <dependency>
109 <groupId>io.netty</groupId>
110 <artifactId>netty-codec</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500111 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400112 </dependency>
113 <dependency>
114 <groupId>io.netty</groupId>
Michael Blowc1a17422023-07-25 11:03:07 -0400115 <artifactId>netty-codec-dns</artifactId>
116 <version>${netty.version}</version>
117 </dependency>
118 <dependency>
119 <groupId>io.netty</groupId>
120 <artifactId>netty-codec-socks</artifactId>
121 <version>${netty.version}</version>
122 </dependency>
123 <dependency>
124 <groupId>io.netty</groupId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400125 <artifactId>netty-handler</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500126 <version>${netty.version}</version>
Till Westmannea666c92017-02-22 22:25:15 -0800127 </dependency>
128 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400129 <groupId>io.netty</groupId>
Hussain Towaileb35c42ac2023-05-23 10:44:10 +0300130 <artifactId>netty-handler-proxy</artifactId>
131 <version>${netty.version}</version>
132 </dependency>
133 <dependency>
134 <groupId>io.netty</groupId>
Michael Blow178ad762022-06-24 17:38:08 -0400135 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500136 <version>${netty.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700137 </dependency>
138 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400139 <groupId>io.netty</groupId>
Michael Blowc1a17422023-07-25 11:03:07 -0400140 <artifactId>netty-resolver</artifactId>
141 <version>${netty.version}</version>
142 </dependency>
143 <dependency>
144 <groupId>io.netty</groupId>
Michael Blow7d462c32021-11-05 11:49:19 -0400145 <artifactId>netty-resolver-dns</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500146 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400147 </dependency>
148 <dependency>
149 <groupId>io.netty</groupId>
150 <artifactId>netty-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500151 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400152 </dependency>
153 <dependency>
154 <groupId>io.netty</groupId>
155 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500156 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400157 </dependency>
158 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700159 <groupId>junit</groupId>
160 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500161 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700162 </dependency>
163 <dependency>
164 <groupId>org.apache.hadoop</groupId>
165 <artifactId>hadoop-yarn-client</artifactId>
166 <version>${hadoop.version}</version>
167 </dependency>
168 <dependency>
169 <groupId>org.apache.hadoop</groupId>
170 <artifactId>hadoop-client</artifactId>
171 <version>${hadoop.version}</version>
172 </dependency>
173 <dependency>
174 <groupId>org.apache.hadoop</groupId>
175 <artifactId>hadoop-common</artifactId>
176 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400177 <exclusions>
178 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300179 <groupId>net.minidev</groupId>
180 <artifactId>json-smart</artifactId>
181 </exclusion>
182 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300183 <groupId>com.nimbusds</groupId>
184 <artifactId>nimbus-jose-jwt</artifactId>
185 </exclusion>
186 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400187 <groupId>javax.servlet.jsp</groupId>
188 <artifactId>jsp-api</artifactId>
189 </exclusion>
190 <exclusion>
191 <groupId>javax.servlet</groupId>
192 <artifactId>servlet-api</artifactId>
193 </exclusion>
194 <exclusion>
195 <groupId>jdk.tools</groupId>
196 <artifactId>jdk.tools</artifactId>
197 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700198 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500199 <groupId>org.slf4j</groupId>
200 <artifactId>slf4j-reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700201 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700202 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500203 <groupId>ch.qos.reload4j</groupId>
204 <artifactId>reload4j</artifactId>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700205 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300206 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
207 <exclusion>
208 <groupId>org.eclipse.jetty</groupId>
209 <artifactId>jetty-util</artifactId>
210 </exclusion>
211 <exclusion>
212 <groupId>org.eclipse.jetty</groupId>
213 <artifactId>jetty-util-ajax</artifactId>
214 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400215 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700216 </dependency>
217 <dependency>
218 <groupId>org.apache.hadoop</groupId>
219 <artifactId>hadoop-hdfs</artifactId>
220 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700221 <exclusions>
222 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500223 <groupId>io.netty</groupId>
224 <artifactId>netty-all</artifactId>
225 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500226 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500227 <groupId>org.slf4j</groupId>
228 <artifactId>slf4j-reload4j</artifactId>
229 </exclusion>
230 <exclusion>
231 <groupId>ch.qos.reload4j</groupId>
232 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700233 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300234 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
235 <exclusion>
236 <groupId>org.eclipse.jetty</groupId>
237 <artifactId>jetty-util</artifactId>
238 </exclusion>
239 <exclusion>
240 <groupId>org.eclipse.jetty</groupId>
241 <artifactId>jetty-util-ajax</artifactId>
242 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700243 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700244 </dependency>
245 <dependency>
246 <groupId>org.apache.hadoop</groupId>
247 <artifactId>hadoop-minicluster</artifactId>
248 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700249 <exclusions>
250 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500251 <groupId>org.slf4j</groupId>
252 <artifactId>slf4j-reload4j</artifactId>
253 </exclusion>
254 <exclusion>
255 <groupId>ch.qos.reload4j</groupId>
256 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700257 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300258 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
259 <exclusion>
260 <groupId>org.eclipse.jetty</groupId>
261 <artifactId>jetty-util</artifactId>
262 </exclusion>
263 <exclusion>
264 <groupId>org.eclipse.jetty</groupId>
265 <artifactId>jetty-util-ajax</artifactId>
266 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700267 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700268 </dependency>
269 <dependency>
270 <groupId>org.apache.hadoop</groupId>
271 <artifactId>hadoop-mapreduce-client-core</artifactId>
272 <version>${hadoop.version}</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300273 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
274 <exclusions>
275 <exclusion>
276 <groupId>org.eclipse.jetty</groupId>
277 <artifactId>jetty-util</artifactId>
278 </exclusion>
279 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700280 </dependency>
281 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400282 <groupId>org.apache.hadoop</groupId>
283 <artifactId>hadoop-hdfs</artifactId>
284 <version>${hadoop.version}</version>
285 <classifier>tests</classifier>
286 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700287 <exclusions>
288 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500289 <groupId>org.slf4j</groupId>
290 <artifactId>slf4j-reload4j</artifactId>
291 </exclusion>
292 <exclusion>
293 <groupId>ch.qos.reload4j</groupId>
294 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700295 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300296 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
297 <exclusion>
298 <groupId>org.eclipse.jetty</groupId>
299 <artifactId>jetty-util</artifactId>
300 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700301 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400302 </dependency>
303 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500304 <groupId>com.e-movimento.tinytools</groupId>
305 <artifactId>privilegedaccessor</artifactId>
306 <version>1.3</version>
307 </dependency>
308 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700309 <groupId>commons-io</groupId>
310 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400311 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500312 </dependency>
313 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400314 <groupId>org.apache.commons</groupId>
315 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400316 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400317 </dependency>
318 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800319 <groupId>com.fasterxml.jackson.core</groupId>
320 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500321 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800322 </dependency>
323 <dependency>
324 <groupId>com.fasterxml.jackson.core</groupId>
325 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400326 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800327 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500328 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500329 <groupId>com.fasterxml.jackson.core</groupId>
330 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400331 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500332 </dependency>
333 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500334 <groupId>com.google.guava</groupId>
335 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500336 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400337 <exclusions>
338 <exclusion>
339 <groupId>com.google.code.findbugs</groupId>
340 <artifactId>jsr305</artifactId>
341 </exclusion>
342 <exclusion>
343 <groupId>com.google.guava</groupId>
344 <artifactId>listenablefuture</artifactId>
345 </exclusion>
346 <exclusion>
347 <groupId>org.checkerframework</groupId>
348 <artifactId>checker-qual</artifactId>
349 </exclusion>
350 <exclusion>
351 <groupId>com.google.j2objc</groupId>
352 <artifactId>j2objc-annotations</artifactId>
353 </exclusion>
354 <exclusion>
355 <groupId>org.codehaus.mojo</groupId>
356 <artifactId>animal-sniffer-annotations</artifactId>
357 </exclusion>
358 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500359 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500360 <dependency>
361 <groupId>org.apache.commons</groupId>
362 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400363 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500364 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500365 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500366 <groupId>org.apache.commons</groupId>
367 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500368 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500369 </dependency>
370 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800371 <groupId>org.apache.httpcomponents</groupId>
372 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500373 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800374 </dependency>
375 <dependency>
376 <groupId>org.apache.httpcomponents</groupId>
377 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500378 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800379 </dependency>
380 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500381 <groupId>org.apache.rat</groupId>
382 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500383 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500384 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500385 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800386 <groupId>org.ini4j</groupId>
387 <artifactId>ini4j</artifactId>
388 <version>0.5.4</version>
389 </dependency>
390 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500391 <groupId>args4j</groupId>
392 <artifactId>args4j</artifactId>
393 <version>2.33</version>
394 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300395 <dependency>
396 <groupId>org.apache.logging.log4j</groupId>
397 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400398 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300399 </dependency>
400 <dependency>
401 <groupId>org.apache.logging.log4j</groupId>
402 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400403 <version>${log4j.version}</version>
404 </dependency>
405 <dependency>
406 <groupId>org.apache.logging.log4j</groupId>
407 <artifactId>log4j-jul</artifactId>
408 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300409 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800410 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400411 <groupId>javax.xml.bind</groupId>
412 <artifactId>jaxb-api</artifactId>
413 <version>2.3.0</version>
414 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500415 <dependency>
416 <groupId>org.apache.maven</groupId>
417 <artifactId>maven-project</artifactId>
418 <version>2.2.1</version>
419 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500420 <dependency>
421 <groupId>org.apache.maven</groupId>
422 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500423 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500424 </dependency>
425 <dependency>
426 <groupId>org.apache.maven</groupId>
427 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500428 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500429 </dependency>
430 <dependency>
431 <groupId>org.apache.maven</groupId>
432 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500433 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500434 </dependency>
435 <dependency>
436 <groupId>org.apache.maven</groupId>
437 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500438 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500439 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500440 <dependency>
441 <groupId>org.apache.maven</groupId>
442 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500443 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400444 </dependency>
445 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500446 <groupId>org.apache.maven.plugin-tools</groupId>
447 <artifactId>maven-plugin-annotations</artifactId>
448 <version>3.6.4</version>
449 </dependency>
450 <dependency>
451 <groupId>org.apache.maven.plugins</groupId>
452 <artifactId>maven-remote-resources-plugin</artifactId>
453 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500454 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700455 <dependency>
456 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400457 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400458 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700459 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700460 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700461 <groupId>org.slf4j</groupId>
462 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500463 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700464 </dependency>
465 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700466 <groupId>org.apache.logging.log4j</groupId>
467 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400468 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700469 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700470 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700471 <groupId>org.mockito</groupId>
472 <artifactId>mockito-core</artifactId>
473 <version>3.10.0</version>
474 </dependency>
475 <dependency>
476 <groupId>org.powermock</groupId>
477 <artifactId>powermock-api-mockito2</artifactId>
478 <version>2.0.9</version>
479 </dependency>
480 <dependency>
481 <groupId>org.powermock</groupId>
482 <artifactId>powermock-module-junit4</artifactId>
483 <version>2.0.9</version>
484 </dependency>
485 <dependency>
486 <groupId>org.powermock</groupId>
487 <artifactId>powermock-core</artifactId>
488 <version>2.0.9</version>
489 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700490 <dependency>
491 <groupId>org.xerial.snappy</groupId>
492 <artifactId>snappy-java</artifactId>
493 <version>${snappy.version}</version>
494 </dependency>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300495 <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can
496 be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs -->
497 <dependency>
498 <groupId>org.eclipse.jetty</groupId>
499 <artifactId>jetty-util</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400500 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300501 </dependency>
502 <dependency>
503 <groupId>org.eclipse.jetty</groupId>
504 <artifactId>jetty-util-ajax</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400505 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300506 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300507 <!-- Manually included to avoid CVE-2023-1370 -->
508 <dependency>
509 <groupId>net.minidev</groupId>
510 <artifactId>json-smart</artifactId>
511 <version>2.4.11</version>
512 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700513 </dependencies>
514 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000515 <build>
516 <plugins>
517 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400518 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500519 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500520 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500521 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500522 <exclude>**/DEPENDENCIES</exclude>
523 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500524 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500525 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500526 <manifest>
527 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
528 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
529 </manifest>
530 <manifestEntries>
531 <Implementation-Title>${implementation.title}</Implementation-Title>
532 <Implementation-URL>${implementation.url}</Implementation-URL>
533 <Implementation-Version>${implementation.version}</Implementation-Version>
534 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
535 </manifestEntries>
536 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500537 </configuration>
538 </plugin>
539 <plugin>
540 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400541 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400542 <configuration>
543 <failOnWarning>true</failOnWarning>
544 <outputXML>true</outputXML>
545 </configuration>
546 <executions>
547 <execution>
548 <phase>process-test-classes</phase>
549 <goals>
550 <goal>analyze-only</goal>
551 </goals>
552 </execution>
553 </executions>
554 </plugin>
555 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700556 <groupId>org.apache.rat</groupId>
557 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700558 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700559 <execution>
560 <phase>validate</phase>
561 <goals>
562 <goal>check</goal>
563 </goals>
564 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700565 </executions>
566 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500567 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
568 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700569 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800570 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700571 </licenses>
572 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800573 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700574 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500575 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400576 <excludes combine.children="append">
577 <exclude>**/*.iml</exclude>
578 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700579 </configuration>
580 </plugin>
581 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700582 <groupId>org.apache.maven.plugins</groupId>
583 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700584 <configuration>
585 <failIfNoTests>false</failIfNoTests>
586 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800587 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800588 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300589 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700590 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300591 <systemPropertyVariables>
592 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
593 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700594 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500595 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700596 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500597 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500598 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800599 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400600 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700601 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700602 </plugin>
603 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700604 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300605 <artifactId>maven-failsafe-plugin</artifactId>
606 <configuration>
607 <systemPropertyVariables>
608 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
609 </systemPropertyVariables>
610 </configuration>
611 </plugin>
612 <plugin>
613 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700614 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700615 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400616 <source>${source.jdk.version}</source>
617 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500618 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700619 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000620 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700621 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700622 <groupId>org.apache.maven.plugins</groupId>
623 <artifactId>maven-remote-resources-plugin</artifactId>
624 <executions>
625 <execution>
626 <goals>
627 <goal>process</goal>
628 </goals>
629 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500630 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700631 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700632 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500633 <properties>
634 <projectName>Apache Hyracks - ${project.name}</projectName>
635 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700636 </configuration>
637 </execution>
638 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800639 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400640 <plugin>
641 <groupId>org.apache.maven.plugins</groupId>
642 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400643 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400644 <executions>
645 <execution>
646 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400647 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400648 <goals>
649 <goal>check</goal>
650 </goals>
651 </execution>
652 </executions>
653 <configuration>
654 <logViolationsToConsole>true</logViolationsToConsole>
655 <checkstyleRules>
656 <module name="Checker">
657 <!-- Checks for whitespace -->
658 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400659 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400660 <module name="TreeWalker">
661 <module name="AvoidStarImport">
662 <property name="allowStaticMemberImports" value="true"/>
663 </module>
664 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400665 </module>
666 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400667 <includes>**/*.java,**/*.jj</includes>
668 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400669 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
670 </configuration>
671 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400672 <plugin>
673 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400674 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400675 <executions>
676 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400677 <id>check-pom-packaging</id>
678 <phase>validate</phase>
679 <goals>
680 <goal>run</goal>
681 </goals>
682 <configuration>
683 <exportAntProperties>true</exportAntProperties>
684 <target xmlns:unless="ant:unless">
685 <condition property="skipPomEnforcement">
686 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
687 </condition>
688 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
689 </target>
690 </configuration>
691 </execution>
692 </executions>
693 </plugin>
694 <plugin>
695 <groupId>org.apache.maven.plugins</groupId>
696 <artifactId>maven-enforcer-plugin</artifactId>
697 <executions>
698 <execution>
699 <id>ensure-no-tests-for-pom-packaging</id>
700 <phase>validate</phase>
701 <goals>
702 <goal>enforce</goal>
703 </goals>
704 <configuration>
705 <rules>
706 <requireFilesDontExist>
707 <files>
708 <file>${project.build.testSourceDirectory}</file>
709 </files>
710 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
711 </requireFilesDontExist>
712 </rules>
713 <skip>${skipPomEnforcement}</skip>
714 </configuration>
715 </execution>
716 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400717 <id>enforce-versions</id>
718 <goals>
719 <goal>enforce</goal>
720 </goals>
721 <configuration>
722 <rules>
723 <requireMavenVersion>
724 <version>[3.3.9,)</version>
725 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700726 <requireJavaVersion>
727 <version>[11,)</version>
728 </requireJavaVersion>
729 </rules>
730 </configuration>
731 </execution>
732 <execution>
733 <id>ensure-no-duplicate-deps</id>
734 <goals>
735 <goal>enforce</goal>
736 </goals>
737 <configuration>
738 <rules>
739 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400740 </rules>
741 </configuration>
742 </execution>
743 </executions>
744 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500745 <plugin>
746 <groupId>org.apache.maven.plugins</groupId>
747 <artifactId>maven-resources-plugin</artifactId>
748 <executions>
749 <execution>
750 <id>default-testResources</id>
751 <goals>
752 <goal>testResources</goal>
753 </goals>
754 <configuration>
755 <skip>${skip.testResources}</skip>
756 </configuration>
757 </execution>
758 </executions>
759 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500760 <plugin>
761 <groupId>net.revelc.code.formatter</groupId>
762 <artifactId>formatter-maven-plugin</artifactId>
763 <executions>
764 <execution>
765 <goals>
766 <goal>${source-format.goal}</goal>
767 </goals>
768 </execution>
769 </executions>
770 <configuration>
771 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
772 <skipFormatting>${source-format.skip}</skipFormatting>
773 </configuration>
774 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400775 <plugin>
776 <groupId>net.revelc.code</groupId>
777 <artifactId>impsort-maven-plugin</artifactId>
778 <executions>
779 <execution>
780 <goals>
781 <goal>${import-sort.goal}</goal>
782 </goals>
783 </execution>
784 </executions>
785 <configuration>
786 <groups>java,javax,org,com,*</groups>
787 <removeUnused>true</removeUnused>
788 <skip>${import-sort.skip}</skip>
789 </configuration>
790 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000791 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700792 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700793 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500794 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800795 <groupId>org.apache.maven.plugins</groupId>
796 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400797 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800798 </plugin>
799 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500800 <groupId>org.apache.rat</groupId>
801 <artifactId>apache-rat-plugin</artifactId>
802 <version>0.12</version>
803 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700804 <plugin>
805 <groupId>net.revelc.code.formatter</groupId>
806 <artifactId>formatter-maven-plugin</artifactId>
807 <version>2.0.1</version>
808 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400809 <plugin>
810 <groupId>net.revelc.code</groupId>
811 <artifactId>impsort-maven-plugin</artifactId>
812 <version>1.2.0</version>
813 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700814 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
815 <plugin>
816 <groupId>org.eclipse.m2e</groupId>
817 <artifactId>lifecycle-mapping</artifactId>
818 <version>1.0.0</version>
819 <configuration>
820 <lifecycleMappingMetadata>
821 <pluginExecutions>
822 <pluginExecution>
823 <pluginExecutionFilter>
824 <groupId>org.apache.rat</groupId>
825 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400826 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700827 <goals>
828 <goal>check</goal>
829 </goals>
830 </pluginExecutionFilter>
831 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400832 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700833 </action>
834 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400835 <pluginExecution>
836 <pluginExecutionFilter>
837 <groupId>org.apache.maven.plugins</groupId>
838 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400839 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400840 <goals>
841 <goal>check</goal>
842 </goals>
843 </pluginExecutionFilter>
844 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400845 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400846 </action>
847 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700848 <pluginExecution>
849 <pluginExecutionFilter>
850 <groupId>org.apache.maven.plugins</groupId>
851 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400852 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700853 <goals>
854 <goal>analyze-only</goal>
855 </goals>
856 </pluginExecutionFilter>
857 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800858 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700859 </action>
860 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800861 <pluginExecution>
862 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800863 <groupId>net.revelc.code.formatter</groupId>
864 <artifactId>formatter-maven-plugin</artifactId>
865 <versionRange>[2.0.1,)</versionRange>
866 <goals>
867 <goal>format</goal>
868 </goals>
869 </pluginExecutionFilter>
870 <action>
871 <ignore></ignore>
872 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800873 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700874 </pluginExecutions>
875 </lifecycleMappingMetadata>
876 </configuration>
877 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800878 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500879 <groupId>org.codehaus.mojo</groupId>
880 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400881 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800882 </plugin>
883 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500884 <groupId>org.apache.maven.plugins</groupId>
885 <artifactId>maven-scm-plugin</artifactId>
886 <version>1.9.5</version>
887 </plugin>
888 <plugin>
889 <groupId>org.codehaus.mojo</groupId>
890 <artifactId>appassembler-maven-plugin</artifactId>
891 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800892 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400893 <plugin>
894 <groupId>org.apache.maven.plugins</groupId>
895 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400896 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400897 </plugin>
898 <plugin>
899 <groupId>org.apache.maven.plugins</groupId>
900 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400901 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400902 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400903 <plugin>
904 <groupId>org.apache.hyracks</groupId>
905 <artifactId>license-automation-plugin</artifactId>
906 <version>${project.version}</version>
907 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400908 <plugin>
909 <groupId>org.apache.maven.plugins</groupId>
910 <artifactId>maven-assembly-plugin</artifactId>
911 <version>3.1.0</version>
912 </plugin>
913 <plugin>
914 <groupId>org.apache.maven.plugins</groupId>
915 <artifactId>maven-antrun-plugin</artifactId>
916 <version>1.8</version>
917 </plugin>
918 <plugin>
919 <groupId>org.apache.maven.plugins</groupId>
920 <artifactId>maven-clean-plugin</artifactId>
921 <version>3.0.0</version>
922 </plugin>
923 <plugin>
924 <groupId>org.apache.maven.plugins</groupId>
925 <artifactId>maven-jar-plugin</artifactId>
926 <version>3.0.2</version>
927 </plugin>
928 <plugin>
929 <groupId>org.codehaus.mojo</groupId>
930 <artifactId>build-helper-maven-plugin</artifactId>
931 <version>3.0.0</version>
932 </plugin>
933 <plugin>
934 <groupId>org.apache.maven.plugins</groupId>
935 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700936 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400937 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400938 <plugin>
939 <groupId>org.apache.maven.doxia</groupId>
940 <artifactId>doxia-maven-plugin</artifactId>
941 <version>1.1.4</version>
942 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700943 <plugin>
944 <groupId>org.apache.maven.plugins</groupId>
945 <artifactId>maven-enforcer-plugin</artifactId>
946 <version>3.0.0-M3</version>
947 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700948 </plugins>
949 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000950 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800951 <profiles>
952 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400953 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700954 <activation>
955 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400956 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700957 </file>
958 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400959 <properties>
960 <skip.assembly>true</skip.assembly>
961 </properties>
962 </profile>
963 <profile>
964 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700965 <build>
966 <plugins>
967 <plugin>
968 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500969 <artifactId>maven-jar-plugin</artifactId>
970 <configuration>
971 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500972 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500973 <manifest>
974 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
975 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
976 </manifest>
977 </archive>
978 </configuration>
979 </plugin>
980 <plugin>
981 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700982 <artifactId>maven-assembly-plugin</artifactId>
983 <!-- We override the configuration plugin to override the descriptor to use for building
984 the source release zip. Specifically, we would like to control the inclusions/exclusions.
985 For example, we exclude the KEYS file from the zip -->
986 <executions>
987 <execution>
988 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
989 the apache parent POM under the apache-release profile -->
990 <id>source-release-assembly</id>
991 <phase>package</phase>
992 <goals>
993 <goal>single</goal>
994 </goals>
995 <!-- combine.self should be override to replace the configuration in the parent POM -->
996 <configuration combine.self="override">
997 <descriptors>
998 <descriptor>src/main/assembly/source.xml</descriptor>
999 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -04001000 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -07001001 </configuration>
1002 </execution>
1003 </executions>
1004 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001005 <plugin>
1006 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -08001007 <artifactId>maven-gpg-plugin</artifactId>
1008 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001009 <executions>
1010 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -08001011 <id>sign-artifacts</id>
1012 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001013 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -08001014 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001015 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001016 </execution>
1017 </executions>
1018 </plugin>
1019 </plugins>
1020 </build>
1021 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -07001022 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -04001023 <id>coverage</id>
1024 <activation>
1025 <property>
1026 <name>coverage</name>
1027 </property>
1028 </activation>
1029 <build>
1030 <plugins>
1031 <plugin>
1032 <groupId>org.jacoco</groupId>
1033 <artifactId>jacoco-maven-plugin</artifactId>
1034 <version>${jacoco.version}</version>
1035 <executions>
1036 <execution>
1037 <id>default-prepare-agent</id>
1038 <goals>
1039 <goal>prepare-agent</goal>
1040 </goals>
1041 <configuration>
1042 <propertyName>coverageArgLine</propertyName>
1043 </configuration>
1044 </execution>
1045 <execution>
1046 <id>default-prepare-agent-integration</id>
1047 <goals>
1048 <goal>prepare-agent-integration</goal>
1049 </goals>
1050 <configuration>
1051 <propertyName>coverageArgLine</propertyName>
1052 </configuration>
1053 </execution>
1054 </executions>
1055 </plugin>
1056 </plugins>
1057 </build>
1058 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001059 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001060 </properties>
1061 </profile>
1062 <profile>
1063 <id>no-coverage</id>
1064 <activation>
1065 <property>
1066 <name>!coverage</name>
1067 </property>
1068 </activation>
1069 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001070 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001071 </properties>
1072 </profile>
1073 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001074 <id>integration-tests-only</id>
1075 <properties>
1076 <test.includes/>
1077 <failIfNoTests>false</failIfNoTests>
1078 </properties>
1079 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001080 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001081 <modules>
1082 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001083 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001084 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001085 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001086</project>