blob: 917f799b58eec588a59ffcaf43319a173cb1b358 [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 Blow7d462c32021-11-05 11:49:19 -0400117 <groupId>io.netty</groupId>
118 <artifactId>netty-resolver-dns</artifactId>
119 <version>4.1.69.Final</version>
120 </dependency>
121 <dependency>
122 <groupId>io.netty</groupId>
123 <artifactId>netty-codec-http2</artifactId>
124 <version>4.1.69.Final</version>
125 </dependency>
126 <dependency>
127 <groupId>io.netty</groupId>
128 <artifactId>netty-transport-native-unix-common</artifactId>
129 <version>4.1.69.Final</version>
130 </dependency>
131 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700132 <groupId>junit</groupId>
133 <artifactId>junit</artifactId>
Michael Blowb5727c62020-03-05 21:16:35 -0500134 <version>4.13</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>
187 <groupId>log4j</groupId>
188 <artifactId>log4j</artifactId>
189 </exclusion>
190 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700191 </dependency>
192 <dependency>
193 <groupId>org.apache.hadoop</groupId>
194 <artifactId>hadoop-minicluster</artifactId>
195 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700196 <exclusions>
197 <exclusion>
198 <groupId>log4j</groupId>
199 <artifactId>log4j</artifactId>
200 </exclusion>
201 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700202 </dependency>
203 <dependency>
204 <groupId>org.apache.hadoop</groupId>
205 <artifactId>hadoop-mapreduce-client-core</artifactId>
206 <version>${hadoop.version}</version>
207 </dependency>
208 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400209 <groupId>org.apache.hadoop</groupId>
210 <artifactId>hadoop-hdfs</artifactId>
211 <version>${hadoop.version}</version>
212 <classifier>tests</classifier>
213 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700214 <exclusions>
215 <exclusion>
216 <groupId>log4j</groupId>
217 <artifactId>log4j</artifactId>
218 </exclusion>
219 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400220 </dependency>
221 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700222 <groupId>commons-io</groupId>
223 <artifactId>commons-io</artifactId>
Michael Blow76082aa2021-11-04 12:23:38 -0400224 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500225 </dependency>
226 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400227 <groupId>org.apache.commons</groupId>
228 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400229 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400230 </dependency>
231 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800232 <groupId>com.fasterxml.jackson.core</groupId>
233 <artifactId>jackson-databind</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400234 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800235 </dependency>
236 <dependency>
237 <groupId>com.fasterxml.jackson.core</groupId>
238 <artifactId>jackson-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400239 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800240 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500241 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500242 <groupId>com.fasterxml.jackson.core</groupId>
243 <artifactId>jackson-annotations</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400244 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500245 </dependency>
246 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500247 <groupId>com.google.guava</groupId>
248 <artifactId>guava</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400249 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400250 <exclusions>
251 <exclusion>
252 <groupId>com.google.code.findbugs</groupId>
253 <artifactId>jsr305</artifactId>
254 </exclusion>
255 <exclusion>
256 <groupId>com.google.guava</groupId>
257 <artifactId>listenablefuture</artifactId>
258 </exclusion>
259 <exclusion>
260 <groupId>org.checkerframework</groupId>
261 <artifactId>checker-qual</artifactId>
262 </exclusion>
263 <exclusion>
264 <groupId>com.google.j2objc</groupId>
265 <artifactId>j2objc-annotations</artifactId>
266 </exclusion>
267 <exclusion>
268 <groupId>org.codehaus.mojo</groupId>
269 <artifactId>animal-sniffer-annotations</artifactId>
270 </exclusion>
271 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500272 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500273 <dependency>
274 <groupId>org.apache.commons</groupId>
275 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400276 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500277 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500278 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500279 <groupId>org.apache.commons</groupId>
280 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500281 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500282 </dependency>
283 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800284 <groupId>org.apache.httpcomponents</groupId>
285 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400286 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800287 </dependency>
288 <dependency>
289 <groupId>org.apache.httpcomponents</groupId>
290 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500291 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800292 </dependency>
293 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500294 <groupId>org.apache.rat</groupId>
295 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500296 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500297 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500298 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800299 <groupId>org.ini4j</groupId>
300 <artifactId>ini4j</artifactId>
301 <version>0.5.4</version>
302 </dependency>
303 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500304 <groupId>args4j</groupId>
305 <artifactId>args4j</artifactId>
306 <version>2.33</version>
307 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300308 <dependency>
309 <groupId>org.apache.logging.log4j</groupId>
310 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400311 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300312 </dependency>
313 <dependency>
314 <groupId>org.apache.logging.log4j</groupId>
315 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400316 <version>${log4j.version}</version>
317 </dependency>
318 <dependency>
319 <groupId>org.apache.logging.log4j</groupId>
320 <artifactId>log4j-jul</artifactId>
321 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300322 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800323 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400324 <groupId>javax.xml.bind</groupId>
325 <artifactId>jaxb-api</artifactId>
326 <version>2.3.0</version>
327 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500328 <dependency>
329 <groupId>org.apache.maven</groupId>
330 <artifactId>maven-project</artifactId>
331 <version>2.2.1</version>
332 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500333 <dependency>
334 <groupId>org.apache.maven</groupId>
335 <artifactId>maven-model</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400336 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500337 </dependency>
338 <dependency>
339 <groupId>org.apache.maven</groupId>
340 <artifactId>maven-artifact</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400341 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500342 </dependency>
343 <dependency>
344 <groupId>org.apache.maven</groupId>
345 <artifactId>maven-compat</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400346 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500347 </dependency>
348 <dependency>
349 <groupId>org.apache.maven</groupId>
350 <artifactId>maven-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400351 <version>3.8.3</version>
Michael Blowe2307cf2020-04-24 16:14:03 -0400352 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500353 <dependency>
354 <groupId>org.apache.maven</groupId>
355 <artifactId>maven-plugin-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400356 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500357 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700358 <dependency>
359 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400360 <artifactId>fastutil-core</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400361 <version>8.5.6</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700362 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700363 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700364 <groupId>org.slf4j</groupId>
365 <artifactId>slf4j-simple</artifactId>
366 <version>1.7.28</version>
367 </dependency>
368 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700369 <groupId>org.apache.logging.log4j</groupId>
370 <artifactId>log4j-1.2-api</artifactId>
Michael Blow951b9cc2021-10-28 20:11:23 -0400371 <version>${log4j.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700372 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700373 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700374 <groupId>org.mockito</groupId>
375 <artifactId>mockito-core</artifactId>
376 <version>3.10.0</version>
377 </dependency>
378 <dependency>
379 <groupId>org.powermock</groupId>
380 <artifactId>powermock-api-mockito2</artifactId>
381 <version>2.0.9</version>
382 </dependency>
383 <dependency>
384 <groupId>org.powermock</groupId>
385 <artifactId>powermock-module-junit4</artifactId>
386 <version>2.0.9</version>
387 </dependency>
388 <dependency>
389 <groupId>org.powermock</groupId>
390 <artifactId>powermock-core</artifactId>
391 <version>2.0.9</version>
392 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700393 <dependency>
394 <groupId>org.xerial.snappy</groupId>
395 <artifactId>snappy-java</artifactId>
396 <version>${snappy.version}</version>
397 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700398 </dependencies>
399 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000400 <build>
401 <plugins>
402 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400403 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500404 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500405 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500406 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500407 <exclude>**/DEPENDENCIES</exclude>
408 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500409 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500410 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500411 <manifest>
412 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
413 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
414 </manifest>
415 <manifestEntries>
416 <Implementation-Title>${implementation.title}</Implementation-Title>
417 <Implementation-URL>${implementation.url}</Implementation-URL>
418 <Implementation-Version>${implementation.version}</Implementation-Version>
419 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
420 </manifestEntries>
421 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500422 </configuration>
423 </plugin>
424 <plugin>
425 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400426 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400427 <configuration>
428 <failOnWarning>true</failOnWarning>
429 <outputXML>true</outputXML>
430 </configuration>
431 <executions>
432 <execution>
433 <phase>process-test-classes</phase>
434 <goals>
435 <goal>analyze-only</goal>
436 </goals>
437 </execution>
438 </executions>
439 </plugin>
440 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700441 <groupId>org.apache.rat</groupId>
442 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700443 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700444 <execution>
445 <phase>validate</phase>
446 <goals>
447 <goal>check</goal>
448 </goals>
449 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700450 </executions>
451 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500452 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
453 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700454 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800455 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700456 </licenses>
457 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800458 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700459 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500460 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400461 <excludes combine.children="append">
462 <exclude>**/*.iml</exclude>
463 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700464 </configuration>
465 </plugin>
466 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700467 <groupId>org.apache.maven.plugins</groupId>
468 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700469 <configuration>
470 <failIfNoTests>false</failIfNoTests>
471 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800472 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800473 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300474 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700475 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300476 <systemPropertyVariables>
477 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
478 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700479 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500480 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700481 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500482 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500483 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800484 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400485 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700486 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700487 </plugin>
488 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700489 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300490 <artifactId>maven-failsafe-plugin</artifactId>
491 <configuration>
492 <systemPropertyVariables>
493 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
494 </systemPropertyVariables>
495 </configuration>
496 </plugin>
497 <plugin>
498 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700499 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700500 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400501 <source>${source.jdk.version}</source>
502 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500503 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700504 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000505 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700506 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700507 <groupId>org.apache.maven.plugins</groupId>
508 <artifactId>maven-remote-resources-plugin</artifactId>
509 <executions>
510 <execution>
511 <goals>
512 <goal>process</goal>
513 </goals>
514 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500515 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700516 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700517 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500518 <properties>
519 <projectName>Apache Hyracks - ${project.name}</projectName>
520 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700521 </configuration>
522 </execution>
523 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800524 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400525 <plugin>
526 <groupId>org.apache.maven.plugins</groupId>
527 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400528 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400529 <executions>
530 <execution>
531 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400532 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400533 <goals>
534 <goal>check</goal>
535 </goals>
536 </execution>
537 </executions>
538 <configuration>
539 <logViolationsToConsole>true</logViolationsToConsole>
540 <checkstyleRules>
541 <module name="Checker">
542 <!-- Checks for whitespace -->
543 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400544 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400545 <module name="TreeWalker">
546 <module name="AvoidStarImport">
547 <property name="allowStaticMemberImports" value="true"/>
548 </module>
549 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400550 </module>
551 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400552 <includes>**/*.java,**/*.jj</includes>
553 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400554 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
555 </configuration>
556 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400557 <plugin>
558 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400559 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400560 <executions>
561 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400562 <id>check-pom-packaging</id>
563 <phase>validate</phase>
564 <goals>
565 <goal>run</goal>
566 </goals>
567 <configuration>
568 <exportAntProperties>true</exportAntProperties>
569 <target xmlns:unless="ant:unless">
570 <condition property="skipPomEnforcement">
571 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
572 </condition>
573 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
574 </target>
575 </configuration>
576 </execution>
577 </executions>
578 </plugin>
579 <plugin>
580 <groupId>org.apache.maven.plugins</groupId>
581 <artifactId>maven-enforcer-plugin</artifactId>
582 <executions>
583 <execution>
584 <id>ensure-no-tests-for-pom-packaging</id>
585 <phase>validate</phase>
586 <goals>
587 <goal>enforce</goal>
588 </goals>
589 <configuration>
590 <rules>
591 <requireFilesDontExist>
592 <files>
593 <file>${project.build.testSourceDirectory}</file>
594 </files>
595 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
596 </requireFilesDontExist>
597 </rules>
598 <skip>${skipPomEnforcement}</skip>
599 </configuration>
600 </execution>
601 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400602 <id>enforce-versions</id>
603 <goals>
604 <goal>enforce</goal>
605 </goals>
606 <configuration>
607 <rules>
608 <requireMavenVersion>
609 <version>[3.3.9,)</version>
610 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700611 <requireJavaVersion>
612 <version>[11,)</version>
613 </requireJavaVersion>
614 </rules>
615 </configuration>
616 </execution>
617 <execution>
618 <id>ensure-no-duplicate-deps</id>
619 <goals>
620 <goal>enforce</goal>
621 </goals>
622 <configuration>
623 <rules>
624 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400625 </rules>
626 </configuration>
627 </execution>
628 </executions>
629 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500630 <plugin>
631 <groupId>org.apache.maven.plugins</groupId>
632 <artifactId>maven-resources-plugin</artifactId>
633 <executions>
634 <execution>
635 <id>default-testResources</id>
636 <goals>
637 <goal>testResources</goal>
638 </goals>
639 <configuration>
640 <skip>${skip.testResources}</skip>
641 </configuration>
642 </execution>
643 </executions>
644 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500645 <plugin>
646 <groupId>net.revelc.code.formatter</groupId>
647 <artifactId>formatter-maven-plugin</artifactId>
648 <executions>
649 <execution>
650 <goals>
651 <goal>${source-format.goal}</goal>
652 </goals>
653 </execution>
654 </executions>
655 <configuration>
656 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
657 <skipFormatting>${source-format.skip}</skipFormatting>
658 </configuration>
659 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400660 <plugin>
661 <groupId>net.revelc.code</groupId>
662 <artifactId>impsort-maven-plugin</artifactId>
663 <executions>
664 <execution>
665 <goals>
666 <goal>${import-sort.goal}</goal>
667 </goals>
668 </execution>
669 </executions>
670 <configuration>
671 <groups>java,javax,org,com,*</groups>
672 <removeUnused>true</removeUnused>
673 <skip>${import-sort.skip}</skip>
674 </configuration>
675 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000676 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700677 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700678 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500679 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800680 <groupId>org.apache.maven.plugins</groupId>
681 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400682 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800683 </plugin>
684 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500685 <groupId>org.apache.rat</groupId>
686 <artifactId>apache-rat-plugin</artifactId>
687 <version>0.12</version>
688 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700689 <plugin>
690 <groupId>net.revelc.code.formatter</groupId>
691 <artifactId>formatter-maven-plugin</artifactId>
692 <version>2.0.1</version>
693 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400694 <plugin>
695 <groupId>net.revelc.code</groupId>
696 <artifactId>impsort-maven-plugin</artifactId>
697 <version>1.2.0</version>
698 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700699 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
700 <plugin>
701 <groupId>org.eclipse.m2e</groupId>
702 <artifactId>lifecycle-mapping</artifactId>
703 <version>1.0.0</version>
704 <configuration>
705 <lifecycleMappingMetadata>
706 <pluginExecutions>
707 <pluginExecution>
708 <pluginExecutionFilter>
709 <groupId>org.apache.rat</groupId>
710 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400711 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700712 <goals>
713 <goal>check</goal>
714 </goals>
715 </pluginExecutionFilter>
716 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400717 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700718 </action>
719 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400720 <pluginExecution>
721 <pluginExecutionFilter>
722 <groupId>org.apache.maven.plugins</groupId>
723 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400724 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400725 <goals>
726 <goal>check</goal>
727 </goals>
728 </pluginExecutionFilter>
729 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400730 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400731 </action>
732 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700733 <pluginExecution>
734 <pluginExecutionFilter>
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400737 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700738 <goals>
739 <goal>analyze-only</goal>
740 </goals>
741 </pluginExecutionFilter>
742 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800743 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700744 </action>
745 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800746 <pluginExecution>
747 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800748 <groupId>net.revelc.code.formatter</groupId>
749 <artifactId>formatter-maven-plugin</artifactId>
750 <versionRange>[2.0.1,)</versionRange>
751 <goals>
752 <goal>format</goal>
753 </goals>
754 </pluginExecutionFilter>
755 <action>
756 <ignore></ignore>
757 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800758 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700759 </pluginExecutions>
760 </lifecycleMappingMetadata>
761 </configuration>
762 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800763 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500764 <groupId>org.codehaus.mojo</groupId>
765 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400766 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800767 </plugin>
768 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500769 <groupId>org.apache.maven.plugins</groupId>
770 <artifactId>maven-scm-plugin</artifactId>
771 <version>1.9.5</version>
772 </plugin>
773 <plugin>
774 <groupId>org.codehaus.mojo</groupId>
775 <artifactId>appassembler-maven-plugin</artifactId>
776 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800777 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400778 <plugin>
779 <groupId>org.apache.maven.plugins</groupId>
780 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400781 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400782 </plugin>
783 <plugin>
784 <groupId>org.apache.maven.plugins</groupId>
785 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400786 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400787 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400788 <plugin>
789 <groupId>org.apache.hyracks</groupId>
790 <artifactId>license-automation-plugin</artifactId>
791 <version>${project.version}</version>
792 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400793 <plugin>
794 <groupId>org.apache.maven.plugins</groupId>
795 <artifactId>maven-assembly-plugin</artifactId>
796 <version>3.1.0</version>
797 </plugin>
798 <plugin>
799 <groupId>org.apache.maven.plugins</groupId>
800 <artifactId>maven-antrun-plugin</artifactId>
801 <version>1.8</version>
802 </plugin>
803 <plugin>
804 <groupId>org.apache.maven.plugins</groupId>
805 <artifactId>maven-clean-plugin</artifactId>
806 <version>3.0.0</version>
807 </plugin>
808 <plugin>
809 <groupId>org.apache.maven.plugins</groupId>
810 <artifactId>maven-jar-plugin</artifactId>
811 <version>3.0.2</version>
812 </plugin>
813 <plugin>
814 <groupId>org.codehaus.mojo</groupId>
815 <artifactId>build-helper-maven-plugin</artifactId>
816 <version>3.0.0</version>
817 </plugin>
818 <plugin>
819 <groupId>org.apache.maven.plugins</groupId>
820 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700821 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400822 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400823 <plugin>
824 <groupId>org.apache.maven.doxia</groupId>
825 <artifactId>doxia-maven-plugin</artifactId>
826 <version>1.1.4</version>
827 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700828 <plugin>
829 <groupId>org.apache.maven.plugins</groupId>
830 <artifactId>maven-enforcer-plugin</artifactId>
831 <version>3.0.0-M3</version>
832 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700833 </plugins>
834 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000835 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800836 <profiles>
837 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400838 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700839 <activation>
840 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400841 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700842 </file>
843 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400844 <properties>
845 <skip.assembly>true</skip.assembly>
846 </properties>
847 </profile>
848 <profile>
849 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700850 <build>
851 <plugins>
852 <plugin>
853 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500854 <artifactId>maven-jar-plugin</artifactId>
855 <configuration>
856 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500857 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500858 <manifest>
859 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
860 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
861 </manifest>
862 </archive>
863 </configuration>
864 </plugin>
865 <plugin>
866 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700867 <artifactId>maven-assembly-plugin</artifactId>
868 <!-- We override the configuration plugin to override the descriptor to use for building
869 the source release zip. Specifically, we would like to control the inclusions/exclusions.
870 For example, we exclude the KEYS file from the zip -->
871 <executions>
872 <execution>
873 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
874 the apache parent POM under the apache-release profile -->
875 <id>source-release-assembly</id>
876 <phase>package</phase>
877 <goals>
878 <goal>single</goal>
879 </goals>
880 <!-- combine.self should be override to replace the configuration in the parent POM -->
881 <configuration combine.self="override">
882 <descriptors>
883 <descriptor>src/main/assembly/source.xml</descriptor>
884 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400885 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700886 </configuration>
887 </execution>
888 </executions>
889 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700890 <plugin>
891 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800892 <artifactId>maven-gpg-plugin</artifactId>
893 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700894 <executions>
895 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800896 <id>sign-artifacts</id>
897 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700898 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800899 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700900 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700901 </execution>
902 </executions>
903 </plugin>
904 </plugins>
905 </build>
906 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700907 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400908 <id>coverage</id>
909 <activation>
910 <property>
911 <name>coverage</name>
912 </property>
913 </activation>
914 <build>
915 <plugins>
916 <plugin>
917 <groupId>org.jacoco</groupId>
918 <artifactId>jacoco-maven-plugin</artifactId>
919 <version>${jacoco.version}</version>
920 <executions>
921 <execution>
922 <id>default-prepare-agent</id>
923 <goals>
924 <goal>prepare-agent</goal>
925 </goals>
926 <configuration>
927 <propertyName>coverageArgLine</propertyName>
928 </configuration>
929 </execution>
930 <execution>
931 <id>default-prepare-agent-integration</id>
932 <goals>
933 <goal>prepare-agent-integration</goal>
934 </goals>
935 <configuration>
936 <propertyName>coverageArgLine</propertyName>
937 </configuration>
938 </execution>
939 </executions>
940 </plugin>
941 </plugins>
942 </build>
943 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400944 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400945 </properties>
946 </profile>
947 <profile>
948 <id>no-coverage</id>
949 <activation>
950 <property>
951 <name>!coverage</name>
952 </property>
953 </activation>
954 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400955 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400956 </properties>
957 </profile>
958 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500959 <id>integration-tests-only</id>
960 <properties>
961 <test.includes/>
962 <failIfNoTests>false</failIfNoTests>
963 </properties>
964 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800965 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000966 <modules>
967 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000968 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500969 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000970 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400971</project>