blob: 11dc49afc19688e9d0874e4142468d1ee63b5d0c [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 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 Blowe8637d02021-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 Blowe8637d02021-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 Blow14d9cfd2021-12-04 22:00:24 -0500117 <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>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700130 </dependency>
131 <dependency>
132 <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>
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>
175 <groupId>log4j</groupId>
176 <artifactId>log4j</artifactId>
177 </exclusion>
178 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700179 </dependency>
180 <dependency>
181 <groupId>org.apache.hadoop</groupId>
182 <artifactId>hadoop-minicluster</artifactId>
183 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700184 <exclusions>
185 <exclusion>
186 <groupId>log4j</groupId>
187 <artifactId>log4j</artifactId>
188 </exclusion>
189 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700190 </dependency>
191 <dependency>
192 <groupId>org.apache.hadoop</groupId>
193 <artifactId>hadoop-mapreduce-client-core</artifactId>
194 <version>${hadoop.version}</version>
195 </dependency>
196 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400197 <groupId>org.apache.hadoop</groupId>
198 <artifactId>hadoop-hdfs</artifactId>
199 <version>${hadoop.version}</version>
200 <classifier>tests</classifier>
201 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700202 <exclusions>
203 <exclusion>
204 <groupId>log4j</groupId>
205 <artifactId>log4j</artifactId>
206 </exclusion>
207 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400208 </dependency>
209 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700210 <groupId>commons-io</groupId>
211 <artifactId>commons-io</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400212 <version>2.8.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500213 </dependency>
214 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400215 <groupId>org.apache.commons</groupId>
216 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400217 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400218 </dependency>
219 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800220 <groupId>com.fasterxml.jackson.core</groupId>
221 <artifactId>jackson-databind</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400222 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800223 </dependency>
224 <dependency>
225 <groupId>com.fasterxml.jackson.core</groupId>
226 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400227 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800228 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500229 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500230 <groupId>com.fasterxml.jackson.core</groupId>
231 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400232 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500233 </dependency>
234 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500235 <groupId>com.google.guava</groupId>
236 <artifactId>guava</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400237 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400238 <exclusions>
239 <exclusion>
240 <groupId>com.google.code.findbugs</groupId>
241 <artifactId>jsr305</artifactId>
242 </exclusion>
243 <exclusion>
244 <groupId>com.google.guava</groupId>
245 <artifactId>listenablefuture</artifactId>
246 </exclusion>
247 <exclusion>
248 <groupId>org.checkerframework</groupId>
249 <artifactId>checker-qual</artifactId>
250 </exclusion>
251 <exclusion>
252 <groupId>com.google.j2objc</groupId>
253 <artifactId>j2objc-annotations</artifactId>
254 </exclusion>
255 <exclusion>
256 <groupId>org.codehaus.mojo</groupId>
257 <artifactId>animal-sniffer-annotations</artifactId>
258 </exclusion>
259 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500260 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500261 <dependency>
262 <groupId>org.apache.commons</groupId>
263 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400264 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500265 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500266 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500267 <groupId>org.apache.commons</groupId>
268 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500269 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500270 </dependency>
271 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800272 <groupId>org.apache.httpcomponents</groupId>
273 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400274 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800275 </dependency>
276 <dependency>
277 <groupId>org.apache.httpcomponents</groupId>
278 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500279 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800280 </dependency>
281 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500282 <groupId>org.apache.rat</groupId>
283 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500284 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500285 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500286 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800287 <groupId>org.ini4j</groupId>
288 <artifactId>ini4j</artifactId>
289 <version>0.5.4</version>
290 </dependency>
291 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500292 <groupId>args4j</groupId>
293 <artifactId>args4j</artifactId>
294 <version>2.33</version>
295 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300296 <dependency>
297 <groupId>org.apache.logging.log4j</groupId>
298 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400299 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300300 </dependency>
301 <dependency>
302 <groupId>org.apache.logging.log4j</groupId>
303 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400304 <version>${log4j.version}</version>
305 </dependency>
306 <dependency>
307 <groupId>org.apache.logging.log4j</groupId>
308 <artifactId>log4j-jul</artifactId>
309 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300310 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800311 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400312 <groupId>javax.xml.bind</groupId>
313 <artifactId>jaxb-api</artifactId>
314 <version>2.3.0</version>
315 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500316 <dependency>
317 <groupId>org.apache.maven</groupId>
318 <artifactId>maven-project</artifactId>
319 <version>2.2.1</version>
320 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500321 <dependency>
322 <groupId>org.apache.maven</groupId>
323 <artifactId>maven-model</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400324 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500325 </dependency>
326 <dependency>
327 <groupId>org.apache.maven</groupId>
328 <artifactId>maven-artifact</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400329 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500330 </dependency>
331 <dependency>
332 <groupId>org.apache.maven</groupId>
333 <artifactId>maven-compat</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400334 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500335 </dependency>
336 <dependency>
337 <groupId>org.apache.maven</groupId>
338 <artifactId>maven-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400339 <version>3.8.3</version>
Michael Blow8363dcb2021-12-04 06:02:34 -0500340 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500341 <dependency>
342 <groupId>org.apache.maven</groupId>
343 <artifactId>maven-plugin-api</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400344 <version>3.8.3</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500345 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700346 <dependency>
347 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400348 <artifactId>fastutil-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400349 <version>8.5.6</version>
350 </dependency>
351 <dependency>
352 <groupId>org.slf4j</groupId>
353 <artifactId>slf4j-simple</artifactId>
354 <version>1.7.28</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700355 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700356 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700357 <groupId>org.apache.logging.log4j</groupId>
358 <artifactId>log4j-1.2-api</artifactId>
359 <version>2.13.1</version>
360 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700361 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700362 <groupId>org.mockito</groupId>
363 <artifactId>mockito-core</artifactId>
364 <version>3.10.0</version>
365 </dependency>
366 <dependency>
367 <groupId>org.powermock</groupId>
368 <artifactId>powermock-api-mockito2</artifactId>
369 <version>2.0.9</version>
370 </dependency>
371 <dependency>
372 <groupId>org.powermock</groupId>
373 <artifactId>powermock-module-junit4</artifactId>
374 <version>2.0.9</version>
375 </dependency>
376 <dependency>
377 <groupId>org.powermock</groupId>
378 <artifactId>powermock-core</artifactId>
379 <version>2.0.9</version>
380 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700381 <dependency>
382 <groupId>org.xerial.snappy</groupId>
383 <artifactId>snappy-java</artifactId>
384 <version>${snappy.version}</version>
385 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700386 </dependencies>
387 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000388 <build>
389 <plugins>
390 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400391 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500392 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500393 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500394 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500395 <exclude>**/DEPENDENCIES</exclude>
396 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500397 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500398 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500399 <manifest>
400 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
401 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
402 </manifest>
403 <manifestEntries>
404 <Implementation-Title>${implementation.title}</Implementation-Title>
405 <Implementation-URL>${implementation.url}</Implementation-URL>
406 <Implementation-Version>${implementation.version}</Implementation-Version>
407 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
408 </manifestEntries>
409 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500410 </configuration>
411 </plugin>
412 <plugin>
413 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400414 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400415 <configuration>
416 <failOnWarning>true</failOnWarning>
417 <outputXML>true</outputXML>
418 </configuration>
419 <executions>
420 <execution>
421 <phase>process-test-classes</phase>
422 <goals>
423 <goal>analyze-only</goal>
424 </goals>
425 </execution>
426 </executions>
427 </plugin>
428 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700429 <groupId>org.apache.rat</groupId>
430 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700431 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700432 <execution>
433 <phase>validate</phase>
434 <goals>
435 <goal>check</goal>
436 </goals>
437 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700438 </executions>
439 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500440 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
441 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700442 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800443 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700444 </licenses>
445 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800446 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700447 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500448 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400449 <excludes combine.children="append">
450 <exclude>**/*.iml</exclude>
451 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700452 </configuration>
453 </plugin>
454 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700457 <configuration>
458 <failIfNoTests>false</failIfNoTests>
459 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800460 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800461 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300462 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700463 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300464 <systemPropertyVariables>
465 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
466 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700467 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500468 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700469 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500470 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500471 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800472 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400473 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700474 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700475 </plugin>
476 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700477 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300478 <artifactId>maven-failsafe-plugin</artifactId>
479 <configuration>
480 <systemPropertyVariables>
481 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
482 </systemPropertyVariables>
483 </configuration>
484 </plugin>
485 <plugin>
486 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700487 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700488 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400489 <source>${source.jdk.version}</source>
490 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500491 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700492 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000493 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700494 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700495 <groupId>org.apache.maven.plugins</groupId>
496 <artifactId>maven-remote-resources-plugin</artifactId>
497 <executions>
498 <execution>
499 <goals>
500 <goal>process</goal>
501 </goals>
502 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500503 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700504 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700505 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500506 <properties>
507 <projectName>Apache Hyracks - ${project.name}</projectName>
508 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700509 </configuration>
510 </execution>
511 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800512 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400513 <plugin>
514 <groupId>org.apache.maven.plugins</groupId>
515 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400516 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400517 <executions>
518 <execution>
519 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400520 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400521 <goals>
522 <goal>check</goal>
523 </goals>
524 </execution>
525 </executions>
526 <configuration>
527 <logViolationsToConsole>true</logViolationsToConsole>
528 <checkstyleRules>
529 <module name="Checker">
530 <!-- Checks for whitespace -->
531 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400532 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400533 <module name="TreeWalker">
534 <module name="AvoidStarImport">
535 <property name="allowStaticMemberImports" value="true"/>
536 </module>
537 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400538 </module>
539 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400540 <includes>**/*.java,**/*.jj</includes>
541 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400542 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
543 </configuration>
544 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400545 <plugin>
546 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400547 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400548 <executions>
549 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400550 <id>check-pom-packaging</id>
551 <phase>validate</phase>
552 <goals>
553 <goal>run</goal>
554 </goals>
555 <configuration>
556 <exportAntProperties>true</exportAntProperties>
557 <target xmlns:unless="ant:unless">
558 <condition property="skipPomEnforcement">
559 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
560 </condition>
561 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
562 </target>
563 </configuration>
564 </execution>
565 </executions>
566 </plugin>
567 <plugin>
568 <groupId>org.apache.maven.plugins</groupId>
569 <artifactId>maven-enforcer-plugin</artifactId>
570 <executions>
571 <execution>
572 <id>ensure-no-tests-for-pom-packaging</id>
573 <phase>validate</phase>
574 <goals>
575 <goal>enforce</goal>
576 </goals>
577 <configuration>
578 <rules>
579 <requireFilesDontExist>
580 <files>
581 <file>${project.build.testSourceDirectory}</file>
582 </files>
583 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
584 </requireFilesDontExist>
585 </rules>
586 <skip>${skipPomEnforcement}</skip>
587 </configuration>
588 </execution>
589 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400590 <id>enforce-versions</id>
591 <goals>
592 <goal>enforce</goal>
593 </goals>
594 <configuration>
595 <rules>
596 <requireMavenVersion>
597 <version>[3.3.9,)</version>
598 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700599 <requireJavaVersion>
600 <version>[11,)</version>
601 </requireJavaVersion>
602 </rules>
603 </configuration>
604 </execution>
605 <execution>
606 <id>ensure-no-duplicate-deps</id>
607 <goals>
608 <goal>enforce</goal>
609 </goals>
610 <configuration>
611 <rules>
612 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400613 </rules>
614 </configuration>
615 </execution>
616 </executions>
617 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500618 <plugin>
619 <groupId>org.apache.maven.plugins</groupId>
620 <artifactId>maven-resources-plugin</artifactId>
621 <executions>
622 <execution>
623 <id>default-testResources</id>
624 <goals>
625 <goal>testResources</goal>
626 </goals>
627 <configuration>
628 <skip>${skip.testResources}</skip>
629 </configuration>
630 </execution>
631 </executions>
632 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500633 <plugin>
634 <groupId>net.revelc.code.formatter</groupId>
635 <artifactId>formatter-maven-plugin</artifactId>
636 <executions>
637 <execution>
638 <goals>
639 <goal>${source-format.goal}</goal>
640 </goals>
641 </execution>
642 </executions>
643 <configuration>
644 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
645 <skipFormatting>${source-format.skip}</skipFormatting>
646 </configuration>
647 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400648 <plugin>
649 <groupId>net.revelc.code</groupId>
650 <artifactId>impsort-maven-plugin</artifactId>
651 <executions>
652 <execution>
653 <goals>
654 <goal>${import-sort.goal}</goal>
655 </goals>
656 </execution>
657 </executions>
658 <configuration>
659 <groups>java,javax,org,com,*</groups>
660 <removeUnused>true</removeUnused>
661 <skip>${import-sort.skip}</skip>
662 </configuration>
663 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000664 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700665 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700666 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500667 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800668 <groupId>org.apache.maven.plugins</groupId>
669 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400670 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800671 </plugin>
672 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500673 <groupId>org.apache.rat</groupId>
674 <artifactId>apache-rat-plugin</artifactId>
675 <version>0.12</version>
676 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700677 <plugin>
678 <groupId>net.revelc.code.formatter</groupId>
679 <artifactId>formatter-maven-plugin</artifactId>
680 <version>2.0.1</version>
681 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400682 <plugin>
683 <groupId>net.revelc.code</groupId>
684 <artifactId>impsort-maven-plugin</artifactId>
685 <version>1.2.0</version>
686 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700687 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
688 <plugin>
689 <groupId>org.eclipse.m2e</groupId>
690 <artifactId>lifecycle-mapping</artifactId>
691 <version>1.0.0</version>
692 <configuration>
693 <lifecycleMappingMetadata>
694 <pluginExecutions>
695 <pluginExecution>
696 <pluginExecutionFilter>
697 <groupId>org.apache.rat</groupId>
698 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400699 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700700 <goals>
701 <goal>check</goal>
702 </goals>
703 </pluginExecutionFilter>
704 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400705 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700706 </action>
707 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400708 <pluginExecution>
709 <pluginExecutionFilter>
710 <groupId>org.apache.maven.plugins</groupId>
711 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400712 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400713 <goals>
714 <goal>check</goal>
715 </goals>
716 </pluginExecutionFilter>
717 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400718 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400719 </action>
720 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700721 <pluginExecution>
722 <pluginExecutionFilter>
723 <groupId>org.apache.maven.plugins</groupId>
724 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400725 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700726 <goals>
727 <goal>analyze-only</goal>
728 </goals>
729 </pluginExecutionFilter>
730 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800731 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700732 </action>
733 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800734 <pluginExecution>
735 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800736 <groupId>net.revelc.code.formatter</groupId>
737 <artifactId>formatter-maven-plugin</artifactId>
738 <versionRange>[2.0.1,)</versionRange>
739 <goals>
740 <goal>format</goal>
741 </goals>
742 </pluginExecutionFilter>
743 <action>
744 <ignore></ignore>
745 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800746 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700747 </pluginExecutions>
748 </lifecycleMappingMetadata>
749 </configuration>
750 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800751 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500752 <groupId>org.codehaus.mojo</groupId>
753 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400754 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800755 </plugin>
756 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500757 <groupId>org.apache.maven.plugins</groupId>
758 <artifactId>maven-scm-plugin</artifactId>
759 <version>1.9.5</version>
760 </plugin>
761 <plugin>
762 <groupId>org.codehaus.mojo</groupId>
763 <artifactId>appassembler-maven-plugin</artifactId>
764 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800765 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400766 <plugin>
767 <groupId>org.apache.maven.plugins</groupId>
768 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400769 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400770 </plugin>
771 <plugin>
772 <groupId>org.apache.maven.plugins</groupId>
773 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400774 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400775 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400776 <plugin>
777 <groupId>org.apache.hyracks</groupId>
778 <artifactId>license-automation-plugin</artifactId>
779 <version>${project.version}</version>
780 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400781 <plugin>
782 <groupId>org.apache.maven.plugins</groupId>
783 <artifactId>maven-assembly-plugin</artifactId>
784 <version>3.1.0</version>
785 </plugin>
786 <plugin>
787 <groupId>org.apache.maven.plugins</groupId>
788 <artifactId>maven-antrun-plugin</artifactId>
789 <version>1.8</version>
790 </plugin>
791 <plugin>
792 <groupId>org.apache.maven.plugins</groupId>
793 <artifactId>maven-clean-plugin</artifactId>
794 <version>3.0.0</version>
795 </plugin>
796 <plugin>
797 <groupId>org.apache.maven.plugins</groupId>
798 <artifactId>maven-jar-plugin</artifactId>
799 <version>3.0.2</version>
800 </plugin>
801 <plugin>
802 <groupId>org.codehaus.mojo</groupId>
803 <artifactId>build-helper-maven-plugin</artifactId>
804 <version>3.0.0</version>
805 </plugin>
806 <plugin>
807 <groupId>org.apache.maven.plugins</groupId>
808 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700809 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400810 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400811 <plugin>
812 <groupId>org.apache.maven.doxia</groupId>
813 <artifactId>doxia-maven-plugin</artifactId>
814 <version>1.1.4</version>
815 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700816 <plugin>
817 <groupId>org.apache.maven.plugins</groupId>
818 <artifactId>maven-enforcer-plugin</artifactId>
819 <version>3.0.0-M3</version>
820 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700821 </plugins>
822 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000823 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800824 <profiles>
825 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400826 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700827 <activation>
828 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400829 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700830 </file>
831 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400832 <properties>
833 <skip.assembly>true</skip.assembly>
834 </properties>
835 </profile>
836 <profile>
837 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700838 <build>
839 <plugins>
840 <plugin>
841 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500842 <artifactId>maven-jar-plugin</artifactId>
843 <configuration>
844 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500845 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500846 <manifest>
847 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
848 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
849 </manifest>
850 </archive>
851 </configuration>
852 </plugin>
853 <plugin>
854 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700855 <artifactId>maven-assembly-plugin</artifactId>
856 <!-- We override the configuration plugin to override the descriptor to use for building
857 the source release zip. Specifically, we would like to control the inclusions/exclusions.
858 For example, we exclude the KEYS file from the zip -->
859 <executions>
860 <execution>
861 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
862 the apache parent POM under the apache-release profile -->
863 <id>source-release-assembly</id>
864 <phase>package</phase>
865 <goals>
866 <goal>single</goal>
867 </goals>
868 <!-- combine.self should be override to replace the configuration in the parent POM -->
869 <configuration combine.self="override">
870 <descriptors>
871 <descriptor>src/main/assembly/source.xml</descriptor>
872 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400873 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700874 </configuration>
875 </execution>
876 </executions>
877 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700878 <plugin>
879 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800880 <artifactId>maven-gpg-plugin</artifactId>
881 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700882 <executions>
883 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800884 <id>sign-artifacts</id>
885 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700886 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800887 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700888 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700889 </execution>
890 </executions>
891 </plugin>
892 </plugins>
893 </build>
894 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700895 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400896 <id>coverage</id>
897 <activation>
898 <property>
899 <name>coverage</name>
900 </property>
901 </activation>
902 <build>
903 <plugins>
904 <plugin>
905 <groupId>org.jacoco</groupId>
906 <artifactId>jacoco-maven-plugin</artifactId>
907 <version>${jacoco.version}</version>
908 <executions>
909 <execution>
910 <id>default-prepare-agent</id>
911 <goals>
912 <goal>prepare-agent</goal>
913 </goals>
914 <configuration>
915 <propertyName>coverageArgLine</propertyName>
916 </configuration>
917 </execution>
918 <execution>
919 <id>default-prepare-agent-integration</id>
920 <goals>
921 <goal>prepare-agent-integration</goal>
922 </goals>
923 <configuration>
924 <propertyName>coverageArgLine</propertyName>
925 </configuration>
926 </execution>
927 </executions>
928 </plugin>
929 </plugins>
930 </build>
931 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400932 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400933 </properties>
934 </profile>
935 <profile>
936 <id>no-coverage</id>
937 <activation>
938 <property>
939 <name>!coverage</name>
940 </property>
941 </activation>
942 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400943 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400944 </properties>
945 </profile>
946 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500947 <id>integration-tests-only</id>
948 <properties>
949 <test.includes/>
950 <failIfNoTests>false</failIfNoTests>
951 </properties>
952 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800953 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000954 <modules>
955 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000956 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500957 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000958 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400959</project>