blob: fcd7d6c9fdd0c7d19e91ceb5985f4a4e0a16491a [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 Maxon4f3e48f2023-03-14 20:12:58 -070024 <version>0.3.9-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>
Hussain Towaileb8d1721f2023-06-08 19:34:07 +0300159 <groupId>io.netty</groupId>
160 <artifactId>netty-all</artifactId>
161 <version>${netty.version}</version>
162 <scope>test</scope>
163 </dependency>
164 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700165 <groupId>junit</groupId>
166 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500167 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700168 </dependency>
169 <dependency>
170 <groupId>org.apache.hadoop</groupId>
171 <artifactId>hadoop-yarn-client</artifactId>
172 <version>${hadoop.version}</version>
173 </dependency>
174 <dependency>
175 <groupId>org.apache.hadoop</groupId>
176 <artifactId>hadoop-client</artifactId>
177 <version>${hadoop.version}</version>
178 </dependency>
179 <dependency>
180 <groupId>org.apache.hadoop</groupId>
181 <artifactId>hadoop-common</artifactId>
182 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400183 <exclusions>
184 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300185 <groupId>net.minidev</groupId>
186 <artifactId>json-smart</artifactId>
187 </exclusion>
188 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300189 <groupId>com.nimbusds</groupId>
190 <artifactId>nimbus-jose-jwt</artifactId>
191 </exclusion>
192 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400193 <groupId>javax.servlet.jsp</groupId>
194 <artifactId>jsp-api</artifactId>
195 </exclusion>
196 <exclusion>
197 <groupId>javax.servlet</groupId>
198 <artifactId>servlet-api</artifactId>
199 </exclusion>
200 <exclusion>
201 <groupId>jdk.tools</groupId>
202 <artifactId>jdk.tools</artifactId>
203 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700204 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500205 <groupId>org.slf4j</groupId>
206 <artifactId>slf4j-reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700207 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700208 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500209 <groupId>ch.qos.reload4j</groupId>
210 <artifactId>reload4j</artifactId>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700211 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300212 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
213 <exclusion>
214 <groupId>org.eclipse.jetty</groupId>
215 <artifactId>jetty-util</artifactId>
216 </exclusion>
217 <exclusion>
218 <groupId>org.eclipse.jetty</groupId>
219 <artifactId>jetty-util-ajax</artifactId>
220 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400221 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700222 </dependency>
223 <dependency>
224 <groupId>org.apache.hadoop</groupId>
225 <artifactId>hadoop-hdfs</artifactId>
226 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700227 <exclusions>
228 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500229 <groupId>io.netty</groupId>
230 <artifactId>netty-all</artifactId>
231 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500232 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500233 <groupId>org.slf4j</groupId>
234 <artifactId>slf4j-reload4j</artifactId>
235 </exclusion>
236 <exclusion>
237 <groupId>ch.qos.reload4j</groupId>
238 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700239 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300240 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
241 <exclusion>
242 <groupId>org.eclipse.jetty</groupId>
243 <artifactId>jetty-util</artifactId>
244 </exclusion>
245 <exclusion>
246 <groupId>org.eclipse.jetty</groupId>
247 <artifactId>jetty-util-ajax</artifactId>
248 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700249 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700250 </dependency>
251 <dependency>
252 <groupId>org.apache.hadoop</groupId>
253 <artifactId>hadoop-minicluster</artifactId>
254 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700255 <exclusions>
256 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500257 <groupId>org.slf4j</groupId>
258 <artifactId>slf4j-reload4j</artifactId>
259 </exclusion>
260 <exclusion>
261 <groupId>ch.qos.reload4j</groupId>
262 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700263 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300264 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
265 <exclusion>
266 <groupId>org.eclipse.jetty</groupId>
267 <artifactId>jetty-util</artifactId>
268 </exclusion>
269 <exclusion>
270 <groupId>org.eclipse.jetty</groupId>
271 <artifactId>jetty-util-ajax</artifactId>
272 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700273 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700274 </dependency>
275 <dependency>
276 <groupId>org.apache.hadoop</groupId>
277 <artifactId>hadoop-mapreduce-client-core</artifactId>
278 <version>${hadoop.version}</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300279 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
280 <exclusions>
281 <exclusion>
282 <groupId>org.eclipse.jetty</groupId>
283 <artifactId>jetty-util</artifactId>
284 </exclusion>
285 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700286 </dependency>
287 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400288 <groupId>org.apache.hadoop</groupId>
289 <artifactId>hadoop-hdfs</artifactId>
290 <version>${hadoop.version}</version>
291 <classifier>tests</classifier>
292 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700293 <exclusions>
294 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500295 <groupId>org.slf4j</groupId>
296 <artifactId>slf4j-reload4j</artifactId>
297 </exclusion>
298 <exclusion>
299 <groupId>ch.qos.reload4j</groupId>
300 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700301 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300302 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
303 <exclusion>
304 <groupId>org.eclipse.jetty</groupId>
305 <artifactId>jetty-util</artifactId>
306 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700307 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400308 </dependency>
309 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500310 <groupId>com.e-movimento.tinytools</groupId>
311 <artifactId>privilegedaccessor</artifactId>
312 <version>1.3</version>
313 </dependency>
314 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700315 <groupId>commons-io</groupId>
316 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400317 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500318 </dependency>
319 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400320 <groupId>org.apache.commons</groupId>
321 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400322 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400323 </dependency>
324 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800325 <groupId>com.fasterxml.jackson.core</groupId>
326 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500327 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800328 </dependency>
329 <dependency>
330 <groupId>com.fasterxml.jackson.core</groupId>
331 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400332 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800333 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500334 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500335 <groupId>com.fasterxml.jackson.core</groupId>
336 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400337 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500338 </dependency>
339 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500340 <groupId>com.google.guava</groupId>
341 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500342 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400343 <exclusions>
344 <exclusion>
345 <groupId>com.google.code.findbugs</groupId>
346 <artifactId>jsr305</artifactId>
347 </exclusion>
348 <exclusion>
349 <groupId>com.google.guava</groupId>
350 <artifactId>listenablefuture</artifactId>
351 </exclusion>
352 <exclusion>
353 <groupId>org.checkerframework</groupId>
354 <artifactId>checker-qual</artifactId>
355 </exclusion>
356 <exclusion>
357 <groupId>com.google.j2objc</groupId>
358 <artifactId>j2objc-annotations</artifactId>
359 </exclusion>
360 <exclusion>
361 <groupId>org.codehaus.mojo</groupId>
362 <artifactId>animal-sniffer-annotations</artifactId>
363 </exclusion>
364 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500365 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500366 <dependency>
367 <groupId>org.apache.commons</groupId>
368 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400369 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500370 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500371 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500372 <groupId>org.apache.commons</groupId>
373 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500374 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500375 </dependency>
376 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800377 <groupId>org.apache.httpcomponents</groupId>
378 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500379 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800380 </dependency>
381 <dependency>
382 <groupId>org.apache.httpcomponents</groupId>
383 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500384 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800385 </dependency>
386 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500387 <groupId>org.apache.rat</groupId>
388 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500389 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500390 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500391 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800392 <groupId>org.ini4j</groupId>
393 <artifactId>ini4j</artifactId>
394 <version>0.5.4</version>
395 </dependency>
396 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500397 <groupId>args4j</groupId>
398 <artifactId>args4j</artifactId>
399 <version>2.33</version>
400 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300401 <dependency>
402 <groupId>org.apache.logging.log4j</groupId>
403 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400404 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300405 </dependency>
406 <dependency>
407 <groupId>org.apache.logging.log4j</groupId>
408 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400409 <version>${log4j.version}</version>
410 </dependency>
411 <dependency>
412 <groupId>org.apache.logging.log4j</groupId>
413 <artifactId>log4j-jul</artifactId>
414 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300415 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800416 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400417 <groupId>javax.xml.bind</groupId>
418 <artifactId>jaxb-api</artifactId>
419 <version>2.3.0</version>
420 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500421 <dependency>
422 <groupId>org.apache.maven</groupId>
423 <artifactId>maven-project</artifactId>
424 <version>2.2.1</version>
425 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500426 <dependency>
427 <groupId>org.apache.maven</groupId>
428 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500429 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500430 </dependency>
431 <dependency>
432 <groupId>org.apache.maven</groupId>
433 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500434 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500435 </dependency>
436 <dependency>
437 <groupId>org.apache.maven</groupId>
438 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500439 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500440 </dependency>
441 <dependency>
442 <groupId>org.apache.maven</groupId>
443 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500444 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500445 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500446 <dependency>
447 <groupId>org.apache.maven</groupId>
448 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500449 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400450 </dependency>
451 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500452 <groupId>org.apache.maven.plugin-tools</groupId>
453 <artifactId>maven-plugin-annotations</artifactId>
454 <version>3.6.4</version>
455 </dependency>
456 <dependency>
457 <groupId>org.apache.maven.plugins</groupId>
458 <artifactId>maven-remote-resources-plugin</artifactId>
459 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500460 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700461 <dependency>
462 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400463 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400464 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700465 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700466 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700467 <groupId>org.slf4j</groupId>
468 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500469 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700470 </dependency>
471 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700472 <groupId>org.apache.logging.log4j</groupId>
473 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400474 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700475 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700476 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700477 <groupId>org.mockito</groupId>
478 <artifactId>mockito-core</artifactId>
479 <version>3.10.0</version>
480 </dependency>
481 <dependency>
482 <groupId>org.powermock</groupId>
483 <artifactId>powermock-api-mockito2</artifactId>
484 <version>2.0.9</version>
485 </dependency>
486 <dependency>
487 <groupId>org.powermock</groupId>
488 <artifactId>powermock-module-junit4</artifactId>
489 <version>2.0.9</version>
490 </dependency>
491 <dependency>
492 <groupId>org.powermock</groupId>
493 <artifactId>powermock-core</artifactId>
494 <version>2.0.9</version>
495 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700496 <dependency>
497 <groupId>org.xerial.snappy</groupId>
498 <artifactId>snappy-java</artifactId>
499 <version>${snappy.version}</version>
500 </dependency>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300501 <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can
502 be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs -->
503 <dependency>
504 <groupId>org.eclipse.jetty</groupId>
505 <artifactId>jetty-util</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400506 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300507 </dependency>
508 <dependency>
509 <groupId>org.eclipse.jetty</groupId>
510 <artifactId>jetty-util-ajax</artifactId>
Michael Blow8b67de42023-06-28 11:14:13 -0400511 <version>9.4.51.v20230217</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300512 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300513 <!-- Manually included to avoid CVE-2023-1370 -->
514 <dependency>
515 <groupId>net.minidev</groupId>
516 <artifactId>json-smart</artifactId>
517 <version>2.4.11</version>
518 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700519 </dependencies>
520 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000521 <build>
522 <plugins>
523 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400524 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500525 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500526 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500527 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500528 <exclude>**/DEPENDENCIES</exclude>
529 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500530 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500531 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500532 <manifest>
533 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
534 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
535 </manifest>
536 <manifestEntries>
537 <Implementation-Title>${implementation.title}</Implementation-Title>
538 <Implementation-URL>${implementation.url}</Implementation-URL>
539 <Implementation-Version>${implementation.version}</Implementation-Version>
540 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
541 </manifestEntries>
542 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500543 </configuration>
544 </plugin>
545 <plugin>
546 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400547 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400548 <configuration>
549 <failOnWarning>true</failOnWarning>
550 <outputXML>true</outputXML>
551 </configuration>
552 <executions>
553 <execution>
554 <phase>process-test-classes</phase>
555 <goals>
556 <goal>analyze-only</goal>
557 </goals>
558 </execution>
559 </executions>
560 </plugin>
561 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700562 <groupId>org.apache.rat</groupId>
563 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700564 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700565 <execution>
566 <phase>validate</phase>
567 <goals>
568 <goal>check</goal>
569 </goals>
570 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700571 </executions>
572 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500573 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
574 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700575 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800576 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700577 </licenses>
578 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800579 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700580 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500581 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400582 <excludes combine.children="append">
583 <exclude>**/*.iml</exclude>
584 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700585 </configuration>
586 </plugin>
587 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700588 <groupId>org.apache.maven.plugins</groupId>
589 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700590 <configuration>
591 <failIfNoTests>false</failIfNoTests>
592 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800593 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800594 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300595 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700596 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300597 <systemPropertyVariables>
598 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
599 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700600 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500601 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700602 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500603 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500604 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800605 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400606 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700607 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700608 </plugin>
609 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700610 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300611 <artifactId>maven-failsafe-plugin</artifactId>
612 <configuration>
613 <systemPropertyVariables>
614 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
615 </systemPropertyVariables>
616 </configuration>
617 </plugin>
618 <plugin>
619 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700620 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700621 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400622 <source>${source.jdk.version}</source>
623 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500624 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700625 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000626 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700627 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700628 <groupId>org.apache.maven.plugins</groupId>
629 <artifactId>maven-remote-resources-plugin</artifactId>
630 <executions>
631 <execution>
632 <goals>
633 <goal>process</goal>
634 </goals>
635 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500636 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700637 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700638 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500639 <properties>
640 <projectName>Apache Hyracks - ${project.name}</projectName>
641 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700642 </configuration>
643 </execution>
644 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800645 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400646 <plugin>
647 <groupId>org.apache.maven.plugins</groupId>
648 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400649 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400650 <executions>
651 <execution>
652 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400653 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400654 <goals>
655 <goal>check</goal>
656 </goals>
657 </execution>
658 </executions>
659 <configuration>
660 <logViolationsToConsole>true</logViolationsToConsole>
661 <checkstyleRules>
662 <module name="Checker">
663 <!-- Checks for whitespace -->
664 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400665 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400666 <module name="TreeWalker">
667 <module name="AvoidStarImport">
668 <property name="allowStaticMemberImports" value="true"/>
669 </module>
670 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400671 </module>
672 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400673 <includes>**/*.java,**/*.jj</includes>
674 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400675 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
676 </configuration>
677 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400678 <plugin>
679 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400680 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400681 <executions>
682 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400683 <id>check-pom-packaging</id>
684 <phase>validate</phase>
685 <goals>
686 <goal>run</goal>
687 </goals>
688 <configuration>
689 <exportAntProperties>true</exportAntProperties>
690 <target xmlns:unless="ant:unless">
691 <condition property="skipPomEnforcement">
692 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
693 </condition>
694 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
695 </target>
696 </configuration>
697 </execution>
698 </executions>
699 </plugin>
700 <plugin>
701 <groupId>org.apache.maven.plugins</groupId>
702 <artifactId>maven-enforcer-plugin</artifactId>
703 <executions>
704 <execution>
705 <id>ensure-no-tests-for-pom-packaging</id>
706 <phase>validate</phase>
707 <goals>
708 <goal>enforce</goal>
709 </goals>
710 <configuration>
711 <rules>
712 <requireFilesDontExist>
713 <files>
714 <file>${project.build.testSourceDirectory}</file>
715 </files>
716 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
717 </requireFilesDontExist>
718 </rules>
719 <skip>${skipPomEnforcement}</skip>
720 </configuration>
721 </execution>
722 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400723 <id>enforce-versions</id>
724 <goals>
725 <goal>enforce</goal>
726 </goals>
727 <configuration>
728 <rules>
729 <requireMavenVersion>
730 <version>[3.3.9,)</version>
731 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700732 <requireJavaVersion>
733 <version>[11,)</version>
734 </requireJavaVersion>
735 </rules>
736 </configuration>
737 </execution>
738 <execution>
739 <id>ensure-no-duplicate-deps</id>
740 <goals>
741 <goal>enforce</goal>
742 </goals>
743 <configuration>
744 <rules>
745 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400746 </rules>
747 </configuration>
748 </execution>
749 </executions>
750 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500751 <plugin>
752 <groupId>org.apache.maven.plugins</groupId>
753 <artifactId>maven-resources-plugin</artifactId>
754 <executions>
755 <execution>
756 <id>default-testResources</id>
757 <goals>
758 <goal>testResources</goal>
759 </goals>
760 <configuration>
761 <skip>${skip.testResources}</skip>
762 </configuration>
763 </execution>
764 </executions>
765 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500766 <plugin>
767 <groupId>net.revelc.code.formatter</groupId>
768 <artifactId>formatter-maven-plugin</artifactId>
769 <executions>
770 <execution>
771 <goals>
772 <goal>${source-format.goal}</goal>
773 </goals>
774 </execution>
775 </executions>
776 <configuration>
777 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
778 <skipFormatting>${source-format.skip}</skipFormatting>
779 </configuration>
780 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400781 <plugin>
782 <groupId>net.revelc.code</groupId>
783 <artifactId>impsort-maven-plugin</artifactId>
784 <executions>
785 <execution>
786 <goals>
787 <goal>${import-sort.goal}</goal>
788 </goals>
789 </execution>
790 </executions>
791 <configuration>
792 <groups>java,javax,org,com,*</groups>
793 <removeUnused>true</removeUnused>
794 <skip>${import-sort.skip}</skip>
795 </configuration>
796 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000797 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700798 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700799 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500800 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800801 <groupId>org.apache.maven.plugins</groupId>
802 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400803 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800804 </plugin>
805 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500806 <groupId>org.apache.rat</groupId>
807 <artifactId>apache-rat-plugin</artifactId>
808 <version>0.12</version>
809 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700810 <plugin>
811 <groupId>net.revelc.code.formatter</groupId>
812 <artifactId>formatter-maven-plugin</artifactId>
813 <version>2.0.1</version>
814 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400815 <plugin>
816 <groupId>net.revelc.code</groupId>
817 <artifactId>impsort-maven-plugin</artifactId>
818 <version>1.2.0</version>
819 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700820 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
821 <plugin>
822 <groupId>org.eclipse.m2e</groupId>
823 <artifactId>lifecycle-mapping</artifactId>
824 <version>1.0.0</version>
825 <configuration>
826 <lifecycleMappingMetadata>
827 <pluginExecutions>
828 <pluginExecution>
829 <pluginExecutionFilter>
830 <groupId>org.apache.rat</groupId>
831 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400832 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700833 <goals>
834 <goal>check</goal>
835 </goals>
836 </pluginExecutionFilter>
837 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400838 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700839 </action>
840 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400841 <pluginExecution>
842 <pluginExecutionFilter>
843 <groupId>org.apache.maven.plugins</groupId>
844 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400845 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400846 <goals>
847 <goal>check</goal>
848 </goals>
849 </pluginExecutionFilter>
850 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400851 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400852 </action>
853 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700854 <pluginExecution>
855 <pluginExecutionFilter>
856 <groupId>org.apache.maven.plugins</groupId>
857 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400858 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700859 <goals>
860 <goal>analyze-only</goal>
861 </goals>
862 </pluginExecutionFilter>
863 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800864 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700865 </action>
866 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800867 <pluginExecution>
868 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800869 <groupId>net.revelc.code.formatter</groupId>
870 <artifactId>formatter-maven-plugin</artifactId>
871 <versionRange>[2.0.1,)</versionRange>
872 <goals>
873 <goal>format</goal>
874 </goals>
875 </pluginExecutionFilter>
876 <action>
877 <ignore></ignore>
878 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800879 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700880 </pluginExecutions>
881 </lifecycleMappingMetadata>
882 </configuration>
883 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800884 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500885 <groupId>org.codehaus.mojo</groupId>
886 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400887 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800888 </plugin>
889 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500890 <groupId>org.apache.maven.plugins</groupId>
891 <artifactId>maven-scm-plugin</artifactId>
892 <version>1.9.5</version>
893 </plugin>
894 <plugin>
895 <groupId>org.codehaus.mojo</groupId>
896 <artifactId>appassembler-maven-plugin</artifactId>
897 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800898 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400899 <plugin>
900 <groupId>org.apache.maven.plugins</groupId>
901 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400902 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400903 </plugin>
904 <plugin>
905 <groupId>org.apache.maven.plugins</groupId>
906 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400907 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400908 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400909 <plugin>
910 <groupId>org.apache.hyracks</groupId>
911 <artifactId>license-automation-plugin</artifactId>
912 <version>${project.version}</version>
913 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400914 <plugin>
915 <groupId>org.apache.maven.plugins</groupId>
916 <artifactId>maven-assembly-plugin</artifactId>
917 <version>3.1.0</version>
918 </plugin>
919 <plugin>
920 <groupId>org.apache.maven.plugins</groupId>
921 <artifactId>maven-antrun-plugin</artifactId>
922 <version>1.8</version>
923 </plugin>
924 <plugin>
925 <groupId>org.apache.maven.plugins</groupId>
926 <artifactId>maven-clean-plugin</artifactId>
927 <version>3.0.0</version>
928 </plugin>
929 <plugin>
930 <groupId>org.apache.maven.plugins</groupId>
931 <artifactId>maven-jar-plugin</artifactId>
932 <version>3.0.2</version>
933 </plugin>
934 <plugin>
935 <groupId>org.codehaus.mojo</groupId>
936 <artifactId>build-helper-maven-plugin</artifactId>
937 <version>3.0.0</version>
938 </plugin>
939 <plugin>
940 <groupId>org.apache.maven.plugins</groupId>
941 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700942 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400943 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400944 <plugin>
945 <groupId>org.apache.maven.doxia</groupId>
946 <artifactId>doxia-maven-plugin</artifactId>
947 <version>1.1.4</version>
948 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700949 <plugin>
950 <groupId>org.apache.maven.plugins</groupId>
951 <artifactId>maven-enforcer-plugin</artifactId>
952 <version>3.0.0-M3</version>
953 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700954 </plugins>
955 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000956 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800957 <profiles>
958 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400959 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700960 <activation>
961 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400962 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700963 </file>
964 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400965 <properties>
966 <skip.assembly>true</skip.assembly>
967 </properties>
968 </profile>
969 <profile>
970 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700971 <build>
972 <plugins>
973 <plugin>
974 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500975 <artifactId>maven-jar-plugin</artifactId>
976 <configuration>
977 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500978 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500979 <manifest>
980 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
981 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
982 </manifest>
983 </archive>
984 </configuration>
985 </plugin>
986 <plugin>
987 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700988 <artifactId>maven-assembly-plugin</artifactId>
989 <!-- We override the configuration plugin to override the descriptor to use for building
990 the source release zip. Specifically, we would like to control the inclusions/exclusions.
991 For example, we exclude the KEYS file from the zip -->
992 <executions>
993 <execution>
994 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
995 the apache parent POM under the apache-release profile -->
996 <id>source-release-assembly</id>
997 <phase>package</phase>
998 <goals>
999 <goal>single</goal>
1000 </goals>
1001 <!-- combine.self should be override to replace the configuration in the parent POM -->
1002 <configuration combine.self="override">
1003 <descriptors>
1004 <descriptor>src/main/assembly/source.xml</descriptor>
1005 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -04001006 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -07001007 </configuration>
1008 </execution>
1009 </executions>
1010 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001011 <plugin>
1012 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -08001013 <artifactId>maven-gpg-plugin</artifactId>
1014 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001015 <executions>
1016 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -08001017 <id>sign-artifacts</id>
1018 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001019 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -08001020 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001021 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001022 </execution>
1023 </executions>
1024 </plugin>
1025 </plugins>
1026 </build>
1027 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -07001028 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -04001029 <id>coverage</id>
1030 <activation>
1031 <property>
1032 <name>coverage</name>
1033 </property>
1034 </activation>
1035 <build>
1036 <plugins>
1037 <plugin>
1038 <groupId>org.jacoco</groupId>
1039 <artifactId>jacoco-maven-plugin</artifactId>
1040 <version>${jacoco.version}</version>
1041 <executions>
1042 <execution>
1043 <id>default-prepare-agent</id>
1044 <goals>
1045 <goal>prepare-agent</goal>
1046 </goals>
1047 <configuration>
1048 <propertyName>coverageArgLine</propertyName>
1049 </configuration>
1050 </execution>
1051 <execution>
1052 <id>default-prepare-agent-integration</id>
1053 <goals>
1054 <goal>prepare-agent-integration</goal>
1055 </goals>
1056 <configuration>
1057 <propertyName>coverageArgLine</propertyName>
1058 </configuration>
1059 </execution>
1060 </executions>
1061 </plugin>
1062 </plugins>
1063 </build>
1064 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001065 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001066 </properties>
1067 </profile>
1068 <profile>
1069 <id>no-coverage</id>
1070 <activation>
1071 <property>
1072 <name>!coverage</name>
1073 </property>
1074 </activation>
1075 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001076 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001077 </properties>
1078 </profile>
1079 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001080 <id>integration-tests-only</id>
1081 <properties>
1082 <test.includes/>
1083 <failIfNoTests>false</failIfNoTests>
1084 </properties>
1085 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001086 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001087 <modules>
1088 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001089 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001090 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001091 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001092</project>