blob: c2f553a21401a6238cec378683654a5d4d2a017a [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 Maxonc95de7a2020-08-07 11:58:39 -070024 <version>0.3.6-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 Blow3477a2b2018-10-04 17:17:35 -040073 <hadoop.version>2.8.5</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow63104692022-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 Blowe8637d02021-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 Blowe8637d02021-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 Blowe8637d02021-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 Blowe8637d02021-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 Blowe8637d02021-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 Blowe8637d02021-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 Blow14d9cfd2021-12-04 22:00:24 -0500117 <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 Blow14d9cfd2021-12-04 22:00:24 -0500120 </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 Blow14d9cfd2021-12-04 22:00:24 -0500125 </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 Blowb4c1fb02016-05-09 15:41:00 -0700130 </dependency>
131 <dependency>
132 <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>
152 <groupId>javax.servlet.jsp</groupId>
153 <artifactId>jsp-api</artifactId>
154 </exclusion>
155 <exclusion>
156 <groupId>javax.servlet</groupId>
157 <artifactId>servlet-api</artifactId>
158 </exclusion>
159 <exclusion>
160 <groupId>jdk.tools</groupId>
161 <artifactId>jdk.tools</artifactId>
162 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700163 <exclusion>
164 <groupId>log4j</groupId>
165 <artifactId>log4j</artifactId>
166 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400167 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700168 </dependency>
169 <dependency>
170 <groupId>org.apache.hadoop</groupId>
171 <artifactId>hadoop-hdfs</artifactId>
172 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700173 <exclusions>
174 <exclusion>
Michael Blow64106632022-01-21 08:51:39 -0500175 <groupId>io.netty</groupId>
176 <artifactId>netty-all</artifactId>
177 </exclusion>
Michael Blowa7f6d392022-01-23 10:38:03 -0500178 <exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700179 <groupId>log4j</groupId>
180 <artifactId>log4j</artifactId>
181 </exclusion>
182 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700183 </dependency>
184 <dependency>
185 <groupId>org.apache.hadoop</groupId>
186 <artifactId>hadoop-minicluster</artifactId>
187 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700188 <exclusions>
189 <exclusion>
190 <groupId>log4j</groupId>
191 <artifactId>log4j</artifactId>
192 </exclusion>
193 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700194 </dependency>
195 <dependency>
196 <groupId>org.apache.hadoop</groupId>
197 <artifactId>hadoop-mapreduce-client-core</artifactId>
198 <version>${hadoop.version}</version>
199 </dependency>
200 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400201 <groupId>org.apache.hadoop</groupId>
202 <artifactId>hadoop-hdfs</artifactId>
203 <version>${hadoop.version}</version>
204 <classifier>tests</classifier>
205 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700206 <exclusions>
207 <exclusion>
208 <groupId>log4j</groupId>
209 <artifactId>log4j</artifactId>
210 </exclusion>
211 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400212 </dependency>
213 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700214 <groupId>commons-io</groupId>
215 <artifactId>commons-io</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500216 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500217 </dependency>
218 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400219 <groupId>org.apache.commons</groupId>
220 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400221 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400222 </dependency>
223 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800224 <groupId>com.fasterxml.jackson.core</groupId>
225 <artifactId>jackson-databind</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400226 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800227 </dependency>
228 <dependency>
229 <groupId>com.fasterxml.jackson.core</groupId>
230 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400231 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800232 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500233 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500234 <groupId>com.fasterxml.jackson.core</groupId>
235 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400236 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500237 </dependency>
238 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500239 <groupId>com.google.guava</groupId>
240 <artifactId>guava</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400241 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400242 <exclusions>
243 <exclusion>
244 <groupId>com.google.code.findbugs</groupId>
245 <artifactId>jsr305</artifactId>
246 </exclusion>
247 <exclusion>
248 <groupId>com.google.guava</groupId>
249 <artifactId>listenablefuture</artifactId>
250 </exclusion>
251 <exclusion>
252 <groupId>org.checkerframework</groupId>
253 <artifactId>checker-qual</artifactId>
254 </exclusion>
255 <exclusion>
256 <groupId>com.google.j2objc</groupId>
257 <artifactId>j2objc-annotations</artifactId>
258 </exclusion>
259 <exclusion>
260 <groupId>org.codehaus.mojo</groupId>
261 <artifactId>animal-sniffer-annotations</artifactId>
262 </exclusion>
263 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500264 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500265 <dependency>
266 <groupId>org.apache.commons</groupId>
267 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400268 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500269 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500270 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500271 <groupId>org.apache.commons</groupId>
272 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500273 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500274 </dependency>
275 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800276 <groupId>org.apache.httpcomponents</groupId>
277 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500278 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800279 </dependency>
280 <dependency>
281 <groupId>org.apache.httpcomponents</groupId>
282 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500283 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800284 </dependency>
285 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500286 <groupId>org.apache.rat</groupId>
287 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500288 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500289 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500290 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800291 <groupId>org.ini4j</groupId>
292 <artifactId>ini4j</artifactId>
293 <version>0.5.4</version>
294 </dependency>
295 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500296 <groupId>args4j</groupId>
297 <artifactId>args4j</artifactId>
298 <version>2.33</version>
299 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300300 <dependency>
301 <groupId>org.apache.logging.log4j</groupId>
302 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400303 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300304 </dependency>
305 <dependency>
306 <groupId>org.apache.logging.log4j</groupId>
307 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400308 <version>${log4j.version}</version>
309 </dependency>
310 <dependency>
311 <groupId>org.apache.logging.log4j</groupId>
312 <artifactId>log4j-jul</artifactId>
313 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300314 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800315 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400316 <groupId>javax.xml.bind</groupId>
317 <artifactId>jaxb-api</artifactId>
318 <version>2.3.0</version>
319 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500320 <dependency>
321 <groupId>org.apache.maven</groupId>
322 <artifactId>maven-project</artifactId>
323 <version>2.2.1</version>
324 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500325 <dependency>
326 <groupId>org.apache.maven</groupId>
327 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500328 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500329 </dependency>
330 <dependency>
331 <groupId>org.apache.maven</groupId>
332 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500333 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500334 </dependency>
335 <dependency>
336 <groupId>org.apache.maven</groupId>
337 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500338 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500339 </dependency>
340 <dependency>
341 <groupId>org.apache.maven</groupId>
342 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500343 <version>3.8.4</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500344 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500345 <dependency>
346 <groupId>org.apache.maven</groupId>
347 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500348 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400349 </dependency>
350 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500351 <groupId>org.apache.maven.plugin-tools</groupId>
352 <artifactId>maven-plugin-annotations</artifactId>
353 <version>3.6.4</version>
354 </dependency>
355 <dependency>
356 <groupId>org.apache.maven.plugins</groupId>
357 <artifactId>maven-remote-resources-plugin</artifactId>
358 <version>1.7.0</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500359 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700360 <dependency>
361 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400362 <artifactId>fastutil-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400363 <version>8.5.6</version>
364 </dependency>
365 <dependency>
366 <groupId>org.slf4j</groupId>
367 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500368 <version>1.7.33</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700369 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700370 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700371 <groupId>org.apache.logging.log4j</groupId>
372 <artifactId>log4j-1.2-api</artifactId>
373 <version>2.13.1</version>
374 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700375 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700376 <groupId>org.mockito</groupId>
377 <artifactId>mockito-core</artifactId>
378 <version>3.10.0</version>
379 </dependency>
380 <dependency>
381 <groupId>org.powermock</groupId>
382 <artifactId>powermock-api-mockito2</artifactId>
383 <version>2.0.9</version>
384 </dependency>
385 <dependency>
386 <groupId>org.powermock</groupId>
387 <artifactId>powermock-module-junit4</artifactId>
388 <version>2.0.9</version>
389 </dependency>
390 <dependency>
391 <groupId>org.powermock</groupId>
392 <artifactId>powermock-core</artifactId>
393 <version>2.0.9</version>
394 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700395 <dependency>
396 <groupId>org.xerial.snappy</groupId>
397 <artifactId>snappy-java</artifactId>
398 <version>${snappy.version}</version>
399 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700400 </dependencies>
401 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000402 <build>
403 <plugins>
404 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400405 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500406 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500407 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500408 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500409 <exclude>**/DEPENDENCIES</exclude>
410 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500411 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500412 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500413 <manifest>
414 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
415 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
416 </manifest>
417 <manifestEntries>
418 <Implementation-Title>${implementation.title}</Implementation-Title>
419 <Implementation-URL>${implementation.url}</Implementation-URL>
420 <Implementation-Version>${implementation.version}</Implementation-Version>
421 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
422 </manifestEntries>
423 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500424 </configuration>
425 </plugin>
426 <plugin>
427 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400428 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400429 <configuration>
430 <failOnWarning>true</failOnWarning>
431 <outputXML>true</outputXML>
432 </configuration>
433 <executions>
434 <execution>
435 <phase>process-test-classes</phase>
436 <goals>
437 <goal>analyze-only</goal>
438 </goals>
439 </execution>
440 </executions>
441 </plugin>
442 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700443 <groupId>org.apache.rat</groupId>
444 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700445 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700446 <execution>
447 <phase>validate</phase>
448 <goals>
449 <goal>check</goal>
450 </goals>
451 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700452 </executions>
453 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500454 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
455 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700456 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800457 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700458 </licenses>
459 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800460 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700461 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500462 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400463 <excludes combine.children="append">
464 <exclude>**/*.iml</exclude>
465 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700466 </configuration>
467 </plugin>
468 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700469 <groupId>org.apache.maven.plugins</groupId>
470 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700471 <configuration>
472 <failIfNoTests>false</failIfNoTests>
473 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800474 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800475 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300476 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700477 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300478 <systemPropertyVariables>
479 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
480 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700481 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500482 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700483 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500484 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500485 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800486 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400487 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700488 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700489 </plugin>
490 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700491 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300492 <artifactId>maven-failsafe-plugin</artifactId>
493 <configuration>
494 <systemPropertyVariables>
495 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
496 </systemPropertyVariables>
497 </configuration>
498 </plugin>
499 <plugin>
500 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700501 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700502 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400503 <source>${source.jdk.version}</source>
504 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500505 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700506 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000507 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700508 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700509 <groupId>org.apache.maven.plugins</groupId>
510 <artifactId>maven-remote-resources-plugin</artifactId>
511 <executions>
512 <execution>
513 <goals>
514 <goal>process</goal>
515 </goals>
516 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500517 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700518 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700519 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500520 <properties>
521 <projectName>Apache Hyracks - ${project.name}</projectName>
522 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700523 </configuration>
524 </execution>
525 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800526 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400527 <plugin>
528 <groupId>org.apache.maven.plugins</groupId>
529 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400530 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400531 <executions>
532 <execution>
533 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400534 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400535 <goals>
536 <goal>check</goal>
537 </goals>
538 </execution>
539 </executions>
540 <configuration>
541 <logViolationsToConsole>true</logViolationsToConsole>
542 <checkstyleRules>
543 <module name="Checker">
544 <!-- Checks for whitespace -->
545 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400546 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400547 <module name="TreeWalker">
548 <module name="AvoidStarImport">
549 <property name="allowStaticMemberImports" value="true"/>
550 </module>
551 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400552 </module>
553 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400554 <includes>**/*.java,**/*.jj</includes>
555 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400556 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
557 </configuration>
558 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400559 <plugin>
560 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400561 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400562 <executions>
563 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400564 <id>check-pom-packaging</id>
565 <phase>validate</phase>
566 <goals>
567 <goal>run</goal>
568 </goals>
569 <configuration>
570 <exportAntProperties>true</exportAntProperties>
571 <target xmlns:unless="ant:unless">
572 <condition property="skipPomEnforcement">
573 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
574 </condition>
575 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
576 </target>
577 </configuration>
578 </execution>
579 </executions>
580 </plugin>
581 <plugin>
582 <groupId>org.apache.maven.plugins</groupId>
583 <artifactId>maven-enforcer-plugin</artifactId>
584 <executions>
585 <execution>
586 <id>ensure-no-tests-for-pom-packaging</id>
587 <phase>validate</phase>
588 <goals>
589 <goal>enforce</goal>
590 </goals>
591 <configuration>
592 <rules>
593 <requireFilesDontExist>
594 <files>
595 <file>${project.build.testSourceDirectory}</file>
596 </files>
597 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
598 </requireFilesDontExist>
599 </rules>
600 <skip>${skipPomEnforcement}</skip>
601 </configuration>
602 </execution>
603 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400604 <id>enforce-versions</id>
605 <goals>
606 <goal>enforce</goal>
607 </goals>
608 <configuration>
609 <rules>
610 <requireMavenVersion>
611 <version>[3.3.9,)</version>
612 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700613 <requireJavaVersion>
614 <version>[11,)</version>
615 </requireJavaVersion>
616 </rules>
617 </configuration>
618 </execution>
619 <execution>
620 <id>ensure-no-duplicate-deps</id>
621 <goals>
622 <goal>enforce</goal>
623 </goals>
624 <configuration>
625 <rules>
626 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400627 </rules>
628 </configuration>
629 </execution>
630 </executions>
631 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500632 <plugin>
633 <groupId>org.apache.maven.plugins</groupId>
634 <artifactId>maven-resources-plugin</artifactId>
635 <executions>
636 <execution>
637 <id>default-testResources</id>
638 <goals>
639 <goal>testResources</goal>
640 </goals>
641 <configuration>
642 <skip>${skip.testResources}</skip>
643 </configuration>
644 </execution>
645 </executions>
646 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500647 <plugin>
648 <groupId>net.revelc.code.formatter</groupId>
649 <artifactId>formatter-maven-plugin</artifactId>
650 <executions>
651 <execution>
652 <goals>
653 <goal>${source-format.goal}</goal>
654 </goals>
655 </execution>
656 </executions>
657 <configuration>
658 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
659 <skipFormatting>${source-format.skip}</skipFormatting>
660 </configuration>
661 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400662 <plugin>
663 <groupId>net.revelc.code</groupId>
664 <artifactId>impsort-maven-plugin</artifactId>
665 <executions>
666 <execution>
667 <goals>
668 <goal>${import-sort.goal}</goal>
669 </goals>
670 </execution>
671 </executions>
672 <configuration>
673 <groups>java,javax,org,com,*</groups>
674 <removeUnused>true</removeUnused>
675 <skip>${import-sort.skip}</skip>
676 </configuration>
677 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000678 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700679 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700680 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500681 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800682 <groupId>org.apache.maven.plugins</groupId>
683 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400684 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800685 </plugin>
686 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500687 <groupId>org.apache.rat</groupId>
688 <artifactId>apache-rat-plugin</artifactId>
689 <version>0.12</version>
690 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700691 <plugin>
692 <groupId>net.revelc.code.formatter</groupId>
693 <artifactId>formatter-maven-plugin</artifactId>
694 <version>2.0.1</version>
695 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400696 <plugin>
697 <groupId>net.revelc.code</groupId>
698 <artifactId>impsort-maven-plugin</artifactId>
699 <version>1.2.0</version>
700 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700701 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
702 <plugin>
703 <groupId>org.eclipse.m2e</groupId>
704 <artifactId>lifecycle-mapping</artifactId>
705 <version>1.0.0</version>
706 <configuration>
707 <lifecycleMappingMetadata>
708 <pluginExecutions>
709 <pluginExecution>
710 <pluginExecutionFilter>
711 <groupId>org.apache.rat</groupId>
712 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400713 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700714 <goals>
715 <goal>check</goal>
716 </goals>
717 </pluginExecutionFilter>
718 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400719 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700720 </action>
721 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400722 <pluginExecution>
723 <pluginExecutionFilter>
724 <groupId>org.apache.maven.plugins</groupId>
725 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400726 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400727 <goals>
728 <goal>check</goal>
729 </goals>
730 </pluginExecutionFilter>
731 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400732 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400733 </action>
734 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700735 <pluginExecution>
736 <pluginExecutionFilter>
737 <groupId>org.apache.maven.plugins</groupId>
738 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400739 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700740 <goals>
741 <goal>analyze-only</goal>
742 </goals>
743 </pluginExecutionFilter>
744 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800745 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700746 </action>
747 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800748 <pluginExecution>
749 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800750 <groupId>net.revelc.code.formatter</groupId>
751 <artifactId>formatter-maven-plugin</artifactId>
752 <versionRange>[2.0.1,)</versionRange>
753 <goals>
754 <goal>format</goal>
755 </goals>
756 </pluginExecutionFilter>
757 <action>
758 <ignore></ignore>
759 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800760 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700761 </pluginExecutions>
762 </lifecycleMappingMetadata>
763 </configuration>
764 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800765 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500766 <groupId>org.codehaus.mojo</groupId>
767 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400768 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800769 </plugin>
770 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500771 <groupId>org.apache.maven.plugins</groupId>
772 <artifactId>maven-scm-plugin</artifactId>
773 <version>1.9.5</version>
774 </plugin>
775 <plugin>
776 <groupId>org.codehaus.mojo</groupId>
777 <artifactId>appassembler-maven-plugin</artifactId>
778 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800779 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400780 <plugin>
781 <groupId>org.apache.maven.plugins</groupId>
782 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400783 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400784 </plugin>
785 <plugin>
786 <groupId>org.apache.maven.plugins</groupId>
787 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400788 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400789 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400790 <plugin>
791 <groupId>org.apache.hyracks</groupId>
792 <artifactId>license-automation-plugin</artifactId>
793 <version>${project.version}</version>
794 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400795 <plugin>
796 <groupId>org.apache.maven.plugins</groupId>
797 <artifactId>maven-assembly-plugin</artifactId>
798 <version>3.1.0</version>
799 </plugin>
800 <plugin>
801 <groupId>org.apache.maven.plugins</groupId>
802 <artifactId>maven-antrun-plugin</artifactId>
803 <version>1.8</version>
804 </plugin>
805 <plugin>
806 <groupId>org.apache.maven.plugins</groupId>
807 <artifactId>maven-clean-plugin</artifactId>
808 <version>3.0.0</version>
809 </plugin>
810 <plugin>
811 <groupId>org.apache.maven.plugins</groupId>
812 <artifactId>maven-jar-plugin</artifactId>
813 <version>3.0.2</version>
814 </plugin>
815 <plugin>
816 <groupId>org.codehaus.mojo</groupId>
817 <artifactId>build-helper-maven-plugin</artifactId>
818 <version>3.0.0</version>
819 </plugin>
820 <plugin>
821 <groupId>org.apache.maven.plugins</groupId>
822 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700823 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400824 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400825 <plugin>
826 <groupId>org.apache.maven.doxia</groupId>
827 <artifactId>doxia-maven-plugin</artifactId>
828 <version>1.1.4</version>
829 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700830 <plugin>
831 <groupId>org.apache.maven.plugins</groupId>
832 <artifactId>maven-enforcer-plugin</artifactId>
833 <version>3.0.0-M3</version>
834 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700835 </plugins>
836 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000837 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800838 <profiles>
839 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400840 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700841 <activation>
842 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400843 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700844 </file>
845 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400846 <properties>
847 <skip.assembly>true</skip.assembly>
848 </properties>
849 </profile>
850 <profile>
851 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700852 <build>
853 <plugins>
854 <plugin>
855 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500856 <artifactId>maven-jar-plugin</artifactId>
857 <configuration>
858 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500859 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500860 <manifest>
861 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
862 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
863 </manifest>
864 </archive>
865 </configuration>
866 </plugin>
867 <plugin>
868 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700869 <artifactId>maven-assembly-plugin</artifactId>
870 <!-- We override the configuration plugin to override the descriptor to use for building
871 the source release zip. Specifically, we would like to control the inclusions/exclusions.
872 For example, we exclude the KEYS file from the zip -->
873 <executions>
874 <execution>
875 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
876 the apache parent POM under the apache-release profile -->
877 <id>source-release-assembly</id>
878 <phase>package</phase>
879 <goals>
880 <goal>single</goal>
881 </goals>
882 <!-- combine.self should be override to replace the configuration in the parent POM -->
883 <configuration combine.self="override">
884 <descriptors>
885 <descriptor>src/main/assembly/source.xml</descriptor>
886 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400887 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700888 </configuration>
889 </execution>
890 </executions>
891 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700892 <plugin>
893 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800894 <artifactId>maven-gpg-plugin</artifactId>
895 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700896 <executions>
897 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800898 <id>sign-artifacts</id>
899 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700900 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800901 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700902 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700903 </execution>
904 </executions>
905 </plugin>
906 </plugins>
907 </build>
908 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700909 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400910 <id>coverage</id>
911 <activation>
912 <property>
913 <name>coverage</name>
914 </property>
915 </activation>
916 <build>
917 <plugins>
918 <plugin>
919 <groupId>org.jacoco</groupId>
920 <artifactId>jacoco-maven-plugin</artifactId>
921 <version>${jacoco.version}</version>
922 <executions>
923 <execution>
924 <id>default-prepare-agent</id>
925 <goals>
926 <goal>prepare-agent</goal>
927 </goals>
928 <configuration>
929 <propertyName>coverageArgLine</propertyName>
930 </configuration>
931 </execution>
932 <execution>
933 <id>default-prepare-agent-integration</id>
934 <goals>
935 <goal>prepare-agent-integration</goal>
936 </goals>
937 <configuration>
938 <propertyName>coverageArgLine</propertyName>
939 </configuration>
940 </execution>
941 </executions>
942 </plugin>
943 </plugins>
944 </build>
945 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400946 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400947 </properties>
948 </profile>
949 <profile>
950 <id>no-coverage</id>
951 <activation>
952 <property>
953 <name>!coverage</name>
954 </property>
955 </activation>
956 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400957 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400958 </properties>
959 </profile>
960 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500961 <id>integration-tests-only</id>
962 <properties>
963 <test.includes/>
964 <failIfNoTests>false</failIfNoTests>
965 </properties>
966 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800967 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000968 <modules>
969 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000970 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500971 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000972 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400973</project>