blob: 367189387bf7fbdf793e4ca2fd6afa57a0fb3210 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakbe5add8a2012-10-06 19:00:14 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050023 <artifactId>apache-hyracks</artifactId>
Ian Maxon03ccded2021-03-07 18:35:16 -080024 <version>0.3.7-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
Ian Maxon3bb92132019-02-12 22:20:25 -080049 <root.dir>${basedir}</root.dir>
Michael Blowb4c1fb02016-05-09 15:41:00 -070050 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040051 <file.encoding>UTF-8</file.encoding>
Ian Maxon4889f6b2021-05-05 02:08:27 -070052 <source.jdk.version>11</source.jdk.version>
53 <target.jdk.version>11</target.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050054 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050057 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070058 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040059 <import-sort.goal>sort</import-sort.goal>
60 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080061 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050062 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040063 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050064 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050065 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050069 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050070 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
Wail Alkowaileet087eaf52021-08-31 10:36:27 -070073 <hadoop.version>3.3.1</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow3856cb32021-05-01 11:36:15 -040075 <log4j.version>2.14.1</log4j.version>
Wail Alkowaileet790ce542021-08-07 16:21:17 -070076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow38ca9622018-02-28 11:44:43 -050077
Michael Blowcbfe8f92018-02-28 14:02:38 -050078 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050079 <implementation.url>https://asterixdb.apache.org/</implementation.url>
80 <implementation.version>${project.version}</implementation.version>
81 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070082 </properties>
83 <dependencyManagement>
84 <dependencies>
85 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080086 <groupId>io.netty</groupId>
87 <artifactId>netty-all</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -040088 <version>4.1.63.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -080089 </dependency>
90 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070091 <groupId>junit</groupId>
92 <artifactId>junit</artifactId>
Michael Blowb5727c62020-03-05 21:16:35 -050093 <version>4.13</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070094 </dependency>
95 <dependency>
96 <groupId>org.apache.hadoop</groupId>
97 <artifactId>hadoop-yarn-client</artifactId>
98 <version>${hadoop.version}</version>
99 </dependency>
100 <dependency>
101 <groupId>org.apache.hadoop</groupId>
102 <artifactId>hadoop-client</artifactId>
103 <version>${hadoop.version}</version>
104 </dependency>
105 <dependency>
106 <groupId>org.apache.hadoop</groupId>
107 <artifactId>hadoop-common</artifactId>
108 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400109 <exclusions>
110 <exclusion>
Hussain Towaileb0ee537c2021-09-21 04:10:10 +0300111 <groupId>com.nimbusds</groupId>
112 <artifactId>nimbus-jose-jwt</artifactId>
113 </exclusion>
114 <exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400115 <groupId>javax.servlet.jsp</groupId>
116 <artifactId>jsp-api</artifactId>
117 </exclusion>
118 <exclusion>
119 <groupId>javax.servlet</groupId>
120 <artifactId>servlet-api</artifactId>
121 </exclusion>
122 <exclusion>
123 <groupId>jdk.tools</groupId>
124 <artifactId>jdk.tools</artifactId>
125 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700126 <exclusion>
127 <groupId>log4j</groupId>
128 <artifactId>log4j</artifactId>
129 </exclusion>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700130 <exclusion>
131 <groupId>org.slf4j</groupId>
132 <artifactId>slf4j-api</artifactId>
133 </exclusion>
134 <exclusion>
135 <groupId>org.slf4j</groupId>
136 <artifactId>slf4j-log4j12</artifactId>
137 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400138 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700139 </dependency>
140 <dependency>
141 <groupId>org.apache.hadoop</groupId>
142 <artifactId>hadoop-hdfs</artifactId>
143 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700144 <exclusions>
145 <exclusion>
146 <groupId>log4j</groupId>
147 <artifactId>log4j</artifactId>
148 </exclusion>
149 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700150 </dependency>
151 <dependency>
152 <groupId>org.apache.hadoop</groupId>
153 <artifactId>hadoop-minicluster</artifactId>
154 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700155 <exclusions>
156 <exclusion>
157 <groupId>log4j</groupId>
158 <artifactId>log4j</artifactId>
159 </exclusion>
160 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700161 </dependency>
162 <dependency>
163 <groupId>org.apache.hadoop</groupId>
164 <artifactId>hadoop-mapreduce-client-core</artifactId>
165 <version>${hadoop.version}</version>
166 </dependency>
167 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400168 <groupId>org.apache.hadoop</groupId>
169 <artifactId>hadoop-hdfs</artifactId>
170 <version>${hadoop.version}</version>
171 <classifier>tests</classifier>
172 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700173 <exclusions>
174 <exclusion>
175 <groupId>log4j</groupId>
176 <artifactId>log4j</artifactId>
177 </exclusion>
178 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400179 </dependency>
180 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700181 <groupId>commons-io</groupId>
182 <artifactId>commons-io</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400183 <version>2.8.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500184 </dependency>
185 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400186 <groupId>org.apache.commons</groupId>
187 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400188 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400189 </dependency>
190 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800191 <groupId>com.fasterxml.jackson.core</groupId>
192 <artifactId>jackson-databind</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400193 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800194 </dependency>
195 <dependency>
196 <groupId>com.fasterxml.jackson.core</groupId>
197 <artifactId>jackson-core</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400198 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800199 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500200 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500201 <groupId>com.fasterxml.jackson.core</groupId>
202 <artifactId>jackson-annotations</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400203 <version>2.12.3</version>
Michael Blow204b2952017-12-07 20:17:47 -0500204 </dependency>
205 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500206 <groupId>com.google.guava</groupId>
207 <artifactId>guava</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500208 <version>30.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400209 <exclusions>
210 <exclusion>
211 <groupId>com.google.code.findbugs</groupId>
212 <artifactId>jsr305</artifactId>
213 </exclusion>
214 <exclusion>
215 <groupId>com.google.guava</groupId>
216 <artifactId>listenablefuture</artifactId>
217 </exclusion>
218 <exclusion>
219 <groupId>org.checkerframework</groupId>
220 <artifactId>checker-qual</artifactId>
221 </exclusion>
222 <exclusion>
223 <groupId>com.google.j2objc</groupId>
224 <artifactId>j2objc-annotations</artifactId>
225 </exclusion>
226 <exclusion>
227 <groupId>org.codehaus.mojo</groupId>
228 <artifactId>animal-sniffer-annotations</artifactId>
229 </exclusion>
230 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500231 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500232 <dependency>
233 <groupId>org.apache.commons</groupId>
234 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400235 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500236 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500237 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500238 <groupId>org.apache.commons</groupId>
239 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500240 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500241 </dependency>
242 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800243 <groupId>org.apache.httpcomponents</groupId>
244 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400245 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800246 </dependency>
247 <dependency>
248 <groupId>org.apache.httpcomponents</groupId>
249 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500250 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800251 </dependency>
252 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500253 <groupId>org.apache.rat</groupId>
254 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500255 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500256 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500257 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800258 <groupId>org.ini4j</groupId>
259 <artifactId>ini4j</artifactId>
260 <version>0.5.4</version>
261 </dependency>
262 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500263 <groupId>args4j</groupId>
264 <artifactId>args4j</artifactId>
265 <version>2.33</version>
266 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300267 <dependency>
268 <groupId>org.apache.logging.log4j</groupId>
269 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400270 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300271 </dependency>
272 <dependency>
273 <groupId>org.apache.logging.log4j</groupId>
274 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400275 <version>${log4j.version}</version>
276 </dependency>
277 <dependency>
278 <groupId>org.apache.logging.log4j</groupId>
279 <artifactId>log4j-jul</artifactId>
280 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300281 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800282 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400283 <groupId>javax.xml.bind</groupId>
284 <artifactId>jaxb-api</artifactId>
285 <version>2.3.0</version>
286 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500287 <dependency>
288 <groupId>org.apache.maven</groupId>
289 <artifactId>maven-project</artifactId>
290 <version>2.2.1</version>
291 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500292 <dependency>
293 <groupId>org.apache.maven</groupId>
294 <artifactId>maven-model</artifactId>
295 <version>3.6.3</version>
296 </dependency>
297 <dependency>
298 <groupId>org.apache.maven</groupId>
299 <artifactId>maven-artifact</artifactId>
300 <version>3.6.3</version>
301 </dependency>
302 <dependency>
303 <groupId>org.apache.maven</groupId>
304 <artifactId>maven-compat</artifactId>
305 <version>3.6.3</version>
306 </dependency>
307 <dependency>
308 <groupId>org.apache.maven</groupId>
309 <artifactId>maven-core</artifactId>
310 <version>3.6.3</version>
Michael Blowe2307cf2020-04-24 16:14:03 -0400311 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500312 <dependency>
313 <groupId>org.apache.maven</groupId>
314 <artifactId>maven-plugin-api</artifactId>
315 <version>3.6.3</version>
316 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700317 <dependency>
318 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400319 <artifactId>fastutil-core</artifactId>
320 <version>8.5.4</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700321 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700322 <dependency>
Dmitry Lychagin47431182021-10-26 20:22:59 -0700323 <groupId>org.slf4j</groupId>
324 <artifactId>slf4j-simple</artifactId>
325 <version>1.7.28</version>
326 </dependency>
327 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700328 <groupId>org.apache.logging.log4j</groupId>
329 <artifactId>log4j-1.2-api</artifactId>
330 <version>2.13.1</version>
331 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700332 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700333 <groupId>org.mockito</groupId>
334 <artifactId>mockito-core</artifactId>
335 <version>3.10.0</version>
336 </dependency>
337 <dependency>
338 <groupId>org.powermock</groupId>
339 <artifactId>powermock-api-mockito2</artifactId>
340 <version>2.0.9</version>
341 </dependency>
342 <dependency>
343 <groupId>org.powermock</groupId>
344 <artifactId>powermock-module-junit4</artifactId>
345 <version>2.0.9</version>
346 </dependency>
347 <dependency>
348 <groupId>org.powermock</groupId>
349 <artifactId>powermock-core</artifactId>
350 <version>2.0.9</version>
351 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700352 <dependency>
353 <groupId>org.xerial.snappy</groupId>
354 <artifactId>snappy-java</artifactId>
355 <version>${snappy.version}</version>
356 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700357 </dependencies>
358 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000359 <build>
360 <plugins>
361 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400362 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500363 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500364 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500365 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500366 <exclude>**/DEPENDENCIES</exclude>
367 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500368 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500369 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500370 <manifest>
371 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
372 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
373 </manifest>
374 <manifestEntries>
375 <Implementation-Title>${implementation.title}</Implementation-Title>
376 <Implementation-URL>${implementation.url}</Implementation-URL>
377 <Implementation-Version>${implementation.version}</Implementation-Version>
378 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
379 </manifestEntries>
380 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500381 </configuration>
382 </plugin>
383 <plugin>
384 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400385 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400386 <configuration>
387 <failOnWarning>true</failOnWarning>
388 <outputXML>true</outputXML>
389 </configuration>
390 <executions>
391 <execution>
392 <phase>process-test-classes</phase>
393 <goals>
394 <goal>analyze-only</goal>
395 </goals>
396 </execution>
397 </executions>
398 </plugin>
399 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700400 <groupId>org.apache.rat</groupId>
401 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700402 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700403 <execution>
404 <phase>validate</phase>
405 <goals>
406 <goal>check</goal>
407 </goals>
408 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700409 </executions>
410 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500411 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
412 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700413 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800414 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700415 </licenses>
416 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800417 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700418 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500419 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400420 <excludes combine.children="append">
421 <exclude>**/*.iml</exclude>
422 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700423 </configuration>
424 </plugin>
425 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700426 <groupId>org.apache.maven.plugins</groupId>
427 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700428 <configuration>
429 <failIfNoTests>false</failIfNoTests>
430 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800431 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800432 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300433 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700434 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300435 <systemPropertyVariables>
436 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
437 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700438 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500439 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700440 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500441 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500442 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800443 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400444 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700445 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700446 </plugin>
447 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700448 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300449 <artifactId>maven-failsafe-plugin</artifactId>
450 <configuration>
451 <systemPropertyVariables>
452 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
453 </systemPropertyVariables>
454 </configuration>
455 </plugin>
456 <plugin>
457 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700458 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700459 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400460 <source>${source.jdk.version}</source>
461 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500462 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700463 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000464 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700465 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700466 <groupId>org.apache.maven.plugins</groupId>
467 <artifactId>maven-remote-resources-plugin</artifactId>
468 <executions>
469 <execution>
470 <goals>
471 <goal>process</goal>
472 </goals>
473 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500474 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700475 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700476 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500477 <properties>
478 <projectName>Apache Hyracks - ${project.name}</projectName>
479 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700480 </configuration>
481 </execution>
482 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800483 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400484 <plugin>
485 <groupId>org.apache.maven.plugins</groupId>
486 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400487 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400488 <executions>
489 <execution>
490 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400491 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400492 <goals>
493 <goal>check</goal>
494 </goals>
495 </execution>
496 </executions>
497 <configuration>
498 <logViolationsToConsole>true</logViolationsToConsole>
499 <checkstyleRules>
500 <module name="Checker">
501 <!-- Checks for whitespace -->
502 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400503 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400504 <module name="TreeWalker">
505 <module name="AvoidStarImport">
506 <property name="allowStaticMemberImports" value="true"/>
507 </module>
508 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400509 </module>
510 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400511 <includes>**/*.java,**/*.jj</includes>
512 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400513 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
514 </configuration>
515 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400516 <plugin>
517 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400518 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400519 <executions>
520 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400521 <id>check-pom-packaging</id>
522 <phase>validate</phase>
523 <goals>
524 <goal>run</goal>
525 </goals>
526 <configuration>
527 <exportAntProperties>true</exportAntProperties>
528 <target xmlns:unless="ant:unless">
529 <condition property="skipPomEnforcement">
530 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
531 </condition>
532 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
533 </target>
534 </configuration>
535 </execution>
536 </executions>
537 </plugin>
538 <plugin>
539 <groupId>org.apache.maven.plugins</groupId>
540 <artifactId>maven-enforcer-plugin</artifactId>
541 <executions>
542 <execution>
543 <id>ensure-no-tests-for-pom-packaging</id>
544 <phase>validate</phase>
545 <goals>
546 <goal>enforce</goal>
547 </goals>
548 <configuration>
549 <rules>
550 <requireFilesDontExist>
551 <files>
552 <file>${project.build.testSourceDirectory}</file>
553 </files>
554 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
555 </requireFilesDontExist>
556 </rules>
557 <skip>${skipPomEnforcement}</skip>
558 </configuration>
559 </execution>
560 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400561 <id>enforce-versions</id>
562 <goals>
563 <goal>enforce</goal>
564 </goals>
565 <configuration>
566 <rules>
567 <requireMavenVersion>
568 <version>[3.3.9,)</version>
569 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700570 <requireJavaVersion>
571 <version>[11,)</version>
572 </requireJavaVersion>
573 </rules>
574 </configuration>
575 </execution>
576 <execution>
577 <id>ensure-no-duplicate-deps</id>
578 <goals>
579 <goal>enforce</goal>
580 </goals>
581 <configuration>
582 <rules>
583 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400584 </rules>
585 </configuration>
586 </execution>
587 </executions>
588 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500589 <plugin>
590 <groupId>org.apache.maven.plugins</groupId>
591 <artifactId>maven-resources-plugin</artifactId>
592 <executions>
593 <execution>
594 <id>default-testResources</id>
595 <goals>
596 <goal>testResources</goal>
597 </goals>
598 <configuration>
599 <skip>${skip.testResources}</skip>
600 </configuration>
601 </execution>
602 </executions>
603 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500604 <plugin>
605 <groupId>net.revelc.code.formatter</groupId>
606 <artifactId>formatter-maven-plugin</artifactId>
607 <executions>
608 <execution>
609 <goals>
610 <goal>${source-format.goal}</goal>
611 </goals>
612 </execution>
613 </executions>
614 <configuration>
615 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
616 <skipFormatting>${source-format.skip}</skipFormatting>
617 </configuration>
618 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400619 <plugin>
620 <groupId>net.revelc.code</groupId>
621 <artifactId>impsort-maven-plugin</artifactId>
622 <executions>
623 <execution>
624 <goals>
625 <goal>${import-sort.goal}</goal>
626 </goals>
627 </execution>
628 </executions>
629 <configuration>
630 <groups>java,javax,org,com,*</groups>
631 <removeUnused>true</removeUnused>
632 <skip>${import-sort.skip}</skip>
633 </configuration>
634 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000635 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700636 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700637 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500638 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800639 <groupId>org.apache.maven.plugins</groupId>
640 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400641 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800642 </plugin>
643 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500644 <groupId>org.apache.rat</groupId>
645 <artifactId>apache-rat-plugin</artifactId>
646 <version>0.12</version>
647 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700648 <plugin>
649 <groupId>net.revelc.code.formatter</groupId>
650 <artifactId>formatter-maven-plugin</artifactId>
651 <version>2.0.1</version>
652 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400653 <plugin>
654 <groupId>net.revelc.code</groupId>
655 <artifactId>impsort-maven-plugin</artifactId>
656 <version>1.2.0</version>
657 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700658 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
659 <plugin>
660 <groupId>org.eclipse.m2e</groupId>
661 <artifactId>lifecycle-mapping</artifactId>
662 <version>1.0.0</version>
663 <configuration>
664 <lifecycleMappingMetadata>
665 <pluginExecutions>
666 <pluginExecution>
667 <pluginExecutionFilter>
668 <groupId>org.apache.rat</groupId>
669 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400670 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700671 <goals>
672 <goal>check</goal>
673 </goals>
674 </pluginExecutionFilter>
675 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400676 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700677 </action>
678 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400679 <pluginExecution>
680 <pluginExecutionFilter>
681 <groupId>org.apache.maven.plugins</groupId>
682 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400683 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400684 <goals>
685 <goal>check</goal>
686 </goals>
687 </pluginExecutionFilter>
688 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400689 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400690 </action>
691 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700692 <pluginExecution>
693 <pluginExecutionFilter>
694 <groupId>org.apache.maven.plugins</groupId>
695 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400696 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700697 <goals>
698 <goal>analyze-only</goal>
699 </goals>
700 </pluginExecutionFilter>
701 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800702 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700703 </action>
704 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800705 <pluginExecution>
706 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800707 <groupId>net.revelc.code.formatter</groupId>
708 <artifactId>formatter-maven-plugin</artifactId>
709 <versionRange>[2.0.1,)</versionRange>
710 <goals>
711 <goal>format</goal>
712 </goals>
713 </pluginExecutionFilter>
714 <action>
715 <ignore></ignore>
716 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800717 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700718 </pluginExecutions>
719 </lifecycleMappingMetadata>
720 </configuration>
721 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800722 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500723 <groupId>org.codehaus.mojo</groupId>
724 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400725 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800726 </plugin>
727 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500728 <groupId>org.apache.maven.plugins</groupId>
729 <artifactId>maven-scm-plugin</artifactId>
730 <version>1.9.5</version>
731 </plugin>
732 <plugin>
733 <groupId>org.codehaus.mojo</groupId>
734 <artifactId>appassembler-maven-plugin</artifactId>
735 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800736 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400737 <plugin>
738 <groupId>org.apache.maven.plugins</groupId>
739 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400740 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400741 </plugin>
742 <plugin>
743 <groupId>org.apache.maven.plugins</groupId>
744 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400745 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400746 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400747 <plugin>
748 <groupId>org.apache.hyracks</groupId>
749 <artifactId>license-automation-plugin</artifactId>
750 <version>${project.version}</version>
751 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400752 <plugin>
753 <groupId>org.apache.maven.plugins</groupId>
754 <artifactId>maven-assembly-plugin</artifactId>
755 <version>3.1.0</version>
756 </plugin>
757 <plugin>
758 <groupId>org.apache.maven.plugins</groupId>
759 <artifactId>maven-antrun-plugin</artifactId>
760 <version>1.8</version>
761 </plugin>
762 <plugin>
763 <groupId>org.apache.maven.plugins</groupId>
764 <artifactId>maven-clean-plugin</artifactId>
765 <version>3.0.0</version>
766 </plugin>
767 <plugin>
768 <groupId>org.apache.maven.plugins</groupId>
769 <artifactId>maven-jar-plugin</artifactId>
770 <version>3.0.2</version>
771 </plugin>
772 <plugin>
773 <groupId>org.codehaus.mojo</groupId>
774 <artifactId>build-helper-maven-plugin</artifactId>
775 <version>3.0.0</version>
776 </plugin>
777 <plugin>
778 <groupId>org.apache.maven.plugins</groupId>
779 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700780 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400781 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400782 <plugin>
783 <groupId>org.apache.maven.doxia</groupId>
784 <artifactId>doxia-maven-plugin</artifactId>
785 <version>1.1.4</version>
786 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700787 <plugin>
788 <groupId>org.apache.maven.plugins</groupId>
789 <artifactId>maven-enforcer-plugin</artifactId>
790 <version>3.0.0-M3</version>
791 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700792 </plugins>
793 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000794 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800795 <profiles>
796 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400797 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700798 <activation>
799 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400800 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700801 </file>
802 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400803 <properties>
804 <skip.assembly>true</skip.assembly>
805 </properties>
806 </profile>
807 <profile>
808 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700809 <build>
810 <plugins>
811 <plugin>
812 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500813 <artifactId>maven-jar-plugin</artifactId>
814 <configuration>
815 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500816 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500817 <manifest>
818 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
819 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
820 </manifest>
821 </archive>
822 </configuration>
823 </plugin>
824 <plugin>
825 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700826 <artifactId>maven-assembly-plugin</artifactId>
827 <!-- We override the configuration plugin to override the descriptor to use for building
828 the source release zip. Specifically, we would like to control the inclusions/exclusions.
829 For example, we exclude the KEYS file from the zip -->
830 <executions>
831 <execution>
832 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
833 the apache parent POM under the apache-release profile -->
834 <id>source-release-assembly</id>
835 <phase>package</phase>
836 <goals>
837 <goal>single</goal>
838 </goals>
839 <!-- combine.self should be override to replace the configuration in the parent POM -->
840 <configuration combine.self="override">
841 <descriptors>
842 <descriptor>src/main/assembly/source.xml</descriptor>
843 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400844 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700845 </configuration>
846 </execution>
847 </executions>
848 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700849 <plugin>
850 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800851 <artifactId>maven-gpg-plugin</artifactId>
852 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700853 <executions>
854 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800855 <id>sign-artifacts</id>
856 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700857 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800858 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700859 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700860 </execution>
861 </executions>
862 </plugin>
863 </plugins>
864 </build>
865 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700866 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400867 <id>coverage</id>
868 <activation>
869 <property>
870 <name>coverage</name>
871 </property>
872 </activation>
873 <build>
874 <plugins>
875 <plugin>
876 <groupId>org.jacoco</groupId>
877 <artifactId>jacoco-maven-plugin</artifactId>
878 <version>${jacoco.version}</version>
879 <executions>
880 <execution>
881 <id>default-prepare-agent</id>
882 <goals>
883 <goal>prepare-agent</goal>
884 </goals>
885 <configuration>
886 <propertyName>coverageArgLine</propertyName>
887 </configuration>
888 </execution>
889 <execution>
890 <id>default-prepare-agent-integration</id>
891 <goals>
892 <goal>prepare-agent-integration</goal>
893 </goals>
894 <configuration>
895 <propertyName>coverageArgLine</propertyName>
896 </configuration>
897 </execution>
898 </executions>
899 </plugin>
900 </plugins>
901 </build>
902 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400903 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400904 </properties>
905 </profile>
906 <profile>
907 <id>no-coverage</id>
908 <activation>
909 <property>
910 <name>!coverage</name>
911 </property>
912 </activation>
913 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400914 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400915 </properties>
916 </profile>
917 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500918 <id>integration-tests-only</id>
919 <properties>
920 <test.includes/>
921 <failIfNoTests>false</failIfNoTests>
922 </properties>
923 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800924 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000925 <modules>
926 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000927 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500928 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000929 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400930</project>