blob: 09ae2283d6279604a51bd8fa51f52957fcdbc2c5 [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 Maxonc95de7a2020-08-07 11:58:39 -070024 <version>0.3.6-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 Blow3856cb32021-05-01 11:36:15 -040075 <log4j.version>2.14.1</log4j.version>
Michael Blow38ca9622018-02-28 11:44:43 -050076
Michael Blowcbfe8f92018-02-28 14:02:38 -050077 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050078 <implementation.url>https://asterixdb.apache.org/</implementation.url>
79 <implementation.version>${project.version}</implementation.version>
80 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070081 </properties>
82 <dependencyManagement>
83 <dependencies>
84 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080085 <groupId>io.netty</groupId>
86 <artifactId>netty-all</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -040087 <version>4.1.63.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -080088 </dependency>
89 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070090 <groupId>junit</groupId>
91 <artifactId>junit</artifactId>
Michael Blowb5727c62020-03-05 21:16:35 -050092 <version>4.13</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070093 </dependency>
94 <dependency>
95 <groupId>org.apache.hadoop</groupId>
96 <artifactId>hadoop-yarn-client</artifactId>
97 <version>${hadoop.version}</version>
98 </dependency>
99 <dependency>
100 <groupId>org.apache.hadoop</groupId>
101 <artifactId>hadoop-client</artifactId>
102 <version>${hadoop.version}</version>
103 </dependency>
104 <dependency>
105 <groupId>org.apache.hadoop</groupId>
106 <artifactId>hadoop-common</artifactId>
107 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400108 <exclusions>
109 <exclusion>
110 <groupId>javax.servlet.jsp</groupId>
111 <artifactId>jsp-api</artifactId>
112 </exclusion>
113 <exclusion>
114 <groupId>javax.servlet</groupId>
115 <artifactId>servlet-api</artifactId>
116 </exclusion>
117 <exclusion>
118 <groupId>jdk.tools</groupId>
119 <artifactId>jdk.tools</artifactId>
120 </exclusion>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700121 <exclusion>
122 <groupId>log4j</groupId>
123 <artifactId>log4j</artifactId>
124 </exclusion>
Michael Blowaebe2c52018-06-10 14:18:53 -0400125 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700126 </dependency>
127 <dependency>
128 <groupId>org.apache.hadoop</groupId>
129 <artifactId>hadoop-hdfs</artifactId>
130 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700131 <exclusions>
132 <exclusion>
133 <groupId>log4j</groupId>
134 <artifactId>log4j</artifactId>
135 </exclusion>
136 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700137 </dependency>
138 <dependency>
139 <groupId>org.apache.hadoop</groupId>
140 <artifactId>hadoop-minicluster</artifactId>
141 <version>${hadoop.version}</version>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700142 <exclusions>
143 <exclusion>
144 <groupId>log4j</groupId>
145 <artifactId>log4j</artifactId>
146 </exclusion>
147 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700148 </dependency>
149 <dependency>
150 <groupId>org.apache.hadoop</groupId>
151 <artifactId>hadoop-mapreduce-client-core</artifactId>
152 <version>${hadoop.version}</version>
153 </dependency>
154 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400155 <groupId>org.apache.hadoop</groupId>
156 <artifactId>hadoop-hdfs</artifactId>
157 <version>${hadoop.version}</version>
158 <classifier>tests</classifier>
159 <scope>test</scope>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700160 <exclusions>
161 <exclusion>
162 <groupId>log4j</groupId>
163 <artifactId>log4j</artifactId>
164 </exclusion>
165 </exclusions>
Michael Blowba358122016-10-13 19:56:03 -0400166 </dependency>
167 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700168 <groupId>commons-io</groupId>
169 <artifactId>commons-io</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400170 <version>2.8.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500171 </dependency>
172 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400173 <groupId>org.apache.commons</groupId>
174 <artifactId>commons-text</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400175 <version>1.9</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400176 </dependency>
177 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800178 <groupId>com.fasterxml.jackson.core</groupId>
179 <artifactId>jackson-databind</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400180 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800181 </dependency>
182 <dependency>
183 <groupId>com.fasterxml.jackson.core</groupId>
184 <artifactId>jackson-core</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400185 <version>2.12.3</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800186 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500187 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500188 <groupId>com.fasterxml.jackson.core</groupId>
189 <artifactId>jackson-annotations</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400190 <version>2.12.3</version>
Michael Blow204b2952017-12-07 20:17:47 -0500191 </dependency>
192 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500193 <groupId>com.google.guava</groupId>
194 <artifactId>guava</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500195 <version>30.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400196 <exclusions>
197 <exclusion>
198 <groupId>com.google.code.findbugs</groupId>
199 <artifactId>jsr305</artifactId>
200 </exclusion>
201 <exclusion>
202 <groupId>com.google.guava</groupId>
203 <artifactId>listenablefuture</artifactId>
204 </exclusion>
205 <exclusion>
206 <groupId>org.checkerframework</groupId>
207 <artifactId>checker-qual</artifactId>
208 </exclusion>
209 <exclusion>
210 <groupId>com.google.j2objc</groupId>
211 <artifactId>j2objc-annotations</artifactId>
212 </exclusion>
213 <exclusion>
214 <groupId>org.codehaus.mojo</groupId>
215 <artifactId>animal-sniffer-annotations</artifactId>
216 </exclusion>
217 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500218 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500219 <dependency>
220 <groupId>org.apache.commons</groupId>
221 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400222 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500223 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500224 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500225 <groupId>org.apache.commons</groupId>
226 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500227 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500228 </dependency>
229 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800230 <groupId>org.apache.httpcomponents</groupId>
231 <artifactId>httpcore</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400232 <version>4.4.14</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800233 </dependency>
234 <dependency>
235 <groupId>org.apache.httpcomponents</groupId>
236 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500237 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800238 </dependency>
239 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500240 <groupId>org.apache.rat</groupId>
241 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500242 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500243 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500244 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800245 <groupId>org.ini4j</groupId>
246 <artifactId>ini4j</artifactId>
247 <version>0.5.4</version>
248 </dependency>
249 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500250 <groupId>args4j</groupId>
251 <artifactId>args4j</artifactId>
252 <version>2.33</version>
253 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300254 <dependency>
255 <groupId>org.apache.logging.log4j</groupId>
256 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400257 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300258 </dependency>
259 <dependency>
260 <groupId>org.apache.logging.log4j</groupId>
261 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400262 <version>${log4j.version}</version>
263 </dependency>
264 <dependency>
265 <groupId>org.apache.logging.log4j</groupId>
266 <artifactId>log4j-jul</artifactId>
267 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300268 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800269 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400270 <groupId>javax.xml.bind</groupId>
271 <artifactId>jaxb-api</artifactId>
272 <version>2.3.0</version>
273 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500274 <dependency>
275 <groupId>org.apache.maven</groupId>
276 <artifactId>maven-project</artifactId>
277 <version>2.2.1</version>
278 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500279 <dependency>
280 <groupId>org.apache.maven</groupId>
281 <artifactId>maven-model</artifactId>
282 <version>3.6.3</version>
283 </dependency>
284 <dependency>
285 <groupId>org.apache.maven</groupId>
286 <artifactId>maven-artifact</artifactId>
287 <version>3.6.3</version>
288 </dependency>
289 <dependency>
290 <groupId>org.apache.maven</groupId>
291 <artifactId>maven-compat</artifactId>
292 <version>3.6.3</version>
293 </dependency>
294 <dependency>
295 <groupId>org.apache.maven</groupId>
296 <artifactId>maven-core</artifactId>
297 <version>3.6.3</version>
Michael Blowe2307cf2020-04-24 16:14:03 -0400298 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500299 <dependency>
300 <groupId>org.apache.maven</groupId>
301 <artifactId>maven-plugin-api</artifactId>
302 <version>3.6.3</version>
303 </dependency>
Rui Guo4ce394b2020-07-23 07:35:59 -0700304 <dependency>
305 <groupId>it.unimi.dsi</groupId>
Michael Blowd821af02021-04-05 09:33:15 -0400306 <artifactId>fastutil-core</artifactId>
307 <version>8.5.4</version>
Rui Guo4ce394b2020-07-23 07:35:59 -0700308 </dependency>
Ian Maxon44b4dd82020-10-01 12:58:06 -0700309 <dependency>
Ian Maxon4a20fb22020-06-08 17:23:07 -0700310 <groupId>org.apache.logging.log4j</groupId>
311 <artifactId>log4j-1.2-api</artifactId>
312 <version>2.13.1</version>
313 </dependency>
Ian Maxon94eb3c22021-06-03 12:31:18 -0700314 <dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700315 <groupId>org.mockito</groupId>
316 <artifactId>mockito-core</artifactId>
317 <version>3.10.0</version>
318 </dependency>
319 <dependency>
320 <groupId>org.powermock</groupId>
321 <artifactId>powermock-api-mockito2</artifactId>
322 <version>2.0.9</version>
323 </dependency>
324 <dependency>
325 <groupId>org.powermock</groupId>
326 <artifactId>powermock-module-junit4</artifactId>
327 <version>2.0.9</version>
328 </dependency>
329 <dependency>
330 <groupId>org.powermock</groupId>
331 <artifactId>powermock-core</artifactId>
332 <version>2.0.9</version>
333 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700334 </dependencies>
335 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000336 <build>
337 <plugins>
338 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400339 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500340 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500341 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500342 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500343 <exclude>**/DEPENDENCIES</exclude>
344 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500345 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500346 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500347 <manifest>
348 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
349 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
350 </manifest>
351 <manifestEntries>
352 <Implementation-Title>${implementation.title}</Implementation-Title>
353 <Implementation-URL>${implementation.url}</Implementation-URL>
354 <Implementation-Version>${implementation.version}</Implementation-Version>
355 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
356 </manifestEntries>
357 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500358 </configuration>
359 </plugin>
360 <plugin>
361 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400362 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400363 <configuration>
364 <failOnWarning>true</failOnWarning>
365 <outputXML>true</outputXML>
366 </configuration>
367 <executions>
368 <execution>
369 <phase>process-test-classes</phase>
370 <goals>
371 <goal>analyze-only</goal>
372 </goals>
373 </execution>
374 </executions>
375 </plugin>
376 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700377 <groupId>org.apache.rat</groupId>
378 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700379 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700380 <execution>
381 <phase>validate</phase>
382 <goals>
383 <goal>check</goal>
384 </goals>
385 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700386 </executions>
387 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500388 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
389 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700390 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800391 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700392 </licenses>
393 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800394 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700395 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500396 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400397 <excludes combine.children="append">
398 <exclude>**/*.iml</exclude>
399 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700400 </configuration>
401 </plugin>
402 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700403 <groupId>org.apache.maven.plugins</groupId>
404 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700405 <configuration>
406 <failIfNoTests>false</failIfNoTests>
407 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800408 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800409 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300410 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700411 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300412 <systemPropertyVariables>
413 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
414 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700415 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500416 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700417 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500418 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500419 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800420 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400421 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700422 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700423 </plugin>
424 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700425 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300426 <artifactId>maven-failsafe-plugin</artifactId>
427 <configuration>
428 <systemPropertyVariables>
429 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
430 </systemPropertyVariables>
431 </configuration>
432 </plugin>
433 <plugin>
434 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700435 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700436 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400437 <source>${source.jdk.version}</source>
438 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500439 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700440 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000441 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700442 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700443 <groupId>org.apache.maven.plugins</groupId>
444 <artifactId>maven-remote-resources-plugin</artifactId>
445 <executions>
446 <execution>
447 <goals>
448 <goal>process</goal>
449 </goals>
450 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500451 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700452 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700453 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500454 <properties>
455 <projectName>Apache Hyracks - ${project.name}</projectName>
456 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700457 </configuration>
458 </execution>
459 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800460 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400461 <plugin>
462 <groupId>org.apache.maven.plugins</groupId>
463 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400464 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400465 <executions>
466 <execution>
467 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400468 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400469 <goals>
470 <goal>check</goal>
471 </goals>
472 </execution>
473 </executions>
474 <configuration>
475 <logViolationsToConsole>true</logViolationsToConsole>
476 <checkstyleRules>
477 <module name="Checker">
478 <!-- Checks for whitespace -->
479 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400480 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400481 <module name="TreeWalker">
482 <module name="AvoidStarImport">
483 <property name="allowStaticMemberImports" value="true"/>
484 </module>
485 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400486 </module>
487 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400488 <includes>**/*.java,**/*.jj</includes>
489 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400490 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
491 </configuration>
492 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400493 <plugin>
494 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400495 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400496 <executions>
497 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400498 <id>check-pom-packaging</id>
499 <phase>validate</phase>
500 <goals>
501 <goal>run</goal>
502 </goals>
503 <configuration>
504 <exportAntProperties>true</exportAntProperties>
505 <target xmlns:unless="ant:unless">
506 <condition property="skipPomEnforcement">
507 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
508 </condition>
509 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
510 </target>
511 </configuration>
512 </execution>
513 </executions>
514 </plugin>
515 <plugin>
516 <groupId>org.apache.maven.plugins</groupId>
517 <artifactId>maven-enforcer-plugin</artifactId>
518 <executions>
519 <execution>
520 <id>ensure-no-tests-for-pom-packaging</id>
521 <phase>validate</phase>
522 <goals>
523 <goal>enforce</goal>
524 </goals>
525 <configuration>
526 <rules>
527 <requireFilesDontExist>
528 <files>
529 <file>${project.build.testSourceDirectory}</file>
530 </files>
531 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
532 </requireFilesDontExist>
533 </rules>
534 <skip>${skipPomEnforcement}</skip>
535 </configuration>
536 </execution>
537 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400538 <id>enforce-versions</id>
539 <goals>
540 <goal>enforce</goal>
541 </goals>
542 <configuration>
543 <rules>
544 <requireMavenVersion>
545 <version>[3.3.9,)</version>
546 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700547 <requireJavaVersion>
548 <version>[11,)</version>
549 </requireJavaVersion>
550 </rules>
551 </configuration>
552 </execution>
553 <execution>
554 <id>ensure-no-duplicate-deps</id>
555 <goals>
556 <goal>enforce</goal>
557 </goals>
558 <configuration>
559 <rules>
560 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400561 </rules>
562 </configuration>
563 </execution>
564 </executions>
565 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500566 <plugin>
567 <groupId>org.apache.maven.plugins</groupId>
568 <artifactId>maven-resources-plugin</artifactId>
569 <executions>
570 <execution>
571 <id>default-testResources</id>
572 <goals>
573 <goal>testResources</goal>
574 </goals>
575 <configuration>
576 <skip>${skip.testResources}</skip>
577 </configuration>
578 </execution>
579 </executions>
580 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500581 <plugin>
582 <groupId>net.revelc.code.formatter</groupId>
583 <artifactId>formatter-maven-plugin</artifactId>
584 <executions>
585 <execution>
586 <goals>
587 <goal>${source-format.goal}</goal>
588 </goals>
589 </execution>
590 </executions>
591 <configuration>
592 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
593 <skipFormatting>${source-format.skip}</skipFormatting>
594 </configuration>
595 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400596 <plugin>
597 <groupId>net.revelc.code</groupId>
598 <artifactId>impsort-maven-plugin</artifactId>
599 <executions>
600 <execution>
601 <goals>
602 <goal>${import-sort.goal}</goal>
603 </goals>
604 </execution>
605 </executions>
606 <configuration>
607 <groups>java,javax,org,com,*</groups>
608 <removeUnused>true</removeUnused>
609 <skip>${import-sort.skip}</skip>
610 </configuration>
611 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000612 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700613 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700614 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500615 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800616 <groupId>org.apache.maven.plugins</groupId>
617 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400618 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800619 </plugin>
620 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500621 <groupId>org.apache.rat</groupId>
622 <artifactId>apache-rat-plugin</artifactId>
623 <version>0.12</version>
624 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700625 <plugin>
626 <groupId>net.revelc.code.formatter</groupId>
627 <artifactId>formatter-maven-plugin</artifactId>
628 <version>2.0.1</version>
629 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400630 <plugin>
631 <groupId>net.revelc.code</groupId>
632 <artifactId>impsort-maven-plugin</artifactId>
633 <version>1.2.0</version>
634 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700635 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
636 <plugin>
637 <groupId>org.eclipse.m2e</groupId>
638 <artifactId>lifecycle-mapping</artifactId>
639 <version>1.0.0</version>
640 <configuration>
641 <lifecycleMappingMetadata>
642 <pluginExecutions>
643 <pluginExecution>
644 <pluginExecutionFilter>
645 <groupId>org.apache.rat</groupId>
646 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400647 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700648 <goals>
649 <goal>check</goal>
650 </goals>
651 </pluginExecutionFilter>
652 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400653 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700654 </action>
655 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400656 <pluginExecution>
657 <pluginExecutionFilter>
658 <groupId>org.apache.maven.plugins</groupId>
659 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400660 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400661 <goals>
662 <goal>check</goal>
663 </goals>
664 </pluginExecutionFilter>
665 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400666 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400667 </action>
668 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700669 <pluginExecution>
670 <pluginExecutionFilter>
671 <groupId>org.apache.maven.plugins</groupId>
672 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400673 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700674 <goals>
675 <goal>analyze-only</goal>
676 </goals>
677 </pluginExecutionFilter>
678 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800679 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700680 </action>
681 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800682 <pluginExecution>
683 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800684 <groupId>net.revelc.code.formatter</groupId>
685 <artifactId>formatter-maven-plugin</artifactId>
686 <versionRange>[2.0.1,)</versionRange>
687 <goals>
688 <goal>format</goal>
689 </goals>
690 </pluginExecutionFilter>
691 <action>
692 <ignore></ignore>
693 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800694 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700695 </pluginExecutions>
696 </lifecycleMappingMetadata>
697 </configuration>
698 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800699 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500700 <groupId>org.codehaus.mojo</groupId>
701 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400702 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800703 </plugin>
704 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500705 <groupId>org.apache.maven.plugins</groupId>
706 <artifactId>maven-scm-plugin</artifactId>
707 <version>1.9.5</version>
708 </plugin>
709 <plugin>
710 <groupId>org.codehaus.mojo</groupId>
711 <artifactId>appassembler-maven-plugin</artifactId>
712 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800713 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400714 <plugin>
715 <groupId>org.apache.maven.plugins</groupId>
716 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400717 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400718 </plugin>
719 <plugin>
720 <groupId>org.apache.maven.plugins</groupId>
721 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400722 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400723 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400724 <plugin>
725 <groupId>org.apache.hyracks</groupId>
726 <artifactId>license-automation-plugin</artifactId>
727 <version>${project.version}</version>
728 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400729 <plugin>
730 <groupId>org.apache.maven.plugins</groupId>
731 <artifactId>maven-assembly-plugin</artifactId>
732 <version>3.1.0</version>
733 </plugin>
734 <plugin>
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-antrun-plugin</artifactId>
737 <version>1.8</version>
738 </plugin>
739 <plugin>
740 <groupId>org.apache.maven.plugins</groupId>
741 <artifactId>maven-clean-plugin</artifactId>
742 <version>3.0.0</version>
743 </plugin>
744 <plugin>
745 <groupId>org.apache.maven.plugins</groupId>
746 <artifactId>maven-jar-plugin</artifactId>
747 <version>3.0.2</version>
748 </plugin>
749 <plugin>
750 <groupId>org.codehaus.mojo</groupId>
751 <artifactId>build-helper-maven-plugin</artifactId>
752 <version>3.0.0</version>
753 </plugin>
754 <plugin>
755 <groupId>org.apache.maven.plugins</groupId>
756 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700757 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400758 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400759 <plugin>
760 <groupId>org.apache.maven.doxia</groupId>
761 <artifactId>doxia-maven-plugin</artifactId>
762 <version>1.1.4</version>
763 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700764 <plugin>
765 <groupId>org.apache.maven.plugins</groupId>
766 <artifactId>maven-enforcer-plugin</artifactId>
767 <version>3.0.0-M3</version>
768 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700769 </plugins>
770 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000771 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800772 <profiles>
773 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400774 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700775 <activation>
776 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400777 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700778 </file>
779 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400780 <properties>
781 <skip.assembly>true</skip.assembly>
782 </properties>
783 </profile>
784 <profile>
785 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700786 <build>
787 <plugins>
788 <plugin>
789 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500790 <artifactId>maven-jar-plugin</artifactId>
791 <configuration>
792 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500793 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500794 <manifest>
795 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
796 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
797 </manifest>
798 </archive>
799 </configuration>
800 </plugin>
801 <plugin>
802 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700803 <artifactId>maven-assembly-plugin</artifactId>
804 <!-- We override the configuration plugin to override the descriptor to use for building
805 the source release zip. Specifically, we would like to control the inclusions/exclusions.
806 For example, we exclude the KEYS file from the zip -->
807 <executions>
808 <execution>
809 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
810 the apache parent POM under the apache-release profile -->
811 <id>source-release-assembly</id>
812 <phase>package</phase>
813 <goals>
814 <goal>single</goal>
815 </goals>
816 <!-- combine.self should be override to replace the configuration in the parent POM -->
817 <configuration combine.self="override">
818 <descriptors>
819 <descriptor>src/main/assembly/source.xml</descriptor>
820 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400821 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700822 </configuration>
823 </execution>
824 </executions>
825 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700826 <plugin>
827 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800828 <artifactId>maven-gpg-plugin</artifactId>
829 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700830 <executions>
831 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800832 <id>sign-artifacts</id>
833 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700834 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800835 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700836 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700837 </execution>
838 </executions>
839 </plugin>
840 </plugins>
841 </build>
842 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700843 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400844 <id>coverage</id>
845 <activation>
846 <property>
847 <name>coverage</name>
848 </property>
849 </activation>
850 <build>
851 <plugins>
852 <plugin>
853 <groupId>org.jacoco</groupId>
854 <artifactId>jacoco-maven-plugin</artifactId>
855 <version>${jacoco.version}</version>
856 <executions>
857 <execution>
858 <id>default-prepare-agent</id>
859 <goals>
860 <goal>prepare-agent</goal>
861 </goals>
862 <configuration>
863 <propertyName>coverageArgLine</propertyName>
864 </configuration>
865 </execution>
866 <execution>
867 <id>default-prepare-agent-integration</id>
868 <goals>
869 <goal>prepare-agent-integration</goal>
870 </goals>
871 <configuration>
872 <propertyName>coverageArgLine</propertyName>
873 </configuration>
874 </execution>
875 </executions>
876 </plugin>
877 </plugins>
878 </build>
879 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400880 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400881 </properties>
882 </profile>
883 <profile>
884 <id>no-coverage</id>
885 <activation>
886 <property>
887 <name>!coverage</name>
888 </property>
889 </activation>
890 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400891 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400892 </properties>
893 </profile>
894 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500895 <id>integration-tests-only</id>
896 <properties>
897 <test.includes/>
898 <failIfNoTests>false</failIfNoTests>
899 </properties>
900 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800901 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000902 <modules>
903 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000904 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500905 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000906 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400907</project>