blob: c1b8bfcf6f264f8cbc8c1b06171fee0679d8561e [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>
Wail Alkowaileet790ce542021-08-07 16:21:17 -070076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow91a7e802023-01-12 18:51:33 -050077 <jackson.version>2.14.1</jackson.version>
78 <jackson-databind.version>${jackson.version}</jackson-databind.version>
Michael Blow23fc48b2023-01-16 21:25:12 -050079 <netty.version>4.1.87.Final</netty.version>
Hussain Towailebc9678e42023-03-28 21:51:07 +030080 <awsjavasdk.version>2.17.218</awsjavasdk.version>
Michael Blow38ca9622018-02-28 11:44:43 -050081
Michael Blowcbfe8f92018-02-28 14:02:38 -050082 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050083 <implementation.url>https://asterixdb.apache.org/</implementation.url>
84 <implementation.version>${project.version}</implementation.version>
85 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070086 </properties>
87 <dependencyManagement>
88 <dependencies>
89 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080090 <groupId>io.netty</groupId>
Michael Blow951b9cc2021-10-28 20:11:23 -040091 <artifactId>netty-buffer</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050092 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040093 </dependency>
94 <dependency>
95 <groupId>io.netty</groupId>
96 <artifactId>netty-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050097 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040098 </dependency>
99 <dependency>
100 <groupId>io.netty</groupId>
101 <artifactId>netty-codec-http</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500102 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400103 </dependency>
104 <dependency>
105 <groupId>io.netty</groupId>
106 <artifactId>netty-transport</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500107 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400108 </dependency>
109 <dependency>
110 <groupId>io.netty</groupId>
111 <artifactId>netty-codec</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500112 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400113 </dependency>
114 <dependency>
115 <groupId>io.netty</groupId>
116 <artifactId>netty-handler</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500117 <version>${netty.version}</version>
Till Westmannea666c92017-02-22 22:25:15 -0800118 </dependency>
119 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400120 <groupId>io.netty</groupId>
121 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500122 <version>${netty.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700123 </dependency>
124 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400125 <groupId>io.netty</groupId>
126 <artifactId>netty-resolver-dns</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500127 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400128 </dependency>
129 <dependency>
130 <groupId>io.netty</groupId>
131 <artifactId>netty-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500132 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400133 </dependency>
134 <dependency>
135 <groupId>io.netty</groupId>
136 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500137 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400138 </dependency>
139 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700140 <groupId>junit</groupId>
141 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500142 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700143 </dependency>
144 <dependency>
145 <groupId>org.apache.hadoop</groupId>
146 <artifactId>hadoop-yarn-client</artifactId>
147 <version>${hadoop.version}</version>
148 </dependency>
149 <dependency>
150 <groupId>org.apache.hadoop</groupId>
151 <artifactId>hadoop-client</artifactId>
152 <version>${hadoop.version}</version>
153 </dependency>
154 <dependency>
155 <groupId>org.apache.hadoop</groupId>
156 <artifactId>hadoop-common</artifactId>
157 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400158 <exclusions>
159 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300160 <groupId>com.nimbusds</groupId>
161 <artifactId>nimbus-jose-jwt</artifactId>
162 </exclusion>
163 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400164 <groupId>javax.servlet.jsp</groupId>
165 <artifactId>jsp-api</artifactId>
166 </exclusion>
167 <exclusion>
168 <groupId>javax.servlet</groupId>
169 <artifactId>servlet-api</artifactId>
170 </exclusion>
171 <exclusion>
172 <groupId>jdk.tools</groupId>
173 <artifactId>jdk.tools</artifactId>
174 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700175 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500176 <groupId>org.slf4j</groupId>
177 <artifactId>slf4j-reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700178 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700179 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500180 <groupId>ch.qos.reload4j</groupId>
181 <artifactId>reload4j</artifactId>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700182 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300183 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
184 <exclusion>
185 <groupId>org.eclipse.jetty</groupId>
186 <artifactId>jetty-util</artifactId>
187 </exclusion>
188 <exclusion>
189 <groupId>org.eclipse.jetty</groupId>
190 <artifactId>jetty-util-ajax</artifactId>
191 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400192 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700193 </dependency>
194 <dependency>
195 <groupId>org.apache.hadoop</groupId>
196 <artifactId>hadoop-hdfs</artifactId>
197 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700198 <exclusions>
199 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500200 <groupId>io.netty</groupId>
201 <artifactId>netty-all</artifactId>
202 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500203 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500204 <groupId>org.slf4j</groupId>
205 <artifactId>slf4j-reload4j</artifactId>
206 </exclusion>
207 <exclusion>
208 <groupId>ch.qos.reload4j</groupId>
209 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700210 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300211 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
212 <exclusion>
213 <groupId>org.eclipse.jetty</groupId>
214 <artifactId>jetty-util</artifactId>
215 </exclusion>
216 <exclusion>
217 <groupId>org.eclipse.jetty</groupId>
218 <artifactId>jetty-util-ajax</artifactId>
219 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700220 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700221 </dependency>
222 <dependency>
223 <groupId>org.apache.hadoop</groupId>
224 <artifactId>hadoop-minicluster</artifactId>
225 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700226 <exclusions>
227 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500228 <groupId>org.slf4j</groupId>
229 <artifactId>slf4j-reload4j</artifactId>
230 </exclusion>
231 <exclusion>
232 <groupId>ch.qos.reload4j</groupId>
233 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700234 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300235 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
236 <exclusion>
237 <groupId>org.eclipse.jetty</groupId>
238 <artifactId>jetty-util</artifactId>
239 </exclusion>
240 <exclusion>
241 <groupId>org.eclipse.jetty</groupId>
242 <artifactId>jetty-util-ajax</artifactId>
243 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700244 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700245 </dependency>
246 <dependency>
247 <groupId>org.apache.hadoop</groupId>
248 <artifactId>hadoop-mapreduce-client-core</artifactId>
249 <version>${hadoop.version}</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300250 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
251 <exclusions>
252 <exclusion>
253 <groupId>org.eclipse.jetty</groupId>
254 <artifactId>jetty-util</artifactId>
255 </exclusion>
256 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700257 </dependency>
258 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400259 <groupId>org.apache.hadoop</groupId>
260 <artifactId>hadoop-hdfs</artifactId>
261 <version>${hadoop.version}</version>
262 <classifier>tests</classifier>
263 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700264 <exclusions>
265 <exclusion>
Michael Blow621cd022023-02-15 20:00:51 -0500266 <groupId>org.slf4j</groupId>
267 <artifactId>slf4j-reload4j</artifactId>
268 </exclusion>
269 <exclusion>
270 <groupId>ch.qos.reload4j</groupId>
271 <artifactId>reload4j</artifactId>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700272 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300273 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
274 <exclusion>
275 <groupId>org.eclipse.jetty</groupId>
276 <artifactId>jetty-util</artifactId>
277 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700278 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400279 </dependency>
280 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500281 <groupId>com.e-movimento.tinytools</groupId>
282 <artifactId>privilegedaccessor</artifactId>
283 <version>1.3</version>
284 </dependency>
285 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700286 <groupId>commons-io</groupId>
287 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400288 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500289 </dependency>
290 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400291 <groupId>org.apache.commons</groupId>
292 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400293 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400294 </dependency>
295 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800296 <groupId>com.fasterxml.jackson.core</groupId>
297 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500298 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800299 </dependency>
300 <dependency>
301 <groupId>com.fasterxml.jackson.core</groupId>
302 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400303 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800304 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500305 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500306 <groupId>com.fasterxml.jackson.core</groupId>
307 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400308 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500309 </dependency>
310 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500311 <groupId>com.google.guava</groupId>
312 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500313 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400314 <exclusions>
315 <exclusion>
316 <groupId>com.google.code.findbugs</groupId>
317 <artifactId>jsr305</artifactId>
318 </exclusion>
319 <exclusion>
320 <groupId>com.google.guava</groupId>
321 <artifactId>listenablefuture</artifactId>
322 </exclusion>
323 <exclusion>
324 <groupId>org.checkerframework</groupId>
325 <artifactId>checker-qual</artifactId>
326 </exclusion>
327 <exclusion>
328 <groupId>com.google.j2objc</groupId>
329 <artifactId>j2objc-annotations</artifactId>
330 </exclusion>
331 <exclusion>
332 <groupId>org.codehaus.mojo</groupId>
333 <artifactId>animal-sniffer-annotations</artifactId>
334 </exclusion>
335 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500336 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500337 <dependency>
338 <groupId>org.apache.commons</groupId>
339 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400340 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500341 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500342 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500343 <groupId>org.apache.commons</groupId>
344 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500345 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500346 </dependency>
347 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800348 <groupId>org.apache.httpcomponents</groupId>
349 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500350 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800351 </dependency>
352 <dependency>
353 <groupId>org.apache.httpcomponents</groupId>
354 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500355 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800356 </dependency>
357 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500358 <groupId>org.apache.rat</groupId>
359 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500360 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500361 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500362 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800363 <groupId>org.ini4j</groupId>
364 <artifactId>ini4j</artifactId>
365 <version>0.5.4</version>
366 </dependency>
367 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500368 <groupId>args4j</groupId>
369 <artifactId>args4j</artifactId>
370 <version>2.33</version>
371 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300372 <dependency>
373 <groupId>org.apache.logging.log4j</groupId>
374 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400375 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300376 </dependency>
377 <dependency>
378 <groupId>org.apache.logging.log4j</groupId>
379 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400380 <version>${log4j.version}</version>
381 </dependency>
382 <dependency>
383 <groupId>org.apache.logging.log4j</groupId>
384 <artifactId>log4j-jul</artifactId>
385 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300386 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800387 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400388 <groupId>javax.xml.bind</groupId>
389 <artifactId>jaxb-api</artifactId>
390 <version>2.3.0</version>
391 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500392 <dependency>
393 <groupId>org.apache.maven</groupId>
394 <artifactId>maven-project</artifactId>
395 <version>2.2.1</version>
396 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500397 <dependency>
398 <groupId>org.apache.maven</groupId>
399 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500400 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500401 </dependency>
402 <dependency>
403 <groupId>org.apache.maven</groupId>
404 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500405 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500406 </dependency>
407 <dependency>
408 <groupId>org.apache.maven</groupId>
409 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500410 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500411 </dependency>
412 <dependency>
413 <groupId>org.apache.maven</groupId>
414 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500415 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500416 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500417 <dependency>
418 <groupId>org.apache.maven</groupId>
419 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500420 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400421 </dependency>
422 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500423 <groupId>org.apache.maven.plugin-tools</groupId>
424 <artifactId>maven-plugin-annotations</artifactId>
425 <version>3.6.4</version>
426 </dependency>
427 <dependency>
428 <groupId>org.apache.maven.plugins</groupId>
429 <artifactId>maven-remote-resources-plugin</artifactId>
430 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500431 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700432 <dependency>
433 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400434 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400435 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700436 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700437 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700438 <groupId>org.slf4j</groupId>
439 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500440 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700441 </dependency>
442 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700443 <groupId>org.apache.logging.log4j</groupId>
444 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400445 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700446 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700447 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700448 <groupId>org.mockito</groupId>
449 <artifactId>mockito-core</artifactId>
450 <version>3.10.0</version>
451 </dependency>
452 <dependency>
453 <groupId>org.powermock</groupId>
454 <artifactId>powermock-api-mockito2</artifactId>
455 <version>2.0.9</version>
456 </dependency>
457 <dependency>
458 <groupId>org.powermock</groupId>
459 <artifactId>powermock-module-junit4</artifactId>
460 <version>2.0.9</version>
461 </dependency>
462 <dependency>
463 <groupId>org.powermock</groupId>
464 <artifactId>powermock-core</artifactId>
465 <version>2.0.9</version>
466 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700467 <dependency>
468 <groupId>org.xerial.snappy</groupId>
469 <artifactId>snappy-java</artifactId>
470 <version>${snappy.version}</version>
471 </dependency>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300472 <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can
473 be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs -->
474 <dependency>
475 <groupId>org.eclipse.jetty</groupId>
476 <artifactId>jetty-util</artifactId>
477 <version>9.4.48.v20220622</version>
478 </dependency>
479 <dependency>
480 <groupId>org.eclipse.jetty</groupId>
481 <artifactId>jetty-util-ajax</artifactId>
482 <version>9.4.48.v20220622</version>
483 </dependency>
Hussain Towailebc9678e42023-03-28 21:51:07 +0300484 <dependency>
485 <groupId>software.amazon.awssdk</groupId>
486 <artifactId>sdk-core</artifactId>
487 <version>${awsjavasdk.version}</version>
488 </dependency>
489 <dependency>
490 <groupId>software.amazon.awssdk</groupId>
491 <artifactId>s3</artifactId>
492 <version>${awsjavasdk.version}</version>
493 </dependency>
494 <dependency>
495 <groupId>software.amazon.awssdk</groupId>
496 <artifactId>regions</artifactId>
497 <version>${awsjavasdk.version}</version>
498 </dependency>
499 <dependency>
500 <groupId>software.amazon.awssdk</groupId>
501 <artifactId>auth</artifactId>
502 <version>${awsjavasdk.version}</version>
503 </dependency>
504 <dependency>
505 <groupId>io.findify</groupId>
506 <artifactId>s3mock_2.12</artifactId>
507 <version>0.2.5</version>
508 <scope>test</scope>
509 </dependency>
510 <dependency>
511 <groupId>com.typesafe.akka</groupId>
512 <artifactId>akka-http-core_2.12</artifactId>
513 <version>10.1.0</version>
514 <scope>test</scope>
515 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700516 </dependencies>
517 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000518 <build>
519 <plugins>
520 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400521 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500522 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500523 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500524 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500525 <exclude>**/DEPENDENCIES</exclude>
526 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500527 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500528 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500529 <manifest>
530 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
531 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
532 </manifest>
533 <manifestEntries>
534 <Implementation-Title>${implementation.title}</Implementation-Title>
535 <Implementation-URL>${implementation.url}</Implementation-URL>
536 <Implementation-Version>${implementation.version}</Implementation-Version>
537 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
538 </manifestEntries>
539 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500540 </configuration>
541 </plugin>
542 <plugin>
543 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400544 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400545 <configuration>
546 <failOnWarning>true</failOnWarning>
547 <outputXML>true</outputXML>
548 </configuration>
549 <executions>
550 <execution>
551 <phase>process-test-classes</phase>
552 <goals>
553 <goal>analyze-only</goal>
554 </goals>
555 </execution>
556 </executions>
557 </plugin>
558 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700559 <groupId>org.apache.rat</groupId>
560 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700561 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700562 <execution>
563 <phase>validate</phase>
564 <goals>
565 <goal>check</goal>
566 </goals>
567 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700568 </executions>
569 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500570 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
571 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700572 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800573 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700574 </licenses>
575 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800576 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700577 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500578 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400579 <excludes combine.children="append">
580 <exclude>**/*.iml</exclude>
581 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700582 </configuration>
583 </plugin>
584 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700585 <groupId>org.apache.maven.plugins</groupId>
586 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700587 <configuration>
588 <failIfNoTests>false</failIfNoTests>
589 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800590 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800591 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300592 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700593 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300594 <systemPropertyVariables>
595 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
596 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700597 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500598 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700599 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500600 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500601 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800602 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400603 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700604 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700605 </plugin>
606 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700607 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300608 <artifactId>maven-failsafe-plugin</artifactId>
609 <configuration>
610 <systemPropertyVariables>
611 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
612 </systemPropertyVariables>
613 </configuration>
614 </plugin>
615 <plugin>
616 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700617 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700618 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400619 <source>${source.jdk.version}</source>
620 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500621 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700622 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000623 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700624 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700625 <groupId>org.apache.maven.plugins</groupId>
626 <artifactId>maven-remote-resources-plugin</artifactId>
627 <executions>
628 <execution>
629 <goals>
630 <goal>process</goal>
631 </goals>
632 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500633 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700634 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700635 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500636 <properties>
637 <projectName>Apache Hyracks - ${project.name}</projectName>
638 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700639 </configuration>
640 </execution>
641 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800642 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400643 <plugin>
644 <groupId>org.apache.maven.plugins</groupId>
645 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400646 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400647 <executions>
648 <execution>
649 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400650 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400651 <goals>
652 <goal>check</goal>
653 </goals>
654 </execution>
655 </executions>
656 <configuration>
657 <logViolationsToConsole>true</logViolationsToConsole>
658 <checkstyleRules>
659 <module name="Checker">
660 <!-- Checks for whitespace -->
661 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400662 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400663 <module name="TreeWalker">
664 <module name="AvoidStarImport">
665 <property name="allowStaticMemberImports" value="true"/>
666 </module>
667 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400668 </module>
669 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400670 <includes>**/*.java,**/*.jj</includes>
671 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400672 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
673 </configuration>
674 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400675 <plugin>
676 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400677 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400678 <executions>
679 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400680 <id>check-pom-packaging</id>
681 <phase>validate</phase>
682 <goals>
683 <goal>run</goal>
684 </goals>
685 <configuration>
686 <exportAntProperties>true</exportAntProperties>
687 <target xmlns:unless="ant:unless">
688 <condition property="skipPomEnforcement">
689 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
690 </condition>
691 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
692 </target>
693 </configuration>
694 </execution>
695 </executions>
696 </plugin>
697 <plugin>
698 <groupId>org.apache.maven.plugins</groupId>
699 <artifactId>maven-enforcer-plugin</artifactId>
700 <executions>
701 <execution>
702 <id>ensure-no-tests-for-pom-packaging</id>
703 <phase>validate</phase>
704 <goals>
705 <goal>enforce</goal>
706 </goals>
707 <configuration>
708 <rules>
709 <requireFilesDontExist>
710 <files>
711 <file>${project.build.testSourceDirectory}</file>
712 </files>
713 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
714 </requireFilesDontExist>
715 </rules>
716 <skip>${skipPomEnforcement}</skip>
717 </configuration>
718 </execution>
719 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400720 <id>enforce-versions</id>
721 <goals>
722 <goal>enforce</goal>
723 </goals>
724 <configuration>
725 <rules>
726 <requireMavenVersion>
727 <version>[3.3.9,)</version>
728 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700729 <requireJavaVersion>
730 <version>[11,)</version>
731 </requireJavaVersion>
732 </rules>
733 </configuration>
734 </execution>
735 <execution>
736 <id>ensure-no-duplicate-deps</id>
737 <goals>
738 <goal>enforce</goal>
739 </goals>
740 <configuration>
741 <rules>
742 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400743 </rules>
744 </configuration>
745 </execution>
746 </executions>
747 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500748 <plugin>
749 <groupId>org.apache.maven.plugins</groupId>
750 <artifactId>maven-resources-plugin</artifactId>
751 <executions>
752 <execution>
753 <id>default-testResources</id>
754 <goals>
755 <goal>testResources</goal>
756 </goals>
757 <configuration>
758 <skip>${skip.testResources}</skip>
759 </configuration>
760 </execution>
761 </executions>
762 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500763 <plugin>
764 <groupId>net.revelc.code.formatter</groupId>
765 <artifactId>formatter-maven-plugin</artifactId>
766 <executions>
767 <execution>
768 <goals>
769 <goal>${source-format.goal}</goal>
770 </goals>
771 </execution>
772 </executions>
773 <configuration>
774 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
775 <skipFormatting>${source-format.skip}</skipFormatting>
776 </configuration>
777 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400778 <plugin>
779 <groupId>net.revelc.code</groupId>
780 <artifactId>impsort-maven-plugin</artifactId>
781 <executions>
782 <execution>
783 <goals>
784 <goal>${import-sort.goal}</goal>
785 </goals>
786 </execution>
787 </executions>
788 <configuration>
789 <groups>java,javax,org,com,*</groups>
790 <removeUnused>true</removeUnused>
791 <skip>${import-sort.skip}</skip>
792 </configuration>
793 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000794 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700795 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700796 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500797 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800798 <groupId>org.apache.maven.plugins</groupId>
799 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400800 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800801 </plugin>
802 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500803 <groupId>org.apache.rat</groupId>
804 <artifactId>apache-rat-plugin</artifactId>
805 <version>0.12</version>
806 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700807 <plugin>
808 <groupId>net.revelc.code.formatter</groupId>
809 <artifactId>formatter-maven-plugin</artifactId>
810 <version>2.0.1</version>
811 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400812 <plugin>
813 <groupId>net.revelc.code</groupId>
814 <artifactId>impsort-maven-plugin</artifactId>
815 <version>1.2.0</version>
816 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700817 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
818 <plugin>
819 <groupId>org.eclipse.m2e</groupId>
820 <artifactId>lifecycle-mapping</artifactId>
821 <version>1.0.0</version>
822 <configuration>
823 <lifecycleMappingMetadata>
824 <pluginExecutions>
825 <pluginExecution>
826 <pluginExecutionFilter>
827 <groupId>org.apache.rat</groupId>
828 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400829 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700830 <goals>
831 <goal>check</goal>
832 </goals>
833 </pluginExecutionFilter>
834 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400835 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700836 </action>
837 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400838 <pluginExecution>
839 <pluginExecutionFilter>
840 <groupId>org.apache.maven.plugins</groupId>
841 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400842 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400843 <goals>
844 <goal>check</goal>
845 </goals>
846 </pluginExecutionFilter>
847 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400848 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400849 </action>
850 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700851 <pluginExecution>
852 <pluginExecutionFilter>
853 <groupId>org.apache.maven.plugins</groupId>
854 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400855 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700856 <goals>
857 <goal>analyze-only</goal>
858 </goals>
859 </pluginExecutionFilter>
860 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800861 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700862 </action>
863 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800864 <pluginExecution>
865 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800866 <groupId>net.revelc.code.formatter</groupId>
867 <artifactId>formatter-maven-plugin</artifactId>
868 <versionRange>[2.0.1,)</versionRange>
869 <goals>
870 <goal>format</goal>
871 </goals>
872 </pluginExecutionFilter>
873 <action>
874 <ignore></ignore>
875 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800876 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700877 </pluginExecutions>
878 </lifecycleMappingMetadata>
879 </configuration>
880 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800881 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500882 <groupId>org.codehaus.mojo</groupId>
883 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400884 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800885 </plugin>
886 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500887 <groupId>org.apache.maven.plugins</groupId>
888 <artifactId>maven-scm-plugin</artifactId>
889 <version>1.9.5</version>
890 </plugin>
891 <plugin>
892 <groupId>org.codehaus.mojo</groupId>
893 <artifactId>appassembler-maven-plugin</artifactId>
894 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800895 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400896 <plugin>
897 <groupId>org.apache.maven.plugins</groupId>
898 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400899 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400900 </plugin>
901 <plugin>
902 <groupId>org.apache.maven.plugins</groupId>
903 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400904 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400905 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400906 <plugin>
907 <groupId>org.apache.hyracks</groupId>
908 <artifactId>license-automation-plugin</artifactId>
909 <version>${project.version}</version>
910 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400911 <plugin>
912 <groupId>org.apache.maven.plugins</groupId>
913 <artifactId>maven-assembly-plugin</artifactId>
914 <version>3.1.0</version>
915 </plugin>
916 <plugin>
917 <groupId>org.apache.maven.plugins</groupId>
918 <artifactId>maven-antrun-plugin</artifactId>
919 <version>1.8</version>
920 </plugin>
921 <plugin>
922 <groupId>org.apache.maven.plugins</groupId>
923 <artifactId>maven-clean-plugin</artifactId>
924 <version>3.0.0</version>
925 </plugin>
926 <plugin>
927 <groupId>org.apache.maven.plugins</groupId>
928 <artifactId>maven-jar-plugin</artifactId>
929 <version>3.0.2</version>
930 </plugin>
931 <plugin>
932 <groupId>org.codehaus.mojo</groupId>
933 <artifactId>build-helper-maven-plugin</artifactId>
934 <version>3.0.0</version>
935 </plugin>
936 <plugin>
937 <groupId>org.apache.maven.plugins</groupId>
938 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700939 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400940 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400941 <plugin>
942 <groupId>org.apache.maven.doxia</groupId>
943 <artifactId>doxia-maven-plugin</artifactId>
944 <version>1.1.4</version>
945 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700946 <plugin>
947 <groupId>org.apache.maven.plugins</groupId>
948 <artifactId>maven-enforcer-plugin</artifactId>
949 <version>3.0.0-M3</version>
950 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700951 </plugins>
952 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000953 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800954 <profiles>
955 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400956 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700957 <activation>
958 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400959 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700960 </file>
961 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400962 <properties>
963 <skip.assembly>true</skip.assembly>
964 </properties>
965 </profile>
966 <profile>
967 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700968 <build>
969 <plugins>
970 <plugin>
971 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500972 <artifactId>maven-jar-plugin</artifactId>
973 <configuration>
974 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500975 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500976 <manifest>
977 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
978 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
979 </manifest>
980 </archive>
981 </configuration>
982 </plugin>
983 <plugin>
984 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700985 <artifactId>maven-assembly-plugin</artifactId>
986 <!-- We override the configuration plugin to override the descriptor to use for building
987 the source release zip. Specifically, we would like to control the inclusions/exclusions.
988 For example, we exclude the KEYS file from the zip -->
989 <executions>
990 <execution>
991 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
992 the apache parent POM under the apache-release profile -->
993 <id>source-release-assembly</id>
994 <phase>package</phase>
995 <goals>
996 <goal>single</goal>
997 </goals>
998 <!-- combine.self should be override to replace the configuration in the parent POM -->
999 <configuration combine.self="override">
1000 <descriptors>
1001 <descriptor>src/main/assembly/source.xml</descriptor>
1002 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -04001003 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -07001004 </configuration>
1005 </execution>
1006 </executions>
1007 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001008 <plugin>
1009 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -08001010 <artifactId>maven-gpg-plugin</artifactId>
1011 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001012 <executions>
1013 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -08001014 <id>sign-artifacts</id>
1015 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001016 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -08001017 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001018 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -07001019 </execution>
1020 </executions>
1021 </plugin>
1022 </plugins>
1023 </build>
1024 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -07001025 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -04001026 <id>coverage</id>
1027 <activation>
1028 <property>
1029 <name>coverage</name>
1030 </property>
1031 </activation>
1032 <build>
1033 <plugins>
1034 <plugin>
1035 <groupId>org.jacoco</groupId>
1036 <artifactId>jacoco-maven-plugin</artifactId>
1037 <version>${jacoco.version}</version>
1038 <executions>
1039 <execution>
1040 <id>default-prepare-agent</id>
1041 <goals>
1042 <goal>prepare-agent</goal>
1043 </goals>
1044 <configuration>
1045 <propertyName>coverageArgLine</propertyName>
1046 </configuration>
1047 </execution>
1048 <execution>
1049 <id>default-prepare-agent-integration</id>
1050 <goals>
1051 <goal>prepare-agent-integration</goal>
1052 </goals>
1053 <configuration>
1054 <propertyName>coverageArgLine</propertyName>
1055 </configuration>
1056 </execution>
1057 </executions>
1058 </plugin>
1059 </plugins>
1060 </build>
1061 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001062 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001063 </properties>
1064 </profile>
1065 <profile>
1066 <id>no-coverage</id>
1067 <activation>
1068 <property>
1069 <name>!coverage</name>
1070 </property>
1071 </activation>
1072 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001073 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001074 </properties>
1075 </profile>
1076 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001077 <id>integration-tests-only</id>
1078 <properties>
1079 <test.includes/>
1080 <failIfNoTests>false</failIfNoTests>
1081 </properties>
1082 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001083 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001084 <modules>
1085 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001086 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001087 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001088 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001089</project>