blob: 843167a470695d06bcfec480499264ca2f97d78a [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 Blow23fc48b2023-01-16 21:25:12 -050079 <netty.version>4.1.87.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>
115 <artifactId>netty-handler</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500116 <version>${netty.version}</version>
Till Westmannea666c92017-02-22 22:25:15 -0800117 </dependency>
118 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400119 <groupId>io.netty</groupId>
Hussain Towaileb35c42ac2023-05-23 10:44:10 +0300120 <artifactId>netty-handler-proxy</artifactId>
121 <version>${netty.version}</version>
122 </dependency>
123 <dependency>
124 <groupId>io.netty</groupId>
Michael Blow178ad762022-06-24 17:38:08 -0400125 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500126 <version>${netty.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700127 </dependency>
128 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400129 <groupId>io.netty</groupId>
130 <artifactId>netty-resolver-dns</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500131 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400132 </dependency>
133 <dependency>
134 <groupId>io.netty</groupId>
135 <artifactId>netty-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500136 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400137 </dependency>
138 <dependency>
139 <groupId>io.netty</groupId>
140 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500141 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400142 </dependency>
143 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700144 <groupId>junit</groupId>
145 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500146 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700147 </dependency>
148 <dependency>
149 <groupId>org.apache.hadoop</groupId>
150 <artifactId>hadoop-yarn-client</artifactId>
151 <version>${hadoop.version}</version>
152 </dependency>
153 <dependency>
154 <groupId>org.apache.hadoop</groupId>
155 <artifactId>hadoop-client</artifactId>
156 <version>${hadoop.version}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.hadoop</groupId>
160 <artifactId>hadoop-common</artifactId>
161 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400162 <exclusions>
163 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300164 <groupId>net.minidev</groupId>
165 <artifactId>json-smart</artifactId>
166 </exclusion>
167 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300168 <groupId>com.nimbusds</groupId>
169 <artifactId>nimbus-jose-jwt</artifactId>
170 </exclusion>
171 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400172 <groupId>javax.servlet.jsp</groupId>
173 <artifactId>jsp-api</artifactId>
174 </exclusion>
175 <exclusion>
176 <groupId>javax.servlet</groupId>
177 <artifactId>servlet-api</artifactId>
178 </exclusion>
179 <exclusion>
180 <groupId>jdk.tools</groupId>
181 <artifactId>jdk.tools</artifactId>
182 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700183 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500184 <groupId>org.slf4j</groupId>
185 <artifactId>slf4j-reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700186 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700187 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500188 <groupId>ch.qos.reload4j</groupId>
189 <artifactId>reload4j</artifactId>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700190 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300191 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
192 <exclusion>
193 <groupId>org.eclipse.jetty</groupId>
194 <artifactId>jetty-util</artifactId>
195 </exclusion>
196 <exclusion>
197 <groupId>org.eclipse.jetty</groupId>
198 <artifactId>jetty-util-ajax</artifactId>
199 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400200 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700201 </dependency>
202 <dependency>
203 <groupId>org.apache.hadoop</groupId>
204 <artifactId>hadoop-hdfs</artifactId>
205 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700206 <exclusions>
207 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500208 <groupId>io.netty</groupId>
209 <artifactId>netty-all</artifactId>
210 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500211 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500212 <groupId>org.slf4j</groupId>
213 <artifactId>slf4j-reload4j</artifactId>
214 </exclusion>
215 <exclusion>
216 <groupId>ch.qos.reload4j</groupId>
217 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700218 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300219 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
220 <exclusion>
221 <groupId>org.eclipse.jetty</groupId>
222 <artifactId>jetty-util</artifactId>
223 </exclusion>
224 <exclusion>
225 <groupId>org.eclipse.jetty</groupId>
226 <artifactId>jetty-util-ajax</artifactId>
227 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700228 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700229 </dependency>
230 <dependency>
231 <groupId>org.apache.hadoop</groupId>
232 <artifactId>hadoop-minicluster</artifactId>
233 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700234 <exclusions>
235 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500236 <groupId>org.slf4j</groupId>
237 <artifactId>slf4j-reload4j</artifactId>
238 </exclusion>
239 <exclusion>
240 <groupId>ch.qos.reload4j</groupId>
241 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700242 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300243 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
244 <exclusion>
245 <groupId>org.eclipse.jetty</groupId>
246 <artifactId>jetty-util</artifactId>
247 </exclusion>
248 <exclusion>
249 <groupId>org.eclipse.jetty</groupId>
250 <artifactId>jetty-util-ajax</artifactId>
251 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700252 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700253 </dependency>
254 <dependency>
255 <groupId>org.apache.hadoop</groupId>
256 <artifactId>hadoop-mapreduce-client-core</artifactId>
257 <version>${hadoop.version}</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300258 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
259 <exclusions>
260 <exclusion>
261 <groupId>org.eclipse.jetty</groupId>
262 <artifactId>jetty-util</artifactId>
263 </exclusion>
264 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700265 </dependency>
266 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400267 <groupId>org.apache.hadoop</groupId>
268 <artifactId>hadoop-hdfs</artifactId>
269 <version>${hadoop.version}</version>
270 <classifier>tests</classifier>
271 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700272 <exclusions>
273 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500274 <groupId>org.slf4j</groupId>
275 <artifactId>slf4j-reload4j</artifactId>
276 </exclusion>
277 <exclusion>
278 <groupId>ch.qos.reload4j</groupId>
279 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700280 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300281 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
282 <exclusion>
283 <groupId>org.eclipse.jetty</groupId>
284 <artifactId>jetty-util</artifactId>
285 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700286 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400287 </dependency>
288 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500289 <groupId>com.e-movimento.tinytools</groupId>
290 <artifactId>privilegedaccessor</artifactId>
291 <version>1.3</version>
292 </dependency>
293 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700294 <groupId>commons-io</groupId>
295 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400296 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500297 </dependency>
298 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400299 <groupId>org.apache.commons</groupId>
300 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400301 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400302 </dependency>
303 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800304 <groupId>com.fasterxml.jackson.core</groupId>
305 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500306 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800307 </dependency>
308 <dependency>
309 <groupId>com.fasterxml.jackson.core</groupId>
310 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400311 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800312 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500313 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500314 <groupId>com.fasterxml.jackson.core</groupId>
315 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400316 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500317 </dependency>
318 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500319 <groupId>com.google.guava</groupId>
320 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500321 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400322 <exclusions>
323 <exclusion>
324 <groupId>com.google.code.findbugs</groupId>
325 <artifactId>jsr305</artifactId>
326 </exclusion>
327 <exclusion>
328 <groupId>com.google.guava</groupId>
329 <artifactId>listenablefuture</artifactId>
330 </exclusion>
331 <exclusion>
332 <groupId>org.checkerframework</groupId>
333 <artifactId>checker-qual</artifactId>
334 </exclusion>
335 <exclusion>
336 <groupId>com.google.j2objc</groupId>
337 <artifactId>j2objc-annotations</artifactId>
338 </exclusion>
339 <exclusion>
340 <groupId>org.codehaus.mojo</groupId>
341 <artifactId>animal-sniffer-annotations</artifactId>
342 </exclusion>
343 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500344 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500345 <dependency>
346 <groupId>org.apache.commons</groupId>
347 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400348 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500349 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500350 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500351 <groupId>org.apache.commons</groupId>
352 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500353 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500354 </dependency>
355 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800356 <groupId>org.apache.httpcomponents</groupId>
357 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500358 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800359 </dependency>
360 <dependency>
361 <groupId>org.apache.httpcomponents</groupId>
362 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500363 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800364 </dependency>
365 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500366 <groupId>org.apache.rat</groupId>
367 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500368 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500369 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500370 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800371 <groupId>org.ini4j</groupId>
372 <artifactId>ini4j</artifactId>
373 <version>0.5.4</version>
374 </dependency>
375 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500376 <groupId>args4j</groupId>
377 <artifactId>args4j</artifactId>
378 <version>2.33</version>
379 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300380 <dependency>
381 <groupId>org.apache.logging.log4j</groupId>
382 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400383 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300384 </dependency>
385 <dependency>
386 <groupId>org.apache.logging.log4j</groupId>
387 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400388 <version>${log4j.version}</version>
389 </dependency>
390 <dependency>
391 <groupId>org.apache.logging.log4j</groupId>
392 <artifactId>log4j-jul</artifactId>
393 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300394 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800395 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400396 <groupId>javax.xml.bind</groupId>
397 <artifactId>jaxb-api</artifactId>
398 <version>2.3.0</version>
399 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500400 <dependency>
401 <groupId>org.apache.maven</groupId>
402 <artifactId>maven-project</artifactId>
403 <version>2.2.1</version>
404 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500405 <dependency>
406 <groupId>org.apache.maven</groupId>
407 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500408 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500409 </dependency>
410 <dependency>
411 <groupId>org.apache.maven</groupId>
412 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500413 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500414 </dependency>
415 <dependency>
416 <groupId>org.apache.maven</groupId>
417 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500418 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500419 </dependency>
420 <dependency>
421 <groupId>org.apache.maven</groupId>
422 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500423 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500424 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500425 <dependency>
426 <groupId>org.apache.maven</groupId>
427 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500428 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400429 </dependency>
430 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500431 <groupId>org.apache.maven.plugin-tools</groupId>
432 <artifactId>maven-plugin-annotations</artifactId>
433 <version>3.6.4</version>
434 </dependency>
435 <dependency>
436 <groupId>org.apache.maven.plugins</groupId>
437 <artifactId>maven-remote-resources-plugin</artifactId>
438 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500439 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700440 <dependency>
441 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400442 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400443 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700444 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700445 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700446 <groupId>org.slf4j</groupId>
447 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500448 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700449 </dependency>
450 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700451 <groupId>org.apache.logging.log4j</groupId>
452 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400453 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700454 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700455 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700456 <groupId>org.mockito</groupId>
457 <artifactId>mockito-core</artifactId>
458 <version>3.10.0</version>
459 </dependency>
460 <dependency>
461 <groupId>org.powermock</groupId>
462 <artifactId>powermock-api-mockito2</artifactId>
463 <version>2.0.9</version>
464 </dependency>
465 <dependency>
466 <groupId>org.powermock</groupId>
467 <artifactId>powermock-module-junit4</artifactId>
468 <version>2.0.9</version>
469 </dependency>
470 <dependency>
471 <groupId>org.powermock</groupId>
472 <artifactId>powermock-core</artifactId>
473 <version>2.0.9</version>
474 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700475 <dependency>
476 <groupId>org.xerial.snappy</groupId>
477 <artifactId>snappy-java</artifactId>
478 <version>${snappy.version}</version>
479 </dependency>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300480 <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can
481 be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs -->
482 <dependency>
483 <groupId>org.eclipse.jetty</groupId>
484 <artifactId>jetty-util</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400485 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300486 </dependency>
487 <dependency>
488 <groupId>org.eclipse.jetty</groupId>
489 <artifactId>jetty-util-ajax</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400490 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300491 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300492 <!-- Manually included to avoid CVE-2023-1370 -->
493 <dependency>
494 <groupId>net.minidev</groupId>
495 <artifactId>json-smart</artifactId>
496 <version>2.4.11</version>
497 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700498 </dependencies>
499 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000500 <build>
501 <plugins>
502 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400503 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500504 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500505 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500506 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500507 <exclude>**/DEPENDENCIES</exclude>
508 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500509 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500510 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500511 <manifest>
512 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
513 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
514 </manifest>
515 <manifestEntries>
516 <Implementation-Title>${implementation.title}</Implementation-Title>
517 <Implementation-URL>${implementation.url}</Implementation-URL>
518 <Implementation-Version>${implementation.version}</Implementation-Version>
519 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
520 </manifestEntries>
521 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500522 </configuration>
523 </plugin>
524 <plugin>
525 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400526 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400527 <configuration>
528 <failOnWarning>true</failOnWarning>
529 <outputXML>true</outputXML>
530 </configuration>
531 <executions>
532 <execution>
533 <phase>process-test-classes</phase>
534 <goals>
535 <goal>analyze-only</goal>
536 </goals>
537 </execution>
538 </executions>
539 </plugin>
540 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700541 <groupId>org.apache.rat</groupId>
542 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700543 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700544 <execution>
545 <phase>validate</phase>
546 <goals>
547 <goal>check</goal>
548 </goals>
549 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700550 </executions>
551 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500552 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
553 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700554 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800555 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700556 </licenses>
557 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800558 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700559 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500560 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400561 <excludes combine.children="append">
562 <exclude>**/*.iml</exclude>
563 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700564 </configuration>
565 </plugin>
566 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700567 <groupId>org.apache.maven.plugins</groupId>
568 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700569 <configuration>
570 <failIfNoTests>false</failIfNoTests>
571 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800572 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800573 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300574 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700575 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300576 <systemPropertyVariables>
577 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
578 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700579 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500580 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700581 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500582 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500583 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800584 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400585 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700586 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700587 </plugin>
588 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700589 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300590 <artifactId>maven-failsafe-plugin</artifactId>
591 <configuration>
592 <systemPropertyVariables>
593 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
594 </systemPropertyVariables>
595 </configuration>
596 </plugin>
597 <plugin>
598 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700599 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700600 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400601 <source>${source.jdk.version}</source>
602 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500603 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700604 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000605 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700606 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700607 <groupId>org.apache.maven.plugins</groupId>
608 <artifactId>maven-remote-resources-plugin</artifactId>
609 <executions>
610 <execution>
611 <goals>
612 <goal>process</goal>
613 </goals>
614 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500615 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700616 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700617 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500618 <properties>
619 <projectName>Apache Hyracks - ${project.name}</projectName>
620 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700621 </configuration>
622 </execution>
623 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800624 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400625 <plugin>
626 <groupId>org.apache.maven.plugins</groupId>
627 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400628 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400629 <executions>
630 <execution>
631 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400632 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400633 <goals>
634 <goal>check</goal>
635 </goals>
636 </execution>
637 </executions>
638 <configuration>
639 <logViolationsToConsole>true</logViolationsToConsole>
640 <checkstyleRules>
641 <module name="Checker">
642 <!-- Checks for whitespace -->
643 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400644 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400645 <module name="TreeWalker">
646 <module name="AvoidStarImport">
647 <property name="allowStaticMemberImports" value="true"/>
648 </module>
649 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400650 </module>
651 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400652 <includes>**/*.java,**/*.jj</includes>
653 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400654 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
655 </configuration>
656 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400657 <plugin>
658 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400659 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400660 <executions>
661 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400662 <id>check-pom-packaging</id>
663 <phase>validate</phase>
664 <goals>
665 <goal>run</goal>
666 </goals>
667 <configuration>
668 <exportAntProperties>true</exportAntProperties>
669 <target xmlns:unless="ant:unless">
670 <condition property="skipPomEnforcement">
671 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
672 </condition>
673 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
674 </target>
675 </configuration>
676 </execution>
677 </executions>
678 </plugin>
679 <plugin>
680 <groupId>org.apache.maven.plugins</groupId>
681 <artifactId>maven-enforcer-plugin</artifactId>
682 <executions>
683 <execution>
684 <id>ensure-no-tests-for-pom-packaging</id>
685 <phase>validate</phase>
686 <goals>
687 <goal>enforce</goal>
688 </goals>
689 <configuration>
690 <rules>
691 <requireFilesDontExist>
692 <files>
693 <file>${project.build.testSourceDirectory}</file>
694 </files>
695 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
696 </requireFilesDontExist>
697 </rules>
698 <skip>${skipPomEnforcement}</skip>
699 </configuration>
700 </execution>
701 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400702 <id>enforce-versions</id>
703 <goals>
704 <goal>enforce</goal>
705 </goals>
706 <configuration>
707 <rules>
708 <requireMavenVersion>
709 <version>[3.3.9,)</version>
710 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700711 <requireJavaVersion>
712 <version>[11,)</version>
713 </requireJavaVersion>
714 </rules>
715 </configuration>
716 </execution>
717 <execution>
718 <id>ensure-no-duplicate-deps</id>
719 <goals>
720 <goal>enforce</goal>
721 </goals>
722 <configuration>
723 <rules>
724 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400725 </rules>
726 </configuration>
727 </execution>
728 </executions>
729 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500730 <plugin>
731 <groupId>org.apache.maven.plugins</groupId>
732 <artifactId>maven-resources-plugin</artifactId>
733 <executions>
734 <execution>
735 <id>default-testResources</id>
736 <goals>
737 <goal>testResources</goal>
738 </goals>
739 <configuration>
740 <skip>${skip.testResources}</skip>
741 </configuration>
742 </execution>
743 </executions>
744 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500745 <plugin>
746 <groupId>net.revelc.code.formatter</groupId>
747 <artifactId>formatter-maven-plugin</artifactId>
748 <executions>
749 <execution>
750 <goals>
751 <goal>${source-format.goal}</goal>
752 </goals>
753 </execution>
754 </executions>
755 <configuration>
756 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
757 <skipFormatting>${source-format.skip}</skipFormatting>
758 </configuration>
759 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400760 <plugin>
761 <groupId>net.revelc.code</groupId>
762 <artifactId>impsort-maven-plugin</artifactId>
763 <executions>
764 <execution>
765 <goals>
766 <goal>${import-sort.goal}</goal>
767 </goals>
768 </execution>
769 </executions>
770 <configuration>
771 <groups>java,javax,org,com,*</groups>
772 <removeUnused>true</removeUnused>
773 <skip>${import-sort.skip}</skip>
774 </configuration>
775 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000776 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700777 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700778 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500779 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800780 <groupId>org.apache.maven.plugins</groupId>
781 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400782 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800783 </plugin>
784 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500785 <groupId>org.apache.rat</groupId>
786 <artifactId>apache-rat-plugin</artifactId>
787 <version>0.12</version>
788 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700789 <plugin>
790 <groupId>net.revelc.code.formatter</groupId>
791 <artifactId>formatter-maven-plugin</artifactId>
792 <version>2.0.1</version>
793 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400794 <plugin>
795 <groupId>net.revelc.code</groupId>
796 <artifactId>impsort-maven-plugin</artifactId>
797 <version>1.2.0</version>
798 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700799 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
800 <plugin>
801 <groupId>org.eclipse.m2e</groupId>
802 <artifactId>lifecycle-mapping</artifactId>
803 <version>1.0.0</version>
804 <configuration>
805 <lifecycleMappingMetadata>
806 <pluginExecutions>
807 <pluginExecution>
808 <pluginExecutionFilter>
809 <groupId>org.apache.rat</groupId>
810 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400811 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700812 <goals>
813 <goal>check</goal>
814 </goals>
815 </pluginExecutionFilter>
816 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400817 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700818 </action>
819 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400820 <pluginExecution>
821 <pluginExecutionFilter>
822 <groupId>org.apache.maven.plugins</groupId>
823 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400824 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400825 <goals>
826 <goal>check</goal>
827 </goals>
828 </pluginExecutionFilter>
829 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400830 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400831 </action>
832 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700833 <pluginExecution>
834 <pluginExecutionFilter>
835 <groupId>org.apache.maven.plugins</groupId>
836 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400837 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700838 <goals>
839 <goal>analyze-only</goal>
840 </goals>
841 </pluginExecutionFilter>
842 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800843 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700844 </action>
845 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800846 <pluginExecution>
847 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800848 <groupId>net.revelc.code.formatter</groupId>
849 <artifactId>formatter-maven-plugin</artifactId>
850 <versionRange>[2.0.1,)</versionRange>
851 <goals>
852 <goal>format</goal>
853 </goals>
854 </pluginExecutionFilter>
855 <action>
856 <ignore></ignore>
857 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800858 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700859 </pluginExecutions>
860 </lifecycleMappingMetadata>
861 </configuration>
862 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800863 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500864 <groupId>org.codehaus.mojo</groupId>
865 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400866 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800867 </plugin>
868 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500869 <groupId>org.apache.maven.plugins</groupId>
870 <artifactId>maven-scm-plugin</artifactId>
871 <version>1.9.5</version>
872 </plugin>
873 <plugin>
874 <groupId>org.codehaus.mojo</groupId>
875 <artifactId>appassembler-maven-plugin</artifactId>
876 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800877 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400878 <plugin>
879 <groupId>org.apache.maven.plugins</groupId>
880 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400881 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400882 </plugin>
883 <plugin>
884 <groupId>org.apache.maven.plugins</groupId>
885 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400886 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400887 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400888 <plugin>
889 <groupId>org.apache.hyracks</groupId>
890 <artifactId>license-automation-plugin</artifactId>
891 <version>${project.version}</version>
892 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400893 <plugin>
894 <groupId>org.apache.maven.plugins</groupId>
895 <artifactId>maven-assembly-plugin</artifactId>
896 <version>3.1.0</version>
897 </plugin>
898 <plugin>
899 <groupId>org.apache.maven.plugins</groupId>
900 <artifactId>maven-antrun-plugin</artifactId>
901 <version>1.8</version>
902 </plugin>
903 <plugin>
904 <groupId>org.apache.maven.plugins</groupId>
905 <artifactId>maven-clean-plugin</artifactId>
906 <version>3.0.0</version>
907 </plugin>
908 <plugin>
909 <groupId>org.apache.maven.plugins</groupId>
910 <artifactId>maven-jar-plugin</artifactId>
911 <version>3.0.2</version>
912 </plugin>
913 <plugin>
914 <groupId>org.codehaus.mojo</groupId>
915 <artifactId>build-helper-maven-plugin</artifactId>
916 <version>3.0.0</version>
917 </plugin>
918 <plugin>
919 <groupId>org.apache.maven.plugins</groupId>
920 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700921 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400922 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400923 <plugin>
924 <groupId>org.apache.maven.doxia</groupId>
925 <artifactId>doxia-maven-plugin</artifactId>
926 <version>1.1.4</version>
927 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700928 <plugin>
929 <groupId>org.apache.maven.plugins</groupId>
930 <artifactId>maven-enforcer-plugin</artifactId>
931 <version>3.0.0-M3</version>
932 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700933 </plugins>
934 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000935 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800936 <profiles>
937 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400938 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700939 <activation>
940 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400941 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700942 </file>
943 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400944 <properties>
945 <skip.assembly>true</skip.assembly>
946 </properties>
947 </profile>
948 <profile>
949 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700950 <build>
951 <plugins>
952 <plugin>
953 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500954 <artifactId>maven-jar-plugin</artifactId>
955 <configuration>
956 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500957 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500958 <manifest>
959 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
960 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
961 </manifest>
962 </archive>
963 </configuration>
964 </plugin>
965 <plugin>
966 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700967 <artifactId>maven-assembly-plugin</artifactId>
968 <!-- We override the configuration plugin to override the descriptor to use for building
969 the source release zip. Specifically, we would like to control the inclusions/exclusions.
970 For example, we exclude the KEYS file from the zip -->
971 <executions>
972 <execution>
973 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
974 the apache parent POM under the apache-release profile -->
975 <id>source-release-assembly</id>
976 <phase>package</phase>
977 <goals>
978 <goal>single</goal>
979 </goals>
980 <!-- combine.self should be override to replace the configuration in the parent POM -->
981 <configuration combine.self="override">
982 <descriptors>
983 <descriptor>src/main/assembly/source.xml</descriptor>
984 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400985 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700986 </configuration>
987 </execution>
988 </executions>
989 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700990 <plugin>
991 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800992 <artifactId>maven-gpg-plugin</artifactId>
993 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700994 <executions>
995 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800996 <id>sign-artifacts</id>
997 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700998 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800999 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001000 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001001 </execution>
1002 </executions>
1003 </plugin>
1004 </plugins>
1005 </build>
1006 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -07001007 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -04001008 <id>coverage</id>
1009 <activation>
1010 <property>
1011 <name>coverage</name>
1012 </property>
1013 </activation>
1014 <build>
1015 <plugins>
1016 <plugin>
1017 <groupId>org.jacoco</groupId>
1018 <artifactId>jacoco-maven-plugin</artifactId>
1019 <version>${jacoco.version}</version>
1020 <executions>
1021 <execution>
1022 <id>default-prepare-agent</id>
1023 <goals>
1024 <goal>prepare-agent</goal>
1025 </goals>
1026 <configuration>
1027 <propertyName>coverageArgLine</propertyName>
1028 </configuration>
1029 </execution>
1030 <execution>
1031 <id>default-prepare-agent-integration</id>
1032 <goals>
1033 <goal>prepare-agent-integration</goal>
1034 </goals>
1035 <configuration>
1036 <propertyName>coverageArgLine</propertyName>
1037 </configuration>
1038 </execution>
1039 </executions>
1040 </plugin>
1041 </plugins>
1042 </build>
1043 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001044 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001045 </properties>
1046 </profile>
1047 <profile>
1048 <id>no-coverage</id>
1049 <activation>
1050 <property>
1051 <name>!coverage</name>
1052 </property>
1053 </activation>
1054 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001055 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001056 </properties>
1057 </profile>
1058 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001059 <id>integration-tests-only</id>
1060 <properties>
1061 <test.includes/>
1062 <failIfNoTests>false</failIfNoTests>
1063 </properties>
1064 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001065 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001066 <modules>
1067 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001068 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001069 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001070 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001071</project>