blob: ccd1de5cbfd08aa81686dcac4f13b0678df18146 [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>
Michael Blowaebe2c52018-06-10 14:18:53 -0400184 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700185 </dependency>
186 <dependency>
187 <groupId>org.apache.hadoop</groupId>
188 <artifactId>hadoop-hdfs</artifactId>
189 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700190 <exclusions>
191 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500192 <groupId>io.netty</groupId>
193 <artifactId>netty-all</artifactId>
194 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500195 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700196 <groupId>log4j</groupId>
197 <artifactId>log4j</artifactId>
198 </exclusion>
199 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700200 </dependency>
201 <dependency>
202 <groupId>org.apache.hadoop</groupId>
203 <artifactId>hadoop-minicluster</artifactId>
204 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700205 <exclusions>
206 <exclusion>
207 <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-mapreduce-client-core</artifactId>
215 <version>${hadoop.version}</version>
216 </dependency>
217 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400218 <groupId>org.apache.hadoop</groupId>
219 <artifactId>hadoop-hdfs</artifactId>
220 <version>${hadoop.version}</version>
221 <classifier>tests</classifier>
222 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700223 <exclusions>
224 <exclusion>
225 <groupId>log4j</groupId>
226 <artifactId>log4j</artifactId>
227 </exclusion>
228 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400229 </dependency>
230 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700231 <groupId>commons-io</groupId>
232 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400233 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500234 </dependency>
235 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400236 <groupId>org.apache.commons</groupId>
237 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400238 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400239 </dependency>
240 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800241 <groupId>com.fasterxml.jackson.core</groupId>
242 <artifactId>jackson-databind</artifactId>
Michael Blow522d5f82022-04-07 07:18:14 -0400243 <version>2.13.2.2</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800244 </dependency>
245 <dependency>
246 <groupId>com.fasterxml.jackson.core</groupId>
247 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400248 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800249 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500250 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500251 <groupId>com.fasterxml.jackson.core</groupId>
252 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400253 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500254 </dependency>
255 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500256 <groupId>com.google.guava</groupId>
257 <artifactId>guava</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400258 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400259 <exclusions>
260 <exclusion>
261 <groupId>com.google.code.findbugs</groupId>
262 <artifactId>jsr305</artifactId>
263 </exclusion>
264 <exclusion>
265 <groupId>com.google.guava</groupId>
266 <artifactId>listenablefuture</artifactId>
267 </exclusion>
268 <exclusion>
269 <groupId>org.checkerframework</groupId>
270 <artifactId>checker-qual</artifactId>
271 </exclusion>
272 <exclusion>
273 <groupId>com.google.j2objc</groupId>
274 <artifactId>j2objc-annotations</artifactId>
275 </exclusion>
276 <exclusion>
277 <groupId>org.codehaus.mojo</groupId>
278 <artifactId>animal-sniffer-annotations</artifactId>
279 </exclusion>
280 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500281 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500282 <dependency>
283 <groupId>org.apache.commons</groupId>
284 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400285 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500286 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500287 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500288 <groupId>org.apache.commons</groupId>
289 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500290 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500291 </dependency>
292 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800293 <groupId>org.apache.httpcomponents</groupId>
294 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500295 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800296 </dependency>
297 <dependency>
298 <groupId>org.apache.httpcomponents</groupId>
299 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500300 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800301 </dependency>
302 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500303 <groupId>org.apache.rat</groupId>
304 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500305 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500306 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500307 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800308 <groupId>org.ini4j</groupId>
309 <artifactId>ini4j</artifactId>
310 <version>0.5.4</version>
311 </dependency>
312 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500313 <groupId>args4j</groupId>
314 <artifactId>args4j</artifactId>
315 <version>2.33</version>
316 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300317 <dependency>
318 <groupId>org.apache.logging.log4j</groupId>
319 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400320 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300321 </dependency>
322 <dependency>
323 <groupId>org.apache.logging.log4j</groupId>
324 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400325 <version>${log4j.version}</version>
326 </dependency>
327 <dependency>
328 <groupId>org.apache.logging.log4j</groupId>
329 <artifactId>log4j-jul</artifactId>
330 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300331 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800332 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400333 <groupId>javax.xml.bind</groupId>
334 <artifactId>jaxb-api</artifactId>
335 <version>2.3.0</version>
336 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500337 <dependency>
338 <groupId>org.apache.maven</groupId>
339 <artifactId>maven-project</artifactId>
340 <version>2.2.1</version>
341 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500342 <dependency>
343 <groupId>org.apache.maven</groupId>
344 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500345 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500346 </dependency>
347 <dependency>
348 <groupId>org.apache.maven</groupId>
349 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500350 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500351 </dependency>
352 <dependency>
353 <groupId>org.apache.maven</groupId>
354 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500355 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500356 </dependency>
357 <dependency>
358 <groupId>org.apache.maven</groupId>
359 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500360 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500361 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500362 <dependency>
363 <groupId>org.apache.maven</groupId>
364 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500365 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400366 </dependency>
367 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500368 <groupId>org.apache.maven.plugin-tools</groupId>
369 <artifactId>maven-plugin-annotations</artifactId>
370 <version>3.6.4</version>
371 </dependency>
372 <dependency>
373 <groupId>org.apache.maven.plugins</groupId>
374 <artifactId>maven-remote-resources-plugin</artifactId>
375 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500376 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700377 <dependency>
378 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400379 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400380 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700381 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700382 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700383 <groupId>org.slf4j</groupId>
384 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500385 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700386 </dependency>
387 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700388 <groupId>org.apache.logging.log4j</groupId>
389 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400390 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700391 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700392 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700393 <groupId>org.mockito</groupId>
394 <artifactId>mockito-core</artifactId>
395 <version>3.10.0</version>
396 </dependency>
397 <dependency>
398 <groupId>org.powermock</groupId>
399 <artifactId>powermock-api-mockito2</artifactId>
400 <version>2.0.9</version>
401 </dependency>
402 <dependency>
403 <groupId>org.powermock</groupId>
404 <artifactId>powermock-module-junit4</artifactId>
405 <version>2.0.9</version>
406 </dependency>
407 <dependency>
408 <groupId>org.powermock</groupId>
409 <artifactId>powermock-core</artifactId>
410 <version>2.0.9</version>
411 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700412 <dependency>
413 <groupId>org.xerial.snappy</groupId>
414 <artifactId>snappy-java</artifactId>
415 <version>${snappy.version}</version>
416 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700417 </dependencies>
418 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000419 <build>
420 <plugins>
421 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400422 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500423 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500424 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500425 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500426 <exclude>**/DEPENDENCIES</exclude>
427 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500428 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500429 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500430 <manifest>
431 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
432 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
433 </manifest>
434 <manifestEntries>
435 <Implementation-Title>${implementation.title}</Implementation-Title>
436 <Implementation-URL>${implementation.url}</Implementation-URL>
437 <Implementation-Version>${implementation.version}</Implementation-Version>
438 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
439 </manifestEntries>
440 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500441 </configuration>
442 </plugin>
443 <plugin>
444 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400445 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400446 <configuration>
447 <failOnWarning>true</failOnWarning>
448 <outputXML>true</outputXML>
449 </configuration>
450 <executions>
451 <execution>
452 <phase>process-test-classes</phase>
453 <goals>
454 <goal>analyze-only</goal>
455 </goals>
456 </execution>
457 </executions>
458 </plugin>
459 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700460 <groupId>org.apache.rat</groupId>
461 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700462 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700463 <execution>
464 <phase>validate</phase>
465 <goals>
466 <goal>check</goal>
467 </goals>
468 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700469 </executions>
470 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500471 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
472 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700473 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800474 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700475 </licenses>
476 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800477 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700478 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500479 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400480 <excludes combine.children="append">
481 <exclude>**/*.iml</exclude>
482 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700483 </configuration>
484 </plugin>
485 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700486 <groupId>org.apache.maven.plugins</groupId>
487 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700488 <configuration>
489 <failIfNoTests>false</failIfNoTests>
490 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800491 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800492 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300493 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700494 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300495 <systemPropertyVariables>
496 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
497 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700498 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500499 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700500 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500501 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500502 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800503 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400504 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700505 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700506 </plugin>
507 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700508 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300509 <artifactId>maven-failsafe-plugin</artifactId>
510 <configuration>
511 <systemPropertyVariables>
512 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
513 </systemPropertyVariables>
514 </configuration>
515 </plugin>
516 <plugin>
517 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700518 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700519 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400520 <source>${source.jdk.version}</source>
521 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500522 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700523 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000524 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700525 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700526 <groupId>org.apache.maven.plugins</groupId>
527 <artifactId>maven-remote-resources-plugin</artifactId>
528 <executions>
529 <execution>
530 <goals>
531 <goal>process</goal>
532 </goals>
533 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500534 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700535 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700536 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500537 <properties>
538 <projectName>Apache Hyracks - ${project.name}</projectName>
539 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700540 </configuration>
541 </execution>
542 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800543 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400544 <plugin>
545 <groupId>org.apache.maven.plugins</groupId>
546 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400547 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400548 <executions>
549 <execution>
550 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400551 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400552 <goals>
553 <goal>check</goal>
554 </goals>
555 </execution>
556 </executions>
557 <configuration>
558 <logViolationsToConsole>true</logViolationsToConsole>
559 <checkstyleRules>
560 <module name="Checker">
561 <!-- Checks for whitespace -->
562 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400563 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400564 <module name="TreeWalker">
565 <module name="AvoidStarImport">
566 <property name="allowStaticMemberImports" value="true"/>
567 </module>
568 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400569 </module>
570 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400571 <includes>**/*.java,**/*.jj</includes>
572 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400573 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
574 </configuration>
575 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400576 <plugin>
577 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400578 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400579 <executions>
580 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400581 <id>check-pom-packaging</id>
582 <phase>validate</phase>
583 <goals>
584 <goal>run</goal>
585 </goals>
586 <configuration>
587 <exportAntProperties>true</exportAntProperties>
588 <target xmlns:unless="ant:unless">
589 <condition property="skipPomEnforcement">
590 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
591 </condition>
592 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
593 </target>
594 </configuration>
595 </execution>
596 </executions>
597 </plugin>
598 <plugin>
599 <groupId>org.apache.maven.plugins</groupId>
600 <artifactId>maven-enforcer-plugin</artifactId>
601 <executions>
602 <execution>
603 <id>ensure-no-tests-for-pom-packaging</id>
604 <phase>validate</phase>
605 <goals>
606 <goal>enforce</goal>
607 </goals>
608 <configuration>
609 <rules>
610 <requireFilesDontExist>
611 <files>
612 <file>${project.build.testSourceDirectory}</file>
613 </files>
614 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
615 </requireFilesDontExist>
616 </rules>
617 <skip>${skipPomEnforcement}</skip>
618 </configuration>
619 </execution>
620 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400621 <id>enforce-versions</id>
622 <goals>
623 <goal>enforce</goal>
624 </goals>
625 <configuration>
626 <rules>
627 <requireMavenVersion>
628 <version>[3.3.9,)</version>
629 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700630 <requireJavaVersion>
631 <version>[11,)</version>
632 </requireJavaVersion>
633 </rules>
634 </configuration>
635 </execution>
636 <execution>
637 <id>ensure-no-duplicate-deps</id>
638 <goals>
639 <goal>enforce</goal>
640 </goals>
641 <configuration>
642 <rules>
643 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400644 </rules>
645 </configuration>
646 </execution>
647 </executions>
648 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500649 <plugin>
650 <groupId>org.apache.maven.plugins</groupId>
651 <artifactId>maven-resources-plugin</artifactId>
652 <executions>
653 <execution>
654 <id>default-testResources</id>
655 <goals>
656 <goal>testResources</goal>
657 </goals>
658 <configuration>
659 <skip>${skip.testResources}</skip>
660 </configuration>
661 </execution>
662 </executions>
663 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500664 <plugin>
665 <groupId>net.revelc.code.formatter</groupId>
666 <artifactId>formatter-maven-plugin</artifactId>
667 <executions>
668 <execution>
669 <goals>
670 <goal>${source-format.goal}</goal>
671 </goals>
672 </execution>
673 </executions>
674 <configuration>
675 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
676 <skipFormatting>${source-format.skip}</skipFormatting>
677 </configuration>
678 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400679 <plugin>
680 <groupId>net.revelc.code</groupId>
681 <artifactId>impsort-maven-plugin</artifactId>
682 <executions>
683 <execution>
684 <goals>
685 <goal>${import-sort.goal}</goal>
686 </goals>
687 </execution>
688 </executions>
689 <configuration>
690 <groups>java,javax,org,com,*</groups>
691 <removeUnused>true</removeUnused>
692 <skip>${import-sort.skip}</skip>
693 </configuration>
694 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000695 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700696 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700697 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500698 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800699 <groupId>org.apache.maven.plugins</groupId>
700 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400701 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800702 </plugin>
703 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500704 <groupId>org.apache.rat</groupId>
705 <artifactId>apache-rat-plugin</artifactId>
706 <version>0.12</version>
707 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700708 <plugin>
709 <groupId>net.revelc.code.formatter</groupId>
710 <artifactId>formatter-maven-plugin</artifactId>
711 <version>2.0.1</version>
712 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400713 <plugin>
714 <groupId>net.revelc.code</groupId>
715 <artifactId>impsort-maven-plugin</artifactId>
716 <version>1.2.0</version>
717 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700718 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
719 <plugin>
720 <groupId>org.eclipse.m2e</groupId>
721 <artifactId>lifecycle-mapping</artifactId>
722 <version>1.0.0</version>
723 <configuration>
724 <lifecycleMappingMetadata>
725 <pluginExecutions>
726 <pluginExecution>
727 <pluginExecutionFilter>
728 <groupId>org.apache.rat</groupId>
729 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400730 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700731 <goals>
732 <goal>check</goal>
733 </goals>
734 </pluginExecutionFilter>
735 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400736 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700737 </action>
738 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400739 <pluginExecution>
740 <pluginExecutionFilter>
741 <groupId>org.apache.maven.plugins</groupId>
742 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400743 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400744 <goals>
745 <goal>check</goal>
746 </goals>
747 </pluginExecutionFilter>
748 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400749 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400750 </action>
751 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700752 <pluginExecution>
753 <pluginExecutionFilter>
754 <groupId>org.apache.maven.plugins</groupId>
755 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400756 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700757 <goals>
758 <goal>analyze-only</goal>
759 </goals>
760 </pluginExecutionFilter>
761 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800762 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700763 </action>
764 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800765 <pluginExecution>
766 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800767 <groupId>net.revelc.code.formatter</groupId>
768 <artifactId>formatter-maven-plugin</artifactId>
769 <versionRange>[2.0.1,)</versionRange>
770 <goals>
771 <goal>format</goal>
772 </goals>
773 </pluginExecutionFilter>
774 <action>
775 <ignore></ignore>
776 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800777 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700778 </pluginExecutions>
779 </lifecycleMappingMetadata>
780 </configuration>
781 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800782 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500783 <groupId>org.codehaus.mojo</groupId>
784 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400785 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800786 </plugin>
787 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500788 <groupId>org.apache.maven.plugins</groupId>
789 <artifactId>maven-scm-plugin</artifactId>
790 <version>1.9.5</version>
791 </plugin>
792 <plugin>
793 <groupId>org.codehaus.mojo</groupId>
794 <artifactId>appassembler-maven-plugin</artifactId>
795 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800796 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400797 <plugin>
798 <groupId>org.apache.maven.plugins</groupId>
799 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400800 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400801 </plugin>
802 <plugin>
803 <groupId>org.apache.maven.plugins</groupId>
804 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400805 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400806 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400807 <plugin>
808 <groupId>org.apache.hyracks</groupId>
809 <artifactId>license-automation-plugin</artifactId>
810 <version>${project.version}</version>
811 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400812 <plugin>
813 <groupId>org.apache.maven.plugins</groupId>
814 <artifactId>maven-assembly-plugin</artifactId>
815 <version>3.1.0</version>
816 </plugin>
817 <plugin>
818 <groupId>org.apache.maven.plugins</groupId>
819 <artifactId>maven-antrun-plugin</artifactId>
820 <version>1.8</version>
821 </plugin>
822 <plugin>
823 <groupId>org.apache.maven.plugins</groupId>
824 <artifactId>maven-clean-plugin</artifactId>
825 <version>3.0.0</version>
826 </plugin>
827 <plugin>
828 <groupId>org.apache.maven.plugins</groupId>
829 <artifactId>maven-jar-plugin</artifactId>
830 <version>3.0.2</version>
831 </plugin>
832 <plugin>
833 <groupId>org.codehaus.mojo</groupId>
834 <artifactId>build-helper-maven-plugin</artifactId>
835 <version>3.0.0</version>
836 </plugin>
837 <plugin>
838 <groupId>org.apache.maven.plugins</groupId>
839 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700840 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400841 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400842 <plugin>
843 <groupId>org.apache.maven.doxia</groupId>
844 <artifactId>doxia-maven-plugin</artifactId>
845 <version>1.1.4</version>
846 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700847 <plugin>
848 <groupId>org.apache.maven.plugins</groupId>
849 <artifactId>maven-enforcer-plugin</artifactId>
850 <version>3.0.0-M3</version>
851 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700852 </plugins>
853 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000854 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800855 <profiles>
856 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400857 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700858 <activation>
859 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400860 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700861 </file>
862 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400863 <properties>
864 <skip.assembly>true</skip.assembly>
865 </properties>
866 </profile>
867 <profile>
868 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700869 <build>
870 <plugins>
871 <plugin>
872 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500873 <artifactId>maven-jar-plugin</artifactId>
874 <configuration>
875 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500876 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500877 <manifest>
878 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
879 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
880 </manifest>
881 </archive>
882 </configuration>
883 </plugin>
884 <plugin>
885 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700886 <artifactId>maven-assembly-plugin</artifactId>
887 <!-- We override the configuration plugin to override the descriptor to use for building
888 the source release zip. Specifically, we would like to control the inclusions/exclusions.
889 For example, we exclude the KEYS file from the zip -->
890 <executions>
891 <execution>
892 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
893 the apache parent POM under the apache-release profile -->
894 <id>source-release-assembly</id>
895 <phase>package</phase>
896 <goals>
897 <goal>single</goal>
898 </goals>
899 <!-- combine.self should be override to replace the configuration in the parent POM -->
900 <configuration combine.self="override">
901 <descriptors>
902 <descriptor>src/main/assembly/source.xml</descriptor>
903 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400904 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700905 </configuration>
906 </execution>
907 </executions>
908 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700909 <plugin>
910 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800911 <artifactId>maven-gpg-plugin</artifactId>
912 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700913 <executions>
914 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800915 <id>sign-artifacts</id>
916 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700917 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800918 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700919 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700920 </execution>
921 </executions>
922 </plugin>
923 </plugins>
924 </build>
925 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700926 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400927 <id>coverage</id>
928 <activation>
929 <property>
930 <name>coverage</name>
931 </property>
932 </activation>
933 <build>
934 <plugins>
935 <plugin>
936 <groupId>org.jacoco</groupId>
937 <artifactId>jacoco-maven-plugin</artifactId>
938 <version>${jacoco.version}</version>
939 <executions>
940 <execution>
941 <id>default-prepare-agent</id>
942 <goals>
943 <goal>prepare-agent</goal>
944 </goals>
945 <configuration>
946 <propertyName>coverageArgLine</propertyName>
947 </configuration>
948 </execution>
949 <execution>
950 <id>default-prepare-agent-integration</id>
951 <goals>
952 <goal>prepare-agent-integration</goal>
953 </goals>
954 <configuration>
955 <propertyName>coverageArgLine</propertyName>
956 </configuration>
957 </execution>
958 </executions>
959 </plugin>
960 </plugins>
961 </build>
962 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400963 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400964 </properties>
965 </profile>
966 <profile>
967 <id>no-coverage</id>
968 <activation>
969 <property>
970 <name>!coverage</name>
971 </property>
972 </activation>
973 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400974 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400975 </properties>
976 </profile>
977 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500978 <id>integration-tests-only</id>
979 <properties>
980 <test.includes/>
981 <failIfNoTests>false</failIfNoTests>
982 </properties>
983 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800984 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000985 <modules>
986 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000987 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500988 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000989 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400990</project>