blob: 014a1a39ac8db0033f658c6b2e1474eafa64df8a [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>
AsterixDB Jenkins478eccb2018-08-31 14:57:31 -070024 <version>0.3.5-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
Ian Maxon3bb92132019-02-12 22:20:25 -080049 <root.dir>${basedir}</root.dir>
Michael Blowb4c1fb02016-05-09 15:41:00 -070050 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040051 <file.encoding>UTF-8</file.encoding>
Ian Maxon4889f6b2021-05-05 02:08:27 -070052 <source.jdk.version>11</source.jdk.version>
53 <target.jdk.version>11</target.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050054 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050057 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070058 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040059 <import-sort.goal>sort</import-sort.goal>
60 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080061 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050062 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040063 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050064 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050065 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050069 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050070 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
Michael Blow3477a2b2018-10-04 17:17:35 -040073 <hadoop.version>2.8.5</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow63104692022-01-04 12:07:17 -050075 <log4j.version>2.17.1</log4j.version>
Michael Blowe8637d02021-10-28 20:11:23 -040076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow55e19802022-01-18 21:11:26 -050077 <jackson.version>2.13.1</jackson.version>
Michael Blow38ca9622018-02-28 11:44:43 -050078
Michael Blowcbfe8f92018-02-28 14:02:38 -050079 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050080 <implementation.url>https://asterixdb.apache.org/</implementation.url>
81 <implementation.version>${project.version}</implementation.version>
82 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070083 </properties>
84 <dependencyManagement>
85 <dependencies>
86 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080087 <groupId>io.netty</groupId>
Michael Blowe8637d02021-10-28 20:11:23 -040088 <artifactId>netty-buffer</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -050089 <version>4.1.73.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -040090 </dependency>
91 <dependency>
92 <groupId>io.netty</groupId>
93 <artifactId>netty-common</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -050094 <version>4.1.73.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -040095 </dependency>
96 <dependency>
97 <groupId>io.netty</groupId>
98 <artifactId>netty-codec-http</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -050099 <version>4.1.73.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400100 </dependency>
101 <dependency>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500104 <version>4.1.73.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400105 </dependency>
106 <dependency>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500109 <version>4.1.73.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400110 </dependency>
111 <dependency>
112 <groupId>io.netty</groupId>
113 <artifactId>netty-handler</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500114 <version>4.1.73.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800115 </dependency>
116 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700117 <groupId>junit</groupId>
118 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500119 <version>4.13.2</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>
137 <groupId>javax.servlet.jsp</groupId>
138 <artifactId>jsp-api</artifactId>
139 </exclusion>
140 <exclusion>
141 <groupId>javax.servlet</groupId>
142 <artifactId>servlet-api</artifactId>
143 </exclusion>
144 <exclusion>
145 <groupId>jdk.tools</groupId>
146 <artifactId>jdk.tools</artifactId>
147 </exclusion>
148 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700149 </dependency>
150 <dependency>
151 <groupId>org.apache.hadoop</groupId>
152 <artifactId>hadoop-hdfs</artifactId>
153 <version>${hadoop.version}</version>
Michael Blow64106632022-01-21 08:51:39 -0500154 <exclusions>
155 <exclusion>
156 <groupId>io.netty</groupId>
157 <artifactId>netty-all</artifactId>
158 </exclusion>
159 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700160 </dependency>
161 <dependency>
162 <groupId>org.apache.hadoop</groupId>
163 <artifactId>hadoop-minicluster</artifactId>
164 <version>${hadoop.version}</version>
165 </dependency>
166 <dependency>
167 <groupId>org.apache.hadoop</groupId>
168 <artifactId>hadoop-mapreduce-client-core</artifactId>
169 <version>${hadoop.version}</version>
170 </dependency>
171 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400172 <groupId>org.apache.hadoop</groupId>
173 <artifactId>hadoop-hdfs</artifactId>
174 <version>${hadoop.version}</version>
175 <classifier>tests</classifier>
176 <scope>test</scope>
177 </dependency>
178 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700179 <groupId>commons-io</groupId>
180 <artifactId>commons-io</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500181 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500182 </dependency>
183 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400184 <groupId>org.apache.commons</groupId>
185 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400186 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400187 </dependency>
188 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800189 <groupId>com.fasterxml.jackson.core</groupId>
190 <artifactId>jackson-databind</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400191 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800192 </dependency>
193 <dependency>
194 <groupId>com.fasterxml.jackson.core</groupId>
195 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400196 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800197 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500198 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500199 <groupId>com.fasterxml.jackson.core</groupId>
200 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400201 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500202 </dependency>
203 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500204 <groupId>com.google.guava</groupId>
205 <artifactId>guava</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400206 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400207 <exclusions>
208 <exclusion>
209 <groupId>com.google.code.findbugs</groupId>
210 <artifactId>jsr305</artifactId>
211 </exclusion>
212 <exclusion>
213 <groupId>com.google.guava</groupId>
214 <artifactId>listenablefuture</artifactId>
215 </exclusion>
216 <exclusion>
217 <groupId>org.checkerframework</groupId>
218 <artifactId>checker-qual</artifactId>
219 </exclusion>
220 <exclusion>
221 <groupId>com.google.j2objc</groupId>
222 <artifactId>j2objc-annotations</artifactId>
223 </exclusion>
224 <exclusion>
225 <groupId>org.codehaus.mojo</groupId>
226 <artifactId>animal-sniffer-annotations</artifactId>
227 </exclusion>
228 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500229 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500230 <dependency>
231 <groupId>org.apache.commons</groupId>
232 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400233 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500234 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500235 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500236 <groupId>org.apache.commons</groupId>
237 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500238 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500239 </dependency>
240 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800241 <groupId>org.apache.httpcomponents</groupId>
242 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500243 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800244 </dependency>
245 <dependency>
246 <groupId>org.apache.httpcomponents</groupId>
247 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500248 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800249 </dependency>
250 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500251 <groupId>org.apache.rat</groupId>
252 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500253 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500254 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500255 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800256 <groupId>org.ini4j</groupId>
257 <artifactId>ini4j</artifactId>
258 <version>0.5.4</version>
259 </dependency>
260 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500261 <groupId>args4j</groupId>
262 <artifactId>args4j</artifactId>
263 <version>2.33</version>
264 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300265 <dependency>
266 <groupId>org.apache.logging.log4j</groupId>
267 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400268 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300269 </dependency>
270 <dependency>
271 <groupId>org.apache.logging.log4j</groupId>
272 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400273 <version>${log4j.version}</version>
274 </dependency>
275 <dependency>
276 <groupId>org.apache.logging.log4j</groupId>
277 <artifactId>log4j-jul</artifactId>
278 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300279 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800280 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400281 <groupId>javax.xml.bind</groupId>
282 <artifactId>jaxb-api</artifactId>
283 <version>2.3.0</version>
284 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500285 <dependency>
286 <groupId>org.apache.maven</groupId>
287 <artifactId>maven-project</artifactId>
288 <version>2.2.1</version>
289 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500290 <dependency>
291 <groupId>org.apache.maven</groupId>
292 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500293 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500294 </dependency>
295 <dependency>
296 <groupId>org.apache.maven</groupId>
297 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500298 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500299 </dependency>
300 <dependency>
301 <groupId>org.apache.maven</groupId>
302 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500303 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500304 </dependency>
305 <dependency>
306 <groupId>org.apache.maven</groupId>
307 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500308 <version>3.8.4</version>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500309 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500310 <dependency>
311 <groupId>org.apache.maven</groupId>
312 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500313 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400314 </dependency>
315 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500316 <groupId>org.apache.maven.plugin-tools</groupId>
317 <artifactId>maven-plugin-annotations</artifactId>
318 <version>3.6.4</version>
319 </dependency>
320 <dependency>
321 <groupId>org.apache.maven.plugins</groupId>
322 <artifactId>maven-remote-resources-plugin</artifactId>
323 <version>1.7.0</version>
324 </dependency>
325 <dependency>
Michael Blowe8637d02021-10-28 20:11:23 -0400326 <groupId>it.unimi.dsi</groupId>
327 <artifactId>fastutil-core</artifactId>
328 <version>8.5.6</version>
329 </dependency>
330 <dependency>
331 <groupId>org.slf4j</groupId>
332 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500333 <version>1.7.33</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400334 </dependency>
335 <dependency>
336 <groupId>org.apache.logging.log4j</groupId>
337 <artifactId>log4j-1.2-api</artifactId>
338 <version>${log4j.version}</version>
339 </dependency>
340 <dependency>
Michael Blow8363dcb2021-12-04 06:02:34 -0500341 <groupId>org.xerial.snappy</groupId>
342 <artifactId>snappy-java</artifactId>
343 <version>${snappy.version}</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500344 </dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700345 <dependency>
346 <groupId>org.mockito</groupId>
347 <artifactId>mockito-core</artifactId>
348 <version>3.10.0</version>
349 </dependency>
350 <dependency>
351 <groupId>org.powermock</groupId>
352 <artifactId>powermock-api-mockito2</artifactId>
353 <version>2.0.9</version>
354 </dependency>
355 <dependency>
356 <groupId>org.powermock</groupId>
357 <artifactId>powermock-module-junit4</artifactId>
358 <version>2.0.9</version>
359 </dependency>
360 <dependency>
361 <groupId>org.powermock</groupId>
362 <artifactId>powermock-core</artifactId>
363 <version>2.0.9</version>
364 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700365 </dependencies>
366 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000367 <build>
368 <plugins>
369 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400370 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500371 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500372 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500373 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500374 <exclude>**/DEPENDENCIES</exclude>
375 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500376 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500377 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500378 <manifest>
379 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
380 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
381 </manifest>
382 <manifestEntries>
383 <Implementation-Title>${implementation.title}</Implementation-Title>
384 <Implementation-URL>${implementation.url}</Implementation-URL>
385 <Implementation-Version>${implementation.version}</Implementation-Version>
386 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
387 </manifestEntries>
388 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500389 </configuration>
390 </plugin>
391 <plugin>
392 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400393 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400394 <configuration>
395 <failOnWarning>true</failOnWarning>
396 <outputXML>true</outputXML>
397 </configuration>
398 <executions>
399 <execution>
400 <phase>process-test-classes</phase>
401 <goals>
402 <goal>analyze-only</goal>
403 </goals>
404 </execution>
405 </executions>
406 </plugin>
407 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700408 <groupId>org.apache.rat</groupId>
409 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700410 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700411 <execution>
412 <phase>validate</phase>
413 <goals>
414 <goal>check</goal>
415 </goals>
416 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700417 </executions>
418 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500419 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
420 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700421 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800422 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700423 </licenses>
424 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800425 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700426 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500427 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400428 <excludes combine.children="append">
429 <exclude>**/*.iml</exclude>
430 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700431 </configuration>
432 </plugin>
433 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700434 <groupId>org.apache.maven.plugins</groupId>
435 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700436 <configuration>
437 <failIfNoTests>false</failIfNoTests>
438 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800439 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800440 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300441 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700442 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300443 <systemPropertyVariables>
444 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
445 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700446 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500447 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700448 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500449 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500450 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800451 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400452 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700453 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700454 </plugin>
455 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700456 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300457 <artifactId>maven-failsafe-plugin</artifactId>
458 <configuration>
459 <systemPropertyVariables>
460 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
461 </systemPropertyVariables>
462 </configuration>
463 </plugin>
464 <plugin>
465 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700466 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700467 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400468 <source>${source.jdk.version}</source>
469 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500470 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700471 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000472 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700473 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700474 <groupId>org.apache.maven.plugins</groupId>
475 <artifactId>maven-remote-resources-plugin</artifactId>
476 <executions>
477 <execution>
478 <goals>
479 <goal>process</goal>
480 </goals>
481 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500482 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700483 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700484 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500485 <properties>
486 <projectName>Apache Hyracks - ${project.name}</projectName>
487 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700488 </configuration>
489 </execution>
490 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800491 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400492 <plugin>
493 <groupId>org.apache.maven.plugins</groupId>
494 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400495 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400496 <executions>
497 <execution>
498 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400499 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400500 <goals>
501 <goal>check</goal>
502 </goals>
503 </execution>
504 </executions>
505 <configuration>
506 <logViolationsToConsole>true</logViolationsToConsole>
507 <checkstyleRules>
508 <module name="Checker">
509 <!-- Checks for whitespace -->
510 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400511 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400512 <module name="TreeWalker">
513 <module name="AvoidStarImport">
514 <property name="allowStaticMemberImports" value="true"/>
515 </module>
516 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400517 </module>
518 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400519 <includes>**/*.java,**/*.jj</includes>
520 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400521 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
522 </configuration>
523 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400524 <plugin>
525 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400526 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400527 <executions>
528 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400529 <id>check-pom-packaging</id>
530 <phase>validate</phase>
531 <goals>
532 <goal>run</goal>
533 </goals>
534 <configuration>
535 <exportAntProperties>true</exportAntProperties>
536 <target xmlns:unless="ant:unless">
537 <condition property="skipPomEnforcement">
538 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
539 </condition>
540 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
541 </target>
542 </configuration>
543 </execution>
544 </executions>
545 </plugin>
546 <plugin>
547 <groupId>org.apache.maven.plugins</groupId>
548 <artifactId>maven-enforcer-plugin</artifactId>
549 <executions>
550 <execution>
551 <id>ensure-no-tests-for-pom-packaging</id>
552 <phase>validate</phase>
553 <goals>
554 <goal>enforce</goal>
555 </goals>
556 <configuration>
557 <rules>
558 <requireFilesDontExist>
559 <files>
560 <file>${project.build.testSourceDirectory}</file>
561 </files>
562 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
563 </requireFilesDontExist>
564 </rules>
565 <skip>${skipPomEnforcement}</skip>
566 </configuration>
567 </execution>
568 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400569 <id>enforce-versions</id>
570 <goals>
571 <goal>enforce</goal>
572 </goals>
573 <configuration>
574 <rules>
575 <requireMavenVersion>
576 <version>[3.3.9,)</version>
577 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700578 <requireJavaVersion>
579 <version>[11,)</version>
580 </requireJavaVersion>
581 </rules>
582 </configuration>
583 </execution>
584 <execution>
585 <id>ensure-no-duplicate-deps</id>
586 <goals>
587 <goal>enforce</goal>
588 </goals>
589 <configuration>
590 <rules>
591 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400592 </rules>
593 </configuration>
594 </execution>
595 </executions>
596 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500597 <plugin>
598 <groupId>org.apache.maven.plugins</groupId>
599 <artifactId>maven-resources-plugin</artifactId>
600 <executions>
601 <execution>
602 <id>default-testResources</id>
603 <goals>
604 <goal>testResources</goal>
605 </goals>
606 <configuration>
607 <skip>${skip.testResources}</skip>
608 </configuration>
609 </execution>
610 </executions>
611 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500612 <plugin>
613 <groupId>net.revelc.code.formatter</groupId>
614 <artifactId>formatter-maven-plugin</artifactId>
615 <executions>
616 <execution>
617 <goals>
618 <goal>${source-format.goal}</goal>
619 </goals>
620 </execution>
621 </executions>
622 <configuration>
623 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
624 <skipFormatting>${source-format.skip}</skipFormatting>
625 </configuration>
626 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400627 <plugin>
628 <groupId>net.revelc.code</groupId>
629 <artifactId>impsort-maven-plugin</artifactId>
630 <executions>
631 <execution>
632 <goals>
633 <goal>${import-sort.goal}</goal>
634 </goals>
635 </execution>
636 </executions>
637 <configuration>
638 <groups>java,javax,org,com,*</groups>
639 <removeUnused>true</removeUnused>
640 <skip>${import-sort.skip}</skip>
641 </configuration>
642 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000643 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700644 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700645 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500646 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800647 <groupId>org.apache.maven.plugins</groupId>
648 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400649 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800650 </plugin>
651 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500652 <groupId>org.apache.rat</groupId>
653 <artifactId>apache-rat-plugin</artifactId>
654 <version>0.12</version>
655 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700656 <plugin>
657 <groupId>net.revelc.code.formatter</groupId>
658 <artifactId>formatter-maven-plugin</artifactId>
659 <version>2.0.1</version>
660 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400661 <plugin>
662 <groupId>net.revelc.code</groupId>
663 <artifactId>impsort-maven-plugin</artifactId>
664 <version>1.2.0</version>
665 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700666 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
667 <plugin>
668 <groupId>org.eclipse.m2e</groupId>
669 <artifactId>lifecycle-mapping</artifactId>
670 <version>1.0.0</version>
671 <configuration>
672 <lifecycleMappingMetadata>
673 <pluginExecutions>
674 <pluginExecution>
675 <pluginExecutionFilter>
676 <groupId>org.apache.rat</groupId>
677 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400678 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700679 <goals>
680 <goal>check</goal>
681 </goals>
682 </pluginExecutionFilter>
683 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400684 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700685 </action>
686 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400687 <pluginExecution>
688 <pluginExecutionFilter>
689 <groupId>org.apache.maven.plugins</groupId>
690 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400691 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400692 <goals>
693 <goal>check</goal>
694 </goals>
695 </pluginExecutionFilter>
696 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400697 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400698 </action>
699 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700700 <pluginExecution>
701 <pluginExecutionFilter>
702 <groupId>org.apache.maven.plugins</groupId>
703 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400704 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700705 <goals>
706 <goal>analyze-only</goal>
707 </goals>
708 </pluginExecutionFilter>
709 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800710 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700711 </action>
712 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800713 <pluginExecution>
714 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800715 <groupId>net.revelc.code.formatter</groupId>
716 <artifactId>formatter-maven-plugin</artifactId>
717 <versionRange>[2.0.1,)</versionRange>
718 <goals>
719 <goal>format</goal>
720 </goals>
721 </pluginExecutionFilter>
722 <action>
723 <ignore></ignore>
724 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800725 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700726 </pluginExecutions>
727 </lifecycleMappingMetadata>
728 </configuration>
729 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800730 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500731 <groupId>org.codehaus.mojo</groupId>
732 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400733 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800734 </plugin>
735 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500736 <groupId>org.apache.maven.plugins</groupId>
737 <artifactId>maven-scm-plugin</artifactId>
738 <version>1.9.5</version>
739 </plugin>
740 <plugin>
741 <groupId>org.codehaus.mojo</groupId>
742 <artifactId>appassembler-maven-plugin</artifactId>
743 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800744 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400745 <plugin>
746 <groupId>org.apache.maven.plugins</groupId>
747 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400748 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400749 </plugin>
750 <plugin>
751 <groupId>org.apache.maven.plugins</groupId>
752 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400753 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400754 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400755 <plugin>
756 <groupId>org.apache.hyracks</groupId>
757 <artifactId>license-automation-plugin</artifactId>
758 <version>${project.version}</version>
759 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400760 <plugin>
761 <groupId>org.apache.maven.plugins</groupId>
762 <artifactId>maven-assembly-plugin</artifactId>
763 <version>3.1.0</version>
764 </plugin>
765 <plugin>
766 <groupId>org.apache.maven.plugins</groupId>
767 <artifactId>maven-antrun-plugin</artifactId>
768 <version>1.8</version>
769 </plugin>
770 <plugin>
771 <groupId>org.apache.maven.plugins</groupId>
772 <artifactId>maven-clean-plugin</artifactId>
773 <version>3.0.0</version>
774 </plugin>
775 <plugin>
776 <groupId>org.apache.maven.plugins</groupId>
777 <artifactId>maven-jar-plugin</artifactId>
778 <version>3.0.2</version>
779 </plugin>
780 <plugin>
781 <groupId>org.codehaus.mojo</groupId>
782 <artifactId>build-helper-maven-plugin</artifactId>
783 <version>3.0.0</version>
784 </plugin>
785 <plugin>
786 <groupId>org.apache.maven.plugins</groupId>
787 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700788 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400789 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400790 <plugin>
791 <groupId>org.apache.maven.doxia</groupId>
792 <artifactId>doxia-maven-plugin</artifactId>
793 <version>1.1.4</version>
794 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700795 <plugin>
796 <groupId>org.apache.maven.plugins</groupId>
797 <artifactId>maven-enforcer-plugin</artifactId>
798 <version>3.0.0-M3</version>
799 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700800 </plugins>
801 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000802 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800803 <profiles>
804 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400805 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700806 <activation>
807 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400808 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700809 </file>
810 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400811 <properties>
812 <skip.assembly>true</skip.assembly>
813 </properties>
814 </profile>
815 <profile>
816 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700817 <build>
818 <plugins>
819 <plugin>
820 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500821 <artifactId>maven-jar-plugin</artifactId>
822 <configuration>
823 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500824 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500825 <manifest>
826 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
827 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
828 </manifest>
829 </archive>
830 </configuration>
831 </plugin>
832 <plugin>
833 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700834 <artifactId>maven-assembly-plugin</artifactId>
835 <!-- We override the configuration plugin to override the descriptor to use for building
836 the source release zip. Specifically, we would like to control the inclusions/exclusions.
837 For example, we exclude the KEYS file from the zip -->
838 <executions>
839 <execution>
840 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
841 the apache parent POM under the apache-release profile -->
842 <id>source-release-assembly</id>
843 <phase>package</phase>
844 <goals>
845 <goal>single</goal>
846 </goals>
847 <!-- combine.self should be override to replace the configuration in the parent POM -->
848 <configuration combine.self="override">
849 <descriptors>
850 <descriptor>src/main/assembly/source.xml</descriptor>
851 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400852 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700853 </configuration>
854 </execution>
855 </executions>
856 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700857 <plugin>
858 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800859 <artifactId>maven-gpg-plugin</artifactId>
860 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700861 <executions>
862 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800863 <id>sign-artifacts</id>
864 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700865 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800866 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700867 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700868 </execution>
869 </executions>
870 </plugin>
871 </plugins>
872 </build>
873 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700874 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400875 <id>coverage</id>
876 <activation>
877 <property>
878 <name>coverage</name>
879 </property>
880 </activation>
881 <build>
882 <plugins>
883 <plugin>
884 <groupId>org.jacoco</groupId>
885 <artifactId>jacoco-maven-plugin</artifactId>
886 <version>${jacoco.version}</version>
887 <executions>
888 <execution>
889 <id>default-prepare-agent</id>
890 <goals>
891 <goal>prepare-agent</goal>
892 </goals>
893 <configuration>
894 <propertyName>coverageArgLine</propertyName>
895 </configuration>
896 </execution>
897 <execution>
898 <id>default-prepare-agent-integration</id>
899 <goals>
900 <goal>prepare-agent-integration</goal>
901 </goals>
902 <configuration>
903 <propertyName>coverageArgLine</propertyName>
904 </configuration>
905 </execution>
906 </executions>
907 </plugin>
908 </plugins>
909 </build>
910 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400911 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400912 </properties>
913 </profile>
914 <profile>
915 <id>no-coverage</id>
916 <activation>
917 <property>
918 <name>!coverage</name>
919 </property>
920 </activation>
921 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400922 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400923 </properties>
924 </profile>
925 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500926 <id>integration-tests-only</id>
927 <properties>
928 <test.includes/>
929 <failIfNoTests>false</failIfNoTests>
930 </properties>
931 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800932 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000933 <modules>
934 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000935 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500936 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000937 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400938</project>