blob: 86fe2d3cc37ac9ed1c53079987f7d8b6a466ceda [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>
154 </dependency>
155 <dependency>
156 <groupId>org.apache.hadoop</groupId>
157 <artifactId>hadoop-minicluster</artifactId>
158 <version>${hadoop.version}</version>
159 </dependency>
160 <dependency>
161 <groupId>org.apache.hadoop</groupId>
162 <artifactId>hadoop-mapreduce-client-core</artifactId>
163 <version>${hadoop.version}</version>
164 </dependency>
165 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400166 <groupId>org.apache.hadoop</groupId>
167 <artifactId>hadoop-hdfs</artifactId>
168 <version>${hadoop.version}</version>
169 <classifier>tests</classifier>
170 <scope>test</scope>
171 </dependency>
172 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700173 <groupId>commons-io</groupId>
174 <artifactId>commons-io</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500175 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500176 </dependency>
177 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400178 <groupId>org.apache.commons</groupId>
179 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400180 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400181 </dependency>
182 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800183 <groupId>com.fasterxml.jackson.core</groupId>
184 <artifactId>jackson-databind</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400185 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800186 </dependency>
187 <dependency>
188 <groupId>com.fasterxml.jackson.core</groupId>
189 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400190 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800191 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500192 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500193 <groupId>com.fasterxml.jackson.core</groupId>
194 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400195 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500196 </dependency>
197 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500198 <groupId>com.google.guava</groupId>
199 <artifactId>guava</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400200 <version>31.0.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400201 <exclusions>
202 <exclusion>
203 <groupId>com.google.code.findbugs</groupId>
204 <artifactId>jsr305</artifactId>
205 </exclusion>
206 <exclusion>
207 <groupId>com.google.guava</groupId>
208 <artifactId>listenablefuture</artifactId>
209 </exclusion>
210 <exclusion>
211 <groupId>org.checkerframework</groupId>
212 <artifactId>checker-qual</artifactId>
213 </exclusion>
214 <exclusion>
215 <groupId>com.google.j2objc</groupId>
216 <artifactId>j2objc-annotations</artifactId>
217 </exclusion>
218 <exclusion>
219 <groupId>org.codehaus.mojo</groupId>
220 <artifactId>animal-sniffer-annotations</artifactId>
221 </exclusion>
222 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500223 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500224 <dependency>
225 <groupId>org.apache.commons</groupId>
226 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400227 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500228 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500229 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500230 <groupId>org.apache.commons</groupId>
231 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500232 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500233 </dependency>
234 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800235 <groupId>org.apache.httpcomponents</groupId>
236 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500237 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800238 </dependency>
239 <dependency>
240 <groupId>org.apache.httpcomponents</groupId>
241 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500242 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800243 </dependency>
244 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500245 <groupId>org.apache.rat</groupId>
246 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500247 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500248 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500249 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800250 <groupId>org.ini4j</groupId>
251 <artifactId>ini4j</artifactId>
252 <version>0.5.4</version>
253 </dependency>
254 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500255 <groupId>args4j</groupId>
256 <artifactId>args4j</artifactId>
257 <version>2.33</version>
258 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300259 <dependency>
260 <groupId>org.apache.logging.log4j</groupId>
261 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400262 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300263 </dependency>
264 <dependency>
265 <groupId>org.apache.logging.log4j</groupId>
266 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400267 <version>${log4j.version}</version>
268 </dependency>
269 <dependency>
270 <groupId>org.apache.logging.log4j</groupId>
271 <artifactId>log4j-jul</artifactId>
272 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300273 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800274 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400275 <groupId>javax.xml.bind</groupId>
276 <artifactId>jaxb-api</artifactId>
277 <version>2.3.0</version>
278 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500279 <dependency>
280 <groupId>org.apache.maven</groupId>
281 <artifactId>maven-project</artifactId>
282 <version>2.2.1</version>
283 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500284 <dependency>
285 <groupId>org.apache.maven</groupId>
286 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500287 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500288 </dependency>
289 <dependency>
290 <groupId>org.apache.maven</groupId>
291 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500292 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500293 </dependency>
294 <dependency>
295 <groupId>org.apache.maven</groupId>
296 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500297 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500298 </dependency>
299 <dependency>
300 <groupId>org.apache.maven</groupId>
301 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500302 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400303 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500304 <dependency>
305 <groupId>org.apache.maven</groupId>
306 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500307 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400308 </dependency>
309 <dependency>
310 <groupId>it.unimi.dsi</groupId>
311 <artifactId>fastutil-core</artifactId>
312 <version>8.5.6</version>
313 </dependency>
314 <dependency>
315 <groupId>org.slf4j</groupId>
316 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500317 <version>1.7.33</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400318 </dependency>
319 <dependency>
320 <groupId>org.apache.logging.log4j</groupId>
321 <artifactId>log4j-1.2-api</artifactId>
322 <version>${log4j.version}</version>
323 </dependency>
324 <dependency>
Michael Blow8363dcb2021-12-04 06:02:34 -0500325 <groupId>org.xerial.snappy</groupId>
326 <artifactId>snappy-java</artifactId>
327 <version>${snappy.version}</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500328 </dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700329 <dependency>
330 <groupId>org.mockito</groupId>
331 <artifactId>mockito-core</artifactId>
332 <version>3.10.0</version>
333 </dependency>
334 <dependency>
335 <groupId>org.powermock</groupId>
336 <artifactId>powermock-api-mockito2</artifactId>
337 <version>2.0.9</version>
338 </dependency>
339 <dependency>
340 <groupId>org.powermock</groupId>
341 <artifactId>powermock-module-junit4</artifactId>
342 <version>2.0.9</version>
343 </dependency>
344 <dependency>
345 <groupId>org.powermock</groupId>
346 <artifactId>powermock-core</artifactId>
347 <version>2.0.9</version>
348 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700349 </dependencies>
350 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000351 <build>
352 <plugins>
353 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400354 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500355 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500356 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500357 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500358 <exclude>**/DEPENDENCIES</exclude>
359 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500360 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500361 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500362 <manifest>
363 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
364 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
365 </manifest>
366 <manifestEntries>
367 <Implementation-Title>${implementation.title}</Implementation-Title>
368 <Implementation-URL>${implementation.url}</Implementation-URL>
369 <Implementation-Version>${implementation.version}</Implementation-Version>
370 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
371 </manifestEntries>
372 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500373 </configuration>
374 </plugin>
375 <plugin>
376 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400377 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400378 <configuration>
379 <failOnWarning>true</failOnWarning>
380 <outputXML>true</outputXML>
381 </configuration>
382 <executions>
383 <execution>
384 <phase>process-test-classes</phase>
385 <goals>
386 <goal>analyze-only</goal>
387 </goals>
388 </execution>
389 </executions>
390 </plugin>
391 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700392 <groupId>org.apache.rat</groupId>
393 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700394 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700395 <execution>
396 <phase>validate</phase>
397 <goals>
398 <goal>check</goal>
399 </goals>
400 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700401 </executions>
402 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500403 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
404 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700405 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800406 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700407 </licenses>
408 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800409 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700410 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500411 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400412 <excludes combine.children="append">
413 <exclude>**/*.iml</exclude>
414 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700415 </configuration>
416 </plugin>
417 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700418 <groupId>org.apache.maven.plugins</groupId>
419 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700420 <configuration>
421 <failIfNoTests>false</failIfNoTests>
422 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800423 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800424 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300425 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700426 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300427 <systemPropertyVariables>
428 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
429 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700430 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500431 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700432 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500433 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500434 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800435 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400436 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700437 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700438 </plugin>
439 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700440 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300441 <artifactId>maven-failsafe-plugin</artifactId>
442 <configuration>
443 <systemPropertyVariables>
444 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
445 </systemPropertyVariables>
446 </configuration>
447 </plugin>
448 <plugin>
449 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700450 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700451 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400452 <source>${source.jdk.version}</source>
453 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500454 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700455 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000456 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700457 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700458 <groupId>org.apache.maven.plugins</groupId>
459 <artifactId>maven-remote-resources-plugin</artifactId>
460 <executions>
461 <execution>
462 <goals>
463 <goal>process</goal>
464 </goals>
465 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500466 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700467 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700468 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500469 <properties>
470 <projectName>Apache Hyracks - ${project.name}</projectName>
471 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700472 </configuration>
473 </execution>
474 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800475 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400476 <plugin>
477 <groupId>org.apache.maven.plugins</groupId>
478 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400479 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400480 <executions>
481 <execution>
482 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400483 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400484 <goals>
485 <goal>check</goal>
486 </goals>
487 </execution>
488 </executions>
489 <configuration>
490 <logViolationsToConsole>true</logViolationsToConsole>
491 <checkstyleRules>
492 <module name="Checker">
493 <!-- Checks for whitespace -->
494 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400495 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400496 <module name="TreeWalker">
497 <module name="AvoidStarImport">
498 <property name="allowStaticMemberImports" value="true"/>
499 </module>
500 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400501 </module>
502 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400503 <includes>**/*.java,**/*.jj</includes>
504 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400505 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
506 </configuration>
507 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400508 <plugin>
509 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400510 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400511 <executions>
512 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400513 <id>check-pom-packaging</id>
514 <phase>validate</phase>
515 <goals>
516 <goal>run</goal>
517 </goals>
518 <configuration>
519 <exportAntProperties>true</exportAntProperties>
520 <target xmlns:unless="ant:unless">
521 <condition property="skipPomEnforcement">
522 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
523 </condition>
524 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
525 </target>
526 </configuration>
527 </execution>
528 </executions>
529 </plugin>
530 <plugin>
531 <groupId>org.apache.maven.plugins</groupId>
532 <artifactId>maven-enforcer-plugin</artifactId>
533 <executions>
534 <execution>
535 <id>ensure-no-tests-for-pom-packaging</id>
536 <phase>validate</phase>
537 <goals>
538 <goal>enforce</goal>
539 </goals>
540 <configuration>
541 <rules>
542 <requireFilesDontExist>
543 <files>
544 <file>${project.build.testSourceDirectory}</file>
545 </files>
546 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
547 </requireFilesDontExist>
548 </rules>
549 <skip>${skipPomEnforcement}</skip>
550 </configuration>
551 </execution>
552 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400553 <id>enforce-versions</id>
554 <goals>
555 <goal>enforce</goal>
556 </goals>
557 <configuration>
558 <rules>
559 <requireMavenVersion>
560 <version>[3.3.9,)</version>
561 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700562 <requireJavaVersion>
563 <version>[11,)</version>
564 </requireJavaVersion>
565 </rules>
566 </configuration>
567 </execution>
568 <execution>
569 <id>ensure-no-duplicate-deps</id>
570 <goals>
571 <goal>enforce</goal>
572 </goals>
573 <configuration>
574 <rules>
575 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400576 </rules>
577 </configuration>
578 </execution>
579 </executions>
580 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500581 <plugin>
582 <groupId>org.apache.maven.plugins</groupId>
583 <artifactId>maven-resources-plugin</artifactId>
584 <executions>
585 <execution>
586 <id>default-testResources</id>
587 <goals>
588 <goal>testResources</goal>
589 </goals>
590 <configuration>
591 <skip>${skip.testResources}</skip>
592 </configuration>
593 </execution>
594 </executions>
595 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500596 <plugin>
597 <groupId>net.revelc.code.formatter</groupId>
598 <artifactId>formatter-maven-plugin</artifactId>
599 <executions>
600 <execution>
601 <goals>
602 <goal>${source-format.goal}</goal>
603 </goals>
604 </execution>
605 </executions>
606 <configuration>
607 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
608 <skipFormatting>${source-format.skip}</skipFormatting>
609 </configuration>
610 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400611 <plugin>
612 <groupId>net.revelc.code</groupId>
613 <artifactId>impsort-maven-plugin</artifactId>
614 <executions>
615 <execution>
616 <goals>
617 <goal>${import-sort.goal}</goal>
618 </goals>
619 </execution>
620 </executions>
621 <configuration>
622 <groups>java,javax,org,com,*</groups>
623 <removeUnused>true</removeUnused>
624 <skip>${import-sort.skip}</skip>
625 </configuration>
626 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000627 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700628 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700629 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500630 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800631 <groupId>org.apache.maven.plugins</groupId>
632 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400633 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800634 </plugin>
635 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500636 <groupId>org.apache.rat</groupId>
637 <artifactId>apache-rat-plugin</artifactId>
638 <version>0.12</version>
639 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700640 <plugin>
641 <groupId>net.revelc.code.formatter</groupId>
642 <artifactId>formatter-maven-plugin</artifactId>
643 <version>2.0.1</version>
644 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400645 <plugin>
646 <groupId>net.revelc.code</groupId>
647 <artifactId>impsort-maven-plugin</artifactId>
648 <version>1.2.0</version>
649 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700650 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
651 <plugin>
652 <groupId>org.eclipse.m2e</groupId>
653 <artifactId>lifecycle-mapping</artifactId>
654 <version>1.0.0</version>
655 <configuration>
656 <lifecycleMappingMetadata>
657 <pluginExecutions>
658 <pluginExecution>
659 <pluginExecutionFilter>
660 <groupId>org.apache.rat</groupId>
661 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400662 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700663 <goals>
664 <goal>check</goal>
665 </goals>
666 </pluginExecutionFilter>
667 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400668 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700669 </action>
670 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400671 <pluginExecution>
672 <pluginExecutionFilter>
673 <groupId>org.apache.maven.plugins</groupId>
674 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400675 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400676 <goals>
677 <goal>check</goal>
678 </goals>
679 </pluginExecutionFilter>
680 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400681 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400682 </action>
683 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700684 <pluginExecution>
685 <pluginExecutionFilter>
686 <groupId>org.apache.maven.plugins</groupId>
687 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400688 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700689 <goals>
690 <goal>analyze-only</goal>
691 </goals>
692 </pluginExecutionFilter>
693 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800694 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700695 </action>
696 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800697 <pluginExecution>
698 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800699 <groupId>net.revelc.code.formatter</groupId>
700 <artifactId>formatter-maven-plugin</artifactId>
701 <versionRange>[2.0.1,)</versionRange>
702 <goals>
703 <goal>format</goal>
704 </goals>
705 </pluginExecutionFilter>
706 <action>
707 <ignore></ignore>
708 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800709 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700710 </pluginExecutions>
711 </lifecycleMappingMetadata>
712 </configuration>
713 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800714 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500715 <groupId>org.codehaus.mojo</groupId>
716 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400717 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800718 </plugin>
719 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500720 <groupId>org.apache.maven.plugins</groupId>
721 <artifactId>maven-scm-plugin</artifactId>
722 <version>1.9.5</version>
723 </plugin>
724 <plugin>
725 <groupId>org.codehaus.mojo</groupId>
726 <artifactId>appassembler-maven-plugin</artifactId>
727 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800728 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400729 <plugin>
730 <groupId>org.apache.maven.plugins</groupId>
731 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400732 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400733 </plugin>
734 <plugin>
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400737 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400738 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400739 <plugin>
740 <groupId>org.apache.hyracks</groupId>
741 <artifactId>license-automation-plugin</artifactId>
742 <version>${project.version}</version>
743 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400744 <plugin>
745 <groupId>org.apache.maven.plugins</groupId>
746 <artifactId>maven-assembly-plugin</artifactId>
747 <version>3.1.0</version>
748 </plugin>
749 <plugin>
750 <groupId>org.apache.maven.plugins</groupId>
751 <artifactId>maven-antrun-plugin</artifactId>
752 <version>1.8</version>
753 </plugin>
754 <plugin>
755 <groupId>org.apache.maven.plugins</groupId>
756 <artifactId>maven-clean-plugin</artifactId>
757 <version>3.0.0</version>
758 </plugin>
759 <plugin>
760 <groupId>org.apache.maven.plugins</groupId>
761 <artifactId>maven-jar-plugin</artifactId>
762 <version>3.0.2</version>
763 </plugin>
764 <plugin>
765 <groupId>org.codehaus.mojo</groupId>
766 <artifactId>build-helper-maven-plugin</artifactId>
767 <version>3.0.0</version>
768 </plugin>
769 <plugin>
770 <groupId>org.apache.maven.plugins</groupId>
771 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700772 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400773 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400774 <plugin>
775 <groupId>org.apache.maven.doxia</groupId>
776 <artifactId>doxia-maven-plugin</artifactId>
777 <version>1.1.4</version>
778 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700779 <plugin>
780 <groupId>org.apache.maven.plugins</groupId>
781 <artifactId>maven-enforcer-plugin</artifactId>
782 <version>3.0.0-M3</version>
783 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700784 </plugins>
785 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000786 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800787 <profiles>
788 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400789 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700790 <activation>
791 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400792 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700793 </file>
794 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400795 <properties>
796 <skip.assembly>true</skip.assembly>
797 </properties>
798 </profile>
799 <profile>
800 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700801 <build>
802 <plugins>
803 <plugin>
804 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500805 <artifactId>maven-jar-plugin</artifactId>
806 <configuration>
807 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500808 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500809 <manifest>
810 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
811 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
812 </manifest>
813 </archive>
814 </configuration>
815 </plugin>
816 <plugin>
817 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700818 <artifactId>maven-assembly-plugin</artifactId>
819 <!-- We override the configuration plugin to override the descriptor to use for building
820 the source release zip. Specifically, we would like to control the inclusions/exclusions.
821 For example, we exclude the KEYS file from the zip -->
822 <executions>
823 <execution>
824 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
825 the apache parent POM under the apache-release profile -->
826 <id>source-release-assembly</id>
827 <phase>package</phase>
828 <goals>
829 <goal>single</goal>
830 </goals>
831 <!-- combine.self should be override to replace the configuration in the parent POM -->
832 <configuration combine.self="override">
833 <descriptors>
834 <descriptor>src/main/assembly/source.xml</descriptor>
835 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400836 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700837 </configuration>
838 </execution>
839 </executions>
840 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700841 <plugin>
842 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800843 <artifactId>maven-gpg-plugin</artifactId>
844 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700845 <executions>
846 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800847 <id>sign-artifacts</id>
848 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700849 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800850 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700851 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700852 </execution>
853 </executions>
854 </plugin>
855 </plugins>
856 </build>
857 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700858 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400859 <id>coverage</id>
860 <activation>
861 <property>
862 <name>coverage</name>
863 </property>
864 </activation>
865 <build>
866 <plugins>
867 <plugin>
868 <groupId>org.jacoco</groupId>
869 <artifactId>jacoco-maven-plugin</artifactId>
870 <version>${jacoco.version}</version>
871 <executions>
872 <execution>
873 <id>default-prepare-agent</id>
874 <goals>
875 <goal>prepare-agent</goal>
876 </goals>
877 <configuration>
878 <propertyName>coverageArgLine</propertyName>
879 </configuration>
880 </execution>
881 <execution>
882 <id>default-prepare-agent-integration</id>
883 <goals>
884 <goal>prepare-agent-integration</goal>
885 </goals>
886 <configuration>
887 <propertyName>coverageArgLine</propertyName>
888 </configuration>
889 </execution>
890 </executions>
891 </plugin>
892 </plugins>
893 </build>
894 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400895 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400896 </properties>
897 </profile>
898 <profile>
899 <id>no-coverage</id>
900 <activation>
901 <property>
902 <name>!coverage</name>
903 </property>
904 </activation>
905 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400906 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400907 </properties>
908 </profile>
909 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500910 <id>integration-tests-only</id>
911 <properties>
912 <test.includes/>
913 <failIfNoTests>false</failIfNoTests>
914 </properties>
915 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800916 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000917 <modules>
918 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000919 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500920 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000921 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400922</project>