blob: f3f75532e2fa101250491f15249dc8fb105beca3 [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>
Michael Blowcedd9612018-07-25 13:25:02 -040052 <source.jdk.version>1.8</source.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050053 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040054 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070055 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050056 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070057 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040058 <import-sort.goal>sort</import-sort.goal>
59 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080060 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050061 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040062 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050063 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050064 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070065 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
67 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050068 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050069 <test.includes>${global.test.includes}</test.includes>
70 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070071 <!-- Versions under dependencymanagement or used in many projects via properties -->
Michael Blow3477a2b2018-10-04 17:17:35 -040072 <hadoop.version>2.8.5</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070073 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow91a7e802023-01-12 18:51:33 -050074 <log4j.version>2.19.0</log4j.version>
Michael Blowe8637d02021-10-28 20:11:23 -040075 <snappy.version>1.1.8.4</snappy.version>
Michael Blow91a7e802023-01-12 18:51:33 -050076 <jackson.version>2.14.1</jackson.version>
77 <jackson-databind.version>${jackson.version}</jackson-databind.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 Blowcf40ec42023-07-14 15:17:09 -040089 <version>4.1.94.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -040090 </dependency>
91 <dependency>
92 <groupId>io.netty</groupId>
93 <artifactId>netty-common</artifactId>
Michael Blowcf40ec42023-07-14 15:17:09 -040094 <version>4.1.94.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 Blowcf40ec42023-07-14 15:17:09 -040099 <version>4.1.94.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400100 </dependency>
101 <dependency>
102 <groupId>io.netty</groupId>
103 <artifactId>netty-transport</artifactId>
Michael Blowcf40ec42023-07-14 15:17:09 -0400104 <version>4.1.94.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400105 </dependency>
106 <dependency>
107 <groupId>io.netty</groupId>
108 <artifactId>netty-codec</artifactId>
Michael Blowcf40ec42023-07-14 15:17:09 -0400109 <version>4.1.94.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400110 </dependency>
111 <dependency>
112 <groupId>io.netty</groupId>
113 <artifactId>netty-handler</artifactId>
Michael Blowcf40ec42023-07-14 15:17:09 -0400114 <version>4.1.94.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800115 </dependency>
116 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700117 <groupId>junit</groupId>
118 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500119 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700120 </dependency>
121 <dependency>
122 <groupId>org.apache.hadoop</groupId>
123 <artifactId>hadoop-yarn-client</artifactId>
124 <version>${hadoop.version}</version>
125 </dependency>
126 <dependency>
127 <groupId>org.apache.hadoop</groupId>
128 <artifactId>hadoop-client</artifactId>
129 <version>${hadoop.version}</version>
130 </dependency>
131 <dependency>
132 <groupId>org.apache.hadoop</groupId>
133 <artifactId>hadoop-common</artifactId>
134 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400135 <exclusions>
136 <exclusion>
137 <groupId>javax.servlet.jsp</groupId>
138 <artifactId>jsp-api</artifactId>
139 </exclusion>
140 <exclusion>
141 <groupId>javax.servlet</groupId>
142 <artifactId>servlet-api</artifactId>
143 </exclusion>
144 <exclusion>
145 <groupId>jdk.tools</groupId>
146 <artifactId>jdk.tools</artifactId>
147 </exclusion>
148 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700149 </dependency>
150 <dependency>
151 <groupId>org.apache.hadoop</groupId>
152 <artifactId>hadoop-hdfs</artifactId>
153 <version>${hadoop.version}</version>
154 </dependency>
155 <dependency>
156 <groupId>org.apache.hadoop</groupId>
157 <artifactId>hadoop-minicluster</artifactId>
158 <version>${hadoop.version}</version>
159 </dependency>
160 <dependency>
161 <groupId>org.apache.hadoop</groupId>
162 <artifactId>hadoop-mapreduce-client-core</artifactId>
163 <version>${hadoop.version}</version>
164 </dependency>
165 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400166 <groupId>org.apache.hadoop</groupId>
167 <artifactId>hadoop-hdfs</artifactId>
168 <version>${hadoop.version}</version>
169 <classifier>tests</classifier>
170 <scope>test</scope>
171 </dependency>
172 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500173 <groupId>com.e-movimento.tinytools</groupId>
174 <artifactId>privilegedaccessor</artifactId>
175 <version>1.3</version>
176 </dependency>
177 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700178 <groupId>commons-io</groupId>
179 <artifactId>commons-io</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500180 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500181 </dependency>
182 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400183 <groupId>org.apache.commons</groupId>
184 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400185 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400186 </dependency>
187 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800188 <groupId>com.fasterxml.jackson.core</groupId>
189 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500190 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800191 </dependency>
192 <dependency>
193 <groupId>com.fasterxml.jackson.core</groupId>
194 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400195 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800196 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500197 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500198 <groupId>com.fasterxml.jackson.core</groupId>
199 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400200 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500201 </dependency>
202 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500203 <groupId>com.google.guava</groupId>
204 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500205 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400206 <exclusions>
207 <exclusion>
208 <groupId>com.google.code.findbugs</groupId>
209 <artifactId>jsr305</artifactId>
210 </exclusion>
211 <exclusion>
212 <groupId>com.google.guava</groupId>
213 <artifactId>listenablefuture</artifactId>
214 </exclusion>
215 <exclusion>
216 <groupId>org.checkerframework</groupId>
217 <artifactId>checker-qual</artifactId>
218 </exclusion>
219 <exclusion>
220 <groupId>com.google.j2objc</groupId>
221 <artifactId>j2objc-annotations</artifactId>
222 </exclusion>
223 <exclusion>
224 <groupId>org.codehaus.mojo</groupId>
225 <artifactId>animal-sniffer-annotations</artifactId>
226 </exclusion>
227 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500228 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500229 <dependency>
230 <groupId>org.apache.commons</groupId>
231 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400232 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500233 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500234 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500235 <groupId>org.apache.commons</groupId>
236 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500237 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500238 </dependency>
239 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800240 <groupId>org.apache.httpcomponents</groupId>
241 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500242 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800243 </dependency>
244 <dependency>
245 <groupId>org.apache.httpcomponents</groupId>
246 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500247 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800248 </dependency>
249 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500250 <groupId>org.apache.rat</groupId>
251 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500252 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500253 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500254 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800255 <groupId>org.ini4j</groupId>
256 <artifactId>ini4j</artifactId>
257 <version>0.5.4</version>
258 </dependency>
259 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500260 <groupId>args4j</groupId>
261 <artifactId>args4j</artifactId>
262 <version>2.33</version>
263 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300264 <dependency>
265 <groupId>org.apache.logging.log4j</groupId>
266 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400267 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300268 </dependency>
269 <dependency>
270 <groupId>org.apache.logging.log4j</groupId>
271 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400272 <version>${log4j.version}</version>
273 </dependency>
274 <dependency>
275 <groupId>org.apache.logging.log4j</groupId>
276 <artifactId>log4j-jul</artifactId>
277 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300278 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800279 <dependency>
280 <groupId>org.mockito</groupId>
281 <artifactId>mockito-all</artifactId>
282 <version>2.0.2-beta</version>
283 </dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400284 <dependency>
285 <groupId>javax.xml.bind</groupId>
286 <artifactId>jaxb-api</artifactId>
287 <version>2.3.0</version>
288 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500289 <dependency>
290 <groupId>org.apache.maven</groupId>
291 <artifactId>maven-project</artifactId>
292 <version>2.2.1</version>
293 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500294 <dependency>
295 <groupId>org.apache.maven</groupId>
296 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500297 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500298 </dependency>
299 <dependency>
300 <groupId>org.apache.maven</groupId>
301 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500302 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500303 </dependency>
304 <dependency>
305 <groupId>org.apache.maven</groupId>
306 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500307 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500308 </dependency>
309 <dependency>
310 <groupId>org.apache.maven</groupId>
311 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500312 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400313 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500314 <dependency>
315 <groupId>org.apache.maven</groupId>
316 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500317 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400318 </dependency>
319 <dependency>
320 <groupId>it.unimi.dsi</groupId>
321 <artifactId>fastutil-core</artifactId>
322 <version>8.5.6</version>
323 </dependency>
324 <dependency>
325 <groupId>org.slf4j</groupId>
326 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500327 <version>1.7.33</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400328 </dependency>
329 <dependency>
330 <groupId>org.apache.logging.log4j</groupId>
331 <artifactId>log4j-1.2-api</artifactId>
332 <version>${log4j.version}</version>
333 </dependency>
334 <dependency>
335 <groupId>org.mockito</groupId>
336 <artifactId>mockito-core</artifactId>
337 <version>3.10.0</version>
338 </dependency>
339 <dependency>
340 <groupId>org.powermock</groupId>
341 <artifactId>powermock-api-mockito2</artifactId>
342 <version>2.0.9</version>
343 </dependency>
344 <dependency>
345 <groupId>org.powermock</groupId>
346 <artifactId>powermock-module-junit4</artifactId>
347 <version>2.0.9</version>
348 </dependency>
349 <dependency>
350 <groupId>org.powermock</groupId>
351 <artifactId>powermock-core</artifactId>
352 <version>2.0.9</version>
353 </dependency>
354 <dependency>
355 <groupId>org.xerial.snappy</groupId>
356 <artifactId>snappy-java</artifactId>
357 <version>${snappy.version}</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500358 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700359 </dependencies>
360 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000361 <build>
362 <plugins>
363 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400364 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500365 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500366 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500367 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500368 <exclude>**/DEPENDENCIES</exclude>
369 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500370 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500371 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500372 <manifest>
373 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
374 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
375 </manifest>
376 <manifestEntries>
377 <Implementation-Title>${implementation.title}</Implementation-Title>
378 <Implementation-URL>${implementation.url}</Implementation-URL>
379 <Implementation-Version>${implementation.version}</Implementation-Version>
380 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
381 </manifestEntries>
382 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500383 </configuration>
384 </plugin>
385 <plugin>
386 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400387 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400388 <configuration>
389 <failOnWarning>true</failOnWarning>
390 <outputXML>true</outputXML>
391 </configuration>
392 <executions>
393 <execution>
394 <phase>process-test-classes</phase>
395 <goals>
396 <goal>analyze-only</goal>
397 </goals>
398 </execution>
399 </executions>
400 </plugin>
401 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700402 <groupId>org.apache.rat</groupId>
403 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700404 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700405 <execution>
406 <phase>validate</phase>
407 <goals>
408 <goal>check</goal>
409 </goals>
410 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700411 </executions>
412 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500413 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
414 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700415 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800416 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700417 </licenses>
418 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800419 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700420 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500421 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400422 <excludes combine.children="append">
423 <exclude>**/*.iml</exclude>
424 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700425 </configuration>
426 </plugin>
427 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700428 <groupId>org.apache.maven.plugins</groupId>
429 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700430 <configuration>
431 <failIfNoTests>false</failIfNoTests>
432 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800433 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800434 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300435 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700436 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300437 <systemPropertyVariables>
438 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
439 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700440 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500441 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700442 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500443 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500444 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800445 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400446 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700447 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700448 </plugin>
449 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700450 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300451 <artifactId>maven-failsafe-plugin</artifactId>
452 <configuration>
453 <systemPropertyVariables>
454 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
455 </systemPropertyVariables>
456 </configuration>
457 </plugin>
458 <plugin>
459 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700460 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700461 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400462 <source>${source.jdk.version}</source>
463 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500464 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700465 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000466 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700467 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700468 <groupId>org.apache.maven.plugins</groupId>
469 <artifactId>maven-remote-resources-plugin</artifactId>
470 <executions>
471 <execution>
472 <goals>
473 <goal>process</goal>
474 </goals>
475 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500476 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700477 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700478 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500479 <properties>
480 <projectName>Apache Hyracks - ${project.name}</projectName>
481 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700482 </configuration>
483 </execution>
484 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800485 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400486 <plugin>
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400489 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400490 <executions>
491 <execution>
492 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400493 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400494 <goals>
495 <goal>check</goal>
496 </goals>
497 </execution>
498 </executions>
499 <configuration>
500 <logViolationsToConsole>true</logViolationsToConsole>
501 <checkstyleRules>
502 <module name="Checker">
503 <!-- Checks for whitespace -->
504 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400505 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400506 <module name="TreeWalker">
507 <module name="AvoidStarImport">
508 <property name="allowStaticMemberImports" value="true"/>
509 </module>
510 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400511 </module>
512 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400513 <includes>**/*.java,**/*.jj</includes>
514 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400515 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
516 </configuration>
517 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400518 <plugin>
519 <groupId>org.apache.maven.plugins</groupId>
520 <artifactId>maven-enforcer-plugin</artifactId>
Michael Blow918c5b12017-10-30 14:51:13 -0400521 <version>3.0.0-M1</version>
Michael Blowf53c1c62016-06-17 16:51:59 -0400522 <executions>
523 <execution>
524 <id>enforce-versions</id>
525 <goals>
526 <goal>enforce</goal>
527 </goals>
528 <configuration>
529 <rules>
530 <requireMavenVersion>
531 <version>[3.3.9,)</version>
532 </requireMavenVersion>
533 </rules>
534 </configuration>
535 </execution>
536 </executions>
537 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500538 <plugin>
539 <groupId>org.apache.maven.plugins</groupId>
540 <artifactId>maven-resources-plugin</artifactId>
541 <executions>
542 <execution>
543 <id>default-testResources</id>
544 <goals>
545 <goal>testResources</goal>
546 </goals>
547 <configuration>
548 <skip>${skip.testResources}</skip>
549 </configuration>
550 </execution>
551 </executions>
552 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500553 <plugin>
554 <groupId>net.revelc.code.formatter</groupId>
555 <artifactId>formatter-maven-plugin</artifactId>
556 <executions>
557 <execution>
558 <goals>
559 <goal>${source-format.goal}</goal>
560 </goals>
561 </execution>
562 </executions>
563 <configuration>
564 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
565 <skipFormatting>${source-format.skip}</skipFormatting>
566 </configuration>
567 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400568 <plugin>
569 <groupId>net.revelc.code</groupId>
570 <artifactId>impsort-maven-plugin</artifactId>
571 <executions>
572 <execution>
573 <goals>
574 <goal>${import-sort.goal}</goal>
575 </goals>
576 </execution>
577 </executions>
578 <configuration>
579 <groups>java,javax,org,com,*</groups>
580 <removeUnused>true</removeUnused>
581 <skip>${import-sort.skip}</skip>
582 </configuration>
583 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000584 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700585 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700586 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500587 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800588 <groupId>org.apache.maven.plugins</groupId>
589 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400590 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800591 </plugin>
592 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500593 <groupId>org.apache.rat</groupId>
594 <artifactId>apache-rat-plugin</artifactId>
595 <version>0.12</version>
596 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700597 <plugin>
598 <groupId>net.revelc.code.formatter</groupId>
599 <artifactId>formatter-maven-plugin</artifactId>
600 <version>2.0.1</version>
601 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400602 <plugin>
603 <groupId>net.revelc.code</groupId>
604 <artifactId>impsort-maven-plugin</artifactId>
605 <version>1.2.0</version>
606 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700607 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
608 <plugin>
609 <groupId>org.eclipse.m2e</groupId>
610 <artifactId>lifecycle-mapping</artifactId>
611 <version>1.0.0</version>
612 <configuration>
613 <lifecycleMappingMetadata>
614 <pluginExecutions>
615 <pluginExecution>
616 <pluginExecutionFilter>
617 <groupId>org.apache.rat</groupId>
618 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400619 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700620 <goals>
621 <goal>check</goal>
622 </goals>
623 </pluginExecutionFilter>
624 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400625 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700626 </action>
627 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400628 <pluginExecution>
629 <pluginExecutionFilter>
630 <groupId>org.apache.maven.plugins</groupId>
631 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400632 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400633 <goals>
634 <goal>check</goal>
635 </goals>
636 </pluginExecutionFilter>
637 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400638 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400639 </action>
640 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700641 <pluginExecution>
642 <pluginExecutionFilter>
643 <groupId>org.apache.maven.plugins</groupId>
644 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400645 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700646 <goals>
647 <goal>analyze-only</goal>
648 </goals>
649 </pluginExecutionFilter>
650 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800651 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700652 </action>
653 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800654 <pluginExecution>
655 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800656 <groupId>net.revelc.code.formatter</groupId>
657 <artifactId>formatter-maven-plugin</artifactId>
658 <versionRange>[2.0.1,)</versionRange>
659 <goals>
660 <goal>format</goal>
661 </goals>
662 </pluginExecutionFilter>
663 <action>
664 <ignore></ignore>
665 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800666 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700667 </pluginExecutions>
668 </lifecycleMappingMetadata>
669 </configuration>
670 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800671 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500672 <groupId>org.codehaus.mojo</groupId>
673 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400674 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800675 </plugin>
676 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500677 <groupId>org.apache.maven.plugins</groupId>
678 <artifactId>maven-scm-plugin</artifactId>
679 <version>1.9.5</version>
680 </plugin>
681 <plugin>
682 <groupId>org.codehaus.mojo</groupId>
683 <artifactId>appassembler-maven-plugin</artifactId>
684 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800685 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400686 <plugin>
687 <groupId>org.apache.maven.plugins</groupId>
688 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400689 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400690 </plugin>
691 <plugin>
692 <groupId>org.apache.maven.plugins</groupId>
693 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400694 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400695 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400696 <plugin>
697 <groupId>org.apache.hyracks</groupId>
698 <artifactId>license-automation-plugin</artifactId>
699 <version>${project.version}</version>
700 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400701 <plugin>
702 <groupId>org.apache.maven.plugins</groupId>
703 <artifactId>maven-assembly-plugin</artifactId>
704 <version>3.1.0</version>
705 </plugin>
706 <plugin>
707 <groupId>org.apache.maven.plugins</groupId>
708 <artifactId>maven-antrun-plugin</artifactId>
709 <version>1.8</version>
710 </plugin>
711 <plugin>
712 <groupId>org.apache.maven.plugins</groupId>
713 <artifactId>maven-clean-plugin</artifactId>
714 <version>3.0.0</version>
715 </plugin>
716 <plugin>
717 <groupId>org.apache.maven.plugins</groupId>
718 <artifactId>maven-jar-plugin</artifactId>
719 <version>3.0.2</version>
720 </plugin>
721 <plugin>
722 <groupId>org.codehaus.mojo</groupId>
723 <artifactId>build-helper-maven-plugin</artifactId>
724 <version>3.0.0</version>
725 </plugin>
726 <plugin>
727 <groupId>org.apache.maven.plugins</groupId>
728 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowcedd9612018-07-25 13:25:02 -0400729 <version>3.1.1</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400730 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400731 <plugin>
732 <groupId>org.apache.maven.doxia</groupId>
733 <artifactId>doxia-maven-plugin</artifactId>
734 <version>1.1.4</version>
735 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700736 </plugins>
737 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000738 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800739 <profiles>
740 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400741 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700742 <activation>
743 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400744 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700745 </file>
746 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400747 <properties>
748 <skip.assembly>true</skip.assembly>
749 </properties>
750 </profile>
751 <profile>
752 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700753 <build>
754 <plugins>
755 <plugin>
756 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500757 <artifactId>maven-jar-plugin</artifactId>
758 <configuration>
759 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500760 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500761 <manifest>
762 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
763 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
764 </manifest>
765 </archive>
766 </configuration>
767 </plugin>
768 <plugin>
769 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700770 <artifactId>maven-assembly-plugin</artifactId>
771 <!-- We override the configuration plugin to override the descriptor to use for building
772 the source release zip. Specifically, we would like to control the inclusions/exclusions.
773 For example, we exclude the KEYS file from the zip -->
774 <executions>
775 <execution>
776 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
777 the apache parent POM under the apache-release profile -->
778 <id>source-release-assembly</id>
779 <phase>package</phase>
780 <goals>
781 <goal>single</goal>
782 </goals>
783 <!-- combine.self should be override to replace the configuration in the parent POM -->
784 <configuration combine.self="override">
785 <descriptors>
786 <descriptor>src/main/assembly/source.xml</descriptor>
787 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400788 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700789 </configuration>
790 </execution>
791 </executions>
792 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700793 <plugin>
794 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800795 <artifactId>maven-gpg-plugin</artifactId>
796 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700797 <executions>
798 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800799 <id>sign-artifacts</id>
800 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700801 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800802 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700803 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700804 </execution>
805 </executions>
806 </plugin>
807 </plugins>
808 </build>
809 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700810 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400811 <id>coverage</id>
812 <activation>
813 <property>
814 <name>coverage</name>
815 </property>
816 </activation>
817 <build>
818 <plugins>
819 <plugin>
820 <groupId>org.jacoco</groupId>
821 <artifactId>jacoco-maven-plugin</artifactId>
822 <version>${jacoco.version}</version>
823 <executions>
824 <execution>
825 <id>default-prepare-agent</id>
826 <goals>
827 <goal>prepare-agent</goal>
828 </goals>
829 <configuration>
830 <propertyName>coverageArgLine</propertyName>
831 </configuration>
832 </execution>
833 <execution>
834 <id>default-prepare-agent-integration</id>
835 <goals>
836 <goal>prepare-agent-integration</goal>
837 </goals>
838 <configuration>
839 <propertyName>coverageArgLine</propertyName>
840 </configuration>
841 </execution>
842 </executions>
843 </plugin>
844 </plugins>
845 </build>
846 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400847 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400848 </properties>
849 </profile>
850 <profile>
851 <id>no-coverage</id>
852 <activation>
853 <property>
854 <name>!coverage</name>
855 </property>
856 </activation>
857 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400858 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400859 </properties>
860 </profile>
861 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500862 <id>integration-tests-only</id>
863 <properties>
864 <test.includes/>
865 <failIfNoTests>false</failIfNoTests>
866 </properties>
867 </profile>
Michael Blowcedd9612018-07-25 13:25:02 -0400868 <profile>
869 <id>java8</id>
870 <activation>
Michael Blow0de90812019-08-23 16:27:29 -0400871 <jdk>[1.8,)</jdk>
Michael Blowcedd9612018-07-25 13:25:02 -0400872 </activation>
873 <properties>
874 <target.jdk.version>8</target.jdk.version>
875 </properties>
876 </profile>
877 <profile>
Michael Blowcedd9612018-07-25 13:25:02 -0400878 <id>java8-bootclasspath</id>
879 <activation>
880 <property>
881 <name>java8-bootclasspath</name>
882 </property>
883 </activation>
884 <properties>
885 <target.jdk.version>8</target.jdk.version>
886 </properties>
887 <build>
888 <plugins>
889 <plugin>
890 <groupId>org.apache.maven.plugins</groupId>
891 <artifactId>maven-compiler-plugin</artifactId>
892 <configuration>
893 <compilerArgs combine.children="append">
894 <arg>-bootclasspath</arg>
895 <arg>${java8-bootclasspath}</arg>
896 </compilerArgs>
897 </configuration>
898 </plugin>
899 </plugins>
900 </build>
901 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800902 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000903 <modules>
904 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000905 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500906 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000907 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400908</project>