blob: 5f83aab1dafe2514ec4bf7fd49ad42eceaf97c54 [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>
111 <groupId>javax.servlet.jsp</groupId>
112 <artifactId>jsp-api</artifactId>
113 </exclusion>
114 <exclusion>
115 <groupId>javax.servlet</groupId>
116 <artifactId>servlet-api</artifactId>
117 </exclusion>
118 <exclusion>
119 <groupId>jdk.tools</groupId>
120 <artifactId>jdk.tools</artifactId>
121 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700122 <exclusion>
123 <groupId>log4j</groupId>
124 <artifactId>log4j</artifactId>
125 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400126 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700127 </dependency>
128 <dependency>
129 <groupId>org.apache.hadoop</groupId>
130 <artifactId>hadoop-hdfs</artifactId>
131 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700132 <exclusions>
133 <exclusion>
134 <groupId>log4j</groupId>
135 <artifactId>log4j</artifactId>
136 </exclusion>
137 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700138 </dependency>
139 <dependency>
140 <groupId>org.apache.hadoop</groupId>
141 <artifactId>hadoop-minicluster</artifactId>
142 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700143 <exclusions>
144 <exclusion>
145 <groupId>log4j</groupId>
146 <artifactId>log4j</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-mapreduce-client-core</artifactId>
153 <version>${hadoop.version}</version>
154 </dependency>
155 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400156 <groupId>org.apache.hadoop</groupId>
157 <artifactId>hadoop-hdfs</artifactId>
158 <version>${hadoop.version}</version>
159 <classifier>tests</classifier>
160 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700161 <exclusions>
162 <exclusion>
163 <groupId>log4j</groupId>
164 <artifactId>log4j</artifactId>
165 </exclusion>
166 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400167 </dependency>
168 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700169 <groupId>commons-io</groupId>
170 <artifactId>commons-io</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400171 <version>2.8.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500172 </dependency>
173 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400174 <groupId>org.apache.commons</groupId>
175 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400176 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400177 </dependency>
178 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800179 <groupId>com.fasterxml.jackson.core</groupId>
180 <artifactId>jackson-databind</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400181 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800182 </dependency>
183 <dependency>
184 <groupId>com.fasterxml.jackson.core</groupId>
185 <artifactId>jackson-core</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400186 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800187 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500188 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500189 <groupId>com.fasterxml.jackson.core</groupId>
190 <artifactId>jackson-annotations</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400191 <version>2.12.3</version>
Michael Blow204b2952017-12-07 20:17:47 -0500192 </dependency>
193 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500194 <groupId>com.google.guava</groupId>
195 <artifactId>guava</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500196 <version>30.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400197 <exclusions>
198 <exclusion>
199 <groupId>com.google.code.findbugs</groupId>
200 <artifactId>jsr305</artifactId>
201 </exclusion>
202 <exclusion>
203 <groupId>com.google.guava</groupId>
204 <artifactId>listenablefuture</artifactId>
205 </exclusion>
206 <exclusion>
207 <groupId>org.checkerframework</groupId>
208 <artifactId>checker-qual</artifactId>
209 </exclusion>
210 <exclusion>
211 <groupId>com.google.j2objc</groupId>
212 <artifactId>j2objc-annotations</artifactId>
213 </exclusion>
214 <exclusion>
215 <groupId>org.codehaus.mojo</groupId>
216 <artifactId>animal-sniffer-annotations</artifactId>
217 </exclusion>
218 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500219 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500220 <dependency>
221 <groupId>org.apache.commons</groupId>
222 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400223 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500224 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500225 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500226 <groupId>org.apache.commons</groupId>
227 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500228 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500229 </dependency>
230 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800231 <groupId>org.apache.httpcomponents</groupId>
232 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400233 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800234 </dependency>
235 <dependency>
236 <groupId>org.apache.httpcomponents</groupId>
237 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500238 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800239 </dependency>
240 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500241 <groupId>org.apache.rat</groupId>
242 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500243 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500244 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500245 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800246 <groupId>org.ini4j</groupId>
247 <artifactId>ini4j</artifactId>
248 <version>0.5.4</version>
249 </dependency>
250 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500251 <groupId>args4j</groupId>
252 <artifactId>args4j</artifactId>
253 <version>2.33</version>
254 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300255 <dependency>
256 <groupId>org.apache.logging.log4j</groupId>
257 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400258 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300259 </dependency>
260 <dependency>
261 <groupId>org.apache.logging.log4j</groupId>
262 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400263 <version>${log4j.version}</version>
264 </dependency>
265 <dependency>
266 <groupId>org.apache.logging.log4j</groupId>
267 <artifactId>log4j-jul</artifactId>
268 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300269 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800270 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400271 <groupId>javax.xml.bind</groupId>
272 <artifactId>jaxb-api</artifactId>
273 <version>2.3.0</version>
274 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500275 <dependency>
276 <groupId>org.apache.maven</groupId>
277 <artifactId>maven-project</artifactId>
278 <version>2.2.1</version>
279 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500280 <dependency>
281 <groupId>org.apache.maven</groupId>
282 <artifactId>maven-model</artifactId>
283 <version>3.6.3</version>
284 </dependency>
285 <dependency>
286 <groupId>org.apache.maven</groupId>
287 <artifactId>maven-artifact</artifactId>
288 <version>3.6.3</version>
289 </dependency>
290 <dependency>
291 <groupId>org.apache.maven</groupId>
292 <artifactId>maven-compat</artifactId>
293 <version>3.6.3</version>
294 </dependency>
295 <dependency>
296 <groupId>org.apache.maven</groupId>
297 <artifactId>maven-core</artifactId>
298 <version>3.6.3</version>
Michael Blowe2307cf2020-04-24 16:14:03 -0400299 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500300 <dependency>
301 <groupId>org.apache.maven</groupId>
302 <artifactId>maven-plugin-api</artifactId>
303 <version>3.6.3</version>
304 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700305 <dependency>
306 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400307 <artifactId>fastutil-core</artifactId>
308 <version>8.5.4</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700309 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700310 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700311 <groupId>org.apache.logging.log4j</groupId>
312 <artifactId>log4j-1.2-api</artifactId>
313 <version>2.13.1</version>
314 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700315 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700316 <groupId>org.mockito</groupId>
317 <artifactId>mockito-core</artifactId>
318 <version>3.10.0</version>
319 </dependency>
320 <dependency>
321 <groupId>org.powermock</groupId>
322 <artifactId>powermock-api-mockito2</artifactId>
323 <version>2.0.9</version>
324 </dependency>
325 <dependency>
326 <groupId>org.powermock</groupId>
327 <artifactId>powermock-module-junit4</artifactId>
328 <version>2.0.9</version>
329 </dependency>
330 <dependency>
331 <groupId>org.powermock</groupId>
332 <artifactId>powermock-core</artifactId>
333 <version>2.0.9</version>
334 </dependency>
Wail Alkowaileet790ce542021-08-07 16:21:17 -0700335 <dependency>
336 <groupId>org.xerial.snappy</groupId>
337 <artifactId>snappy-java</artifactId>
338 <version>${snappy.version}</version>
339 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700340 </dependencies>
341 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000342 <build>
343 <plugins>
344 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400345 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500346 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500347 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500348 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500349 <exclude>**/DEPENDENCIES</exclude>
350 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500351 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500352 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500353 <manifest>
354 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
355 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
356 </manifest>
357 <manifestEntries>
358 <Implementation-Title>${implementation.title}</Implementation-Title>
359 <Implementation-URL>${implementation.url}</Implementation-URL>
360 <Implementation-Version>${implementation.version}</Implementation-Version>
361 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
362 </manifestEntries>
363 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500364 </configuration>
365 </plugin>
366 <plugin>
367 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400368 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400369 <configuration>
370 <failOnWarning>true</failOnWarning>
371 <outputXML>true</outputXML>
372 </configuration>
373 <executions>
374 <execution>
375 <phase>process-test-classes</phase>
376 <goals>
377 <goal>analyze-only</goal>
378 </goals>
379 </execution>
380 </executions>
381 </plugin>
382 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700383 <groupId>org.apache.rat</groupId>
384 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700385 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700386 <execution>
387 <phase>validate</phase>
388 <goals>
389 <goal>check</goal>
390 </goals>
391 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700392 </executions>
393 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500394 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
395 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700396 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800397 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700398 </licenses>
399 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800400 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700401 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500402 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400403 <excludes combine.children="append">
404 <exclude>**/*.iml</exclude>
405 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700406 </configuration>
407 </plugin>
408 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700409 <groupId>org.apache.maven.plugins</groupId>
410 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700411 <configuration>
412 <failIfNoTests>false</failIfNoTests>
413 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800414 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800415 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300416 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700417 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300418 <systemPropertyVariables>
419 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
420 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700421 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500422 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700423 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500424 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500425 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800426 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400427 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700428 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700429 </plugin>
430 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700431 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300432 <artifactId>maven-failsafe-plugin</artifactId>
433 <configuration>
434 <systemPropertyVariables>
435 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
436 </systemPropertyVariables>
437 </configuration>
438 </plugin>
439 <plugin>
440 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700441 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700442 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400443 <source>${source.jdk.version}</source>
444 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500445 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700446 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000447 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700448 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700449 <groupId>org.apache.maven.plugins</groupId>
450 <artifactId>maven-remote-resources-plugin</artifactId>
451 <executions>
452 <execution>
453 <goals>
454 <goal>process</goal>
455 </goals>
456 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500457 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700458 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700459 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500460 <properties>
461 <projectName>Apache Hyracks - ${project.name}</projectName>
462 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700463 </configuration>
464 </execution>
465 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800466 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400467 <plugin>
468 <groupId>org.apache.maven.plugins</groupId>
469 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400470 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400471 <executions>
472 <execution>
473 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400474 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400475 <goals>
476 <goal>check</goal>
477 </goals>
478 </execution>
479 </executions>
480 <configuration>
481 <logViolationsToConsole>true</logViolationsToConsole>
482 <checkstyleRules>
483 <module name="Checker">
484 <!-- Checks for whitespace -->
485 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400486 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400487 <module name="TreeWalker">
488 <module name="AvoidStarImport">
489 <property name="allowStaticMemberImports" value="true"/>
490 </module>
491 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400492 </module>
493 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400494 <includes>**/*.java,**/*.jj</includes>
495 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400496 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
497 </configuration>
498 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400499 <plugin>
500 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400501 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400502 <executions>
503 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400504 <id>check-pom-packaging</id>
505 <phase>validate</phase>
506 <goals>
507 <goal>run</goal>
508 </goals>
509 <configuration>
510 <exportAntProperties>true</exportAntProperties>
511 <target xmlns:unless="ant:unless">
512 <condition property="skipPomEnforcement">
513 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
514 </condition>
515 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
516 </target>
517 </configuration>
518 </execution>
519 </executions>
520 </plugin>
521 <plugin>
522 <groupId>org.apache.maven.plugins</groupId>
523 <artifactId>maven-enforcer-plugin</artifactId>
524 <executions>
525 <execution>
526 <id>ensure-no-tests-for-pom-packaging</id>
527 <phase>validate</phase>
528 <goals>
529 <goal>enforce</goal>
530 </goals>
531 <configuration>
532 <rules>
533 <requireFilesDontExist>
534 <files>
535 <file>${project.build.testSourceDirectory}</file>
536 </files>
537 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
538 </requireFilesDontExist>
539 </rules>
540 <skip>${skipPomEnforcement}</skip>
541 </configuration>
542 </execution>
543 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400544 <id>enforce-versions</id>
545 <goals>
546 <goal>enforce</goal>
547 </goals>
548 <configuration>
549 <rules>
550 <requireMavenVersion>
551 <version>[3.3.9,)</version>
552 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700553 <requireJavaVersion>
554 <version>[11,)</version>
555 </requireJavaVersion>
556 </rules>
557 </configuration>
558 </execution>
559 <execution>
560 <id>ensure-no-duplicate-deps</id>
561 <goals>
562 <goal>enforce</goal>
563 </goals>
564 <configuration>
565 <rules>
566 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400567 </rules>
568 </configuration>
569 </execution>
570 </executions>
571 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500572 <plugin>
573 <groupId>org.apache.maven.plugins</groupId>
574 <artifactId>maven-resources-plugin</artifactId>
575 <executions>
576 <execution>
577 <id>default-testResources</id>
578 <goals>
579 <goal>testResources</goal>
580 </goals>
581 <configuration>
582 <skip>${skip.testResources}</skip>
583 </configuration>
584 </execution>
585 </executions>
586 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500587 <plugin>
588 <groupId>net.revelc.code.formatter</groupId>
589 <artifactId>formatter-maven-plugin</artifactId>
590 <executions>
591 <execution>
592 <goals>
593 <goal>${source-format.goal}</goal>
594 </goals>
595 </execution>
596 </executions>
597 <configuration>
598 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
599 <skipFormatting>${source-format.skip}</skipFormatting>
600 </configuration>
601 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400602 <plugin>
603 <groupId>net.revelc.code</groupId>
604 <artifactId>impsort-maven-plugin</artifactId>
605 <executions>
606 <execution>
607 <goals>
608 <goal>${import-sort.goal}</goal>
609 </goals>
610 </execution>
611 </executions>
612 <configuration>
613 <groups>java,javax,org,com,*</groups>
614 <removeUnused>true</removeUnused>
615 <skip>${import-sort.skip}</skip>
616 </configuration>
617 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000618 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700619 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700620 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500621 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800622 <groupId>org.apache.maven.plugins</groupId>
623 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400624 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800625 </plugin>
626 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500627 <groupId>org.apache.rat</groupId>
628 <artifactId>apache-rat-plugin</artifactId>
629 <version>0.12</version>
630 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700631 <plugin>
632 <groupId>net.revelc.code.formatter</groupId>
633 <artifactId>formatter-maven-plugin</artifactId>
634 <version>2.0.1</version>
635 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400636 <plugin>
637 <groupId>net.revelc.code</groupId>
638 <artifactId>impsort-maven-plugin</artifactId>
639 <version>1.2.0</version>
640 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700641 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
642 <plugin>
643 <groupId>org.eclipse.m2e</groupId>
644 <artifactId>lifecycle-mapping</artifactId>
645 <version>1.0.0</version>
646 <configuration>
647 <lifecycleMappingMetadata>
648 <pluginExecutions>
649 <pluginExecution>
650 <pluginExecutionFilter>
651 <groupId>org.apache.rat</groupId>
652 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400653 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700654 <goals>
655 <goal>check</goal>
656 </goals>
657 </pluginExecutionFilter>
658 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400659 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700660 </action>
661 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400662 <pluginExecution>
663 <pluginExecutionFilter>
664 <groupId>org.apache.maven.plugins</groupId>
665 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400666 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400667 <goals>
668 <goal>check</goal>
669 </goals>
670 </pluginExecutionFilter>
671 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400672 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400673 </action>
674 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700675 <pluginExecution>
676 <pluginExecutionFilter>
677 <groupId>org.apache.maven.plugins</groupId>
678 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400679 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700680 <goals>
681 <goal>analyze-only</goal>
682 </goals>
683 </pluginExecutionFilter>
684 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800685 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700686 </action>
687 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800688 <pluginExecution>
689 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800690 <groupId>net.revelc.code.formatter</groupId>
691 <artifactId>formatter-maven-plugin</artifactId>
692 <versionRange>[2.0.1,)</versionRange>
693 <goals>
694 <goal>format</goal>
695 </goals>
696 </pluginExecutionFilter>
697 <action>
698 <ignore></ignore>
699 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800700 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700701 </pluginExecutions>
702 </lifecycleMappingMetadata>
703 </configuration>
704 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800705 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500706 <groupId>org.codehaus.mojo</groupId>
707 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400708 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800709 </plugin>
710 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500711 <groupId>org.apache.maven.plugins</groupId>
712 <artifactId>maven-scm-plugin</artifactId>
713 <version>1.9.5</version>
714 </plugin>
715 <plugin>
716 <groupId>org.codehaus.mojo</groupId>
717 <artifactId>appassembler-maven-plugin</artifactId>
718 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800719 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400720 <plugin>
721 <groupId>org.apache.maven.plugins</groupId>
722 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400723 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400724 </plugin>
725 <plugin>
726 <groupId>org.apache.maven.plugins</groupId>
727 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400728 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400729 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400730 <plugin>
731 <groupId>org.apache.hyracks</groupId>
732 <artifactId>license-automation-plugin</artifactId>
733 <version>${project.version}</version>
734 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400735 <plugin>
736 <groupId>org.apache.maven.plugins</groupId>
737 <artifactId>maven-assembly-plugin</artifactId>
738 <version>3.1.0</version>
739 </plugin>
740 <plugin>
741 <groupId>org.apache.maven.plugins</groupId>
742 <artifactId>maven-antrun-plugin</artifactId>
743 <version>1.8</version>
744 </plugin>
745 <plugin>
746 <groupId>org.apache.maven.plugins</groupId>
747 <artifactId>maven-clean-plugin</artifactId>
748 <version>3.0.0</version>
749 </plugin>
750 <plugin>
751 <groupId>org.apache.maven.plugins</groupId>
752 <artifactId>maven-jar-plugin</artifactId>
753 <version>3.0.2</version>
754 </plugin>
755 <plugin>
756 <groupId>org.codehaus.mojo</groupId>
757 <artifactId>build-helper-maven-plugin</artifactId>
758 <version>3.0.0</version>
759 </plugin>
760 <plugin>
761 <groupId>org.apache.maven.plugins</groupId>
762 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700763 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400764 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400765 <plugin>
766 <groupId>org.apache.maven.doxia</groupId>
767 <artifactId>doxia-maven-plugin</artifactId>
768 <version>1.1.4</version>
769 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700770 <plugin>
771 <groupId>org.apache.maven.plugins</groupId>
772 <artifactId>maven-enforcer-plugin</artifactId>
773 <version>3.0.0-M3</version>
774 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700775 </plugins>
776 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000777 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800778 <profiles>
779 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400780 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700781 <activation>
782 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400783 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700784 </file>
785 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400786 <properties>
787 <skip.assembly>true</skip.assembly>
788 </properties>
789 </profile>
790 <profile>
791 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700792 <build>
793 <plugins>
794 <plugin>
795 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500796 <artifactId>maven-jar-plugin</artifactId>
797 <configuration>
798 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500799 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500800 <manifest>
801 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
802 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
803 </manifest>
804 </archive>
805 </configuration>
806 </plugin>
807 <plugin>
808 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700809 <artifactId>maven-assembly-plugin</artifactId>
810 <!-- We override the configuration plugin to override the descriptor to use for building
811 the source release zip. Specifically, we would like to control the inclusions/exclusions.
812 For example, we exclude the KEYS file from the zip -->
813 <executions>
814 <execution>
815 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
816 the apache parent POM under the apache-release profile -->
817 <id>source-release-assembly</id>
818 <phase>package</phase>
819 <goals>
820 <goal>single</goal>
821 </goals>
822 <!-- combine.self should be override to replace the configuration in the parent POM -->
823 <configuration combine.self="override">
824 <descriptors>
825 <descriptor>src/main/assembly/source.xml</descriptor>
826 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400827 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700828 </configuration>
829 </execution>
830 </executions>
831 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700832 <plugin>
833 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800834 <artifactId>maven-gpg-plugin</artifactId>
835 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700836 <executions>
837 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800838 <id>sign-artifacts</id>
839 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700840 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800841 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700842 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700843 </execution>
844 </executions>
845 </plugin>
846 </plugins>
847 </build>
848 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700849 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400850 <id>coverage</id>
851 <activation>
852 <property>
853 <name>coverage</name>
854 </property>
855 </activation>
856 <build>
857 <plugins>
858 <plugin>
859 <groupId>org.jacoco</groupId>
860 <artifactId>jacoco-maven-plugin</artifactId>
861 <version>${jacoco.version}</version>
862 <executions>
863 <execution>
864 <id>default-prepare-agent</id>
865 <goals>
866 <goal>prepare-agent</goal>
867 </goals>
868 <configuration>
869 <propertyName>coverageArgLine</propertyName>
870 </configuration>
871 </execution>
872 <execution>
873 <id>default-prepare-agent-integration</id>
874 <goals>
875 <goal>prepare-agent-integration</goal>
876 </goals>
877 <configuration>
878 <propertyName>coverageArgLine</propertyName>
879 </configuration>
880 </execution>
881 </executions>
882 </plugin>
883 </plugins>
884 </build>
885 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400886 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400887 </properties>
888 </profile>
889 <profile>
890 <id>no-coverage</id>
891 <activation>
892 <property>
893 <name>!coverage</name>
894 </property>
895 </activation>
896 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400897 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400898 </properties>
899 </profile>
900 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500901 <id>integration-tests-only</id>
902 <properties>
903 <test.includes/>
904 <failIfNoTests>false</failIfNoTests>
905 </properties>
906 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800907 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000908 <modules>
909 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000910 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500911 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000912 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400913</project>