blob: 08ba1e73705e4909abe2416c4dd957a232fd418c [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 Blowe8637d02021-10-28 20:11:23 -0400309 </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>
316 <groupId>it.unimi.dsi</groupId>
317 <artifactId>fastutil-core</artifactId>
318 <version>8.5.6</version>
319 </dependency>
320 <dependency>
321 <groupId>org.slf4j</groupId>
322 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500323 <version>1.7.33</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400324 </dependency>
325 <dependency>
326 <groupId>org.apache.logging.log4j</groupId>
327 <artifactId>log4j-1.2-api</artifactId>
328 <version>${log4j.version}</version>
329 </dependency>
330 <dependency>
Michael Blow8363dcb2021-12-04 06:02:34 -0500331 <groupId>org.xerial.snappy</groupId>
332 <artifactId>snappy-java</artifactId>
333 <version>${snappy.version}</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500334 </dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700335 <dependency>
336 <groupId>org.mockito</groupId>
337 <artifactId>mockito-core</artifactId>
338 <version>3.10.0</version>
339 </dependency>
340 <dependency>
341 <groupId>org.powermock</groupId>
342 <artifactId>powermock-api-mockito2</artifactId>
343 <version>2.0.9</version>
344 </dependency>
345 <dependency>
346 <groupId>org.powermock</groupId>
347 <artifactId>powermock-module-junit4</artifactId>
348 <version>2.0.9</version>
349 </dependency>
350 <dependency>
351 <groupId>org.powermock</groupId>
352 <artifactId>powermock-core</artifactId>
353 <version>2.0.9</version>
354 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700355 </dependencies>
356 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000357 <build>
358 <plugins>
359 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400360 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500361 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500362 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500363 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500364 <exclude>**/DEPENDENCIES</exclude>
365 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500366 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500367 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500368 <manifest>
369 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
370 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
371 </manifest>
372 <manifestEntries>
373 <Implementation-Title>${implementation.title}</Implementation-Title>
374 <Implementation-URL>${implementation.url}</Implementation-URL>
375 <Implementation-Version>${implementation.version}</Implementation-Version>
376 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
377 </manifestEntries>
378 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500379 </configuration>
380 </plugin>
381 <plugin>
382 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400383 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400384 <configuration>
385 <failOnWarning>true</failOnWarning>
386 <outputXML>true</outputXML>
387 </configuration>
388 <executions>
389 <execution>
390 <phase>process-test-classes</phase>
391 <goals>
392 <goal>analyze-only</goal>
393 </goals>
394 </execution>
395 </executions>
396 </plugin>
397 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700398 <groupId>org.apache.rat</groupId>
399 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700400 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700401 <execution>
402 <phase>validate</phase>
403 <goals>
404 <goal>check</goal>
405 </goals>
406 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700407 </executions>
408 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500409 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
410 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700411 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800412 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700413 </licenses>
414 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800415 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700416 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500417 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400418 <excludes combine.children="append">
419 <exclude>**/*.iml</exclude>
420 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700421 </configuration>
422 </plugin>
423 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700424 <groupId>org.apache.maven.plugins</groupId>
425 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700426 <configuration>
427 <failIfNoTests>false</failIfNoTests>
428 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800429 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800430 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300431 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700432 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300433 <systemPropertyVariables>
434 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
435 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700436 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500437 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700438 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500439 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500440 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800441 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400442 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700443 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700444 </plugin>
445 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700446 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300447 <artifactId>maven-failsafe-plugin</artifactId>
448 <configuration>
449 <systemPropertyVariables>
450 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
451 </systemPropertyVariables>
452 </configuration>
453 </plugin>
454 <plugin>
455 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700456 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700457 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400458 <source>${source.jdk.version}</source>
459 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500460 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700461 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000462 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700463 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700464 <groupId>org.apache.maven.plugins</groupId>
465 <artifactId>maven-remote-resources-plugin</artifactId>
466 <executions>
467 <execution>
468 <goals>
469 <goal>process</goal>
470 </goals>
471 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500472 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700473 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700474 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500475 <properties>
476 <projectName>Apache Hyracks - ${project.name}</projectName>
477 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700478 </configuration>
479 </execution>
480 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800481 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400482 <plugin>
483 <groupId>org.apache.maven.plugins</groupId>
484 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400485 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400486 <executions>
487 <execution>
488 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400489 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400490 <goals>
491 <goal>check</goal>
492 </goals>
493 </execution>
494 </executions>
495 <configuration>
496 <logViolationsToConsole>true</logViolationsToConsole>
497 <checkstyleRules>
498 <module name="Checker">
499 <!-- Checks for whitespace -->
500 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400501 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400502 <module name="TreeWalker">
503 <module name="AvoidStarImport">
504 <property name="allowStaticMemberImports" value="true"/>
505 </module>
506 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400507 </module>
508 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400509 <includes>**/*.java,**/*.jj</includes>
510 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400511 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
512 </configuration>
513 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400514 <plugin>
515 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400516 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400517 <executions>
518 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400519 <id>check-pom-packaging</id>
520 <phase>validate</phase>
521 <goals>
522 <goal>run</goal>
523 </goals>
524 <configuration>
525 <exportAntProperties>true</exportAntProperties>
526 <target xmlns:unless="ant:unless">
527 <condition property="skipPomEnforcement">
528 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
529 </condition>
530 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
531 </target>
532 </configuration>
533 </execution>
534 </executions>
535 </plugin>
536 <plugin>
537 <groupId>org.apache.maven.plugins</groupId>
538 <artifactId>maven-enforcer-plugin</artifactId>
539 <executions>
540 <execution>
541 <id>ensure-no-tests-for-pom-packaging</id>
542 <phase>validate</phase>
543 <goals>
544 <goal>enforce</goal>
545 </goals>
546 <configuration>
547 <rules>
548 <requireFilesDontExist>
549 <files>
550 <file>${project.build.testSourceDirectory}</file>
551 </files>
552 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
553 </requireFilesDontExist>
554 </rules>
555 <skip>${skipPomEnforcement}</skip>
556 </configuration>
557 </execution>
558 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400559 <id>enforce-versions</id>
560 <goals>
561 <goal>enforce</goal>
562 </goals>
563 <configuration>
564 <rules>
565 <requireMavenVersion>
566 <version>[3.3.9,)</version>
567 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700568 <requireJavaVersion>
569 <version>[11,)</version>
570 </requireJavaVersion>
571 </rules>
572 </configuration>
573 </execution>
574 <execution>
575 <id>ensure-no-duplicate-deps</id>
576 <goals>
577 <goal>enforce</goal>
578 </goals>
579 <configuration>
580 <rules>
581 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400582 </rules>
583 </configuration>
584 </execution>
585 </executions>
586 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500587 <plugin>
588 <groupId>org.apache.maven.plugins</groupId>
589 <artifactId>maven-resources-plugin</artifactId>
590 <executions>
591 <execution>
592 <id>default-testResources</id>
593 <goals>
594 <goal>testResources</goal>
595 </goals>
596 <configuration>
597 <skip>${skip.testResources}</skip>
598 </configuration>
599 </execution>
600 </executions>
601 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500602 <plugin>
603 <groupId>net.revelc.code.formatter</groupId>
604 <artifactId>formatter-maven-plugin</artifactId>
605 <executions>
606 <execution>
607 <goals>
608 <goal>${source-format.goal}</goal>
609 </goals>
610 </execution>
611 </executions>
612 <configuration>
613 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
614 <skipFormatting>${source-format.skip}</skipFormatting>
615 </configuration>
616 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400617 <plugin>
618 <groupId>net.revelc.code</groupId>
619 <artifactId>impsort-maven-plugin</artifactId>
620 <executions>
621 <execution>
622 <goals>
623 <goal>${import-sort.goal}</goal>
624 </goals>
625 </execution>
626 </executions>
627 <configuration>
628 <groups>java,javax,org,com,*</groups>
629 <removeUnused>true</removeUnused>
630 <skip>${import-sort.skip}</skip>
631 </configuration>
632 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000633 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700634 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700635 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500636 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800637 <groupId>org.apache.maven.plugins</groupId>
638 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400639 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800640 </plugin>
641 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500642 <groupId>org.apache.rat</groupId>
643 <artifactId>apache-rat-plugin</artifactId>
644 <version>0.12</version>
645 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700646 <plugin>
647 <groupId>net.revelc.code.formatter</groupId>
648 <artifactId>formatter-maven-plugin</artifactId>
649 <version>2.0.1</version>
650 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400651 <plugin>
652 <groupId>net.revelc.code</groupId>
653 <artifactId>impsort-maven-plugin</artifactId>
654 <version>1.2.0</version>
655 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700656 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
657 <plugin>
658 <groupId>org.eclipse.m2e</groupId>
659 <artifactId>lifecycle-mapping</artifactId>
660 <version>1.0.0</version>
661 <configuration>
662 <lifecycleMappingMetadata>
663 <pluginExecutions>
664 <pluginExecution>
665 <pluginExecutionFilter>
666 <groupId>org.apache.rat</groupId>
667 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400668 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700669 <goals>
670 <goal>check</goal>
671 </goals>
672 </pluginExecutionFilter>
673 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400674 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700675 </action>
676 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400677 <pluginExecution>
678 <pluginExecutionFilter>
679 <groupId>org.apache.maven.plugins</groupId>
680 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400681 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400682 <goals>
683 <goal>check</goal>
684 </goals>
685 </pluginExecutionFilter>
686 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400687 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400688 </action>
689 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700690 <pluginExecution>
691 <pluginExecutionFilter>
692 <groupId>org.apache.maven.plugins</groupId>
693 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400694 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700695 <goals>
696 <goal>analyze-only</goal>
697 </goals>
698 </pluginExecutionFilter>
699 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800700 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700701 </action>
702 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800703 <pluginExecution>
704 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800705 <groupId>net.revelc.code.formatter</groupId>
706 <artifactId>formatter-maven-plugin</artifactId>
707 <versionRange>[2.0.1,)</versionRange>
708 <goals>
709 <goal>format</goal>
710 </goals>
711 </pluginExecutionFilter>
712 <action>
713 <ignore></ignore>
714 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800715 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700716 </pluginExecutions>
717 </lifecycleMappingMetadata>
718 </configuration>
719 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800720 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500721 <groupId>org.codehaus.mojo</groupId>
722 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400723 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800724 </plugin>
725 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500726 <groupId>org.apache.maven.plugins</groupId>
727 <artifactId>maven-scm-plugin</artifactId>
728 <version>1.9.5</version>
729 </plugin>
730 <plugin>
731 <groupId>org.codehaus.mojo</groupId>
732 <artifactId>appassembler-maven-plugin</artifactId>
733 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800734 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400735 <plugin>
736 <groupId>org.apache.maven.plugins</groupId>
737 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400738 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400739 </plugin>
740 <plugin>
741 <groupId>org.apache.maven.plugins</groupId>
742 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400743 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400744 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400745 <plugin>
746 <groupId>org.apache.hyracks</groupId>
747 <artifactId>license-automation-plugin</artifactId>
748 <version>${project.version}</version>
749 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400750 <plugin>
751 <groupId>org.apache.maven.plugins</groupId>
752 <artifactId>maven-assembly-plugin</artifactId>
753 <version>3.1.0</version>
754 </plugin>
755 <plugin>
756 <groupId>org.apache.maven.plugins</groupId>
757 <artifactId>maven-antrun-plugin</artifactId>
758 <version>1.8</version>
759 </plugin>
760 <plugin>
761 <groupId>org.apache.maven.plugins</groupId>
762 <artifactId>maven-clean-plugin</artifactId>
763 <version>3.0.0</version>
764 </plugin>
765 <plugin>
766 <groupId>org.apache.maven.plugins</groupId>
767 <artifactId>maven-jar-plugin</artifactId>
768 <version>3.0.2</version>
769 </plugin>
770 <plugin>
771 <groupId>org.codehaus.mojo</groupId>
772 <artifactId>build-helper-maven-plugin</artifactId>
773 <version>3.0.0</version>
774 </plugin>
775 <plugin>
776 <groupId>org.apache.maven.plugins</groupId>
777 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700778 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400779 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400780 <plugin>
781 <groupId>org.apache.maven.doxia</groupId>
782 <artifactId>doxia-maven-plugin</artifactId>
783 <version>1.1.4</version>
784 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700785 <plugin>
786 <groupId>org.apache.maven.plugins</groupId>
787 <artifactId>maven-enforcer-plugin</artifactId>
788 <version>3.0.0-M3</version>
789 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700790 </plugins>
791 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000792 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800793 <profiles>
794 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400795 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700796 <activation>
797 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400798 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700799 </file>
800 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400801 <properties>
802 <skip.assembly>true</skip.assembly>
803 </properties>
804 </profile>
805 <profile>
806 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700807 <build>
808 <plugins>
809 <plugin>
810 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500811 <artifactId>maven-jar-plugin</artifactId>
812 <configuration>
813 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500814 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500815 <manifest>
816 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
817 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
818 </manifest>
819 </archive>
820 </configuration>
821 </plugin>
822 <plugin>
823 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700824 <artifactId>maven-assembly-plugin</artifactId>
825 <!-- We override the configuration plugin to override the descriptor to use for building
826 the source release zip. Specifically, we would like to control the inclusions/exclusions.
827 For example, we exclude the KEYS file from the zip -->
828 <executions>
829 <execution>
830 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
831 the apache parent POM under the apache-release profile -->
832 <id>source-release-assembly</id>
833 <phase>package</phase>
834 <goals>
835 <goal>single</goal>
836 </goals>
837 <!-- combine.self should be override to replace the configuration in the parent POM -->
838 <configuration combine.self="override">
839 <descriptors>
840 <descriptor>src/main/assembly/source.xml</descriptor>
841 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400842 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700843 </configuration>
844 </execution>
845 </executions>
846 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700847 <plugin>
848 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800849 <artifactId>maven-gpg-plugin</artifactId>
850 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700851 <executions>
852 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800853 <id>sign-artifacts</id>
854 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700855 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800856 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700857 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700858 </execution>
859 </executions>
860 </plugin>
861 </plugins>
862 </build>
863 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700864 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400865 <id>coverage</id>
866 <activation>
867 <property>
868 <name>coverage</name>
869 </property>
870 </activation>
871 <build>
872 <plugins>
873 <plugin>
874 <groupId>org.jacoco</groupId>
875 <artifactId>jacoco-maven-plugin</artifactId>
876 <version>${jacoco.version}</version>
877 <executions>
878 <execution>
879 <id>default-prepare-agent</id>
880 <goals>
881 <goal>prepare-agent</goal>
882 </goals>
883 <configuration>
884 <propertyName>coverageArgLine</propertyName>
885 </configuration>
886 </execution>
887 <execution>
888 <id>default-prepare-agent-integration</id>
889 <goals>
890 <goal>prepare-agent-integration</goal>
891 </goals>
892 <configuration>
893 <propertyName>coverageArgLine</propertyName>
894 </configuration>
895 </execution>
896 </executions>
897 </plugin>
898 </plugins>
899 </build>
900 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400901 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400902 </properties>
903 </profile>
904 <profile>
905 <id>no-coverage</id>
906 <activation>
907 <property>
908 <name>!coverage</name>
909 </property>
910 </activation>
911 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400912 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400913 </properties>
914 </profile>
915 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500916 <id>integration-tests-only</id>
917 <properties>
918 <test.includes/>
919 <failIfNoTests>false</failIfNoTests>
920 </properties>
921 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800922 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000923 <modules>
924 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000925 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500926 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000927 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400928</project>