blob: 4b625e5f68f3f9714d8a5062f4dfb865e866c67f [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 -->
Michael Blowaa0f6c72023-10-03 22:47:55 -040073 <hadoop.version>3.3.6</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>
Michael Blow38ca9622018-02-28 11:44:43 -050080
Michael Blowcbfe8f92018-02-28 14:02:38 -050081 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050082 <implementation.url>https://asterixdb.apache.org/</implementation.url>
83 <implementation.version>${project.version}</implementation.version>
84 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070085 </properties>
86 <dependencyManagement>
87 <dependencies>
88 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080089 <groupId>io.netty</groupId>
Michael Blow951b9cc2021-10-28 20:11:23 -040090 <artifactId>netty-buffer</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050091 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040092 </dependency>
93 <dependency>
94 <groupId>io.netty</groupId>
95 <artifactId>netty-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -050096 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040097 </dependency>
98 <dependency>
99 <groupId>io.netty</groupId>
100 <artifactId>netty-codec-http</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500101 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400102 </dependency>
103 <dependency>
104 <groupId>io.netty</groupId>
105 <artifactId>netty-transport</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500106 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400107 </dependency>
108 <dependency>
109 <groupId>io.netty</groupId>
110 <artifactId>netty-codec</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500111 <version>${netty.version}</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400112 </dependency>
113 <dependency>
114 <groupId>io.netty</groupId>
115 <artifactId>netty-handler</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500116 <version>${netty.version}</version>
Till Westmannea666c92017-02-22 22:25:15 -0800117 </dependency>
118 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400119 <groupId>io.netty</groupId>
Hussain Towaileb35c42ac2023-05-23 10:44:10 +0300120 <artifactId>netty-handler-proxy</artifactId>
121 <version>${netty.version}</version>
122 </dependency>
123 <dependency>
124 <groupId>io.netty</groupId>
Michael Blow178ad762022-06-24 17:38:08 -0400125 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500126 <version>${netty.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700127 </dependency>
128 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400129 <groupId>io.netty</groupId>
130 <artifactId>netty-resolver-dns</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500131 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400132 </dependency>
133 <dependency>
134 <groupId>io.netty</groupId>
135 <artifactId>netty-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500136 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400137 </dependency>
138 <dependency>
139 <groupId>io.netty</groupId>
140 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500141 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400142 </dependency>
143 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700144 <groupId>junit</groupId>
145 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500146 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700147 </dependency>
148 <dependency>
149 <groupId>org.apache.hadoop</groupId>
150 <artifactId>hadoop-yarn-client</artifactId>
151 <version>${hadoop.version}</version>
152 </dependency>
153 <dependency>
154 <groupId>org.apache.hadoop</groupId>
155 <artifactId>hadoop-client</artifactId>
156 <version>${hadoop.version}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.hadoop</groupId>
160 <artifactId>hadoop-common</artifactId>
161 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400162 <exclusions>
163 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300164 <groupId>net.minidev</groupId>
165 <artifactId>json-smart</artifactId>
166 </exclusion>
167 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300168 <groupId>com.nimbusds</groupId>
169 <artifactId>nimbus-jose-jwt</artifactId>
170 </exclusion>
171 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400172 <groupId>javax.servlet.jsp</groupId>
173 <artifactId>jsp-api</artifactId>
174 </exclusion>
175 <exclusion>
176 <groupId>javax.servlet</groupId>
177 <artifactId>servlet-api</artifactId>
178 </exclusion>
179 <exclusion>
180 <groupId>jdk.tools</groupId>
181 <artifactId>jdk.tools</artifactId>
182 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700183 <exclusion>
184 <groupId>log4j</groupId>
185 <artifactId>log4j</artifactId>
186 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700187 <exclusion>
188 <groupId>org.slf4j</groupId>
189 <artifactId>slf4j-api</artifactId>
190 </exclusion>
191 <exclusion>
192 <groupId>org.slf4j</groupId>
193 <artifactId>slf4j-log4j12</artifactId>
194 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400195 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700196 </dependency>
197 <dependency>
198 <groupId>org.apache.hadoop</groupId>
199 <artifactId>hadoop-hdfs</artifactId>
200 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700201 <exclusions>
202 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500203 <groupId>io.netty</groupId>
204 <artifactId>netty-all</artifactId>
205 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500206 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700207 <groupId>log4j</groupId>
208 <artifactId>log4j</artifactId>
209 </exclusion>
210 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700211 </dependency>
212 <dependency>
213 <groupId>org.apache.hadoop</groupId>
214 <artifactId>hadoop-minicluster</artifactId>
215 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700216 <exclusions>
217 <exclusion>
218 <groupId>log4j</groupId>
219 <artifactId>log4j</artifactId>
220 </exclusion>
221 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700222 </dependency>
223 <dependency>
224 <groupId>org.apache.hadoop</groupId>
225 <artifactId>hadoop-mapreduce-client-core</artifactId>
226 <version>${hadoop.version}</version>
227 </dependency>
228 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400229 <groupId>org.apache.hadoop</groupId>
230 <artifactId>hadoop-hdfs</artifactId>
231 <version>${hadoop.version}</version>
232 <classifier>tests</classifier>
233 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700234 <exclusions>
235 <exclusion>
236 <groupId>log4j</groupId>
237 <artifactId>log4j</artifactId>
238 </exclusion>
239 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400240 </dependency>
241 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500242 <groupId>com.e-movimento.tinytools</groupId>
243 <artifactId>privilegedaccessor</artifactId>
244 <version>1.3</version>
245 </dependency>
246 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700247 <groupId>commons-io</groupId>
248 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400249 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500250 </dependency>
251 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400252 <groupId>org.apache.commons</groupId>
253 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400254 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400255 </dependency>
256 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800257 <groupId>com.fasterxml.jackson.core</groupId>
258 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500259 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800260 </dependency>
261 <dependency>
262 <groupId>com.fasterxml.jackson.core</groupId>
263 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400264 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800265 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500266 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500267 <groupId>com.fasterxml.jackson.core</groupId>
268 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400269 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500270 </dependency>
271 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500272 <groupId>com.google.guava</groupId>
273 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500274 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400275 <exclusions>
276 <exclusion>
277 <groupId>com.google.code.findbugs</groupId>
278 <artifactId>jsr305</artifactId>
279 </exclusion>
280 <exclusion>
281 <groupId>com.google.guava</groupId>
282 <artifactId>listenablefuture</artifactId>
283 </exclusion>
284 <exclusion>
285 <groupId>org.checkerframework</groupId>
286 <artifactId>checker-qual</artifactId>
287 </exclusion>
288 <exclusion>
289 <groupId>com.google.j2objc</groupId>
290 <artifactId>j2objc-annotations</artifactId>
291 </exclusion>
292 <exclusion>
293 <groupId>org.codehaus.mojo</groupId>
294 <artifactId>animal-sniffer-annotations</artifactId>
295 </exclusion>
296 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500297 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500298 <dependency>
299 <groupId>org.apache.commons</groupId>
300 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400301 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500302 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500303 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500304 <groupId>org.apache.commons</groupId>
305 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500306 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500307 </dependency>
308 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800309 <groupId>org.apache.httpcomponents</groupId>
310 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500311 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800312 </dependency>
313 <dependency>
314 <groupId>org.apache.httpcomponents</groupId>
315 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500316 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800317 </dependency>
318 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500319 <groupId>org.apache.rat</groupId>
320 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500321 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500322 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500323 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800324 <groupId>org.ini4j</groupId>
325 <artifactId>ini4j</artifactId>
326 <version>0.5.4</version>
327 </dependency>
328 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500329 <groupId>args4j</groupId>
330 <artifactId>args4j</artifactId>
331 <version>2.33</version>
332 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300333 <dependency>
334 <groupId>org.apache.logging.log4j</groupId>
335 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400336 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300337 </dependency>
338 <dependency>
339 <groupId>org.apache.logging.log4j</groupId>
340 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400341 <version>${log4j.version}</version>
342 </dependency>
343 <dependency>
344 <groupId>org.apache.logging.log4j</groupId>
345 <artifactId>log4j-jul</artifactId>
346 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300347 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800348 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400349 <groupId>javax.xml.bind</groupId>
350 <artifactId>jaxb-api</artifactId>
351 <version>2.3.0</version>
352 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500353 <dependency>
354 <groupId>org.apache.maven</groupId>
355 <artifactId>maven-project</artifactId>
356 <version>2.2.1</version>
357 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500358 <dependency>
359 <groupId>org.apache.maven</groupId>
360 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500361 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500362 </dependency>
363 <dependency>
364 <groupId>org.apache.maven</groupId>
365 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500366 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500367 </dependency>
368 <dependency>
369 <groupId>org.apache.maven</groupId>
370 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500371 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500372 </dependency>
373 <dependency>
374 <groupId>org.apache.maven</groupId>
375 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500376 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500377 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500378 <dependency>
379 <groupId>org.apache.maven</groupId>
380 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500381 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400382 </dependency>
383 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500384 <groupId>org.apache.maven.plugin-tools</groupId>
385 <artifactId>maven-plugin-annotations</artifactId>
386 <version>3.6.4</version>
387 </dependency>
388 <dependency>
389 <groupId>org.apache.maven.plugins</groupId>
390 <artifactId>maven-remote-resources-plugin</artifactId>
391 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500392 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700393 <dependency>
394 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400395 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400396 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700397 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700398 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700399 <groupId>org.slf4j</groupId>
400 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500401 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700402 </dependency>
403 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700404 <groupId>org.apache.logging.log4j</groupId>
405 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400406 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700407 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700408 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700409 <groupId>org.mockito</groupId>
410 <artifactId>mockito-core</artifactId>
411 <version>3.10.0</version>
412 </dependency>
413 <dependency>
414 <groupId>org.powermock</groupId>
415 <artifactId>powermock-api-mockito2</artifactId>
416 <version>2.0.9</version>
417 </dependency>
418 <dependency>
419 <groupId>org.powermock</groupId>
420 <artifactId>powermock-module-junit4</artifactId>
421 <version>2.0.9</version>
422 </dependency>
423 <dependency>
424 <groupId>org.powermock</groupId>
425 <artifactId>powermock-core</artifactId>
426 <version>2.0.9</version>
427 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700428 <dependency>
429 <groupId>org.xerial.snappy</groupId>
430 <artifactId>snappy-java</artifactId>
431 <version>${snappy.version}</version>
432 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300433 <!-- Manually included to avoid CVE-2023-1370 -->
434 <dependency>
435 <groupId>net.minidev</groupId>
436 <artifactId>json-smart</artifactId>
437 <version>2.4.11</version>
438 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700439 </dependencies>
440 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000441 <build>
442 <plugins>
443 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400444 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500445 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500446 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500447 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500448 <exclude>**/DEPENDENCIES</exclude>
449 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500450 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500451 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500452 <manifest>
453 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
454 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
455 </manifest>
456 <manifestEntries>
457 <Implementation-Title>${implementation.title}</Implementation-Title>
458 <Implementation-URL>${implementation.url}</Implementation-URL>
459 <Implementation-Version>${implementation.version}</Implementation-Version>
460 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
461 </manifestEntries>
462 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500463 </configuration>
464 </plugin>
465 <plugin>
466 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400467 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400468 <configuration>
469 <failOnWarning>true</failOnWarning>
470 <outputXML>true</outputXML>
471 </configuration>
472 <executions>
473 <execution>
474 <phase>process-test-classes</phase>
475 <goals>
476 <goal>analyze-only</goal>
477 </goals>
478 </execution>
479 </executions>
480 </plugin>
481 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700482 <groupId>org.apache.rat</groupId>
483 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700484 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700485 <execution>
486 <phase>validate</phase>
487 <goals>
488 <goal>check</goal>
489 </goals>
490 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700491 </executions>
492 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500493 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
494 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700495 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800496 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700497 </licenses>
498 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800499 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700500 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500501 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400502 <excludes combine.children="append">
503 <exclude>**/*.iml</exclude>
504 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700505 </configuration>
506 </plugin>
507 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700508 <groupId>org.apache.maven.plugins</groupId>
509 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700510 <configuration>
511 <failIfNoTests>false</failIfNoTests>
512 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800513 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800514 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300515 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700516 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300517 <systemPropertyVariables>
518 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
519 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700520 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500521 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700522 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500523 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500524 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800525 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400526 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700527 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700528 </plugin>
529 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700530 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300531 <artifactId>maven-failsafe-plugin</artifactId>
532 <configuration>
533 <systemPropertyVariables>
534 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
535 </systemPropertyVariables>
536 </configuration>
537 </plugin>
538 <plugin>
539 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700540 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700541 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400542 <source>${source.jdk.version}</source>
543 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500544 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700545 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000546 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700547 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700548 <groupId>org.apache.maven.plugins</groupId>
549 <artifactId>maven-remote-resources-plugin</artifactId>
550 <executions>
551 <execution>
552 <goals>
553 <goal>process</goal>
554 </goals>
555 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500556 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700557 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700558 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500559 <properties>
560 <projectName>Apache Hyracks - ${project.name}</projectName>
561 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700562 </configuration>
563 </execution>
564 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800565 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400566 <plugin>
567 <groupId>org.apache.maven.plugins</groupId>
568 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400569 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400570 <executions>
571 <execution>
572 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400573 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400574 <goals>
575 <goal>check</goal>
576 </goals>
577 </execution>
578 </executions>
579 <configuration>
580 <logViolationsToConsole>true</logViolationsToConsole>
581 <checkstyleRules>
582 <module name="Checker">
583 <!-- Checks for whitespace -->
584 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400585 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400586 <module name="TreeWalker">
587 <module name="AvoidStarImport">
588 <property name="allowStaticMemberImports" value="true"/>
589 </module>
590 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400591 </module>
592 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400593 <includes>**/*.java,**/*.jj</includes>
594 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400595 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
596 </configuration>
597 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400598 <plugin>
599 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400600 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400601 <executions>
602 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400603 <id>check-pom-packaging</id>
604 <phase>validate</phase>
605 <goals>
606 <goal>run</goal>
607 </goals>
608 <configuration>
609 <exportAntProperties>true</exportAntProperties>
610 <target xmlns:unless="ant:unless">
611 <condition property="skipPomEnforcement">
612 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
613 </condition>
614 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
615 </target>
616 </configuration>
617 </execution>
618 </executions>
619 </plugin>
620 <plugin>
621 <groupId>org.apache.maven.plugins</groupId>
622 <artifactId>maven-enforcer-plugin</artifactId>
623 <executions>
624 <execution>
625 <id>ensure-no-tests-for-pom-packaging</id>
626 <phase>validate</phase>
627 <goals>
628 <goal>enforce</goal>
629 </goals>
630 <configuration>
631 <rules>
632 <requireFilesDontExist>
633 <files>
634 <file>${project.build.testSourceDirectory}</file>
635 </files>
636 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
637 </requireFilesDontExist>
638 </rules>
639 <skip>${skipPomEnforcement}</skip>
640 </configuration>
641 </execution>
642 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400643 <id>enforce-versions</id>
644 <goals>
645 <goal>enforce</goal>
646 </goals>
647 <configuration>
648 <rules>
649 <requireMavenVersion>
650 <version>[3.3.9,)</version>
651 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700652 <requireJavaVersion>
653 <version>[11,)</version>
654 </requireJavaVersion>
655 </rules>
656 </configuration>
657 </execution>
658 <execution>
659 <id>ensure-no-duplicate-deps</id>
660 <goals>
661 <goal>enforce</goal>
662 </goals>
663 <configuration>
664 <rules>
665 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400666 </rules>
667 </configuration>
668 </execution>
669 </executions>
670 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500671 <plugin>
672 <groupId>org.apache.maven.plugins</groupId>
673 <artifactId>maven-resources-plugin</artifactId>
674 <executions>
675 <execution>
676 <id>default-testResources</id>
677 <goals>
678 <goal>testResources</goal>
679 </goals>
680 <configuration>
681 <skip>${skip.testResources}</skip>
682 </configuration>
683 </execution>
684 </executions>
685 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500686 <plugin>
687 <groupId>net.revelc.code.formatter</groupId>
688 <artifactId>formatter-maven-plugin</artifactId>
689 <executions>
690 <execution>
691 <goals>
692 <goal>${source-format.goal}</goal>
693 </goals>
694 </execution>
695 </executions>
696 <configuration>
697 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
698 <skipFormatting>${source-format.skip}</skipFormatting>
699 </configuration>
700 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400701 <plugin>
702 <groupId>net.revelc.code</groupId>
703 <artifactId>impsort-maven-plugin</artifactId>
704 <executions>
705 <execution>
706 <goals>
707 <goal>${import-sort.goal}</goal>
708 </goals>
709 </execution>
710 </executions>
711 <configuration>
712 <groups>java,javax,org,com,*</groups>
713 <removeUnused>true</removeUnused>
714 <skip>${import-sort.skip}</skip>
715 </configuration>
716 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000717 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700718 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700719 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500720 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800721 <groupId>org.apache.maven.plugins</groupId>
722 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400723 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800724 </plugin>
725 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500726 <groupId>org.apache.rat</groupId>
727 <artifactId>apache-rat-plugin</artifactId>
728 <version>0.12</version>
729 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700730 <plugin>
731 <groupId>net.revelc.code.formatter</groupId>
732 <artifactId>formatter-maven-plugin</artifactId>
733 <version>2.0.1</version>
734 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400735 <plugin>
736 <groupId>net.revelc.code</groupId>
737 <artifactId>impsort-maven-plugin</artifactId>
738 <version>1.2.0</version>
739 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700740 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
741 <plugin>
742 <groupId>org.eclipse.m2e</groupId>
743 <artifactId>lifecycle-mapping</artifactId>
744 <version>1.0.0</version>
745 <configuration>
746 <lifecycleMappingMetadata>
747 <pluginExecutions>
748 <pluginExecution>
749 <pluginExecutionFilter>
750 <groupId>org.apache.rat</groupId>
751 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400752 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700753 <goals>
754 <goal>check</goal>
755 </goals>
756 </pluginExecutionFilter>
757 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400758 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700759 </action>
760 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400761 <pluginExecution>
762 <pluginExecutionFilter>
763 <groupId>org.apache.maven.plugins</groupId>
764 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400765 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400766 <goals>
767 <goal>check</goal>
768 </goals>
769 </pluginExecutionFilter>
770 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400771 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400772 </action>
773 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700774 <pluginExecution>
775 <pluginExecutionFilter>
776 <groupId>org.apache.maven.plugins</groupId>
777 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400778 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700779 <goals>
780 <goal>analyze-only</goal>
781 </goals>
782 </pluginExecutionFilter>
783 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800784 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700785 </action>
786 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800787 <pluginExecution>
788 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800789 <groupId>net.revelc.code.formatter</groupId>
790 <artifactId>formatter-maven-plugin</artifactId>
791 <versionRange>[2.0.1,)</versionRange>
792 <goals>
793 <goal>format</goal>
794 </goals>
795 </pluginExecutionFilter>
796 <action>
797 <ignore></ignore>
798 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800799 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700800 </pluginExecutions>
801 </lifecycleMappingMetadata>
802 </configuration>
803 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800804 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500805 <groupId>org.codehaus.mojo</groupId>
806 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400807 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800808 </plugin>
809 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500810 <groupId>org.apache.maven.plugins</groupId>
811 <artifactId>maven-scm-plugin</artifactId>
812 <version>1.9.5</version>
813 </plugin>
814 <plugin>
815 <groupId>org.codehaus.mojo</groupId>
816 <artifactId>appassembler-maven-plugin</artifactId>
817 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800818 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400819 <plugin>
820 <groupId>org.apache.maven.plugins</groupId>
821 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400822 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400823 </plugin>
824 <plugin>
825 <groupId>org.apache.maven.plugins</groupId>
826 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400827 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400828 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400829 <plugin>
830 <groupId>org.apache.hyracks</groupId>
831 <artifactId>license-automation-plugin</artifactId>
832 <version>${project.version}</version>
833 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400834 <plugin>
835 <groupId>org.apache.maven.plugins</groupId>
836 <artifactId>maven-assembly-plugin</artifactId>
837 <version>3.1.0</version>
838 </plugin>
839 <plugin>
840 <groupId>org.apache.maven.plugins</groupId>
841 <artifactId>maven-antrun-plugin</artifactId>
842 <version>1.8</version>
843 </plugin>
844 <plugin>
845 <groupId>org.apache.maven.plugins</groupId>
846 <artifactId>maven-clean-plugin</artifactId>
847 <version>3.0.0</version>
848 </plugin>
849 <plugin>
850 <groupId>org.apache.maven.plugins</groupId>
851 <artifactId>maven-jar-plugin</artifactId>
852 <version>3.0.2</version>
853 </plugin>
854 <plugin>
855 <groupId>org.codehaus.mojo</groupId>
856 <artifactId>build-helper-maven-plugin</artifactId>
857 <version>3.0.0</version>
858 </plugin>
859 <plugin>
860 <groupId>org.apache.maven.plugins</groupId>
861 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700862 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400863 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400864 <plugin>
865 <groupId>org.apache.maven.doxia</groupId>
866 <artifactId>doxia-maven-plugin</artifactId>
867 <version>1.1.4</version>
868 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700869 <plugin>
870 <groupId>org.apache.maven.plugins</groupId>
871 <artifactId>maven-enforcer-plugin</artifactId>
872 <version>3.0.0-M3</version>
873 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700874 </plugins>
875 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000876 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800877 <profiles>
878 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400879 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700880 <activation>
881 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400882 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700883 </file>
884 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400885 <properties>
886 <skip.assembly>true</skip.assembly>
887 </properties>
888 </profile>
889 <profile>
890 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700891 <build>
892 <plugins>
893 <plugin>
894 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500895 <artifactId>maven-jar-plugin</artifactId>
896 <configuration>
897 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500898 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500899 <manifest>
900 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
901 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
902 </manifest>
903 </archive>
904 </configuration>
905 </plugin>
906 <plugin>
907 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700908 <artifactId>maven-assembly-plugin</artifactId>
909 <!-- We override the configuration plugin to override the descriptor to use for building
910 the source release zip. Specifically, we would like to control the inclusions/exclusions.
911 For example, we exclude the KEYS file from the zip -->
912 <executions>
913 <execution>
914 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
915 the apache parent POM under the apache-release profile -->
916 <id>source-release-assembly</id>
917 <phase>package</phase>
918 <goals>
919 <goal>single</goal>
920 </goals>
921 <!-- combine.self should be override to replace the configuration in the parent POM -->
922 <configuration combine.self="override">
923 <descriptors>
924 <descriptor>src/main/assembly/source.xml</descriptor>
925 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400926 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700927 </configuration>
928 </execution>
929 </executions>
930 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700931 <plugin>
932 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800933 <artifactId>maven-gpg-plugin</artifactId>
934 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700935 <executions>
936 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800937 <id>sign-artifacts</id>
938 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700939 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800940 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700941 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700942 </execution>
943 </executions>
944 </plugin>
945 </plugins>
946 </build>
947 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700948 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400949 <id>coverage</id>
950 <activation>
951 <property>
952 <name>coverage</name>
953 </property>
954 </activation>
955 <build>
956 <plugins>
957 <plugin>
958 <groupId>org.jacoco</groupId>
959 <artifactId>jacoco-maven-plugin</artifactId>
960 <version>${jacoco.version}</version>
961 <executions>
962 <execution>
963 <id>default-prepare-agent</id>
964 <goals>
965 <goal>prepare-agent</goal>
966 </goals>
967 <configuration>
968 <propertyName>coverageArgLine</propertyName>
969 </configuration>
970 </execution>
971 <execution>
972 <id>default-prepare-agent-integration</id>
973 <goals>
974 <goal>prepare-agent-integration</goal>
975 </goals>
976 <configuration>
977 <propertyName>coverageArgLine</propertyName>
978 </configuration>
979 </execution>
980 </executions>
981 </plugin>
982 </plugins>
983 </build>
984 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400985 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400986 </properties>
987 </profile>
988 <profile>
989 <id>no-coverage</id>
990 <activation>
991 <property>
992 <name>!coverage</name>
993 </property>
994 </activation>
995 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400996 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400997 </properties>
998 </profile>
999 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001000 <id>integration-tests-only</id>
1001 <properties>
1002 <test.includes/>
1003 <failIfNoTests>false</failIfNoTests>
1004 </properties>
1005 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001006 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001007 <modules>
1008 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001009 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001010 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001011 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001012</project>