blob: 90b1ed3bce2520105447ba3ab7b2357a5028b3b8 [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 Maxon03ccded2021-03-07 18:35:16 -080024 <version>0.3.7-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 Blow3856cb32021-05-01 11:36:15 -040075 <log4j.version>2.14.1</log4j.version>
Wail Alkowaileet790ce542021-08-07 16:21:17 -070076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow951b9cc2021-10-28 20:11:23 -040077 <jackson.version>2.13.0</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>
89 <version>4.1.69.Final</version>
90 </dependency>
91 <dependency>
92 <groupId>io.netty</groupId>
93 <artifactId>netty-common</artifactId>
94 <version>4.1.69.Final</version>
95 </dependency>
96 <dependency>
97 <groupId>io.netty</groupId>
98 <artifactId>netty-codec-http</artifactId>
99 <version>4.1.69.Final</version>
100 </dependency>
101 <dependency>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport</artifactId>
104 <version>4.1.69.Final</version>
105 </dependency>
106 <dependency>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
109 <version>4.1.69.Final</version>
110 </dependency>
111 <dependency>
112 <groupId>io.netty</groupId>
113 <artifactId>netty-handler</artifactId>
114 <version>4.1.69.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800115 </dependency>
116 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700117 <groupId>junit</groupId>
118 <artifactId>junit</artifactId>
Michael Blowb5727c62020-03-05 21:16:35 -0500119 <version>4.13</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700120 </dependency>
121 <dependency>
122 <groupId>org.apache.hadoop</groupId>
123 <artifactId>hadoop-yarn-client</artifactId>
124 <version>${hadoop.version}</version>
125 </dependency>
126 <dependency>
127 <groupId>org.apache.hadoop</groupId>
128 <artifactId>hadoop-client</artifactId>
129 <version>${hadoop.version}</version>
130 </dependency>
131 <dependency>
132 <groupId>org.apache.hadoop</groupId>
133 <artifactId>hadoop-common</artifactId>
134 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400135 <exclusions>
136 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300137 <groupId>com.nimbusds</groupId>
138 <artifactId>nimbus-jose-jwt</artifactId>
139 </exclusion>
140 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400141 <groupId>javax.servlet.jsp</groupId>
142 <artifactId>jsp-api</artifactId>
143 </exclusion>
144 <exclusion>
145 <groupId>javax.servlet</groupId>
146 <artifactId>servlet-api</artifactId>
147 </exclusion>
148 <exclusion>
149 <groupId>jdk.tools</groupId>
150 <artifactId>jdk.tools</artifactId>
151 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700152 <exclusion>
153 <groupId>log4j</groupId>
154 <artifactId>log4j</artifactId>
155 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700156 <exclusion>
157 <groupId>org.slf4j</groupId>
158 <artifactId>slf4j-api</artifactId>
159 </exclusion>
160 <exclusion>
161 <groupId>org.slf4j</groupId>
162 <artifactId>slf4j-log4j12</artifactId>
163 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400164 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700165 </dependency>
166 <dependency>
167 <groupId>org.apache.hadoop</groupId>
168 <artifactId>hadoop-hdfs</artifactId>
169 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700170 <exclusions>
171 <exclusion>
172 <groupId>log4j</groupId>
173 <artifactId>log4j</artifactId>
174 </exclusion>
175 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700176 </dependency>
177 <dependency>
178 <groupId>org.apache.hadoop</groupId>
179 <artifactId>hadoop-minicluster</artifactId>
180 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700181 <exclusions>
182 <exclusion>
183 <groupId>log4j</groupId>
184 <artifactId>log4j</artifactId>
185 </exclusion>
186 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700187 </dependency>
188 <dependency>
189 <groupId>org.apache.hadoop</groupId>
190 <artifactId>hadoop-mapreduce-client-core</artifactId>
191 <version>${hadoop.version}</version>
192 </dependency>
193 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400194 <groupId>org.apache.hadoop</groupId>
195 <artifactId>hadoop-hdfs</artifactId>
196 <version>${hadoop.version}</version>
197 <classifier>tests</classifier>
198 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700199 <exclusions>
200 <exclusion>
201 <groupId>log4j</groupId>
202 <artifactId>log4j</artifactId>
203 </exclusion>
204 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400205 </dependency>
206 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700207 <groupId>commons-io</groupId>
208 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400209 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500210 </dependency>
211 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400212 <groupId>org.apache.commons</groupId>
213 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400214 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400215 </dependency>
216 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800217 <groupId>com.fasterxml.jackson.core</groupId>
218 <artifactId>jackson-databind</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400219 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800220 </dependency>
221 <dependency>
222 <groupId>com.fasterxml.jackson.core</groupId>
223 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400224 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800225 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500226 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500227 <groupId>com.fasterxml.jackson.core</groupId>
228 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400229 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500230 </dependency>
231 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500232 <groupId>com.google.guava</groupId>
233 <artifactId>guava</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400234 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400235 <exclusions>
236 <exclusion>
237 <groupId>com.google.code.findbugs</groupId>
238 <artifactId>jsr305</artifactId>
239 </exclusion>
240 <exclusion>
241 <groupId>com.google.guava</groupId>
242 <artifactId>listenablefuture</artifactId>
243 </exclusion>
244 <exclusion>
245 <groupId>org.checkerframework</groupId>
246 <artifactId>checker-qual</artifactId>
247 </exclusion>
248 <exclusion>
249 <groupId>com.google.j2objc</groupId>
250 <artifactId>j2objc-annotations</artifactId>
251 </exclusion>
252 <exclusion>
253 <groupId>org.codehaus.mojo</groupId>
254 <artifactId>animal-sniffer-annotations</artifactId>
255 </exclusion>
256 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500257 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500258 <dependency>
259 <groupId>org.apache.commons</groupId>
260 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400261 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500262 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500263 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500264 <groupId>org.apache.commons</groupId>
265 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500266 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500267 </dependency>
268 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800269 <groupId>org.apache.httpcomponents</groupId>
270 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400271 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800272 </dependency>
273 <dependency>
274 <groupId>org.apache.httpcomponents</groupId>
275 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500276 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800277 </dependency>
278 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500279 <groupId>org.apache.rat</groupId>
280 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500281 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500282 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500283 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800284 <groupId>org.ini4j</groupId>
285 <artifactId>ini4j</artifactId>
286 <version>0.5.4</version>
287 </dependency>
288 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500289 <groupId>args4j</groupId>
290 <artifactId>args4j</artifactId>
291 <version>2.33</version>
292 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300293 <dependency>
294 <groupId>org.apache.logging.log4j</groupId>
295 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400296 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300297 </dependency>
298 <dependency>
299 <groupId>org.apache.logging.log4j</groupId>
300 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400301 <version>${log4j.version}</version>
302 </dependency>
303 <dependency>
304 <groupId>org.apache.logging.log4j</groupId>
305 <artifactId>log4j-jul</artifactId>
306 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300307 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800308 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400309 <groupId>javax.xml.bind</groupId>
310 <artifactId>jaxb-api</artifactId>
311 <version>2.3.0</version>
312 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500313 <dependency>
314 <groupId>org.apache.maven</groupId>
315 <artifactId>maven-project</artifactId>
316 <version>2.2.1</version>
317 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500318 <dependency>
319 <groupId>org.apache.maven</groupId>
320 <artifactId>maven-model</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400321 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500322 </dependency>
323 <dependency>
324 <groupId>org.apache.maven</groupId>
325 <artifactId>maven-artifact</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400326 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500327 </dependency>
328 <dependency>
329 <groupId>org.apache.maven</groupId>
330 <artifactId>maven-compat</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400331 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500332 </dependency>
333 <dependency>
334 <groupId>org.apache.maven</groupId>
335 <artifactId>maven-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400336 <version>3.8.3</version>
Michael Blowe2307cf2020-04-24 16:14:03 -0400337 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500338 <dependency>
339 <groupId>org.apache.maven</groupId>
340 <artifactId>maven-plugin-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400341 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500342 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700343 <dependency>
344 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400345 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400346 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700347 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700348 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700349 <groupId>org.slf4j</groupId>
350 <artifactId>slf4j-simple</artifactId>
351 <version>1.7.28</version>
352 </dependency>
353 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700354 <groupId>org.apache.logging.log4j</groupId>
355 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400356 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700357 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700358 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700359 <groupId>org.mockito</groupId>
360 <artifactId>mockito-core</artifactId>
361 <version>3.10.0</version>
362 </dependency>
363 <dependency>
364 <groupId>org.powermock</groupId>
365 <artifactId>powermock-api-mockito2</artifactId>
366 <version>2.0.9</version>
367 </dependency>
368 <dependency>
369 <groupId>org.powermock</groupId>
370 <artifactId>powermock-module-junit4</artifactId>
371 <version>2.0.9</version>
372 </dependency>
373 <dependency>
374 <groupId>org.powermock</groupId>
375 <artifactId>powermock-core</artifactId>
376 <version>2.0.9</version>
377 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700378 <dependency>
379 <groupId>org.xerial.snappy</groupId>
380 <artifactId>snappy-java</artifactId>
381 <version>${snappy.version}</version>
382 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700383 </dependencies>
384 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000385 <build>
386 <plugins>
387 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400388 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500389 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500390 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500391 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500392 <exclude>**/DEPENDENCIES</exclude>
393 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500394 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500395 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500396 <manifest>
397 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
398 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
399 </manifest>
400 <manifestEntries>
401 <Implementation-Title>${implementation.title}</Implementation-Title>
402 <Implementation-URL>${implementation.url}</Implementation-URL>
403 <Implementation-Version>${implementation.version}</Implementation-Version>
404 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
405 </manifestEntries>
406 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500407 </configuration>
408 </plugin>
409 <plugin>
410 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400411 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400412 <configuration>
413 <failOnWarning>true</failOnWarning>
414 <outputXML>true</outputXML>
415 </configuration>
416 <executions>
417 <execution>
418 <phase>process-test-classes</phase>
419 <goals>
420 <goal>analyze-only</goal>
421 </goals>
422 </execution>
423 </executions>
424 </plugin>
425 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700426 <groupId>org.apache.rat</groupId>
427 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700428 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700429 <execution>
430 <phase>validate</phase>
431 <goals>
432 <goal>check</goal>
433 </goals>
434 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700435 </executions>
436 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500437 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
438 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700439 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800440 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700441 </licenses>
442 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800443 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700444 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500445 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400446 <excludes combine.children="append">
447 <exclude>**/*.iml</exclude>
448 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700449 </configuration>
450 </plugin>
451 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700452 <groupId>org.apache.maven.plugins</groupId>
453 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700454 <configuration>
455 <failIfNoTests>false</failIfNoTests>
456 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800457 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800458 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300459 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700460 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300461 <systemPropertyVariables>
462 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
463 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700464 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500465 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700466 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500467 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500468 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800469 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400470 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700471 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700472 </plugin>
473 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700474 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300475 <artifactId>maven-failsafe-plugin</artifactId>
476 <configuration>
477 <systemPropertyVariables>
478 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
479 </systemPropertyVariables>
480 </configuration>
481 </plugin>
482 <plugin>
483 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700484 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700485 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400486 <source>${source.jdk.version}</source>
487 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500488 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700489 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000490 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700491 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700492 <groupId>org.apache.maven.plugins</groupId>
493 <artifactId>maven-remote-resources-plugin</artifactId>
494 <executions>
495 <execution>
496 <goals>
497 <goal>process</goal>
498 </goals>
499 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500500 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700501 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700502 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500503 <properties>
504 <projectName>Apache Hyracks - ${project.name}</projectName>
505 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700506 </configuration>
507 </execution>
508 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800509 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400510 <plugin>
511 <groupId>org.apache.maven.plugins</groupId>
512 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400513 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400514 <executions>
515 <execution>
516 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400517 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400518 <goals>
519 <goal>check</goal>
520 </goals>
521 </execution>
522 </executions>
523 <configuration>
524 <logViolationsToConsole>true</logViolationsToConsole>
525 <checkstyleRules>
526 <module name="Checker">
527 <!-- Checks for whitespace -->
528 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400529 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400530 <module name="TreeWalker">
531 <module name="AvoidStarImport">
532 <property name="allowStaticMemberImports" value="true"/>
533 </module>
534 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400535 </module>
536 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400537 <includes>**/*.java,**/*.jj</includes>
538 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400539 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
540 </configuration>
541 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400542 <plugin>
543 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400544 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400545 <executions>
546 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400547 <id>check-pom-packaging</id>
548 <phase>validate</phase>
549 <goals>
550 <goal>run</goal>
551 </goals>
552 <configuration>
553 <exportAntProperties>true</exportAntProperties>
554 <target xmlns:unless="ant:unless">
555 <condition property="skipPomEnforcement">
556 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
557 </condition>
558 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
559 </target>
560 </configuration>
561 </execution>
562 </executions>
563 </plugin>
564 <plugin>
565 <groupId>org.apache.maven.plugins</groupId>
566 <artifactId>maven-enforcer-plugin</artifactId>
567 <executions>
568 <execution>
569 <id>ensure-no-tests-for-pom-packaging</id>
570 <phase>validate</phase>
571 <goals>
572 <goal>enforce</goal>
573 </goals>
574 <configuration>
575 <rules>
576 <requireFilesDontExist>
577 <files>
578 <file>${project.build.testSourceDirectory}</file>
579 </files>
580 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
581 </requireFilesDontExist>
582 </rules>
583 <skip>${skipPomEnforcement}</skip>
584 </configuration>
585 </execution>
586 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400587 <id>enforce-versions</id>
588 <goals>
589 <goal>enforce</goal>
590 </goals>
591 <configuration>
592 <rules>
593 <requireMavenVersion>
594 <version>[3.3.9,)</version>
595 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700596 <requireJavaVersion>
597 <version>[11,)</version>
598 </requireJavaVersion>
599 </rules>
600 </configuration>
601 </execution>
602 <execution>
603 <id>ensure-no-duplicate-deps</id>
604 <goals>
605 <goal>enforce</goal>
606 </goals>
607 <configuration>
608 <rules>
609 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400610 </rules>
611 </configuration>
612 </execution>
613 </executions>
614 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500615 <plugin>
616 <groupId>org.apache.maven.plugins</groupId>
617 <artifactId>maven-resources-plugin</artifactId>
618 <executions>
619 <execution>
620 <id>default-testResources</id>
621 <goals>
622 <goal>testResources</goal>
623 </goals>
624 <configuration>
625 <skip>${skip.testResources}</skip>
626 </configuration>
627 </execution>
628 </executions>
629 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500630 <plugin>
631 <groupId>net.revelc.code.formatter</groupId>
632 <artifactId>formatter-maven-plugin</artifactId>
633 <executions>
634 <execution>
635 <goals>
636 <goal>${source-format.goal}</goal>
637 </goals>
638 </execution>
639 </executions>
640 <configuration>
641 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
642 <skipFormatting>${source-format.skip}</skipFormatting>
643 </configuration>
644 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400645 <plugin>
646 <groupId>net.revelc.code</groupId>
647 <artifactId>impsort-maven-plugin</artifactId>
648 <executions>
649 <execution>
650 <goals>
651 <goal>${import-sort.goal}</goal>
652 </goals>
653 </execution>
654 </executions>
655 <configuration>
656 <groups>java,javax,org,com,*</groups>
657 <removeUnused>true</removeUnused>
658 <skip>${import-sort.skip}</skip>
659 </configuration>
660 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000661 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700662 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700663 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500664 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800665 <groupId>org.apache.maven.plugins</groupId>
666 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400667 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800668 </plugin>
669 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500670 <groupId>org.apache.rat</groupId>
671 <artifactId>apache-rat-plugin</artifactId>
672 <version>0.12</version>
673 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700674 <plugin>
675 <groupId>net.revelc.code.formatter</groupId>
676 <artifactId>formatter-maven-plugin</artifactId>
677 <version>2.0.1</version>
678 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400679 <plugin>
680 <groupId>net.revelc.code</groupId>
681 <artifactId>impsort-maven-plugin</artifactId>
682 <version>1.2.0</version>
683 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700684 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
685 <plugin>
686 <groupId>org.eclipse.m2e</groupId>
687 <artifactId>lifecycle-mapping</artifactId>
688 <version>1.0.0</version>
689 <configuration>
690 <lifecycleMappingMetadata>
691 <pluginExecutions>
692 <pluginExecution>
693 <pluginExecutionFilter>
694 <groupId>org.apache.rat</groupId>
695 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400696 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700697 <goals>
698 <goal>check</goal>
699 </goals>
700 </pluginExecutionFilter>
701 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400702 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700703 </action>
704 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400705 <pluginExecution>
706 <pluginExecutionFilter>
707 <groupId>org.apache.maven.plugins</groupId>
708 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400709 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400710 <goals>
711 <goal>check</goal>
712 </goals>
713 </pluginExecutionFilter>
714 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400715 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400716 </action>
717 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700718 <pluginExecution>
719 <pluginExecutionFilter>
720 <groupId>org.apache.maven.plugins</groupId>
721 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400722 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700723 <goals>
724 <goal>analyze-only</goal>
725 </goals>
726 </pluginExecutionFilter>
727 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800728 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700729 </action>
730 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800731 <pluginExecution>
732 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800733 <groupId>net.revelc.code.formatter</groupId>
734 <artifactId>formatter-maven-plugin</artifactId>
735 <versionRange>[2.0.1,)</versionRange>
736 <goals>
737 <goal>format</goal>
738 </goals>
739 </pluginExecutionFilter>
740 <action>
741 <ignore></ignore>
742 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800743 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700744 </pluginExecutions>
745 </lifecycleMappingMetadata>
746 </configuration>
747 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800748 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500749 <groupId>org.codehaus.mojo</groupId>
750 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400751 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800752 </plugin>
753 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500754 <groupId>org.apache.maven.plugins</groupId>
755 <artifactId>maven-scm-plugin</artifactId>
756 <version>1.9.5</version>
757 </plugin>
758 <plugin>
759 <groupId>org.codehaus.mojo</groupId>
760 <artifactId>appassembler-maven-plugin</artifactId>
761 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800762 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400763 <plugin>
764 <groupId>org.apache.maven.plugins</groupId>
765 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400766 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400767 </plugin>
768 <plugin>
769 <groupId>org.apache.maven.plugins</groupId>
770 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400771 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400772 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400773 <plugin>
774 <groupId>org.apache.hyracks</groupId>
775 <artifactId>license-automation-plugin</artifactId>
776 <version>${project.version}</version>
777 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400778 <plugin>
779 <groupId>org.apache.maven.plugins</groupId>
780 <artifactId>maven-assembly-plugin</artifactId>
781 <version>3.1.0</version>
782 </plugin>
783 <plugin>
784 <groupId>org.apache.maven.plugins</groupId>
785 <artifactId>maven-antrun-plugin</artifactId>
786 <version>1.8</version>
787 </plugin>
788 <plugin>
789 <groupId>org.apache.maven.plugins</groupId>
790 <artifactId>maven-clean-plugin</artifactId>
791 <version>3.0.0</version>
792 </plugin>
793 <plugin>
794 <groupId>org.apache.maven.plugins</groupId>
795 <artifactId>maven-jar-plugin</artifactId>
796 <version>3.0.2</version>
797 </plugin>
798 <plugin>
799 <groupId>org.codehaus.mojo</groupId>
800 <artifactId>build-helper-maven-plugin</artifactId>
801 <version>3.0.0</version>
802 </plugin>
803 <plugin>
804 <groupId>org.apache.maven.plugins</groupId>
805 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700806 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400807 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400808 <plugin>
809 <groupId>org.apache.maven.doxia</groupId>
810 <artifactId>doxia-maven-plugin</artifactId>
811 <version>1.1.4</version>
812 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700813 <plugin>
814 <groupId>org.apache.maven.plugins</groupId>
815 <artifactId>maven-enforcer-plugin</artifactId>
816 <version>3.0.0-M3</version>
817 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700818 </plugins>
819 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000820 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800821 <profiles>
822 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400823 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700824 <activation>
825 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400826 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700827 </file>
828 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400829 <properties>
830 <skip.assembly>true</skip.assembly>
831 </properties>
832 </profile>
833 <profile>
834 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700835 <build>
836 <plugins>
837 <plugin>
838 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500839 <artifactId>maven-jar-plugin</artifactId>
840 <configuration>
841 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500842 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500843 <manifest>
844 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
845 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
846 </manifest>
847 </archive>
848 </configuration>
849 </plugin>
850 <plugin>
851 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700852 <artifactId>maven-assembly-plugin</artifactId>
853 <!-- We override the configuration plugin to override the descriptor to use for building
854 the source release zip. Specifically, we would like to control the inclusions/exclusions.
855 For example, we exclude the KEYS file from the zip -->
856 <executions>
857 <execution>
858 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
859 the apache parent POM under the apache-release profile -->
860 <id>source-release-assembly</id>
861 <phase>package</phase>
862 <goals>
863 <goal>single</goal>
864 </goals>
865 <!-- combine.self should be override to replace the configuration in the parent POM -->
866 <configuration combine.self="override">
867 <descriptors>
868 <descriptor>src/main/assembly/source.xml</descriptor>
869 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400870 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700871 </configuration>
872 </execution>
873 </executions>
874 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700875 <plugin>
876 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800877 <artifactId>maven-gpg-plugin</artifactId>
878 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700879 <executions>
880 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800881 <id>sign-artifacts</id>
882 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700883 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800884 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700885 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700886 </execution>
887 </executions>
888 </plugin>
889 </plugins>
890 </build>
891 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700892 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400893 <id>coverage</id>
894 <activation>
895 <property>
896 <name>coverage</name>
897 </property>
898 </activation>
899 <build>
900 <plugins>
901 <plugin>
902 <groupId>org.jacoco</groupId>
903 <artifactId>jacoco-maven-plugin</artifactId>
904 <version>${jacoco.version}</version>
905 <executions>
906 <execution>
907 <id>default-prepare-agent</id>
908 <goals>
909 <goal>prepare-agent</goal>
910 </goals>
911 <configuration>
912 <propertyName>coverageArgLine</propertyName>
913 </configuration>
914 </execution>
915 <execution>
916 <id>default-prepare-agent-integration</id>
917 <goals>
918 <goal>prepare-agent-integration</goal>
919 </goals>
920 <configuration>
921 <propertyName>coverageArgLine</propertyName>
922 </configuration>
923 </execution>
924 </executions>
925 </plugin>
926 </plugins>
927 </build>
928 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400929 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400930 </properties>
931 </profile>
932 <profile>
933 <id>no-coverage</id>
934 <activation>
935 <property>
936 <name>!coverage</name>
937 </property>
938 </activation>
939 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400940 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400941 </properties>
942 </profile>
943 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500944 <id>integration-tests-only</id>
945 <properties>
946 <test.includes/>
947 <failIfNoTests>false</failIfNoTests>
948 </properties>
949 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800950 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000951 <modules>
952 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000953 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500954 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000955 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400956</project>