blob: 5e07d9be9d9b5f343c16491670e7976ea24583bc [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakbe5add8a2012-10-06 19:00:14 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050023 <artifactId>apache-hyracks</artifactId>
AsterixDB Jenkins478eccb2018-08-31 14:57:31 -070024 <version>0.3.5-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
Ian Maxon3bb92132019-02-12 22:20:25 -080049 <root.dir>${basedir}</root.dir>
Michael Blowb4c1fb02016-05-09 15:41:00 -070050 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040051 <file.encoding>UTF-8</file.encoding>
Ian Maxon4889f6b2021-05-05 02:08:27 -070052 <source.jdk.version>11</source.jdk.version>
53 <target.jdk.version>11</target.jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050054 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050057 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070058 <source-format.skip>false</source-format.skip>
Michael Blowef85fb02019-03-22 13:40:35 -040059 <import-sort.goal>sort</import-sort.goal>
60 <import-sort.skip>false</import-sort.skip>
Ian Maxon3bb92132019-02-12 22:20:25 -080061 <maven.test.skip>false</maven.test.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050062 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040063 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050064 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050065 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050069 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050070 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
Michael Blow3477a2b2018-10-04 17:17:35 -040073 <hadoop.version>2.8.5</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow91a7e802023-01-12 18:51:33 -050075 <log4j.version>2.19.0</log4j.version>
Michael Blowe8637d02021-10-28 20:11:23 -040076 <snappy.version>1.1.8.4</snappy.version>
Michael Blow91a7e802023-01-12 18:51:33 -050077 <jackson.version>2.14.1</jackson.version>
78 <jackson-databind.version>${jackson.version}</jackson-databind.version>
Michael Blow38ca9622018-02-28 11:44:43 -050079
Michael Blowcbfe8f92018-02-28 14:02:38 -050080 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050081 <implementation.url>https://asterixdb.apache.org/</implementation.url>
82 <implementation.version>${project.version}</implementation.version>
83 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070084 </properties>
85 <dependencyManagement>
86 <dependencies>
87 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080088 <groupId>io.netty</groupId>
Michael Blowe8637d02021-10-28 20:11:23 -040089 <artifactId>netty-buffer</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -050090 <version>4.1.87.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -040091 </dependency>
92 <dependency>
93 <groupId>io.netty</groupId>
94 <artifactId>netty-common</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -050095 <version>4.1.87.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -040096 </dependency>
97 <dependency>
98 <groupId>io.netty</groupId>
99 <artifactId>netty-codec-http</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500100 <version>4.1.87.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400101 </dependency>
102 <dependency>
103 <groupId>io.netty</groupId>
104 <artifactId>netty-transport</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500105 <version>4.1.87.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400106 </dependency>
107 <dependency>
108 <groupId>io.netty</groupId>
109 <artifactId>netty-codec</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500110 <version>4.1.87.Final</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400111 </dependency>
112 <dependency>
113 <groupId>io.netty</groupId>
114 <artifactId>netty-handler</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500115 <version>4.1.87.Final</version>
Till Westmannea666c92017-02-22 22:25:15 -0800116 </dependency>
117 <dependency>
Michael Blow178ad762022-06-24 17:38:08 -0400118 <groupId>io.netty</groupId>
119 <artifactId>netty-transport-classes-epoll</artifactId>
Michael Blow85a3f572023-01-12 23:22:31 -0500120 <version>4.1.87.Final</version>
Michael Blow178ad762022-06-24 17:38:08 -0400121 </dependency>
122 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700123 <groupId>junit</groupId>
124 <artifactId>junit</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500125 <version>4.13.2</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700126 </dependency>
127 <dependency>
128 <groupId>org.apache.hadoop</groupId>
129 <artifactId>hadoop-yarn-client</artifactId>
130 <version>${hadoop.version}</version>
131 </dependency>
132 <dependency>
133 <groupId>org.apache.hadoop</groupId>
134 <artifactId>hadoop-client</artifactId>
135 <version>${hadoop.version}</version>
136 </dependency>
137 <dependency>
138 <groupId>org.apache.hadoop</groupId>
139 <artifactId>hadoop-common</artifactId>
140 <version>${hadoop.version}</version>
Michael Blowaebe2c52018-06-10 14:18:53 -0400141 <exclusions>
142 <exclusion>
143 <groupId>javax.servlet.jsp</groupId>
144 <artifactId>jsp-api</artifactId>
145 </exclusion>
146 <exclusion>
147 <groupId>javax.servlet</groupId>
148 <artifactId>servlet-api</artifactId>
149 </exclusion>
150 <exclusion>
151 <groupId>jdk.tools</groupId>
152 <artifactId>jdk.tools</artifactId>
153 </exclusion>
154 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700155 </dependency>
156 <dependency>
157 <groupId>org.apache.hadoop</groupId>
158 <artifactId>hadoop-hdfs</artifactId>
159 <version>${hadoop.version}</version>
Michael Blow64106632022-01-21 08:51:39 -0500160 <exclusions>
161 <exclusion>
162 <groupId>io.netty</groupId>
163 <artifactId>netty-all</artifactId>
164 </exclusion>
165 </exclusions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700166 </dependency>
167 <dependency>
168 <groupId>org.apache.hadoop</groupId>
169 <artifactId>hadoop-minicluster</artifactId>
170 <version>${hadoop.version}</version>
171 </dependency>
172 <dependency>
173 <groupId>org.apache.hadoop</groupId>
174 <artifactId>hadoop-mapreduce-client-core</artifactId>
175 <version>${hadoop.version}</version>
176 </dependency>
177 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400178 <groupId>org.apache.hadoop</groupId>
179 <artifactId>hadoop-hdfs</artifactId>
180 <version>${hadoop.version}</version>
181 <classifier>tests</classifier>
182 <scope>test</scope>
183 </dependency>
184 <dependency>
Michael Blow91a7e802023-01-12 18:51:33 -0500185 <groupId>com.e-movimento.tinytools</groupId>
186 <artifactId>privilegedaccessor</artifactId>
187 <version>1.3</version>
188 </dependency>
189 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700190 <groupId>commons-io</groupId>
191 <artifactId>commons-io</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500192 <version>2.11.0</version>
Michael Blow204b2952017-12-07 20:17:47 -0500193 </dependency>
194 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400195 <groupId>org.apache.commons</groupId>
196 <artifactId>commons-text</artifactId>
Michael Blow8a620912022-10-26 15:33:12 -0400197 <version>1.10.0</version>
Michael Blow6f75f052018-04-15 20:06:48 -0400198 </dependency>
199 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800200 <groupId>com.fasterxml.jackson.core</groupId>
201 <artifactId>jackson-databind</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500202 <version>${jackson-databind.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800203 </dependency>
204 <dependency>
205 <groupId>com.fasterxml.jackson.core</groupId>
206 <artifactId>jackson-core</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400207 <version>${jackson.version}</version>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800208 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500209 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500210 <groupId>com.fasterxml.jackson.core</groupId>
211 <artifactId>jackson-annotations</artifactId>
Michael Blowe8637d02021-10-28 20:11:23 -0400212 <version>${jackson.version}</version>
Michael Blow204b2952017-12-07 20:17:47 -0500213 </dependency>
214 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500215 <groupId>com.google.guava</groupId>
216 <artifactId>guava</artifactId>
Michael Blow91a7e802023-01-12 18:51:33 -0500217 <version>31.1-jre</version>
Michael Blowe8e59d0e2019-09-26 19:28:12 -0400218 <exclusions>
219 <exclusion>
220 <groupId>com.google.code.findbugs</groupId>
221 <artifactId>jsr305</artifactId>
222 </exclusion>
223 <exclusion>
224 <groupId>com.google.guava</groupId>
225 <artifactId>listenablefuture</artifactId>
226 </exclusion>
227 <exclusion>
228 <groupId>org.checkerframework</groupId>
229 <artifactId>checker-qual</artifactId>
230 </exclusion>
231 <exclusion>
232 <groupId>com.google.j2objc</groupId>
233 <artifactId>j2objc-annotations</artifactId>
234 </exclusion>
235 <exclusion>
236 <groupId>org.codehaus.mojo</groupId>
237 <artifactId>animal-sniffer-annotations</artifactId>
238 </exclusion>
239 </exclusions>
Michael Blow599ef8f2017-01-12 11:02:53 -0500240 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500241 <dependency>
242 <groupId>org.apache.commons</groupId>
243 <artifactId>commons-lang3</artifactId>
Michael Blow3856cb32021-05-01 11:36:15 -0400244 <version>3.12.0</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500245 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500246 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500247 <groupId>org.apache.commons</groupId>
248 <artifactId>commons-collections4</artifactId>
Michael Blowb8df1c52019-11-08 14:15:42 -0500249 <version>4.4</version>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500250 </dependency>
251 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800252 <groupId>org.apache.httpcomponents</groupId>
253 <artifactId>httpcore</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500254 <version>4.4.15</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800255 </dependency>
256 <dependency>
257 <groupId>org.apache.httpcomponents</groupId>
258 <artifactId>httpclient</artifactId>
Michael Blow3a188522021-01-26 17:13:45 -0500259 <version>4.5.13</version>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800260 </dependency>
261 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500262 <groupId>org.apache.rat</groupId>
263 <artifactId>apache-rat-plugin</artifactId>
Michael Blow0f7e4872018-12-15 20:01:23 -0500264 <version>0.13</version>
Michael Blow5e17af22017-02-02 10:00:44 -0500265 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500266 <dependency>
Till Westmann192478b2019-03-01 10:45:25 -0800267 <groupId>org.ini4j</groupId>
268 <artifactId>ini4j</artifactId>
269 <version>0.5.4</version>
270 </dependency>
271 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500272 <groupId>args4j</groupId>
273 <artifactId>args4j</artifactId>
274 <version>2.33</version>
275 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300276 <dependency>
277 <groupId>org.apache.logging.log4j</groupId>
278 <artifactId>log4j-api</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400279 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300280 </dependency>
281 <dependency>
282 <groupId>org.apache.logging.log4j</groupId>
283 <artifactId>log4j-core</artifactId>
Michael Blow2d5bd952020-06-13 12:51:06 -0400284 <version>${log4j.version}</version>
285 </dependency>
286 <dependency>
287 <groupId>org.apache.logging.log4j</groupId>
288 <artifactId>log4j-jul</artifactId>
289 <version>${log4j.version}</version>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300290 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800291 <dependency>
Michael Blow3477a2b2018-10-04 17:17:35 -0400292 <groupId>javax.xml.bind</groupId>
293 <artifactId>jaxb-api</artifactId>
294 <version>2.3.0</version>
295 </dependency>
Michael Blowb8df1c52019-11-08 14:15:42 -0500296 <dependency>
297 <groupId>org.apache.maven</groupId>
298 <artifactId>maven-project</artifactId>
299 <version>2.2.1</version>
300 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500301 <dependency>
302 <groupId>org.apache.maven</groupId>
303 <artifactId>maven-model</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500304 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500305 </dependency>
306 <dependency>
307 <groupId>org.apache.maven</groupId>
308 <artifactId>maven-artifact</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500309 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500310 </dependency>
311 <dependency>
312 <groupId>org.apache.maven</groupId>
313 <artifactId>maven-compat</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500314 <version>3.8.4</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500315 </dependency>
316 <dependency>
317 <groupId>org.apache.maven</groupId>
318 <artifactId>maven-core</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500319 <version>3.8.4</version>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500320 </dependency>
Michael Blowb5727c62020-03-05 21:16:35 -0500321 <dependency>
322 <groupId>org.apache.maven</groupId>
323 <artifactId>maven-plugin-api</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500324 <version>3.8.4</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400325 </dependency>
326 <dependency>
Michael Blowfa0ddb62022-01-22 08:08:51 -0500327 <groupId>org.apache.maven.plugin-tools</groupId>
328 <artifactId>maven-plugin-annotations</artifactId>
329 <version>3.6.4</version>
330 </dependency>
331 <dependency>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-remote-resources-plugin</artifactId>
334 <version>1.7.0</version>
335 </dependency>
336 <dependency>
Michael Blowe8637d02021-10-28 20:11:23 -0400337 <groupId>it.unimi.dsi</groupId>
338 <artifactId>fastutil-core</artifactId>
339 <version>8.5.6</version>
340 </dependency>
341 <dependency>
342 <groupId>org.slf4j</groupId>
343 <artifactId>slf4j-simple</artifactId>
Michael Blow55e19802022-01-18 21:11:26 -0500344 <version>1.7.33</version>
Michael Blowe8637d02021-10-28 20:11:23 -0400345 </dependency>
346 <dependency>
347 <groupId>org.apache.logging.log4j</groupId>
348 <artifactId>log4j-1.2-api</artifactId>
349 <version>${log4j.version}</version>
350 </dependency>
351 <dependency>
Michael Blow8363dcb2021-12-04 06:02:34 -0500352 <groupId>org.xerial.snappy</groupId>
353 <artifactId>snappy-java</artifactId>
354 <version>${snappy.version}</version>
Michael Blowb5727c62020-03-05 21:16:35 -0500355 </dependency>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700356 <dependency>
357 <groupId>org.mockito</groupId>
358 <artifactId>mockito-core</artifactId>
359 <version>3.10.0</version>
360 </dependency>
361 <dependency>
362 <groupId>org.powermock</groupId>
363 <artifactId>powermock-api-mockito2</artifactId>
364 <version>2.0.9</version>
365 </dependency>
366 <dependency>
367 <groupId>org.powermock</groupId>
368 <artifactId>powermock-module-junit4</artifactId>
369 <version>2.0.9</version>
370 </dependency>
371 <dependency>
372 <groupId>org.powermock</groupId>
373 <artifactId>powermock-core</artifactId>
374 <version>2.0.9</version>
375 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700376 </dependencies>
377 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000378 <build>
379 <plugins>
380 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400381 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500382 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500383 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500384 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500385 <exclude>**/DEPENDENCIES</exclude>
386 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500387 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500388 <addMavenDescriptor>false</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500389 <manifest>
390 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
391 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
392 </manifest>
393 <manifestEntries>
394 <Implementation-Title>${implementation.title}</Implementation-Title>
395 <Implementation-URL>${implementation.url}</Implementation-URL>
396 <Implementation-Version>${implementation.version}</Implementation-Version>
397 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
398 </manifestEntries>
399 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500400 </configuration>
401 </plugin>
402 <plugin>
403 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400404 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400405 <configuration>
406 <failOnWarning>true</failOnWarning>
407 <outputXML>true</outputXML>
408 </configuration>
409 <executions>
410 <execution>
411 <phase>process-test-classes</phase>
412 <goals>
413 <goal>analyze-only</goal>
414 </goals>
415 </execution>
416 </executions>
417 </plugin>
418 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700419 <groupId>org.apache.rat</groupId>
420 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700421 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700422 <execution>
423 <phase>validate</phase>
424 <goals>
425 <goal>check</goal>
426 </goals>
427 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700428 </executions>
429 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500430 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
431 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700432 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800433 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700434 </licenses>
435 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800436 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700437 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500438 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400439 <excludes combine.children="append">
440 <exclude>**/*.iml</exclude>
441 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700442 </configuration>
443 </plugin>
444 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700445 <groupId>org.apache.maven.plugins</groupId>
446 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700447 <configuration>
448 <failIfNoTests>false</failIfNoTests>
449 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800450 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800451 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
Murtadha Hubailc7eb0c52018-05-21 18:01:55 +0300452 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700453 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300454 <systemPropertyVariables>
455 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
456 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700457 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500458 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700459 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500460 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500461 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800462 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400463 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700464 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700465 </plugin>
466 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700467 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300468 <artifactId>maven-failsafe-plugin</artifactId>
469 <configuration>
470 <systemPropertyVariables>
471 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
472 </systemPropertyVariables>
473 </configuration>
474 </plugin>
475 <plugin>
476 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700477 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700478 <configuration>
Michael Blowcedd9612018-07-25 13:25:02 -0400479 <source>${source.jdk.version}</source>
480 <target>${target.jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500481 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700482 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000483 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700484 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700485 <groupId>org.apache.maven.plugins</groupId>
486 <artifactId>maven-remote-resources-plugin</artifactId>
487 <executions>
488 <execution>
489 <goals>
490 <goal>process</goal>
491 </goals>
492 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500493 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700494 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700495 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500496 <properties>
497 <projectName>Apache Hyracks - ${project.name}</projectName>
498 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700499 </configuration>
500 </execution>
501 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800502 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400503 <plugin>
504 <groupId>org.apache.maven.plugins</groupId>
505 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow6a2a4362019-03-27 14:31:16 -0400506 <version>3.0.0</version>
Michael Blowd1e2a992016-06-14 12:27:46 -0400507 <executions>
508 <execution>
509 <id>verify-style</id>
Michael Blow6a2a4362019-03-27 14:31:16 -0400510 <phase>process-sources</phase>
Michael Blowd1e2a992016-06-14 12:27:46 -0400511 <goals>
512 <goal>check</goal>
513 </goals>
514 </execution>
515 </executions>
516 <configuration>
517 <logViolationsToConsole>true</logViolationsToConsole>
518 <checkstyleRules>
519 <module name="Checker">
520 <!-- Checks for whitespace -->
521 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400522 <module name="FileTabCharacter" />
Michael Blow6a2a4362019-03-27 14:31:16 -0400523 <module name="TreeWalker">
524 <module name="AvoidStarImport">
525 <property name="allowStaticMemberImports" value="true"/>
526 </module>
527 </module>
Michael Blowd1e2a992016-06-14 12:27:46 -0400528 </module>
529 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400530 <includes>**/*.java,**/*.jj</includes>
531 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400532 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
533 </configuration>
534 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400535 <plugin>
536 <groupId>org.apache.maven.plugins</groupId>
Michael Blowe2307cf2020-04-24 16:14:03 -0400537 <artifactId>maven-antrun-plugin</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -0400538 <executions>
539 <execution>
Michael Blowe2307cf2020-04-24 16:14:03 -0400540 <id>check-pom-packaging</id>
541 <phase>validate</phase>
542 <goals>
543 <goal>run</goal>
544 </goals>
545 <configuration>
546 <exportAntProperties>true</exportAntProperties>
547 <target xmlns:unless="ant:unless">
548 <condition property="skipPomEnforcement">
549 <not><equals arg1="${project.packaging}" arg2="pom"/></not>
550 </condition>
551 <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/>
552 </target>
553 </configuration>
554 </execution>
555 </executions>
556 </plugin>
557 <plugin>
558 <groupId>org.apache.maven.plugins</groupId>
559 <artifactId>maven-enforcer-plugin</artifactId>
560 <executions>
561 <execution>
562 <id>ensure-no-tests-for-pom-packaging</id>
563 <phase>validate</phase>
564 <goals>
565 <goal>enforce</goal>
566 </goals>
567 <configuration>
568 <rules>
569 <requireFilesDontExist>
570 <files>
571 <file>${project.build.testSourceDirectory}</file>
572 </files>
573 <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message>
574 </requireFilesDontExist>
575 </rules>
576 <skip>${skipPomEnforcement}</skip>
577 </configuration>
578 </execution>
579 <execution>
Michael Blowf53c1c62016-06-17 16:51:59 -0400580 <id>enforce-versions</id>
581 <goals>
582 <goal>enforce</goal>
583 </goals>
584 <configuration>
585 <rules>
586 <requireMavenVersion>
587 <version>[3.3.9,)</version>
588 </requireMavenVersion>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700589 <requireJavaVersion>
590 <version>[11,)</version>
591 </requireJavaVersion>
592 </rules>
593 </configuration>
594 </execution>
595 <execution>
596 <id>ensure-no-duplicate-deps</id>
597 <goals>
598 <goal>enforce</goal>
599 </goals>
600 <configuration>
601 <rules>
602 <banDuplicatePomDependencyVersions/>
Michael Blowf53c1c62016-06-17 16:51:59 -0400603 </rules>
604 </configuration>
605 </execution>
606 </executions>
607 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500608 <plugin>
609 <groupId>org.apache.maven.plugins</groupId>
610 <artifactId>maven-resources-plugin</artifactId>
611 <executions>
612 <execution>
613 <id>default-testResources</id>
614 <goals>
615 <goal>testResources</goal>
616 </goals>
617 <configuration>
618 <skip>${skip.testResources}</skip>
619 </configuration>
620 </execution>
621 </executions>
622 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500623 <plugin>
624 <groupId>net.revelc.code.formatter</groupId>
625 <artifactId>formatter-maven-plugin</artifactId>
626 <executions>
627 <execution>
628 <goals>
629 <goal>${source-format.goal}</goal>
630 </goals>
631 </execution>
632 </executions>
633 <configuration>
634 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
635 <skipFormatting>${source-format.skip}</skipFormatting>
636 </configuration>
637 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400638 <plugin>
639 <groupId>net.revelc.code</groupId>
640 <artifactId>impsort-maven-plugin</artifactId>
641 <executions>
642 <execution>
643 <goals>
644 <goal>${import-sort.goal}</goal>
645 </goals>
646 </execution>
647 </executions>
648 <configuration>
649 <groups>java,javax,org,com,*</groups>
650 <removeUnused>true</removeUnused>
651 <skip>${import-sort.skip}</skip>
652 </configuration>
653 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000654 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700655 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700656 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500657 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800658 <groupId>org.apache.maven.plugins</groupId>
659 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow3477a2b2018-10-04 17:17:35 -0400660 <version>3.8.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800661 </plugin>
662 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500663 <groupId>org.apache.rat</groupId>
664 <artifactId>apache-rat-plugin</artifactId>
665 <version>0.12</version>
666 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700667 <plugin>
668 <groupId>net.revelc.code.formatter</groupId>
669 <artifactId>formatter-maven-plugin</artifactId>
670 <version>2.0.1</version>
671 </plugin>
Michael Blowef85fb02019-03-22 13:40:35 -0400672 <plugin>
673 <groupId>net.revelc.code</groupId>
674 <artifactId>impsort-maven-plugin</artifactId>
675 <version>1.2.0</version>
676 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700677 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
678 <plugin>
679 <groupId>org.eclipse.m2e</groupId>
680 <artifactId>lifecycle-mapping</artifactId>
681 <version>1.0.0</version>
682 <configuration>
683 <lifecycleMappingMetadata>
684 <pluginExecutions>
685 <pluginExecution>
686 <pluginExecutionFilter>
687 <groupId>org.apache.rat</groupId>
688 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400689 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700690 <goals>
691 <goal>check</goal>
692 </goals>
693 </pluginExecutionFilter>
694 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400695 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700696 </action>
697 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400698 <pluginExecution>
699 <pluginExecutionFilter>
700 <groupId>org.apache.maven.plugins</groupId>
701 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400702 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400703 <goals>
704 <goal>check</goal>
705 </goals>
706 </pluginExecutionFilter>
707 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400708 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400709 </action>
710 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700711 <pluginExecution>
712 <pluginExecutionFilter>
713 <groupId>org.apache.maven.plugins</groupId>
714 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400715 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700716 <goals>
717 <goal>analyze-only</goal>
718 </goals>
719 </pluginExecutionFilter>
720 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800721 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700722 </action>
723 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800724 <pluginExecution>
725 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800726 <groupId>net.revelc.code.formatter</groupId>
727 <artifactId>formatter-maven-plugin</artifactId>
728 <versionRange>[2.0.1,)</versionRange>
729 <goals>
730 <goal>format</goal>
731 </goals>
732 </pluginExecutionFilter>
733 <action>
734 <ignore></ignore>
735 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800736 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700737 </pluginExecutions>
738 </lifecycleMappingMetadata>
739 </configuration>
740 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800741 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500742 <groupId>org.codehaus.mojo</groupId>
743 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400744 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800745 </plugin>
746 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500747 <groupId>org.apache.maven.plugins</groupId>
748 <artifactId>maven-scm-plugin</artifactId>
749 <version>1.9.5</version>
750 </plugin>
751 <plugin>
752 <groupId>org.codehaus.mojo</groupId>
753 <artifactId>appassembler-maven-plugin</artifactId>
754 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800755 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400756 <plugin>
757 <groupId>org.apache.maven.plugins</groupId>
758 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400759 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400760 </plugin>
761 <plugin>
762 <groupId>org.apache.maven.plugins</groupId>
763 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blowaebe2c52018-06-10 14:18:53 -0400764 <version>2.21.0</version>
Michael Blow10a74862017-05-23 16:55:39 -0400765 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400766 <plugin>
767 <groupId>org.apache.hyracks</groupId>
768 <artifactId>license-automation-plugin</artifactId>
769 <version>${project.version}</version>
770 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400771 <plugin>
772 <groupId>org.apache.maven.plugins</groupId>
773 <artifactId>maven-assembly-plugin</artifactId>
774 <version>3.1.0</version>
775 </plugin>
776 <plugin>
777 <groupId>org.apache.maven.plugins</groupId>
778 <artifactId>maven-antrun-plugin</artifactId>
779 <version>1.8</version>
780 </plugin>
781 <plugin>
782 <groupId>org.apache.maven.plugins</groupId>
783 <artifactId>maven-clean-plugin</artifactId>
784 <version>3.0.0</version>
785 </plugin>
786 <plugin>
787 <groupId>org.apache.maven.plugins</groupId>
788 <artifactId>maven-jar-plugin</artifactId>
789 <version>3.0.2</version>
790 </plugin>
791 <plugin>
792 <groupId>org.codehaus.mojo</groupId>
793 <artifactId>build-helper-maven-plugin</artifactId>
794 <version>3.0.0</version>
795 </plugin>
796 <plugin>
797 <groupId>org.apache.maven.plugins</groupId>
798 <artifactId>maven-dependency-plugin</artifactId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700799 <version>3.1.2</version>
Michael Blow0aae1832017-10-29 11:59:47 -0400800 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400801 <plugin>
802 <groupId>org.apache.maven.doxia</groupId>
803 <artifactId>doxia-maven-plugin</artifactId>
804 <version>1.1.4</version>
805 </plugin>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700806 <plugin>
807 <groupId>org.apache.maven.plugins</groupId>
808 <artifactId>maven-enforcer-plugin</artifactId>
809 <version>3.0.0-M3</version>
810 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700811 </plugins>
812 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000813 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800814 <profiles>
815 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400816 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700817 <activation>
818 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400819 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700820 </file>
821 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400822 <properties>
823 <skip.assembly>true</skip.assembly>
824 </properties>
825 </profile>
826 <profile>
827 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700828 <build>
829 <plugins>
830 <plugin>
831 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500832 <artifactId>maven-jar-plugin</artifactId>
833 <configuration>
834 <archive>
Michael Blowaed96f02019-03-01 18:47:19 -0500835 <addMavenDescriptor>true</addMavenDescriptor>
Michael Blow38ca9622018-02-28 11:44:43 -0500836 <manifest>
837 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
838 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
839 </manifest>
840 </archive>
841 </configuration>
842 </plugin>
843 <plugin>
844 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700845 <artifactId>maven-assembly-plugin</artifactId>
846 <!-- We override the configuration plugin to override the descriptor to use for building
847 the source release zip. Specifically, we would like to control the inclusions/exclusions.
848 For example, we exclude the KEYS file from the zip -->
849 <executions>
850 <execution>
851 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
852 the apache parent POM under the apache-release profile -->
853 <id>source-release-assembly</id>
854 <phase>package</phase>
855 <goals>
856 <goal>single</goal>
857 </goals>
858 <!-- combine.self should be override to replace the configuration in the parent POM -->
859 <configuration combine.self="override">
860 <descriptors>
861 <descriptor>src/main/assembly/source.xml</descriptor>
862 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400863 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700864 </configuration>
865 </execution>
866 </executions>
867 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700868 <plugin>
869 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800870 <artifactId>maven-gpg-plugin</artifactId>
871 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700872 <executions>
873 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800874 <id>sign-artifacts</id>
875 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700876 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800877 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700878 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700879 </execution>
880 </executions>
881 </plugin>
882 </plugins>
883 </build>
884 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700885 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400886 <id>coverage</id>
887 <activation>
888 <property>
889 <name>coverage</name>
890 </property>
891 </activation>
892 <build>
893 <plugins>
894 <plugin>
895 <groupId>org.jacoco</groupId>
896 <artifactId>jacoco-maven-plugin</artifactId>
897 <version>${jacoco.version}</version>
898 <executions>
899 <execution>
900 <id>default-prepare-agent</id>
901 <goals>
902 <goal>prepare-agent</goal>
903 </goals>
904 <configuration>
905 <propertyName>coverageArgLine</propertyName>
906 </configuration>
907 </execution>
908 <execution>
909 <id>default-prepare-agent-integration</id>
910 <goals>
911 <goal>prepare-agent-integration</goal>
912 </goals>
913 <configuration>
914 <propertyName>coverageArgLine</propertyName>
915 </configuration>
916 </execution>
917 </executions>
918 </plugin>
919 </plugins>
920 </build>
921 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400922 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400923 </properties>
924 </profile>
925 <profile>
926 <id>no-coverage</id>
927 <activation>
928 <property>
929 <name>!coverage</name>
930 </property>
931 </activation>
932 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400933 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400934 </properties>
935 </profile>
936 <profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500937 <id>integration-tests-only</id>
938 <properties>
939 <test.includes/>
940 <failIfNoTests>false</failIfNoTests>
941 </properties>
942 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800943 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000944 <modules>
945 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000946 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500947 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000948 </modules>
Michael Blow3477a2b2018-10-04 17:17:35 -0400949</project>