blob: 4345a1dcdf169ac63c34fbc6f7445b1f6e4e5de0 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakbe5add8a2012-10-06 19:00:14 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050023 <artifactId>apache-hyracks</artifactId>
Ian Maxon25824812022-01-27 11:49:12 -080024 <version>0.3.8-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
Ian Maxon3bb92132019-02-12 22:20:25 -080049 <root.dir>${basedir}</root.dir>
Michael Blowb4c1fb02016-05-09 15:41:00 -070050 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040051 <file.encoding>UTF-8</file.encoding>
Ian Maxon4889f6b2021-05-05 02:08:27 -070052 <source.jdk.version>11</source.jdk.version>
53 <target.jdk.version>11</target.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050054 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050057 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070058 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040059 <import-sort.goal>sort</import-sort.goal>
60 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080061 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050062 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040063 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050064 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050065 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050069 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050070 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
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 Blow77f61052022-01-04 12:07:17 -050075 <log4j.version>2.17.1</log4j.version>
Wail Alkowaileet790ce542021-08-07 16:21:17 -070076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow522d5f82022-04-07 07:18:14 -040077 <jackson.version>2.13.2</jackson.version>
Michael Blow38ca9622018-02-28 11:44:43 -050078
Michael Blowcbfe8f92018-02-28 14:02:38 -050079 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050080 <implementation.url>https://asterixdb.apache.org/</implementation.url>
81 <implementation.version>${project.version}</implementation.version>
82 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070083 </properties>
84 <dependencyManagement>
85 <dependencies>
86 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080087 <groupId>io.netty</groupId>
Michael Blow951b9cc2021-10-28 20:11:23 -040088 <artifactId>netty-buffer</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -040089 <version>4.1.78.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040090 </dependency>
91 <dependency>
92 <groupId>io.netty</groupId>
93 <artifactId>netty-common</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -040094 <version>4.1.78.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040095 </dependency>
96 <dependency>
97 <groupId>io.netty</groupId>
98 <artifactId>netty-codec-http</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -040099 <version>4.1.78.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400100 </dependency>
101 <dependency>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -0400104 <version>4.1.78.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400105 </dependency>
106 <dependency>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -0400109 <version>4.1.78.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400110 </dependency>
111 <dependency>
112 <groupId>io.netty</groupId>
113 <artifactId>netty-handler</artifactId>
Michael Blowf50fba82022-06-23 14:09:58 -0400114 <version>4.1.78.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800115 </dependency>
116 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400117 <groupId>io.netty</groupId>
118 <artifactId>netty-transport-classes-epoll</artifactId>
119 <version>4.1.78.Final</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700120 </dependency>
121 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400122 <groupId>io.netty</groupId>
123 <artifactId>netty-resolver-dns</artifactId>
Michael Blow8420b9a2022-06-29 06:58:12 -0400124 <version>4.1.78.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400125 </dependency>
126 <dependency>
127 <groupId>io.netty</groupId>
128 <artifactId>netty-codec-http2</artifactId>
Michael Blow8420b9a2022-06-29 06:58:12 -0400129 <version>4.1.78.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400130 </dependency>
131 <dependency>
132 <groupId>io.netty</groupId>
133 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow8420b9a2022-06-29 06:58:12 -0400134 <version>4.1.78.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400135 </dependency>
136 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700137 <groupId>junit</groupId>
138 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500139 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700140 </dependency>
141 <dependency>
142 <groupId>org.apache.hadoop</groupId>
143 <artifactId>hadoop-yarn-client</artifactId>
144 <version>${hadoop.version}</version>
145 </dependency>
146 <dependency>
147 <groupId>org.apache.hadoop</groupId>
148 <artifactId>hadoop-client</artifactId>
149 <version>${hadoop.version}</version>
150 </dependency>
151 <dependency>
152 <groupId>org.apache.hadoop</groupId>
153 <artifactId>hadoop-common</artifactId>
154 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400155 <exclusions>
156 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300157 <groupId>com.nimbusds</groupId>
158 <artifactId>nimbus-jose-jwt</artifactId>
159 </exclusion>
160 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400161 <groupId>javax.servlet.jsp</groupId>
162 <artifactId>jsp-api</artifactId>
163 </exclusion>
164 <exclusion>
165 <groupId>javax.servlet</groupId>
166 <artifactId>servlet-api</artifactId>
167 </exclusion>
168 <exclusion>
169 <groupId>jdk.tools</groupId>
170 <artifactId>jdk.tools</artifactId>
171 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700172 <exclusion>
173 <groupId>log4j</groupId>
174 <artifactId>log4j</artifactId>
175 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700176 <exclusion>
177 <groupId>org.slf4j</groupId>
178 <artifactId>slf4j-api</artifactId>
179 </exclusion>
180 <exclusion>
181 <groupId>org.slf4j</groupId>
182 <artifactId>slf4j-log4j12</artifactId>
183 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300184 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
185 <exclusion>
186 <groupId>org.eclipse.jetty</groupId>
187 <artifactId>jetty-util</artifactId>
188 </exclusion>
189 <exclusion>
190 <groupId>org.eclipse.jetty</groupId>
191 <artifactId>jetty-util-ajax</artifactId>
192 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400193 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700194 </dependency>
195 <dependency>
196 <groupId>org.apache.hadoop</groupId>
197 <artifactId>hadoop-hdfs</artifactId>
198 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700199 <exclusions>
200 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500201 <groupId>io.netty</groupId>
202 <artifactId>netty-all</artifactId>
203 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500204 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700205 <groupId>log4j</groupId>
206 <artifactId>log4j</artifactId>
207 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300208 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
209 <exclusion>
210 <groupId>org.eclipse.jetty</groupId>
211 <artifactId>jetty-util</artifactId>
212 </exclusion>
213 <exclusion>
214 <groupId>org.eclipse.jetty</groupId>
215 <artifactId>jetty-util-ajax</artifactId>
216 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700217 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700218 </dependency>
219 <dependency>
220 <groupId>org.apache.hadoop</groupId>
221 <artifactId>hadoop-minicluster</artifactId>
222 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700223 <exclusions>
224 <exclusion>
225 <groupId>log4j</groupId>
226 <artifactId>log4j</artifactId>
227 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300228 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
229 <exclusion>
230 <groupId>org.eclipse.jetty</groupId>
231 <artifactId>jetty-util</artifactId>
232 </exclusion>
233 <exclusion>
234 <groupId>org.eclipse.jetty</groupId>
235 <artifactId>jetty-util-ajax</artifactId>
236 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700237 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700238 </dependency>
239 <dependency>
240 <groupId>org.apache.hadoop</groupId>
241 <artifactId>hadoop-mapreduce-client-core</artifactId>
242 <version>${hadoop.version}</version>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300243 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
244 <exclusions>
245 <exclusion>
246 <groupId>org.eclipse.jetty</groupId>
247 <artifactId>jetty-util</artifactId>
248 </exclusion>
249 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700250 </dependency>
251 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400252 <groupId>org.apache.hadoop</groupId>
253 <artifactId>hadoop-hdfs</artifactId>
254 <version>${hadoop.version}</version>
255 <classifier>tests</classifier>
256 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700257 <exclusions>
258 <exclusion>
259 <groupId>log4j</groupId>
260 <artifactId>log4j</artifactId>
261 </exclusion>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300262 <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 -->
263 <exclusion>
264 <groupId>org.eclipse.jetty</groupId>
265 <artifactId>jetty-util</artifactId>
266 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700267 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400268 </dependency>
269 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700270 <groupId>commons-io</groupId>
271 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400272 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500273 </dependency>
274 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400275 <groupId>org.apache.commons</groupId>
276 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400277 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400278 </dependency>
279 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800280 <groupId>com.fasterxml.jackson.core</groupId>
281 <artifactId>jackson-databind</artifactId>
Michael Blow522d5f82022-04-07 07:18:14 -0400282 <version>2.13.2.2</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800283 </dependency>
284 <dependency>
285 <groupId>com.fasterxml.jackson.core</groupId>
286 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400287 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800288 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500289 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500290 <groupId>com.fasterxml.jackson.core</groupId>
291 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400292 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500293 </dependency>
294 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500295 <groupId>com.google.guava</groupId>
296 <artifactId>guava</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400297 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400298 <exclusions>
299 <exclusion>
300 <groupId>com.google.code.findbugs</groupId>
301 <artifactId>jsr305</artifactId>
302 </exclusion>
303 <exclusion>
304 <groupId>com.google.guava</groupId>
305 <artifactId>listenablefuture</artifactId>
306 </exclusion>
307 <exclusion>
308 <groupId>org.checkerframework</groupId>
309 <artifactId>checker-qual</artifactId>
310 </exclusion>
311 <exclusion>
312 <groupId>com.google.j2objc</groupId>
313 <artifactId>j2objc-annotations</artifactId>
314 </exclusion>
315 <exclusion>
316 <groupId>org.codehaus.mojo</groupId>
317 <artifactId>animal-sniffer-annotations</artifactId>
318 </exclusion>
319 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500320 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500321 <dependency>
322 <groupId>org.apache.commons</groupId>
323 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400324 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500325 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500326 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500327 <groupId>org.apache.commons</groupId>
328 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500329 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500330 </dependency>
331 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800332 <groupId>org.apache.httpcomponents</groupId>
333 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500334 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800335 </dependency>
336 <dependency>
337 <groupId>org.apache.httpcomponents</groupId>
338 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500339 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800340 </dependency>
341 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500342 <groupId>org.apache.rat</groupId>
343 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500344 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500345 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500346 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800347 <groupId>org.ini4j</groupId>
348 <artifactId>ini4j</artifactId>
349 <version>0.5.4</version>
350 </dependency>
351 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500352 <groupId>args4j</groupId>
353 <artifactId>args4j</artifactId>
354 <version>2.33</version>
355 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300356 <dependency>
357 <groupId>org.apache.logging.log4j</groupId>
358 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400359 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300360 </dependency>
361 <dependency>
362 <groupId>org.apache.logging.log4j</groupId>
363 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400364 <version>${log4j.version}</version>
365 </dependency>
366 <dependency>
367 <groupId>org.apache.logging.log4j</groupId>
368 <artifactId>log4j-jul</artifactId>
369 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300370 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800371 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400372 <groupId>javax.xml.bind</groupId>
373 <artifactId>jaxb-api</artifactId>
374 <version>2.3.0</version>
375 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500376 <dependency>
377 <groupId>org.apache.maven</groupId>
378 <artifactId>maven-project</artifactId>
379 <version>2.2.1</version>
380 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500381 <dependency>
382 <groupId>org.apache.maven</groupId>
383 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500384 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500385 </dependency>
386 <dependency>
387 <groupId>org.apache.maven</groupId>
388 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500389 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500390 </dependency>
391 <dependency>
392 <groupId>org.apache.maven</groupId>
393 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500394 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500395 </dependency>
396 <dependency>
397 <groupId>org.apache.maven</groupId>
398 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500399 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500400 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500401 <dependency>
402 <groupId>org.apache.maven</groupId>
403 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500404 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400405 </dependency>
406 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500407 <groupId>org.apache.maven.plugin-tools</groupId>
408 <artifactId>maven-plugin-annotations</artifactId>
409 <version>3.6.4</version>
410 </dependency>
411 <dependency>
412 <groupId>org.apache.maven.plugins</groupId>
413 <artifactId>maven-remote-resources-plugin</artifactId>
414 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500415 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700416 <dependency>
417 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400418 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400419 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700420 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700421 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700422 <groupId>org.slf4j</groupId>
423 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500424 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700425 </dependency>
426 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700427 <groupId>org.apache.logging.log4j</groupId>
428 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400429 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700430 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700431 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700432 <groupId>org.mockito</groupId>
433 <artifactId>mockito-core</artifactId>
434 <version>3.10.0</version>
435 </dependency>
436 <dependency>
437 <groupId>org.powermock</groupId>
438 <artifactId>powermock-api-mockito2</artifactId>
439 <version>2.0.9</version>
440 </dependency>
441 <dependency>
442 <groupId>org.powermock</groupId>
443 <artifactId>powermock-module-junit4</artifactId>
444 <version>2.0.9</version>
445 </dependency>
446 <dependency>
447 <groupId>org.powermock</groupId>
448 <artifactId>powermock-core</artifactId>
449 <version>2.0.9</version>
450 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700451 <dependency>
452 <groupId>org.xerial.snappy</groupId>
453 <artifactId>snappy-java</artifactId>
454 <version>${snappy.version}</version>
455 </dependency>
Hussain Towaileb359e5c22022-08-01 06:46:31 +0300456 <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can
457 be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs -->
458 <dependency>
459 <groupId>org.eclipse.jetty</groupId>
460 <artifactId>jetty-util</artifactId>
461 <version>9.4.48.v20220622</version>
462 </dependency>
463 <dependency>
464 <groupId>org.eclipse.jetty</groupId>
465 <artifactId>jetty-util-ajax</artifactId>
466 <version>9.4.48.v20220622</version>
467 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700468 </dependencies>
469 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000470 <build>
471 <plugins>
472 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400473 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500474 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500475 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500476 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500477 <exclude>**/DEPENDENCIES</exclude>
478 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500479 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500480 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500481 <manifest>
482 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
483 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
484 </manifest>
485 <manifestEntries>
486 <Implementation-Title>${implementation.title}</Implementation-Title>
487 <Implementation-URL>${implementation.url}</Implementation-URL>
488 <Implementation-Version>${implementation.version}</Implementation-Version>
489 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
490 </manifestEntries>
491 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500492 </configuration>
493 </plugin>
494 <plugin>
495 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400496 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400497 <configuration>
498 <failOnWarning>true</failOnWarning>
499 <outputXML>true</outputXML>
500 </configuration>
501 <executions>
502 <execution>
503 <phase>process-test-classes</phase>
504 <goals>
505 <goal>analyze-only</goal>
506 </goals>
507 </execution>
508 </executions>
509 </plugin>
510 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700511 <groupId>org.apache.rat</groupId>
512 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700513 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700514 <execution>
515 <phase>validate</phase>
516 <goals>
517 <goal>check</goal>
518 </goals>
519 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700520 </executions>
521 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500522 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
523 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700524 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800525 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700526 </licenses>
527 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800528 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700529 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500530 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400531 <excludes combine.children="append">
532 <exclude>**/*.iml</exclude>
533 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700534 </configuration>
535 </plugin>
536 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700537 <groupId>org.apache.maven.plugins</groupId>
538 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700539 <configuration>
540 <failIfNoTests>false</failIfNoTests>
541 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800542 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800543 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300544 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700545 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300546 <systemPropertyVariables>
547 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
548 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700549 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500550 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700551 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500552 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500553 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800554 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400555 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700556 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700557 </plugin>
558 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700559 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300560 <artifactId>maven-failsafe-plugin</artifactId>
561 <configuration>
562 <systemPropertyVariables>
563 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
564 </systemPropertyVariables>
565 </configuration>
566 </plugin>
567 <plugin>
568 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700569 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700570 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400571 <source>${source.jdk.version}</source>
572 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500573 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700574 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000575 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700576 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700577 <groupId>org.apache.maven.plugins</groupId>
578 <artifactId>maven-remote-resources-plugin</artifactId>
579 <executions>
580 <execution>
581 <goals>
582 <goal>process</goal>
583 </goals>
584 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500585 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700586 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700587 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500588 <properties>
589 <projectName>Apache Hyracks - ${project.name}</projectName>
590 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700591 </configuration>
592 </execution>
593 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800594 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400595 <plugin>
596 <groupId>org.apache.maven.plugins</groupId>
597 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400598 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400599 <executions>
600 <execution>
601 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400602 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400603 <goals>
604 <goal>check</goal>
605 </goals>
606 </execution>
607 </executions>
608 <configuration>
609 <logViolationsToConsole>true</logViolationsToConsole>
610 <checkstyleRules>
611 <module name="Checker">
612 <!-- Checks for whitespace -->
613 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400614 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400615 <module name="TreeWalker">
616 <module name="AvoidStarImport">
617 <property name="allowStaticMemberImports" value="true"/>
618 </module>
619 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400620 </module>
621 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400622 <includes>**/*.java,**/*.jj</includes>
623 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400624 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
625 </configuration>
626 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400627 <plugin>
628 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400629 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400630 <executions>
631 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400632 <id>check-pom-packaging</id>
633 <phase>validate</phase>
634 <goals>
635 <goal>run</goal>
636 </goals>
637 <configuration>
638 <exportAntProperties>true</exportAntProperties>
639 <target xmlns:unless="ant:unless">
640 <condition property="skipPomEnforcement">
641 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
642 </condition>
643 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
644 </target>
645 </configuration>
646 </execution>
647 </executions>
648 </plugin>
649 <plugin>
650 <groupId>org.apache.maven.plugins</groupId>
651 <artifactId>maven-enforcer-plugin</artifactId>
652 <executions>
653 <execution>
654 <id>ensure-no-tests-for-pom-packaging</id>
655 <phase>validate</phase>
656 <goals>
657 <goal>enforce</goal>
658 </goals>
659 <configuration>
660 <rules>
661 <requireFilesDontExist>
662 <files>
663 <file>${project.build.testSourceDirectory}</file>
664 </files>
665 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
666 </requireFilesDontExist>
667 </rules>
668 <skip>${skipPomEnforcement}</skip>
669 </configuration>
670 </execution>
671 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400672 <id>enforce-versions</id>
673 <goals>
674 <goal>enforce</goal>
675 </goals>
676 <configuration>
677 <rules>
678 <requireMavenVersion>
679 <version>[3.3.9,)</version>
680 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700681 <requireJavaVersion>
682 <version>[11,)</version>
683 </requireJavaVersion>
684 </rules>
685 </configuration>
686 </execution>
687 <execution>
688 <id>ensure-no-duplicate-deps</id>
689 <goals>
690 <goal>enforce</goal>
691 </goals>
692 <configuration>
693 <rules>
694 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400695 </rules>
696 </configuration>
697 </execution>
698 </executions>
699 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500700 <plugin>
701 <groupId>org.apache.maven.plugins</groupId>
702 <artifactId>maven-resources-plugin</artifactId>
703 <executions>
704 <execution>
705 <id>default-testResources</id>
706 <goals>
707 <goal>testResources</goal>
708 </goals>
709 <configuration>
710 <skip>${skip.testResources}</skip>
711 </configuration>
712 </execution>
713 </executions>
714 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500715 <plugin>
716 <groupId>net.revelc.code.formatter</groupId>
717 <artifactId>formatter-maven-plugin</artifactId>
718 <executions>
719 <execution>
720 <goals>
721 <goal>${source-format.goal}</goal>
722 </goals>
723 </execution>
724 </executions>
725 <configuration>
726 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
727 <skipFormatting>${source-format.skip}</skipFormatting>
728 </configuration>
729 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400730 <plugin>
731 <groupId>net.revelc.code</groupId>
732 <artifactId>impsort-maven-plugin</artifactId>
733 <executions>
734 <execution>
735 <goals>
736 <goal>${import-sort.goal}</goal>
737 </goals>
738 </execution>
739 </executions>
740 <configuration>
741 <groups>java,javax,org,com,*</groups>
742 <removeUnused>true</removeUnused>
743 <skip>${import-sort.skip}</skip>
744 </configuration>
745 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000746 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700747 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700748 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500749 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800750 <groupId>org.apache.maven.plugins</groupId>
751 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400752 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800753 </plugin>
754 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500755 <groupId>org.apache.rat</groupId>
756 <artifactId>apache-rat-plugin</artifactId>
757 <version>0.12</version>
758 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700759 <plugin>
760 <groupId>net.revelc.code.formatter</groupId>
761 <artifactId>formatter-maven-plugin</artifactId>
762 <version>2.0.1</version>
763 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400764 <plugin>
765 <groupId>net.revelc.code</groupId>
766 <artifactId>impsort-maven-plugin</artifactId>
767 <version>1.2.0</version>
768 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700769 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
770 <plugin>
771 <groupId>org.eclipse.m2e</groupId>
772 <artifactId>lifecycle-mapping</artifactId>
773 <version>1.0.0</version>
774 <configuration>
775 <lifecycleMappingMetadata>
776 <pluginExecutions>
777 <pluginExecution>
778 <pluginExecutionFilter>
779 <groupId>org.apache.rat</groupId>
780 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400781 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700782 <goals>
783 <goal>check</goal>
784 </goals>
785 </pluginExecutionFilter>
786 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400787 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700788 </action>
789 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400790 <pluginExecution>
791 <pluginExecutionFilter>
792 <groupId>org.apache.maven.plugins</groupId>
793 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400794 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400795 <goals>
796 <goal>check</goal>
797 </goals>
798 </pluginExecutionFilter>
799 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400800 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400801 </action>
802 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700803 <pluginExecution>
804 <pluginExecutionFilter>
805 <groupId>org.apache.maven.plugins</groupId>
806 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400807 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700808 <goals>
809 <goal>analyze-only</goal>
810 </goals>
811 </pluginExecutionFilter>
812 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800813 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700814 </action>
815 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800816 <pluginExecution>
817 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800818 <groupId>net.revelc.code.formatter</groupId>
819 <artifactId>formatter-maven-plugin</artifactId>
820 <versionRange>[2.0.1,)</versionRange>
821 <goals>
822 <goal>format</goal>
823 </goals>
824 </pluginExecutionFilter>
825 <action>
826 <ignore></ignore>
827 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800828 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700829 </pluginExecutions>
830 </lifecycleMappingMetadata>
831 </configuration>
832 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800833 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500834 <groupId>org.codehaus.mojo</groupId>
835 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400836 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800837 </plugin>
838 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500839 <groupId>org.apache.maven.plugins</groupId>
840 <artifactId>maven-scm-plugin</artifactId>
841 <version>1.9.5</version>
842 </plugin>
843 <plugin>
844 <groupId>org.codehaus.mojo</groupId>
845 <artifactId>appassembler-maven-plugin</artifactId>
846 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800847 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400848 <plugin>
849 <groupId>org.apache.maven.plugins</groupId>
850 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400851 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400852 </plugin>
853 <plugin>
854 <groupId>org.apache.maven.plugins</groupId>
855 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400856 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400857 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400858 <plugin>
859 <groupId>org.apache.hyracks</groupId>
860 <artifactId>license-automation-plugin</artifactId>
861 <version>${project.version}</version>
862 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400863 <plugin>
864 <groupId>org.apache.maven.plugins</groupId>
865 <artifactId>maven-assembly-plugin</artifactId>
866 <version>3.1.0</version>
867 </plugin>
868 <plugin>
869 <groupId>org.apache.maven.plugins</groupId>
870 <artifactId>maven-antrun-plugin</artifactId>
871 <version>1.8</version>
872 </plugin>
873 <plugin>
874 <groupId>org.apache.maven.plugins</groupId>
875 <artifactId>maven-clean-plugin</artifactId>
876 <version>3.0.0</version>
877 </plugin>
878 <plugin>
879 <groupId>org.apache.maven.plugins</groupId>
880 <artifactId>maven-jar-plugin</artifactId>
881 <version>3.0.2</version>
882 </plugin>
883 <plugin>
884 <groupId>org.codehaus.mojo</groupId>
885 <artifactId>build-helper-maven-plugin</artifactId>
886 <version>3.0.0</version>
887 </plugin>
888 <plugin>
889 <groupId>org.apache.maven.plugins</groupId>
890 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700891 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400892 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400893 <plugin>
894 <groupId>org.apache.maven.doxia</groupId>
895 <artifactId>doxia-maven-plugin</artifactId>
896 <version>1.1.4</version>
897 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700898 <plugin>
899 <groupId>org.apache.maven.plugins</groupId>
900 <artifactId>maven-enforcer-plugin</artifactId>
901 <version>3.0.0-M3</version>
902 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700903 </plugins>
904 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000905 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800906 <profiles>
907 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400908 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700909 <activation>
910 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400911 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700912 </file>
913 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400914 <properties>
915 <skip.assembly>true</skip.assembly>
916 </properties>
917 </profile>
918 <profile>
919 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700920 <build>
921 <plugins>
922 <plugin>
923 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500924 <artifactId>maven-jar-plugin</artifactId>
925 <configuration>
926 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500927 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500928 <manifest>
929 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
930 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
931 </manifest>
932 </archive>
933 </configuration>
934 </plugin>
935 <plugin>
936 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700937 <artifactId>maven-assembly-plugin</artifactId>
938 <!-- We override the configuration plugin to override the descriptor to use for building
939 the source release zip. Specifically, we would like to control the inclusions/exclusions.
940 For example, we exclude the KEYS file from the zip -->
941 <executions>
942 <execution>
943 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
944 the apache parent POM under the apache-release profile -->
945 <id>source-release-assembly</id>
946 <phase>package</phase>
947 <goals>
948 <goal>single</goal>
949 </goals>
950 <!-- combine.self should be override to replace the configuration in the parent POM -->
951 <configuration combine.self="override">
952 <descriptors>
953 <descriptor>src/main/assembly/source.xml</descriptor>
954 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400955 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700956 </configuration>
957 </execution>
958 </executions>
959 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700960 <plugin>
961 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800962 <artifactId>maven-gpg-plugin</artifactId>
963 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700964 <executions>
965 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800966 <id>sign-artifacts</id>
967 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700968 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800969 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700970 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700971 </execution>
972 </executions>
973 </plugin>
974 </plugins>
975 </build>
976 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700977 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400978 <id>coverage</id>
979 <activation>
980 <property>
981 <name>coverage</name>
982 </property>
983 </activation>
984 <build>
985 <plugins>
986 <plugin>
987 <groupId>org.jacoco</groupId>
988 <artifactId>jacoco-maven-plugin</artifactId>
989 <version>${jacoco.version}</version>
990 <executions>
991 <execution>
992 <id>default-prepare-agent</id>
993 <goals>
994 <goal>prepare-agent</goal>
995 </goals>
996 <configuration>
997 <propertyName>coverageArgLine</propertyName>
998 </configuration>
999 </execution>
1000 <execution>
1001 <id>default-prepare-agent-integration</id>
1002 <goals>
1003 <goal>prepare-agent-integration</goal>
1004 </goals>
1005 <configuration>
1006 <propertyName>coverageArgLine</propertyName>
1007 </configuration>
1008 </execution>
1009 </executions>
1010 </plugin>
1011 </plugins>
1012 </build>
1013 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001014 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -04001015 </properties>
1016 </profile>
1017 <profile>
1018 <id>no-coverage</id>
1019 <activation>
1020 <property>
1021 <name>!coverage</name>
1022 </property>
1023 </activation>
1024 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001025 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001026 </properties>
1027 </profile>
1028 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001029 <id>integration-tests-only</id>
1030 <properties>
1031 <test.includes/>
1032 <failIfNoTests>false</failIfNoTests>
1033 </properties>
1034 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001035 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001036 <modules>
1037 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001038 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001039 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001040 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001041</project>