blob: e33184cba002f919b78d98ce0f031df71049fe1a [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 Blowc831a8b2024-12-02 21:38:38 -050073 <hadoop.version>3.4.1</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow91a7e802023-01-12 18:51:33 -050075 <log4j.version>2.19.0</log4j.version>
Michael Blow6baf8ff2023-10-04 20:46:43 -040076 <snappy.version>1.1.10.5</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 Blowc831a8b2024-12-02 21:38:38 -050079 <netty.version>4.1.115.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>
Michael Blowc831a8b2024-12-02 21:38:38 -0500130 <artifactId>netty-transport-native-epoll</artifactId>
131 <version>${netty.version}</version>
132 </dependency>
133 <dependency>
134 <groupId>io.netty</groupId>
Michael Blow7d462c32021-11-05 11:49:19 -0400135 <artifactId>netty-resolver-dns</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-codec-http2</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500141 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400142 </dependency>
143 <dependency>
144 <groupId>io.netty</groupId>
145 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blow23fc48b2023-01-16 21:25:12 -0500146 <version>${netty.version}</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400147 </dependency>
148 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700149 <groupId>junit</groupId>
150 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500151 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700152 </dependency>
153 <dependency>
154 <groupId>org.apache.hadoop</groupId>
155 <artifactId>hadoop-yarn-client</artifactId>
156 <version>${hadoop.version}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.hadoop</groupId>
160 <artifactId>hadoop-client</artifactId>
161 <version>${hadoop.version}</version>
162 </dependency>
163 <dependency>
164 <groupId>org.apache.hadoop</groupId>
165 <artifactId>hadoop-common</artifactId>
166 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400167 <exclusions>
168 <exclusion>
Hussain Towailebaedda352023-05-22 04:45:42 +0300169 <groupId>net.minidev</groupId>
170 <artifactId>json-smart</artifactId>
171 </exclusion>
172 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300173 <groupId>com.nimbusds</groupId>
174 <artifactId>nimbus-jose-jwt</artifactId>
175 </exclusion>
176 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400177 <groupId>javax.servlet.jsp</groupId>
178 <artifactId>jsp-api</artifactId>
179 </exclusion>
180 <exclusion>
181 <groupId>javax.servlet</groupId>
182 <artifactId>servlet-api</artifactId>
183 </exclusion>
184 <exclusion>
185 <groupId>jdk.tools</groupId>
186 <artifactId>jdk.tools</artifactId>
187 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700188 <exclusion>
189 <groupId>log4j</groupId>
190 <artifactId>log4j</artifactId>
191 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700192 <exclusion>
193 <groupId>org.slf4j</groupId>
194 <artifactId>slf4j-api</artifactId>
195 </exclusion>
196 <exclusion>
197 <groupId>org.slf4j</groupId>
198 <artifactId>slf4j-log4j12</artifactId>
199 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400200 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700201 </dependency>
202 <dependency>
203 <groupId>org.apache.hadoop</groupId>
204 <artifactId>hadoop-hdfs</artifactId>
205 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700206 <exclusions>
207 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500208 <groupId>io.netty</groupId>
209 <artifactId>netty-all</artifactId>
210 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500211 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700212 <groupId>log4j</groupId>
213 <artifactId>log4j</artifactId>
214 </exclusion>
215 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700216 </dependency>
217 <dependency>
218 <groupId>org.apache.hadoop</groupId>
219 <artifactId>hadoop-minicluster</artifactId>
220 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700221 <exclusions>
222 <exclusion>
223 <groupId>log4j</groupId>
224 <artifactId>log4j</artifactId>
225 </exclusion>
226 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700227 </dependency>
228 <dependency>
229 <groupId>org.apache.hadoop</groupId>
230 <artifactId>hadoop-mapreduce-client-core</artifactId>
231 <version>${hadoop.version}</version>
232 </dependency>
233 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400234 <groupId>org.apache.hadoop</groupId>
235 <artifactId>hadoop-hdfs</artifactId>
236 <version>${hadoop.version}</version>
237 <classifier>tests</classifier>
238 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700239 <exclusions>
240 <exclusion>
241 <groupId>log4j</groupId>
242 <artifactId>log4j</artifactId>
243 </exclusion>
244 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400245 </dependency>
246 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500247 <groupId>com.e-movimento.tinytools</groupId>
248 <artifactId>privilegedaccessor</artifactId>
249 <version>1.3</version>
250 </dependency>
251 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700252 <groupId>commons-io</groupId>
253 <artifactId>commons-io</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500254 <version>2.18.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500255 </dependency>
256 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400257 <groupId>org.apache.commons</groupId>
258 <artifactId>commons-text</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500259 <version>1.12.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400260 </dependency>
261 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800262 <groupId>com.fasterxml.jackson.core</groupId>
263 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500264 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800265 </dependency>
266 <dependency>
267 <groupId>com.fasterxml.jackson.core</groupId>
268 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400269 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800270 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500271 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500272 <groupId>com.fasterxml.jackson.core</groupId>
273 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400274 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500275 </dependency>
276 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500277 <groupId>com.google.guava</groupId>
278 <artifactId>guava</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500279 <version>33.3.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400280 <exclusions>
281 <exclusion>
282 <groupId>com.google.code.findbugs</groupId>
283 <artifactId>jsr305</artifactId>
284 </exclusion>
285 <exclusion>
286 <groupId>com.google.guava</groupId>
287 <artifactId>listenablefuture</artifactId>
288 </exclusion>
289 <exclusion>
290 <groupId>org.checkerframework</groupId>
291 <artifactId>checker-qual</artifactId>
292 </exclusion>
293 <exclusion>
294 <groupId>com.google.j2objc</groupId>
295 <artifactId>j2objc-annotations</artifactId>
296 </exclusion>
297 <exclusion>
298 <groupId>org.codehaus.mojo</groupId>
299 <artifactId>animal-sniffer-annotations</artifactId>
300 </exclusion>
301 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500302 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500303 <dependency>
304 <groupId>org.apache.commons</groupId>
305 <artifactId>commons-lang3</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500306 <version>3.17.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500307 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500308 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500309 <groupId>org.apache.commons</groupId>
310 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500311 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500312 </dependency>
313 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800314 <groupId>org.apache.httpcomponents</groupId>
315 <artifactId>httpcore</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500316 <version>4.4.16</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800317 </dependency>
318 <dependency>
319 <groupId>org.apache.httpcomponents</groupId>
320 <artifactId>httpclient</artifactId>
Michael Blowc831a8b2024-12-02 21:38:38 -0500321 <version>4.5.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800322 </dependency>
323 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500324 <groupId>org.apache.rat</groupId>
325 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500326 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500327 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500328 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800329 <groupId>org.ini4j</groupId>
330 <artifactId>ini4j</artifactId>
331 <version>0.5.4</version>
332 </dependency>
333 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500334 <groupId>args4j</groupId>
335 <artifactId>args4j</artifactId>
336 <version>2.33</version>
337 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300338 <dependency>
339 <groupId>org.apache.logging.log4j</groupId>
340 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400341 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300342 </dependency>
343 <dependency>
344 <groupId>org.apache.logging.log4j</groupId>
345 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400346 <version>${log4j.version}</version>
347 </dependency>
348 <dependency>
349 <groupId>org.apache.logging.log4j</groupId>
350 <artifactId>log4j-jul</artifactId>
351 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300352 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800353 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400354 <groupId>javax.xml.bind</groupId>
355 <artifactId>jaxb-api</artifactId>
356 <version>2.3.0</version>
357 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500358 <dependency>
359 <groupId>org.apache.maven</groupId>
360 <artifactId>maven-project</artifactId>
361 <version>2.2.1</version>
362 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500363 <dependency>
364 <groupId>org.apache.maven</groupId>
365 <artifactId>maven-model</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-artifact</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-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500376 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500377 </dependency>
378 <dependency>
379 <groupId>org.apache.maven</groupId>
380 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500381 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500382 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500383 <dependency>
384 <groupId>org.apache.maven</groupId>
385 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500386 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400387 </dependency>
388 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500389 <groupId>org.apache.maven.plugin-tools</groupId>
390 <artifactId>maven-plugin-annotations</artifactId>
391 <version>3.6.4</version>
392 </dependency>
393 <dependency>
394 <groupId>org.apache.maven.plugins</groupId>
395 <artifactId>maven-remote-resources-plugin</artifactId>
396 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500397 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700398 <dependency>
399 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400400 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400401 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700402 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700403 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700404 <groupId>org.slf4j</groupId>
405 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500406 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700407 </dependency>
408 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700409 <groupId>org.apache.logging.log4j</groupId>
410 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400411 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700412 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700413 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700414 <groupId>org.mockito</groupId>
415 <artifactId>mockito-core</artifactId>
416 <version>3.10.0</version>
417 </dependency>
418 <dependency>
419 <groupId>org.powermock</groupId>
420 <artifactId>powermock-api-mockito2</artifactId>
421 <version>2.0.9</version>
422 </dependency>
423 <dependency>
424 <groupId>org.powermock</groupId>
425 <artifactId>powermock-module-junit4</artifactId>
426 <version>2.0.9</version>
427 </dependency>
428 <dependency>
429 <groupId>org.powermock</groupId>
430 <artifactId>powermock-core</artifactId>
431 <version>2.0.9</version>
432 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700433 <dependency>
434 <groupId>org.xerial.snappy</groupId>
435 <artifactId>snappy-java</artifactId>
436 <version>${snappy.version}</version>
437 </dependency>
Hussain Towailebaedda352023-05-22 04:45:42 +0300438 <!-- Manually included to avoid CVE-2023-1370 -->
439 <dependency>
440 <groupId>net.minidev</groupId>
441 <artifactId>json-smart</artifactId>
442 <version>2.4.11</version>
443 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700444 </dependencies>
445 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000446 <build>
447 <plugins>
448 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400449 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500450 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500451 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500452 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500453 <exclude>**/DEPENDENCIES</exclude>
454 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500455 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500456 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500457 <manifest>
458 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
459 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
460 </manifest>
461 <manifestEntries>
462 <Implementation-Title>${implementation.title}</Implementation-Title>
463 <Implementation-URL>${implementation.url}</Implementation-URL>
464 <Implementation-Version>${implementation.version}</Implementation-Version>
465 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
466 </manifestEntries>
467 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500468 </configuration>
469 </plugin>
470 <plugin>
471 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400472 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400473 <configuration>
474 <failOnWarning>true</failOnWarning>
475 <outputXML>true</outputXML>
476 </configuration>
477 <executions>
478 <execution>
479 <phase>process-test-classes</phase>
480 <goals>
481 <goal>analyze-only</goal>
482 </goals>
483 </execution>
484 </executions>
485 </plugin>
486 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700487 <groupId>org.apache.rat</groupId>
488 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700489 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700490 <execution>
491 <phase>validate</phase>
492 <goals>
493 <goal>check</goal>
494 </goals>
495 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700496 </executions>
497 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500498 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
499 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700500 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800501 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700502 </licenses>
503 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800504 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700505 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500506 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400507 <excludes combine.children="append">
508 <exclude>**/*.iml</exclude>
509 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700510 </configuration>
511 </plugin>
512 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700513 <groupId>org.apache.maven.plugins</groupId>
514 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700515 <configuration>
516 <failIfNoTests>false</failIfNoTests>
517 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800518 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800519 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300520 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700521 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300522 <systemPropertyVariables>
523 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
524 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700525 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500526 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700527 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500528 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500529 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800530 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400531 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700532 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700533 </plugin>
534 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700535 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300536 <artifactId>maven-failsafe-plugin</artifactId>
537 <configuration>
538 <systemPropertyVariables>
539 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
540 </systemPropertyVariables>
541 </configuration>
542 </plugin>
543 <plugin>
544 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700545 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700546 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400547 <source>${source.jdk.version}</source>
548 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500549 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700550 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000551 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700552 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700553 <groupId>org.apache.maven.plugins</groupId>
554 <artifactId>maven-remote-resources-plugin</artifactId>
555 <executions>
556 <execution>
557 <goals>
558 <goal>process</goal>
559 </goals>
560 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500561 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700562 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700563 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500564 <properties>
565 <projectName>Apache Hyracks - ${project.name}</projectName>
566 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700567 </configuration>
568 </execution>
569 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800570 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400571 <plugin>
572 <groupId>org.apache.maven.plugins</groupId>
573 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400574 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400575 <executions>
576 <execution>
577 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400578 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400579 <goals>
580 <goal>check</goal>
581 </goals>
582 </execution>
583 </executions>
584 <configuration>
585 <logViolationsToConsole>true</logViolationsToConsole>
586 <checkstyleRules>
587 <module name="Checker">
588 <!-- Checks for whitespace -->
589 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400590 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400591 <module name="TreeWalker">
592 <module name="AvoidStarImport">
593 <property name="allowStaticMemberImports" value="true"/>
594 </module>
595 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400596 </module>
597 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400598 <includes>**/*.java,**/*.jj</includes>
599 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400600 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
601 </configuration>
602 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400603 <plugin>
604 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400605 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400606 <executions>
607 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400608 <id>check-pom-packaging</id>
609 <phase>validate</phase>
610 <goals>
611 <goal>run</goal>
612 </goals>
613 <configuration>
614 <exportAntProperties>true</exportAntProperties>
615 <target xmlns:unless="ant:unless">
616 <condition property="skipPomEnforcement">
617 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
618 </condition>
619 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
620 </target>
621 </configuration>
622 </execution>
623 </executions>
624 </plugin>
625 <plugin>
626 <groupId>org.apache.maven.plugins</groupId>
627 <artifactId>maven-enforcer-plugin</artifactId>
628 <executions>
629 <execution>
630 <id>ensure-no-tests-for-pom-packaging</id>
631 <phase>validate</phase>
632 <goals>
633 <goal>enforce</goal>
634 </goals>
635 <configuration>
636 <rules>
637 <requireFilesDontExist>
638 <files>
639 <file>${project.build.testSourceDirectory}</file>
640 </files>
641 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
642 </requireFilesDontExist>
643 </rules>
644 <skip>${skipPomEnforcement}</skip>
645 </configuration>
646 </execution>
647 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400648 <id>enforce-versions</id>
649 <goals>
650 <goal>enforce</goal>
651 </goals>
652 <configuration>
653 <rules>
654 <requireMavenVersion>
655 <version>[3.3.9,)</version>
656 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700657 <requireJavaVersion>
658 <version>[11,)</version>
659 </requireJavaVersion>
660 </rules>
661 </configuration>
662 </execution>
663 <execution>
664 <id>ensure-no-duplicate-deps</id>
665 <goals>
666 <goal>enforce</goal>
667 </goals>
668 <configuration>
669 <rules>
670 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400671 </rules>
672 </configuration>
673 </execution>
674 </executions>
675 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500676 <plugin>
677 <groupId>org.apache.maven.plugins</groupId>
678 <artifactId>maven-resources-plugin</artifactId>
679 <executions>
680 <execution>
681 <id>default-testResources</id>
682 <goals>
683 <goal>testResources</goal>
684 </goals>
685 <configuration>
686 <skip>${skip.testResources}</skip>
687 </configuration>
688 </execution>
689 </executions>
690 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500691 <plugin>
692 <groupId>net.revelc.code.formatter</groupId>
693 <artifactId>formatter-maven-plugin</artifactId>
694 <executions>
695 <execution>
696 <goals>
697 <goal>${source-format.goal}</goal>
698 </goals>
699 </execution>
700 </executions>
701 <configuration>
702 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
703 <skipFormatting>${source-format.skip}</skipFormatting>
704 </configuration>
705 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400706 <plugin>
707 <groupId>net.revelc.code</groupId>
708 <artifactId>impsort-maven-plugin</artifactId>
709 <executions>
710 <execution>
711 <goals>
712 <goal>${import-sort.goal}</goal>
713 </goals>
714 </execution>
715 </executions>
716 <configuration>
717 <groups>java,javax,org,com,*</groups>
718 <removeUnused>true</removeUnused>
719 <skip>${import-sort.skip}</skip>
720 </configuration>
721 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000722 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700723 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700724 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500725 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800726 <groupId>org.apache.maven.plugins</groupId>
727 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400728 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800729 </plugin>
730 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500731 <groupId>org.apache.rat</groupId>
732 <artifactId>apache-rat-plugin</artifactId>
733 <version>0.12</version>
734 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700735 <plugin>
736 <groupId>net.revelc.code.formatter</groupId>
737 <artifactId>formatter-maven-plugin</artifactId>
738 <version>2.0.1</version>
739 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400740 <plugin>
741 <groupId>net.revelc.code</groupId>
742 <artifactId>impsort-maven-plugin</artifactId>
743 <version>1.2.0</version>
744 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700745 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
746 <plugin>
747 <groupId>org.eclipse.m2e</groupId>
748 <artifactId>lifecycle-mapping</artifactId>
749 <version>1.0.0</version>
750 <configuration>
751 <lifecycleMappingMetadata>
752 <pluginExecutions>
753 <pluginExecution>
754 <pluginExecutionFilter>
755 <groupId>org.apache.rat</groupId>
756 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400757 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700758 <goals>
759 <goal>check</goal>
760 </goals>
761 </pluginExecutionFilter>
762 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400763 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700764 </action>
765 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400766 <pluginExecution>
767 <pluginExecutionFilter>
768 <groupId>org.apache.maven.plugins</groupId>
769 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400770 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400771 <goals>
772 <goal>check</goal>
773 </goals>
774 </pluginExecutionFilter>
775 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400776 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400777 </action>
778 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700779 <pluginExecution>
780 <pluginExecutionFilter>
781 <groupId>org.apache.maven.plugins</groupId>
782 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400783 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700784 <goals>
785 <goal>analyze-only</goal>
786 </goals>
787 </pluginExecutionFilter>
788 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800789 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700790 </action>
791 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800792 <pluginExecution>
793 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800794 <groupId>net.revelc.code.formatter</groupId>
795 <artifactId>formatter-maven-plugin</artifactId>
796 <versionRange>[2.0.1,)</versionRange>
797 <goals>
798 <goal>format</goal>
799 </goals>
800 </pluginExecutionFilter>
801 <action>
802 <ignore></ignore>
803 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800804 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700805 </pluginExecutions>
806 </lifecycleMappingMetadata>
807 </configuration>
808 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800809 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500810 <groupId>org.codehaus.mojo</groupId>
811 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400812 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800813 </plugin>
814 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500815 <groupId>org.apache.maven.plugins</groupId>
816 <artifactId>maven-scm-plugin</artifactId>
817 <version>1.9.5</version>
818 </plugin>
819 <plugin>
820 <groupId>org.codehaus.mojo</groupId>
821 <artifactId>appassembler-maven-plugin</artifactId>
822 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800823 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400824 <plugin>
825 <groupId>org.apache.maven.plugins</groupId>
826 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400827 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400828 </plugin>
829 <plugin>
830 <groupId>org.apache.maven.plugins</groupId>
831 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400832 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400833 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400834 <plugin>
835 <groupId>org.apache.hyracks</groupId>
836 <artifactId>license-automation-plugin</artifactId>
837 <version>${project.version}</version>
838 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400839 <plugin>
840 <groupId>org.apache.maven.plugins</groupId>
841 <artifactId>maven-assembly-plugin</artifactId>
842 <version>3.1.0</version>
843 </plugin>
844 <plugin>
845 <groupId>org.apache.maven.plugins</groupId>
846 <artifactId>maven-antrun-plugin</artifactId>
847 <version>1.8</version>
848 </plugin>
849 <plugin>
850 <groupId>org.apache.maven.plugins</groupId>
851 <artifactId>maven-clean-plugin</artifactId>
852 <version>3.0.0</version>
853 </plugin>
854 <plugin>
855 <groupId>org.apache.maven.plugins</groupId>
856 <artifactId>maven-jar-plugin</artifactId>
857 <version>3.0.2</version>
858 </plugin>
859 <plugin>
860 <groupId>org.codehaus.mojo</groupId>
861 <artifactId>build-helper-maven-plugin</artifactId>
862 <version>3.0.0</version>
863 </plugin>
864 <plugin>
865 <groupId>org.apache.maven.plugins</groupId>
866 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700867 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400868 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400869 <plugin>
870 <groupId>org.apache.maven.doxia</groupId>
871 <artifactId>doxia-maven-plugin</artifactId>
872 <version>1.1.4</version>
873 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700874 <plugin>
875 <groupId>org.apache.maven.plugins</groupId>
876 <artifactId>maven-enforcer-plugin</artifactId>
877 <version>3.0.0-M3</version>
878 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700879 </plugins>
880 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000881 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800882 <profiles>
883 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400884 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700885 <activation>
886 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400887 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700888 </file>
889 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400890 <properties>
891 <skip.assembly>true</skip.assembly>
892 </properties>
893 </profile>
894 <profile>
895 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700896 <build>
897 <plugins>
898 <plugin>
899 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500900 <artifactId>maven-jar-plugin</artifactId>
901 <configuration>
902 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500903 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500904 <manifest>
905 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
906 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
907 </manifest>
908 </archive>
909 </configuration>
910 </plugin>
911 <plugin>
912 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700913 <artifactId>maven-assembly-plugin</artifactId>
914 <!-- We override the configuration plugin to override the descriptor to use for building
915 the source release zip. Specifically, we would like to control the inclusions/exclusions.
916 For example, we exclude the KEYS file from the zip -->
917 <executions>
918 <execution>
919 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
920 the apache parent POM under the apache-release profile -->
921 <id>source-release-assembly</id>
922 <phase>package</phase>
923 <goals>
924 <goal>single</goal>
925 </goals>
926 <!-- combine.self should be override to replace the configuration in the parent POM -->
927 <configuration combine.self="override">
928 <descriptors>
929 <descriptor>src/main/assembly/source.xml</descriptor>
930 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400931 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700932 </configuration>
933 </execution>
934 </executions>
935 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700936 <plugin>
937 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800938 <artifactId>maven-gpg-plugin</artifactId>
939 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700940 <executions>
941 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800942 <id>sign-artifacts</id>
943 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700944 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800945 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700946 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700947 </execution>
948 </executions>
949 </plugin>
950 </plugins>
951 </build>
952 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700953 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400954 <id>coverage</id>
955 <activation>
956 <property>
957 <name>coverage</name>
958 </property>
959 </activation>
960 <build>
961 <plugins>
962 <plugin>
963 <groupId>org.jacoco</groupId>
964 <artifactId>jacoco-maven-plugin</artifactId>
965 <version>${jacoco.version}</version>
966 <executions>
967 <execution>
968 <id>default-prepare-agent</id>
969 <goals>
970 <goal>prepare-agent</goal>
971 </goals>
972 <configuration>
973 <propertyName>coverageArgLine</propertyName>
974 </configuration>
975 </execution>
976 <execution>
977 <id>default-prepare-agent-integration</id>
978 <goals>
979 <goal>prepare-agent-integration</goal>
980 </goals>
981 <configuration>
982 <propertyName>coverageArgLine</propertyName>
983 </configuration>
984 </execution>
985 </executions>
986 </plugin>
987 </plugins>
988 </build>
989 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400990 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400991 </properties>
992 </profile>
993 <profile>
994 <id>no-coverage</id>
995 <activation>
996 <property>
997 <name>!coverage</name>
998 </property>
999 </activation>
1000 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -04001001 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -04001002 </properties>
1003 </profile>
1004 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -05001005 <id>integration-tests-only</id>
1006 <properties>
1007 <test.includes/>
1008 <failIfNoTests>false</failIfNoTests>
1009 </properties>
1010 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -08001011 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +00001012 <modules>
1013 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +00001014 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -05001015 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +00001016 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -04001017</project>