blob: bb17d0fbbe9e2d18ba6f20d04dc40c2321e5a0a8 [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 Blow55e19802022-01-18 21:11:26 -050077 <jackson.version>2.13.1</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 Blow55e19802022-01-18 21:11:26 -050089 <version>4.1.73.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -040090 </dependency>
91 <dependency>
92 <groupId>io.netty</groupId>
93 <artifactId>netty-common</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -050094 <version>4.1.73.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 Blow55e19802022-01-18 21:11:26 -050099 <version>4.1.73.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400100 </dependency>
101 <dependency>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500104 <version>4.1.73.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400105 </dependency>
106 <dependency>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500109 <version>4.1.73.Final</version>
Michael Blow951b9cc2021-10-28 20:11:23 -0400110 </dependency>
111 <dependency>
112 <groupId>io.netty</groupId>
113 <artifactId>netty-handler</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500114 <version>4.1.73.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800115 </dependency>
116 <dependency>
Michael Blow7d462c32021-11-05 11:49:19 -0400117 <groupId>io.netty</groupId>
118 <artifactId>netty-resolver-dns</artifactId>
Michael Blowa7f6d392022-01-23 10:38:03 -0500119 <version>4.1.73.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400120 </dependency>
121 <dependency>
122 <groupId>io.netty</groupId>
123 <artifactId>netty-codec-http2</artifactId>
Michael Blowa7f6d392022-01-23 10:38:03 -0500124 <version>4.1.73.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400125 </dependency>
126 <dependency>
127 <groupId>io.netty</groupId>
128 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Blowa7f6d392022-01-23 10:38:03 -0500129 <version>4.1.73.Final</version>
Michael Blow7d462c32021-11-05 11:49:19 -0400130 </dependency>
131 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700132 <groupId>junit</groupId>
133 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500134 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700135 </dependency>
136 <dependency>
137 <groupId>org.apache.hadoop</groupId>
138 <artifactId>hadoop-yarn-client</artifactId>
139 <version>${hadoop.version}</version>
140 </dependency>
141 <dependency>
142 <groupId>org.apache.hadoop</groupId>
143 <artifactId>hadoop-client</artifactId>
144 <version>${hadoop.version}</version>
145 </dependency>
146 <dependency>
147 <groupId>org.apache.hadoop</groupId>
148 <artifactId>hadoop-common</artifactId>
149 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400150 <exclusions>
151 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300152 <groupId>com.nimbusds</groupId>
153 <artifactId>nimbus-jose-jwt</artifactId>
154 </exclusion>
155 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400156 <groupId>javax.servlet.jsp</groupId>
157 <artifactId>jsp-api</artifactId>
158 </exclusion>
159 <exclusion>
160 <groupId>javax.servlet</groupId>
161 <artifactId>servlet-api</artifactId>
162 </exclusion>
163 <exclusion>
164 <groupId>jdk.tools</groupId>
165 <artifactId>jdk.tools</artifactId>
166 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700167 <exclusion>
168 <groupId>log4j</groupId>
169 <artifactId>log4j</artifactId>
170 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700171 <exclusion>
172 <groupId>org.slf4j</groupId>
173 <artifactId>slf4j-api</artifactId>
174 </exclusion>
175 <exclusion>
176 <groupId>org.slf4j</groupId>
177 <artifactId>slf4j-log4j12</artifactId>
178 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400179 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700180 </dependency>
181 <dependency>
182 <groupId>org.apache.hadoop</groupId>
183 <artifactId>hadoop-hdfs</artifactId>
184 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700185 <exclusions>
186 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500187 <groupId>io.netty</groupId>
188 <artifactId>netty-all</artifactId>
189 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500190 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700191 <groupId>log4j</groupId>
192 <artifactId>log4j</artifactId>
193 </exclusion>
194 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700195 </dependency>
196 <dependency>
197 <groupId>org.apache.hadoop</groupId>
198 <artifactId>hadoop-minicluster</artifactId>
199 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700200 <exclusions>
201 <exclusion>
202 <groupId>log4j</groupId>
203 <artifactId>log4j</artifactId>
204 </exclusion>
205 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700206 </dependency>
207 <dependency>
208 <groupId>org.apache.hadoop</groupId>
209 <artifactId>hadoop-mapreduce-client-core</artifactId>
210 <version>${hadoop.version}</version>
211 </dependency>
212 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400213 <groupId>org.apache.hadoop</groupId>
214 <artifactId>hadoop-hdfs</artifactId>
215 <version>${hadoop.version}</version>
216 <classifier>tests</classifier>
217 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700218 <exclusions>
219 <exclusion>
220 <groupId>log4j</groupId>
221 <artifactId>log4j</artifactId>
222 </exclusion>
223 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400224 </dependency>
225 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700226 <groupId>commons-io</groupId>
227 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400228 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500229 </dependency>
230 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400231 <groupId>org.apache.commons</groupId>
232 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400233 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400234 </dependency>
235 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800236 <groupId>com.fasterxml.jackson.core</groupId>
237 <artifactId>jackson-databind</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400238 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800239 </dependency>
240 <dependency>
241 <groupId>com.fasterxml.jackson.core</groupId>
242 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400243 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800244 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500245 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500246 <groupId>com.fasterxml.jackson.core</groupId>
247 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400248 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500249 </dependency>
250 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500251 <groupId>com.google.guava</groupId>
252 <artifactId>guava</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400253 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400254 <exclusions>
255 <exclusion>
256 <groupId>com.google.code.findbugs</groupId>
257 <artifactId>jsr305</artifactId>
258 </exclusion>
259 <exclusion>
260 <groupId>com.google.guava</groupId>
261 <artifactId>listenablefuture</artifactId>
262 </exclusion>
263 <exclusion>
264 <groupId>org.checkerframework</groupId>
265 <artifactId>checker-qual</artifactId>
266 </exclusion>
267 <exclusion>
268 <groupId>com.google.j2objc</groupId>
269 <artifactId>j2objc-annotations</artifactId>
270 </exclusion>
271 <exclusion>
272 <groupId>org.codehaus.mojo</groupId>
273 <artifactId>animal-sniffer-annotations</artifactId>
274 </exclusion>
275 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500276 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500277 <dependency>
278 <groupId>org.apache.commons</groupId>
279 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400280 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500281 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500282 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500283 <groupId>org.apache.commons</groupId>
284 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500285 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500286 </dependency>
287 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800288 <groupId>org.apache.httpcomponents</groupId>
289 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500290 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800291 </dependency>
292 <dependency>
293 <groupId>org.apache.httpcomponents</groupId>
294 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500295 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800296 </dependency>
297 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500298 <groupId>org.apache.rat</groupId>
299 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500300 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500301 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500302 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800303 <groupId>org.ini4j</groupId>
304 <artifactId>ini4j</artifactId>
305 <version>0.5.4</version>
306 </dependency>
307 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500308 <groupId>args4j</groupId>
309 <artifactId>args4j</artifactId>
310 <version>2.33</version>
311 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300312 <dependency>
313 <groupId>org.apache.logging.log4j</groupId>
314 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400315 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300316 </dependency>
317 <dependency>
318 <groupId>org.apache.logging.log4j</groupId>
319 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400320 <version>${log4j.version}</version>
321 </dependency>
322 <dependency>
323 <groupId>org.apache.logging.log4j</groupId>
324 <artifactId>log4j-jul</artifactId>
325 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300326 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800327 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400328 <groupId>javax.xml.bind</groupId>
329 <artifactId>jaxb-api</artifactId>
330 <version>2.3.0</version>
331 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500332 <dependency>
333 <groupId>org.apache.maven</groupId>
334 <artifactId>maven-project</artifactId>
335 <version>2.2.1</version>
336 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500337 <dependency>
338 <groupId>org.apache.maven</groupId>
339 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500340 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500341 </dependency>
342 <dependency>
343 <groupId>org.apache.maven</groupId>
344 <artifactId>maven-artifact</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-compat</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-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500355 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500356 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500357 <dependency>
358 <groupId>org.apache.maven</groupId>
359 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500360 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400361 </dependency>
362 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500363 <groupId>org.apache.maven.plugin-tools</groupId>
364 <artifactId>maven-plugin-annotations</artifactId>
365 <version>3.6.4</version>
366 </dependency>
367 <dependency>
368 <groupId>org.apache.maven.plugins</groupId>
369 <artifactId>maven-remote-resources-plugin</artifactId>
370 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500371 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700372 <dependency>
373 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400374 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400375 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700376 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700377 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700378 <groupId>org.slf4j</groupId>
379 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500380 <version>1.7.33</version>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700381 </dependency>
382 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700383 <groupId>org.apache.logging.log4j</groupId>
384 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400385 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700386 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700387 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700388 <groupId>org.mockito</groupId>
389 <artifactId>mockito-core</artifactId>
390 <version>3.10.0</version>
391 </dependency>
392 <dependency>
393 <groupId>org.powermock</groupId>
394 <artifactId>powermock-api-mockito2</artifactId>
395 <version>2.0.9</version>
396 </dependency>
397 <dependency>
398 <groupId>org.powermock</groupId>
399 <artifactId>powermock-module-junit4</artifactId>
400 <version>2.0.9</version>
401 </dependency>
402 <dependency>
403 <groupId>org.powermock</groupId>
404 <artifactId>powermock-core</artifactId>
405 <version>2.0.9</version>
406 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700407 <dependency>
408 <groupId>org.xerial.snappy</groupId>
409 <artifactId>snappy-java</artifactId>
410 <version>${snappy.version}</version>
411 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700412 </dependencies>
413 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000414 <build>
415 <plugins>
416 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400417 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500418 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500419 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500420 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500421 <exclude>**/DEPENDENCIES</exclude>
422 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500423 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500424 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500425 <manifest>
426 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
427 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
428 </manifest>
429 <manifestEntries>
430 <Implementation-Title>${implementation.title}</Implementation-Title>
431 <Implementation-URL>${implementation.url}</Implementation-URL>
432 <Implementation-Version>${implementation.version}</Implementation-Version>
433 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
434 </manifestEntries>
435 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500436 </configuration>
437 </plugin>
438 <plugin>
439 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400440 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400441 <configuration>
442 <failOnWarning>true</failOnWarning>
443 <outputXML>true</outputXML>
444 </configuration>
445 <executions>
446 <execution>
447 <phase>process-test-classes</phase>
448 <goals>
449 <goal>analyze-only</goal>
450 </goals>
451 </execution>
452 </executions>
453 </plugin>
454 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700455 <groupId>org.apache.rat</groupId>
456 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700457 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700458 <execution>
459 <phase>validate</phase>
460 <goals>
461 <goal>check</goal>
462 </goals>
463 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700464 </executions>
465 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500466 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
467 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700468 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800469 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700470 </licenses>
471 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800472 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700473 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500474 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400475 <excludes combine.children="append">
476 <exclude>**/*.iml</exclude>
477 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700478 </configuration>
479 </plugin>
480 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700481 <groupId>org.apache.maven.plugins</groupId>
482 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700483 <configuration>
484 <failIfNoTests>false</failIfNoTests>
485 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800486 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800487 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300488 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700489 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300490 <systemPropertyVariables>
491 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
492 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700493 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500494 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700495 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500496 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500497 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800498 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400499 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700500 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700501 </plugin>
502 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700503 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300504 <artifactId>maven-failsafe-plugin</artifactId>
505 <configuration>
506 <systemPropertyVariables>
507 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
508 </systemPropertyVariables>
509 </configuration>
510 </plugin>
511 <plugin>
512 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700513 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700514 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400515 <source>${source.jdk.version}</source>
516 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500517 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700518 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000519 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700520 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700521 <groupId>org.apache.maven.plugins</groupId>
522 <artifactId>maven-remote-resources-plugin</artifactId>
523 <executions>
524 <execution>
525 <goals>
526 <goal>process</goal>
527 </goals>
528 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500529 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700530 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700531 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500532 <properties>
533 <projectName>Apache Hyracks - ${project.name}</projectName>
534 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700535 </configuration>
536 </execution>
537 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800538 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400539 <plugin>
540 <groupId>org.apache.maven.plugins</groupId>
541 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400542 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400543 <executions>
544 <execution>
545 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400546 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400547 <goals>
548 <goal>check</goal>
549 </goals>
550 </execution>
551 </executions>
552 <configuration>
553 <logViolationsToConsole>true</logViolationsToConsole>
554 <checkstyleRules>
555 <module name="Checker">
556 <!-- Checks for whitespace -->
557 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400558 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400559 <module name="TreeWalker">
560 <module name="AvoidStarImport">
561 <property name="allowStaticMemberImports" value="true"/>
562 </module>
563 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400564 </module>
565 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400566 <includes>**/*.java,**/*.jj</includes>
567 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400568 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
569 </configuration>
570 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400571 <plugin>
572 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400573 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400574 <executions>
575 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400576 <id>check-pom-packaging</id>
577 <phase>validate</phase>
578 <goals>
579 <goal>run</goal>
580 </goals>
581 <configuration>
582 <exportAntProperties>true</exportAntProperties>
583 <target xmlns:unless="ant:unless">
584 <condition property="skipPomEnforcement">
585 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
586 </condition>
587 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
588 </target>
589 </configuration>
590 </execution>
591 </executions>
592 </plugin>
593 <plugin>
594 <groupId>org.apache.maven.plugins</groupId>
595 <artifactId>maven-enforcer-plugin</artifactId>
596 <executions>
597 <execution>
598 <id>ensure-no-tests-for-pom-packaging</id>
599 <phase>validate</phase>
600 <goals>
601 <goal>enforce</goal>
602 </goals>
603 <configuration>
604 <rules>
605 <requireFilesDontExist>
606 <files>
607 <file>${project.build.testSourceDirectory}</file>
608 </files>
609 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
610 </requireFilesDontExist>
611 </rules>
612 <skip>${skipPomEnforcement}</skip>
613 </configuration>
614 </execution>
615 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400616 <id>enforce-versions</id>
617 <goals>
618 <goal>enforce</goal>
619 </goals>
620 <configuration>
621 <rules>
622 <requireMavenVersion>
623 <version>[3.3.9,)</version>
624 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700625 <requireJavaVersion>
626 <version>[11,)</version>
627 </requireJavaVersion>
628 </rules>
629 </configuration>
630 </execution>
631 <execution>
632 <id>ensure-no-duplicate-deps</id>
633 <goals>
634 <goal>enforce</goal>
635 </goals>
636 <configuration>
637 <rules>
638 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400639 </rules>
640 </configuration>
641 </execution>
642 </executions>
643 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500644 <plugin>
645 <groupId>org.apache.maven.plugins</groupId>
646 <artifactId>maven-resources-plugin</artifactId>
647 <executions>
648 <execution>
649 <id>default-testResources</id>
650 <goals>
651 <goal>testResources</goal>
652 </goals>
653 <configuration>
654 <skip>${skip.testResources}</skip>
655 </configuration>
656 </execution>
657 </executions>
658 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500659 <plugin>
660 <groupId>net.revelc.code.formatter</groupId>
661 <artifactId>formatter-maven-plugin</artifactId>
662 <executions>
663 <execution>
664 <goals>
665 <goal>${source-format.goal}</goal>
666 </goals>
667 </execution>
668 </executions>
669 <configuration>
670 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
671 <skipFormatting>${source-format.skip}</skipFormatting>
672 </configuration>
673 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400674 <plugin>
675 <groupId>net.revelc.code</groupId>
676 <artifactId>impsort-maven-plugin</artifactId>
677 <executions>
678 <execution>
679 <goals>
680 <goal>${import-sort.goal}</goal>
681 </goals>
682 </execution>
683 </executions>
684 <configuration>
685 <groups>java,javax,org,com,*</groups>
686 <removeUnused>true</removeUnused>
687 <skip>${import-sort.skip}</skip>
688 </configuration>
689 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000690 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700691 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700692 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500693 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800694 <groupId>org.apache.maven.plugins</groupId>
695 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400696 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800697 </plugin>
698 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500699 <groupId>org.apache.rat</groupId>
700 <artifactId>apache-rat-plugin</artifactId>
701 <version>0.12</version>
702 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700703 <plugin>
704 <groupId>net.revelc.code.formatter</groupId>
705 <artifactId>formatter-maven-plugin</artifactId>
706 <version>2.0.1</version>
707 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400708 <plugin>
709 <groupId>net.revelc.code</groupId>
710 <artifactId>impsort-maven-plugin</artifactId>
711 <version>1.2.0</version>
712 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700713 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
714 <plugin>
715 <groupId>org.eclipse.m2e</groupId>
716 <artifactId>lifecycle-mapping</artifactId>
717 <version>1.0.0</version>
718 <configuration>
719 <lifecycleMappingMetadata>
720 <pluginExecutions>
721 <pluginExecution>
722 <pluginExecutionFilter>
723 <groupId>org.apache.rat</groupId>
724 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400725 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700726 <goals>
727 <goal>check</goal>
728 </goals>
729 </pluginExecutionFilter>
730 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400731 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700732 </action>
733 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400734 <pluginExecution>
735 <pluginExecutionFilter>
736 <groupId>org.apache.maven.plugins</groupId>
737 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400738 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400739 <goals>
740 <goal>check</goal>
741 </goals>
742 </pluginExecutionFilter>
743 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400744 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400745 </action>
746 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700747 <pluginExecution>
748 <pluginExecutionFilter>
749 <groupId>org.apache.maven.plugins</groupId>
750 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400751 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700752 <goals>
753 <goal>analyze-only</goal>
754 </goals>
755 </pluginExecutionFilter>
756 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800757 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700758 </action>
759 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800760 <pluginExecution>
761 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800762 <groupId>net.revelc.code.formatter</groupId>
763 <artifactId>formatter-maven-plugin</artifactId>
764 <versionRange>[2.0.1,)</versionRange>
765 <goals>
766 <goal>format</goal>
767 </goals>
768 </pluginExecutionFilter>
769 <action>
770 <ignore></ignore>
771 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800772 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700773 </pluginExecutions>
774 </lifecycleMappingMetadata>
775 </configuration>
776 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800777 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500778 <groupId>org.codehaus.mojo</groupId>
779 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400780 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800781 </plugin>
782 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500783 <groupId>org.apache.maven.plugins</groupId>
784 <artifactId>maven-scm-plugin</artifactId>
785 <version>1.9.5</version>
786 </plugin>
787 <plugin>
788 <groupId>org.codehaus.mojo</groupId>
789 <artifactId>appassembler-maven-plugin</artifactId>
790 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800791 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400792 <plugin>
793 <groupId>org.apache.maven.plugins</groupId>
794 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400795 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400796 </plugin>
797 <plugin>
798 <groupId>org.apache.maven.plugins</groupId>
799 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400800 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400801 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400802 <plugin>
803 <groupId>org.apache.hyracks</groupId>
804 <artifactId>license-automation-plugin</artifactId>
805 <version>${project.version}</version>
806 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400807 <plugin>
808 <groupId>org.apache.maven.plugins</groupId>
809 <artifactId>maven-assembly-plugin</artifactId>
810 <version>3.1.0</version>
811 </plugin>
812 <plugin>
813 <groupId>org.apache.maven.plugins</groupId>
814 <artifactId>maven-antrun-plugin</artifactId>
815 <version>1.8</version>
816 </plugin>
817 <plugin>
818 <groupId>org.apache.maven.plugins</groupId>
819 <artifactId>maven-clean-plugin</artifactId>
820 <version>3.0.0</version>
821 </plugin>
822 <plugin>
823 <groupId>org.apache.maven.plugins</groupId>
824 <artifactId>maven-jar-plugin</artifactId>
825 <version>3.0.2</version>
826 </plugin>
827 <plugin>
828 <groupId>org.codehaus.mojo</groupId>
829 <artifactId>build-helper-maven-plugin</artifactId>
830 <version>3.0.0</version>
831 </plugin>
832 <plugin>
833 <groupId>org.apache.maven.plugins</groupId>
834 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700835 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400836 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400837 <plugin>
838 <groupId>org.apache.maven.doxia</groupId>
839 <artifactId>doxia-maven-plugin</artifactId>
840 <version>1.1.4</version>
841 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700842 <plugin>
843 <groupId>org.apache.maven.plugins</groupId>
844 <artifactId>maven-enforcer-plugin</artifactId>
845 <version>3.0.0-M3</version>
846 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700847 </plugins>
848 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000849 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800850 <profiles>
851 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400852 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700853 <activation>
854 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400855 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700856 </file>
857 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400858 <properties>
859 <skip.assembly>true</skip.assembly>
860 </properties>
861 </profile>
862 <profile>
863 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700864 <build>
865 <plugins>
866 <plugin>
867 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500868 <artifactId>maven-jar-plugin</artifactId>
869 <configuration>
870 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500871 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500872 <manifest>
873 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
874 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
875 </manifest>
876 </archive>
877 </configuration>
878 </plugin>
879 <plugin>
880 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700881 <artifactId>maven-assembly-plugin</artifactId>
882 <!-- We override the configuration plugin to override the descriptor to use for building
883 the source release zip. Specifically, we would like to control the inclusions/exclusions.
884 For example, we exclude the KEYS file from the zip -->
885 <executions>
886 <execution>
887 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
888 the apache parent POM under the apache-release profile -->
889 <id>source-release-assembly</id>
890 <phase>package</phase>
891 <goals>
892 <goal>single</goal>
893 </goals>
894 <!-- combine.self should be override to replace the configuration in the parent POM -->
895 <configuration combine.self="override">
896 <descriptors>
897 <descriptor>src/main/assembly/source.xml</descriptor>
898 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400899 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700900 </configuration>
901 </execution>
902 </executions>
903 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700904 <plugin>
905 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800906 <artifactId>maven-gpg-plugin</artifactId>
907 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700908 <executions>
909 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800910 <id>sign-artifacts</id>
911 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700912 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800913 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700914 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700915 </execution>
916 </executions>
917 </plugin>
918 </plugins>
919 </build>
920 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700921 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400922 <id>coverage</id>
923 <activation>
924 <property>
925 <name>coverage</name>
926 </property>
927 </activation>
928 <build>
929 <plugins>
930 <plugin>
931 <groupId>org.jacoco</groupId>
932 <artifactId>jacoco-maven-plugin</artifactId>
933 <version>${jacoco.version}</version>
934 <executions>
935 <execution>
936 <id>default-prepare-agent</id>
937 <goals>
938 <goal>prepare-agent</goal>
939 </goals>
940 <configuration>
941 <propertyName>coverageArgLine</propertyName>
942 </configuration>
943 </execution>
944 <execution>
945 <id>default-prepare-agent-integration</id>
946 <goals>
947 <goal>prepare-agent-integration</goal>
948 </goals>
949 <configuration>
950 <propertyName>coverageArgLine</propertyName>
951 </configuration>
952 </execution>
953 </executions>
954 </plugin>
955 </plugins>
956 </build>
957 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400958 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400959 </properties>
960 </profile>
961 <profile>
962 <id>no-coverage</id>
963 <activation>
964 <property>
965 <name>!coverage</name>
966 </property>
967 </activation>
968 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400969 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400970 </properties>
971 </profile>
972 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500973 <id>integration-tests-only</id>
974 <properties>
975 <test.includes/>
976 <failIfNoTests>false</failIfNoTests>
977 </properties>
978 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800979 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000980 <modules>
981 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000982 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500983 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000984 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400985</project>