Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 2 | ! 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 Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 18 | !--> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 19 | <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"> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Ian Maxon | e915e8c | 2015-07-01 17:03:31 -0700 | [diff] [blame] | 22 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | c3dfd4b | 2017-01-17 17:19:49 -0500 | [diff] [blame] | 23 | <artifactId>apache-hyracks</artifactId> |
Ian Maxon | 4f3e48f | 2023-03-14 20:12:58 -0700 | [diff] [blame] | 24 | <version>0.3.9-SNAPSHOT</version> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 25 | <packaging>pom</packaging> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 26 | <name>hyracks-ecosystem-full-stack</name> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 27 | <url>${implementation.url}</url> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 28 | <parent> |
| 29 | <groupId>org.apache</groupId> |
| 30 | <artifactId>apache</artifactId> |
Michael Blow | b99349d | 2016-11-08 19:38:02 -0500 | [diff] [blame] | 31 | <version>18</version> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 32 | <relativePath /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 33 | </parent> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 34 | <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 Maxon | 4b22843 | 2017-01-16 13:35:16 -0800 | [diff] [blame] | 42 | <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 Maxon | a3435a3 | 2017-01-18 18:31:30 -0800 | [diff] [blame] | 46 | <tag>HEAD</tag> |
Ian Maxon | 4b22843 | 2017-01-16 13:35:16 -0800 | [diff] [blame] | 47 | </scm> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 48 | <properties> |
Ian Maxon | 3bb9213 | 2019-02-12 22:20:25 -0800 | [diff] [blame] | 49 | <root.dir>${basedir}</root.dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 50 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 51 | <file.encoding>UTF-8</file.encoding> |
Ian Maxon | 4889f6b | 2021-05-05 02:08:27 -0700 | [diff] [blame] | 52 | <source.jdk.version>11</source.jdk.version> |
| 53 | <target.jdk.version>11</target.jdk.version> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 54 | <javac.xlint.value>all</javac.xlint.value> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 55 | <jvm.extraargs /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 56 | <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath> |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 57 | <source-format.goal>format</source-format.goal> |
Dmitry Lychagin | 249be53 | 2017-05-31 14:57:14 -0700 | [diff] [blame] | 58 | <source-format.skip>false</source-format.skip> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 59 | <import-sort.goal>sort</import-sort.goal> |
| 60 | <import-sort.skip>false</import-sort.skip> |
Ian Maxon | 3bb9213 | 2019-02-12 22:20:25 -0800 | [diff] [blame] | 61 | <maven.test.skip>false</maven.test.skip> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 62 | <skipTests>false</skipTests> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 63 | <skip.surefire.tests>${skipTests}</skip.surefire.tests> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 64 | <skip.testResources>${maven.test.skip}</skip.testResources> |
Michael Blow | 2530e39 | 2018-02-06 01:19:42 -0500 | [diff] [blame] | 65 | <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 66 | <!-- Definition of tests in various categories which may be excluded --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 67 | <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests> |
| 68 | <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes> |
Michael Blow | 64d49fb | 2018-02-11 15:43:47 -0500 | [diff] [blame] | 69 | <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 70 | <test.includes>${global.test.includes}</test.includes> |
| 71 | <test.excludes>${global.test.excludes}</test.excludes> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 72 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
Wail Alkowaileet | 087eaf5 | 2021-08-31 10:36:27 -0700 | [diff] [blame] | 73 | <hadoop.version>3.3.1</hadoop.version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 74 | <jacoco.version>0.7.6.201602180812</jacoco.version> |
Michael Blow | 91a7e80 | 2023-01-12 18:51:33 -0500 | [diff] [blame] | 75 | <log4j.version>2.19.0</log4j.version> |
Wail Alkowaileet | 790ce54 | 2021-08-07 16:21:17 -0700 | [diff] [blame] | 76 | <snappy.version>1.1.8.4</snappy.version> |
Michael Blow | 91a7e80 | 2023-01-12 18:51:33 -0500 | [diff] [blame] | 77 | <jackson.version>2.14.1</jackson.version> |
| 78 | <jackson-databind.version>${jackson.version}</jackson-databind.version> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 79 | <netty.version>4.1.87.Final</netty.version> |
Hussain Towaileb | c9678e4 | 2023-03-28 21:51:07 +0300 | [diff] [blame] | 80 | <awsjavasdk.version>2.17.218</awsjavasdk.version> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 81 | |
Michael Blow | cbfe8f9 | 2018-02-28 14:02:38 -0500 | [diff] [blame] | 82 | <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 83 | <implementation.url>https://asterixdb.apache.org/</implementation.url> |
| 84 | <implementation.version>${project.version}</implementation.version> |
| 85 | <implementation.vendor>${project.organization.name}</implementation.vendor> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 86 | </properties> |
| 87 | <dependencyManagement> |
| 88 | <dependencies> |
| 89 | <dependency> |
Till Westmann | ea666c9 | 2017-02-22 22:25:15 -0800 | [diff] [blame] | 90 | <groupId>io.netty</groupId> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 91 | <artifactId>netty-buffer</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 92 | <version>${netty.version}</version> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>io.netty</groupId> |
| 96 | <artifactId>netty-common</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 97 | <version>${netty.version}</version> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>io.netty</groupId> |
| 101 | <artifactId>netty-codec-http</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 102 | <version>${netty.version}</version> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 103 | </dependency> |
| 104 | <dependency> |
| 105 | <groupId>io.netty</groupId> |
| 106 | <artifactId>netty-transport</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 107 | <version>${netty.version}</version> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>io.netty</groupId> |
| 111 | <artifactId>netty-codec</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 112 | <version>${netty.version}</version> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>io.netty</groupId> |
| 116 | <artifactId>netty-handler</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 117 | <version>${netty.version}</version> |
Till Westmann | ea666c9 | 2017-02-22 22:25:15 -0800 | [diff] [blame] | 118 | </dependency> |
| 119 | <dependency> |
Michael Blow | 178ad76 | 2022-06-24 17:38:08 -0400 | [diff] [blame] | 120 | <groupId>io.netty</groupId> |
| 121 | <artifactId>netty-transport-classes-epoll</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 122 | <version>${netty.version}</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 123 | </dependency> |
| 124 | <dependency> |
Michael Blow | 7d462c3 | 2021-11-05 11:49:19 -0400 | [diff] [blame] | 125 | <groupId>io.netty</groupId> |
| 126 | <artifactId>netty-resolver-dns</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 127 | <version>${netty.version}</version> |
Michael Blow | 7d462c3 | 2021-11-05 11:49:19 -0400 | [diff] [blame] | 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>io.netty</groupId> |
| 131 | <artifactId>netty-codec-http2</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 132 | <version>${netty.version}</version> |
Michael Blow | 7d462c3 | 2021-11-05 11:49:19 -0400 | [diff] [blame] | 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>io.netty</groupId> |
| 136 | <artifactId>netty-transport-native-unix-common</artifactId> |
Michael Blow | 23fc48b | 2023-01-16 21:25:12 -0500 | [diff] [blame] | 137 | <version>${netty.version}</version> |
Michael Blow | 7d462c3 | 2021-11-05 11:49:19 -0400 | [diff] [blame] | 138 | </dependency> |
| 139 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 140 | <groupId>junit</groupId> |
| 141 | <artifactId>junit</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 142 | <version>4.13.2</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 143 | </dependency> |
| 144 | <dependency> |
| 145 | <groupId>org.apache.hadoop</groupId> |
| 146 | <artifactId>hadoop-yarn-client</artifactId> |
| 147 | <version>${hadoop.version}</version> |
| 148 | </dependency> |
| 149 | <dependency> |
| 150 | <groupId>org.apache.hadoop</groupId> |
| 151 | <artifactId>hadoop-client</artifactId> |
| 152 | <version>${hadoop.version}</version> |
| 153 | </dependency> |
| 154 | <dependency> |
| 155 | <groupId>org.apache.hadoop</groupId> |
| 156 | <artifactId>hadoop-common</artifactId> |
| 157 | <version>${hadoop.version}</version> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 158 | <exclusions> |
| 159 | <exclusion> |
Hussain Towaileb | 0ee537c | 2021-09-21 04:10:10 +0300 | [diff] [blame] | 160 | <groupId>com.nimbusds</groupId> |
| 161 | <artifactId>nimbus-jose-jwt</artifactId> |
| 162 | </exclusion> |
| 163 | <exclusion> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 164 | <groupId>javax.servlet.jsp</groupId> |
| 165 | <artifactId>jsp-api</artifactId> |
| 166 | </exclusion> |
| 167 | <exclusion> |
| 168 | <groupId>javax.servlet</groupId> |
| 169 | <artifactId>servlet-api</artifactId> |
| 170 | </exclusion> |
| 171 | <exclusion> |
| 172 | <groupId>jdk.tools</groupId> |
| 173 | <artifactId>jdk.tools</artifactId> |
| 174 | </exclusion> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 175 | <exclusion> |
Michael Blow | 621cd02 | 2023-02-15 20:00:51 -0500 | [diff] [blame] | 176 | <groupId>org.slf4j</groupId> |
| 177 | <artifactId>slf4j-reload4j</artifactId> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 178 | </exclusion> |
Dmitry Lychagin | 4743118 | 2021-10-26 20:22:59 -0700 | [diff] [blame] | 179 | <exclusion> |
Michael Blow | 621cd02 | 2023-02-15 20:00:51 -0500 | [diff] [blame] | 180 | <groupId>ch.qos.reload4j</groupId> |
| 181 | <artifactId>reload4j</artifactId> |
Dmitry Lychagin | 4743118 | 2021-10-26 20:22:59 -0700 | [diff] [blame] | 182 | </exclusion> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 183 | <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 --> |
| 184 | <exclusion> |
| 185 | <groupId>org.eclipse.jetty</groupId> |
| 186 | <artifactId>jetty-util</artifactId> |
| 187 | </exclusion> |
| 188 | <exclusion> |
| 189 | <groupId>org.eclipse.jetty</groupId> |
| 190 | <artifactId>jetty-util-ajax</artifactId> |
| 191 | </exclusion> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 192 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 193 | </dependency> |
| 194 | <dependency> |
| 195 | <groupId>org.apache.hadoop</groupId> |
| 196 | <artifactId>hadoop-hdfs</artifactId> |
| 197 | <version>${hadoop.version}</version> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 198 | <exclusions> |
| 199 | <exclusion> |
Michael Blow | 6410663 | 2022-01-21 08:51:39 -0500 | [diff] [blame] | 200 | <groupId>io.netty</groupId> |
| 201 | <artifactId>netty-all</artifactId> |
| 202 | </exclusion> |
Michael Blow | a7f6d39 | 2022-01-23 10:38:03 -0500 | [diff] [blame] | 203 | <exclusion> |
Michael Blow | 621cd02 | 2023-02-15 20:00:51 -0500 | [diff] [blame] | 204 | <groupId>org.slf4j</groupId> |
| 205 | <artifactId>slf4j-reload4j</artifactId> |
| 206 | </exclusion> |
| 207 | <exclusion> |
| 208 | <groupId>ch.qos.reload4j</groupId> |
| 209 | <artifactId>reload4j</artifactId> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 210 | </exclusion> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 211 | <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 --> |
| 212 | <exclusion> |
| 213 | <groupId>org.eclipse.jetty</groupId> |
| 214 | <artifactId>jetty-util</artifactId> |
| 215 | </exclusion> |
| 216 | <exclusion> |
| 217 | <groupId>org.eclipse.jetty</groupId> |
| 218 | <artifactId>jetty-util-ajax</artifactId> |
| 219 | </exclusion> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 220 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 221 | </dependency> |
| 222 | <dependency> |
| 223 | <groupId>org.apache.hadoop</groupId> |
| 224 | <artifactId>hadoop-minicluster</artifactId> |
| 225 | <version>${hadoop.version}</version> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 226 | <exclusions> |
| 227 | <exclusion> |
Michael Blow | 621cd02 | 2023-02-15 20:00:51 -0500 | [diff] [blame] | 228 | <groupId>org.slf4j</groupId> |
| 229 | <artifactId>slf4j-reload4j</artifactId> |
| 230 | </exclusion> |
| 231 | <exclusion> |
| 232 | <groupId>ch.qos.reload4j</groupId> |
| 233 | <artifactId>reload4j</artifactId> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 234 | </exclusion> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 235 | <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 --> |
| 236 | <exclusion> |
| 237 | <groupId>org.eclipse.jetty</groupId> |
| 238 | <artifactId>jetty-util</artifactId> |
| 239 | </exclusion> |
| 240 | <exclusion> |
| 241 | <groupId>org.eclipse.jetty</groupId> |
| 242 | <artifactId>jetty-util-ajax</artifactId> |
| 243 | </exclusion> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 244 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 245 | </dependency> |
| 246 | <dependency> |
| 247 | <groupId>org.apache.hadoop</groupId> |
| 248 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 249 | <version>${hadoop.version}</version> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 250 | <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 --> |
| 251 | <exclusions> |
| 252 | <exclusion> |
| 253 | <groupId>org.eclipse.jetty</groupId> |
| 254 | <artifactId>jetty-util</artifactId> |
| 255 | </exclusion> |
| 256 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 257 | </dependency> |
| 258 | <dependency> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 259 | <groupId>org.apache.hadoop</groupId> |
| 260 | <artifactId>hadoop-hdfs</artifactId> |
| 261 | <version>${hadoop.version}</version> |
| 262 | <classifier>tests</classifier> |
| 263 | <scope>test</scope> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 264 | <exclusions> |
| 265 | <exclusion> |
Michael Blow | 621cd02 | 2023-02-15 20:00:51 -0500 | [diff] [blame] | 266 | <groupId>org.slf4j</groupId> |
| 267 | <artifactId>slf4j-reload4j</artifactId> |
| 268 | </exclusion> |
| 269 | <exclusion> |
| 270 | <groupId>ch.qos.reload4j</groupId> |
| 271 | <artifactId>reload4j</artifactId> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 272 | </exclusion> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 273 | <!-- TODO(htowaileb): Remove after updating to hadoop 3.3.4 --> |
| 274 | <exclusion> |
| 275 | <groupId>org.eclipse.jetty</groupId> |
| 276 | <artifactId>jetty-util</artifactId> |
| 277 | </exclusion> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 278 | </exclusions> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 279 | </dependency> |
| 280 | <dependency> |
Michael Blow | 91a7e80 | 2023-01-12 18:51:33 -0500 | [diff] [blame] | 281 | <groupId>com.e-movimento.tinytools</groupId> |
| 282 | <artifactId>privilegedaccessor</artifactId> |
| 283 | <version>1.3</version> |
| 284 | </dependency> |
| 285 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 286 | <groupId>commons-io</groupId> |
| 287 | <artifactId>commons-io</artifactId> |
Michael Blow | 76082aa | 2021-11-04 12:23:38 -0400 | [diff] [blame] | 288 | <version>2.11.0</version> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 289 | </dependency> |
| 290 | <dependency> |
Michael Blow | 6f75f05 | 2018-04-15 20:06:48 -0400 | [diff] [blame] | 291 | <groupId>org.apache.commons</groupId> |
| 292 | <artifactId>commons-text</artifactId> |
Michael Blow | 8a62091 | 2022-10-26 15:33:12 -0400 | [diff] [blame] | 293 | <version>1.10.0</version> |
Michael Blow | 6f75f05 | 2018-04-15 20:06:48 -0400 | [diff] [blame] | 294 | </dependency> |
| 295 | <dependency> |
Ian Maxon | d49bc6e | 2017-01-05 18:50:57 -0800 | [diff] [blame] | 296 | <groupId>com.fasterxml.jackson.core</groupId> |
| 297 | <artifactId>jackson-databind</artifactId> |
Michael Blow | 91a7e80 | 2023-01-12 18:51:33 -0500 | [diff] [blame] | 298 | <version>${jackson-databind.version}</version> |
Ian Maxon | d49bc6e | 2017-01-05 18:50:57 -0800 | [diff] [blame] | 299 | </dependency> |
| 300 | <dependency> |
| 301 | <groupId>com.fasterxml.jackson.core</groupId> |
| 302 | <artifactId>jackson-core</artifactId> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 303 | <version>${jackson.version}</version> |
Ian Maxon | d49bc6e | 2017-01-05 18:50:57 -0800 | [diff] [blame] | 304 | </dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 305 | <dependency> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 306 | <groupId>com.fasterxml.jackson.core</groupId> |
| 307 | <artifactId>jackson-annotations</artifactId> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 308 | <version>${jackson.version}</version> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 309 | </dependency> |
| 310 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 311 | <groupId>com.google.guava</groupId> |
| 312 | <artifactId>guava</artifactId> |
Michael Blow | 91a7e80 | 2023-01-12 18:51:33 -0500 | [diff] [blame] | 313 | <version>31.1-jre</version> |
Michael Blow | e8e59d0e | 2019-09-26 19:28:12 -0400 | [diff] [blame] | 314 | <exclusions> |
| 315 | <exclusion> |
| 316 | <groupId>com.google.code.findbugs</groupId> |
| 317 | <artifactId>jsr305</artifactId> |
| 318 | </exclusion> |
| 319 | <exclusion> |
| 320 | <groupId>com.google.guava</groupId> |
| 321 | <artifactId>listenablefuture</artifactId> |
| 322 | </exclusion> |
| 323 | <exclusion> |
| 324 | <groupId>org.checkerframework</groupId> |
| 325 | <artifactId>checker-qual</artifactId> |
| 326 | </exclusion> |
| 327 | <exclusion> |
| 328 | <groupId>com.google.j2objc</groupId> |
| 329 | <artifactId>j2objc-annotations</artifactId> |
| 330 | </exclusion> |
| 331 | <exclusion> |
| 332 | <groupId>org.codehaus.mojo</groupId> |
| 333 | <artifactId>animal-sniffer-annotations</artifactId> |
| 334 | </exclusion> |
| 335 | </exclusions> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 336 | </dependency> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 337 | <dependency> |
| 338 | <groupId>org.apache.commons</groupId> |
| 339 | <artifactId>commons-lang3</artifactId> |
Michael Blow | 3856cb3 | 2021-05-01 11:36:15 -0400 | [diff] [blame] | 340 | <version>3.12.0</version> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 341 | </dependency> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 342 | <dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 343 | <groupId>org.apache.commons</groupId> |
| 344 | <artifactId>commons-collections4</artifactId> |
Michael Blow | b8df1c5 | 2019-11-08 14:15:42 -0500 | [diff] [blame] | 345 | <version>4.4</version> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 346 | </dependency> |
| 347 | <dependency> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 348 | <groupId>org.apache.httpcomponents</groupId> |
| 349 | <artifactId>httpcore</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 350 | <version>4.4.15</version> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 351 | </dependency> |
| 352 | <dependency> |
| 353 | <groupId>org.apache.httpcomponents</groupId> |
| 354 | <artifactId>httpclient</artifactId> |
Michael Blow | 3a18852 | 2021-01-26 17:13:45 -0500 | [diff] [blame] | 355 | <version>4.5.13</version> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 356 | </dependency> |
| 357 | <dependency> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 358 | <groupId>org.apache.rat</groupId> |
| 359 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 360 | <version>0.13</version> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 361 | </dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 362 | <dependency> |
Till Westmann | 192478b | 2019-03-01 10:45:25 -0800 | [diff] [blame] | 363 | <groupId>org.ini4j</groupId> |
| 364 | <artifactId>ini4j</artifactId> |
| 365 | <version>0.5.4</version> |
| 366 | </dependency> |
| 367 | <dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 368 | <groupId>args4j</groupId> |
| 369 | <artifactId>args4j</artifactId> |
| 370 | <version>2.33</version> |
| 371 | </dependency> |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 372 | <dependency> |
| 373 | <groupId>org.apache.logging.log4j</groupId> |
| 374 | <artifactId>log4j-api</artifactId> |
Michael Blow | 2d5bd95 | 2020-06-13 12:51:06 -0400 | [diff] [blame] | 375 | <version>${log4j.version}</version> |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 376 | </dependency> |
| 377 | <dependency> |
| 378 | <groupId>org.apache.logging.log4j</groupId> |
| 379 | <artifactId>log4j-core</artifactId> |
Michael Blow | 2d5bd95 | 2020-06-13 12:51:06 -0400 | [diff] [blame] | 380 | <version>${log4j.version}</version> |
| 381 | </dependency> |
| 382 | <dependency> |
| 383 | <groupId>org.apache.logging.log4j</groupId> |
| 384 | <artifactId>log4j-jul</artifactId> |
| 385 | <version>${log4j.version}</version> |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 386 | </dependency> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 387 | <dependency> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 388 | <groupId>javax.xml.bind</groupId> |
| 389 | <artifactId>jaxb-api</artifactId> |
| 390 | <version>2.3.0</version> |
| 391 | </dependency> |
Michael Blow | b8df1c5 | 2019-11-08 14:15:42 -0500 | [diff] [blame] | 392 | <dependency> |
| 393 | <groupId>org.apache.maven</groupId> |
| 394 | <artifactId>maven-project</artifactId> |
| 395 | <version>2.2.1</version> |
| 396 | </dependency> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 397 | <dependency> |
| 398 | <groupId>org.apache.maven</groupId> |
| 399 | <artifactId>maven-model</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 400 | <version>3.8.4</version> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 401 | </dependency> |
| 402 | <dependency> |
| 403 | <groupId>org.apache.maven</groupId> |
| 404 | <artifactId>maven-artifact</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 405 | <version>3.8.4</version> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 406 | </dependency> |
| 407 | <dependency> |
| 408 | <groupId>org.apache.maven</groupId> |
| 409 | <artifactId>maven-compat</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 410 | <version>3.8.4</version> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 411 | </dependency> |
| 412 | <dependency> |
| 413 | <groupId>org.apache.maven</groupId> |
| 414 | <artifactId>maven-core</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 415 | <version>3.8.4</version> |
Michael Blow | 8363dcb | 2021-12-04 06:02:34 -0500 | [diff] [blame] | 416 | </dependency> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 417 | <dependency> |
| 418 | <groupId>org.apache.maven</groupId> |
| 419 | <artifactId>maven-plugin-api</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 420 | <version>3.8.4</version> |
Michael Blow | e8637d0 | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 421 | </dependency> |
| 422 | <dependency> |
Michael Blow | fa0ddb6 | 2022-01-22 08:08:51 -0500 | [diff] [blame] | 423 | <groupId>org.apache.maven.plugin-tools</groupId> |
| 424 | <artifactId>maven-plugin-annotations</artifactId> |
| 425 | <version>3.6.4</version> |
| 426 | </dependency> |
| 427 | <dependency> |
| 428 | <groupId>org.apache.maven.plugins</groupId> |
| 429 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 430 | <version>1.7.0</version> |
Michael Blow | b5727c6 | 2020-03-05 21:16:35 -0500 | [diff] [blame] | 431 | </dependency> |
Rui Guo | 4ce394b | 2020-07-23 07:35:59 -0700 | [diff] [blame] | 432 | <dependency> |
| 433 | <groupId>it.unimi.dsi</groupId> |
Michael Blow | d821af0 | 2021-04-05 09:33:15 -0400 | [diff] [blame] | 434 | <artifactId>fastutil-core</artifactId> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 435 | <version>8.5.6</version> |
Rui Guo | 4ce394b | 2020-07-23 07:35:59 -0700 | [diff] [blame] | 436 | </dependency> |
Ian Maxon | 44b4dd8 | 2020-10-01 12:58:06 -0700 | [diff] [blame] | 437 | <dependency> |
Dmitry Lychagin | 4743118 | 2021-10-26 20:22:59 -0700 | [diff] [blame] | 438 | <groupId>org.slf4j</groupId> |
| 439 | <artifactId>slf4j-simple</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 440 | <version>1.7.33</version> |
Dmitry Lychagin | 4743118 | 2021-10-26 20:22:59 -0700 | [diff] [blame] | 441 | </dependency> |
| 442 | <dependency> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 443 | <groupId>org.apache.logging.log4j</groupId> |
| 444 | <artifactId>log4j-1.2-api</artifactId> |
Michael Blow | 951b9cc | 2021-10-28 20:11:23 -0400 | [diff] [blame] | 445 | <version>${log4j.version}</version> |
Ian Maxon | 4a20fb2 | 2020-06-08 17:23:07 -0700 | [diff] [blame] | 446 | </dependency> |
Ian Maxon | 94eb3c2 | 2021-06-03 12:31:18 -0700 | [diff] [blame] | 447 | <dependency> |
Ian Maxon | 4889f6b | 2021-05-05 02:08:27 -0700 | [diff] [blame] | 448 | <groupId>org.mockito</groupId> |
| 449 | <artifactId>mockito-core</artifactId> |
| 450 | <version>3.10.0</version> |
| 451 | </dependency> |
| 452 | <dependency> |
| 453 | <groupId>org.powermock</groupId> |
| 454 | <artifactId>powermock-api-mockito2</artifactId> |
| 455 | <version>2.0.9</version> |
| 456 | </dependency> |
| 457 | <dependency> |
| 458 | <groupId>org.powermock</groupId> |
| 459 | <artifactId>powermock-module-junit4</artifactId> |
| 460 | <version>2.0.9</version> |
| 461 | </dependency> |
| 462 | <dependency> |
| 463 | <groupId>org.powermock</groupId> |
| 464 | <artifactId>powermock-core</artifactId> |
| 465 | <version>2.0.9</version> |
| 466 | </dependency> |
Wail Alkowaileet | 790ce54 | 2021-08-07 16:21:17 -0700 | [diff] [blame] | 467 | <dependency> |
| 468 | <groupId>org.xerial.snappy</groupId> |
| 469 | <artifactId>snappy-java</artifactId> |
| 470 | <version>${snappy.version}</version> |
| 471 | </dependency> |
Hussain Towaileb | 359e5c2 | 2022-08-01 06:46:31 +0300 | [diff] [blame] | 472 | <!-- TODO(htowaileb): removed from hadoop transitively and added separately to avoid CVEs, can |
| 473 | be removed once upgraded to hadoop 3.3.4 as it addresses the CVEs --> |
| 474 | <dependency> |
| 475 | <groupId>org.eclipse.jetty</groupId> |
| 476 | <artifactId>jetty-util</artifactId> |
| 477 | <version>9.4.48.v20220622</version> |
| 478 | </dependency> |
| 479 | <dependency> |
| 480 | <groupId>org.eclipse.jetty</groupId> |
| 481 | <artifactId>jetty-util-ajax</artifactId> |
| 482 | <version>9.4.48.v20220622</version> |
| 483 | </dependency> |
Hussain Towaileb | c9678e4 | 2023-03-28 21:51:07 +0300 | [diff] [blame] | 484 | <dependency> |
| 485 | <groupId>software.amazon.awssdk</groupId> |
| 486 | <artifactId>sdk-core</artifactId> |
| 487 | <version>${awsjavasdk.version}</version> |
| 488 | </dependency> |
| 489 | <dependency> |
| 490 | <groupId>software.amazon.awssdk</groupId> |
| 491 | <artifactId>s3</artifactId> |
| 492 | <version>${awsjavasdk.version}</version> |
| 493 | </dependency> |
| 494 | <dependency> |
| 495 | <groupId>software.amazon.awssdk</groupId> |
| 496 | <artifactId>regions</artifactId> |
| 497 | <version>${awsjavasdk.version}</version> |
| 498 | </dependency> |
| 499 | <dependency> |
| 500 | <groupId>software.amazon.awssdk</groupId> |
| 501 | <artifactId>auth</artifactId> |
| 502 | <version>${awsjavasdk.version}</version> |
| 503 | </dependency> |
| 504 | <dependency> |
| 505 | <groupId>io.findify</groupId> |
| 506 | <artifactId>s3mock_2.12</artifactId> |
| 507 | <version>0.2.5</version> |
| 508 | <scope>test</scope> |
| 509 | </dependency> |
| 510 | <dependency> |
| 511 | <groupId>com.typesafe.akka</groupId> |
| 512 | <artifactId>akka-http-core_2.12</artifactId> |
| 513 | <version>10.1.0</version> |
| 514 | <scope>test</scope> |
| 515 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 516 | </dependencies> |
| 517 | </dependencyManagement> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 518 | <build> |
| 519 | <plugins> |
| 520 | <plugin> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 521 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 522 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 523 | <configuration> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 524 | <excludes combine.children="append"> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 525 | <exclude>**/DEPENDENCIES</exclude> |
| 526 | </excludes> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 527 | <archive> |
Michael Blow | aed96f0 | 2019-03-01 18:47:19 -0500 | [diff] [blame] | 528 | <addMavenDescriptor>false</addMavenDescriptor> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 529 | <manifest> |
| 530 | <addDefaultImplementationEntries>false</addDefaultImplementationEntries> |
| 531 | <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> |
| 532 | </manifest> |
| 533 | <manifestEntries> |
| 534 | <Implementation-Title>${implementation.title}</Implementation-Title> |
| 535 | <Implementation-URL>${implementation.url}</Implementation-URL> |
| 536 | <Implementation-Version>${implementation.version}</Implementation-Version> |
| 537 | <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor> |
| 538 | </manifestEntries> |
| 539 | </archive> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 540 | </configuration> |
| 541 | </plugin> |
| 542 | <plugin> |
| 543 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 544 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 545 | <configuration> |
| 546 | <failOnWarning>true</failOnWarning> |
| 547 | <outputXML>true</outputXML> |
| 548 | </configuration> |
| 549 | <executions> |
| 550 | <execution> |
| 551 | <phase>process-test-classes</phase> |
| 552 | <goals> |
| 553 | <goal>analyze-only</goal> |
| 554 | </goals> |
| 555 | </execution> |
| 556 | </executions> |
| 557 | </plugin> |
| 558 | <plugin> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 559 | <groupId>org.apache.rat</groupId> |
| 560 | <artifactId>apache-rat-plugin</artifactId> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 561 | <executions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 562 | <execution> |
| 563 | <phase>validate</phase> |
| 564 | <goals> |
| 565 | <goal>check</goal> |
| 566 | </goals> |
| 567 | </execution> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 568 | </executions> |
| 569 | <configuration> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 570 | <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
| 571 | <consoleOutput>true</consoleOutput> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 572 | <licenses> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 573 | <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" /> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 574 | </licenses> |
| 575 | <licenseFamilies> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 576 | <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" /> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 577 | </licenseFamilies> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 578 | <excludeSubProjects>true</excludeSubProjects> |
Michael Blow | e7aec9c | 2017-04-28 17:08:45 -0400 | [diff] [blame] | 579 | <excludes combine.children="append"> |
| 580 | <exclude>**/*.iml</exclude> |
| 581 | </excludes> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 582 | </configuration> |
| 583 | </plugin> |
| 584 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 585 | <groupId>org.apache.maven.plugins</groupId> |
| 586 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 587 | <configuration> |
| 588 | <failIfNoTests>false</failIfNoTests> |
| 589 | <forkCount>1</forkCount> |
Chris Hillery | d2c1a8a | 2014-02-21 01:03:02 -0800 | [diff] [blame] | 590 | <reuseForks>false</reuseForks> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 591 | <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug |
Murtadha Hubail | c7eb0c5 | 2018-05-21 18:01:55 +0300 | [diff] [blame] | 592 | -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine} |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 593 | </argLine> |
Murtadha Hubail | 06ca279 | 2018-01-16 00:12:27 +0300 | [diff] [blame] | 594 | <systemPropertyVariables> |
| 595 | <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile> |
| 596 | </systemPropertyVariables> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 597 | <includes> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 598 | <include>${test.includes}</include> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 599 | </includes> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 600 | <excludes combine.children="append"> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 601 | <exclude>${test.excludes}</exclude> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 602 | </excludes> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 603 | <skipTests>${skip.surefire.tests}</skipTests> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 604 | </configuration> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 605 | </plugin> |
| 606 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 607 | <groupId>org.apache.maven.plugins</groupId> |
Murtadha Hubail | 06ca279 | 2018-01-16 00:12:27 +0300 | [diff] [blame] | 608 | <artifactId>maven-failsafe-plugin</artifactId> |
| 609 | <configuration> |
| 610 | <systemPropertyVariables> |
| 611 | <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile> |
| 612 | </systemPropertyVariables> |
| 613 | </configuration> |
| 614 | </plugin> |
| 615 | <plugin> |
| 616 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 617 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 618 | <configuration> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 619 | <source>${source.jdk.version}</source> |
| 620 | <target>${target.jdk.version}</target> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 621 | <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 622 | </configuration> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 623 | </plugin> |
Ian Maxon | b165aca | 2016-03-17 18:21:57 -0700 | [diff] [blame] | 624 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 625 | <groupId>org.apache.maven.plugins</groupId> |
| 626 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 627 | <executions> |
| 628 | <execution> |
| 629 | <goals> |
| 630 | <goal>process</goal> |
| 631 | </goals> |
| 632 | <configuration> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 633 | <resourceBundles> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 634 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 635 | </resourceBundles> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 636 | <properties> |
| 637 | <projectName>Apache Hyracks - ${project.name}</projectName> |
| 638 | </properties> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 639 | </configuration> |
| 640 | </execution> |
| 641 | </executions> |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 642 | </plugin> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 643 | <plugin> |
| 644 | <groupId>org.apache.maven.plugins</groupId> |
| 645 | <artifactId>maven-checkstyle-plugin</artifactId> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 646 | <version>3.0.0</version> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 647 | <executions> |
| 648 | <execution> |
| 649 | <id>verify-style</id> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 650 | <phase>process-sources</phase> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 651 | <goals> |
| 652 | <goal>check</goal> |
| 653 | </goals> |
| 654 | </execution> |
| 655 | </executions> |
| 656 | <configuration> |
| 657 | <logViolationsToConsole>true</logViolationsToConsole> |
| 658 | <checkstyleRules> |
| 659 | <module name="Checker"> |
| 660 | <!-- Checks for whitespace --> |
| 661 | <!-- See http://checkstyle.sf.net/config_whitespace.html --> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 662 | <module name="FileTabCharacter" /> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 663 | <module name="TreeWalker"> |
| 664 | <module name="AvoidStarImport"> |
| 665 | <property name="allowStaticMemberImports" value="true"/> |
| 666 | </module> |
| 667 | </module> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 668 | </module> |
| 669 | </checkstyleRules> |
Michael Blow | d6cf641 | 2016-06-30 02:44:35 -0400 | [diff] [blame] | 670 | <includes>**/*.java,**/*.jj</includes> |
| 671 | <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 672 | <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories> |
| 673 | </configuration> |
| 674 | </plugin> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 675 | <plugin> |
| 676 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | e2307cf | 2020-04-24 16:14:03 -0400 | [diff] [blame] | 677 | <artifactId>maven-antrun-plugin</artifactId> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 678 | <executions> |
| 679 | <execution> |
Michael Blow | e2307cf | 2020-04-24 16:14:03 -0400 | [diff] [blame] | 680 | <id>check-pom-packaging</id> |
| 681 | <phase>validate</phase> |
| 682 | <goals> |
| 683 | <goal>run</goal> |
| 684 | </goals> |
| 685 | <configuration> |
| 686 | <exportAntProperties>true</exportAntProperties> |
| 687 | <target xmlns:unless="ant:unless"> |
| 688 | <condition property="skipPomEnforcement"> |
| 689 | <not><equals arg1="${project.packaging}" arg2="pom"/></not> |
| 690 | </condition> |
| 691 | <echo message="will enforce non-existence of test source dir due to ${project.packaging} packaging" unless:set="skipPomEnforcement"/> |
| 692 | </target> |
| 693 | </configuration> |
| 694 | </execution> |
| 695 | </executions> |
| 696 | </plugin> |
| 697 | <plugin> |
| 698 | <groupId>org.apache.maven.plugins</groupId> |
| 699 | <artifactId>maven-enforcer-plugin</artifactId> |
| 700 | <executions> |
| 701 | <execution> |
| 702 | <id>ensure-no-tests-for-pom-packaging</id> |
| 703 | <phase>validate</phase> |
| 704 | <goals> |
| 705 | <goal>enforce</goal> |
| 706 | </goals> |
| 707 | <configuration> |
| 708 | <rules> |
| 709 | <requireFilesDontExist> |
| 710 | <files> |
| 711 | <file>${project.build.testSourceDirectory}</file> |
| 712 | </files> |
| 713 | <message>#### Tests cannot exist in projects with '${project.packaging}' packaging!</message> |
| 714 | </requireFilesDontExist> |
| 715 | </rules> |
| 716 | <skip>${skipPomEnforcement}</skip> |
| 717 | </configuration> |
| 718 | </execution> |
| 719 | <execution> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 720 | <id>enforce-versions</id> |
| 721 | <goals> |
| 722 | <goal>enforce</goal> |
| 723 | </goals> |
| 724 | <configuration> |
| 725 | <rules> |
| 726 | <requireMavenVersion> |
| 727 | <version>[3.3.9,)</version> |
| 728 | </requireMavenVersion> |
Ian Maxon | 4889f6b | 2021-05-05 02:08:27 -0700 | [diff] [blame] | 729 | <requireJavaVersion> |
| 730 | <version>[11,)</version> |
| 731 | </requireJavaVersion> |
| 732 | </rules> |
| 733 | </configuration> |
| 734 | </execution> |
| 735 | <execution> |
| 736 | <id>ensure-no-duplicate-deps</id> |
| 737 | <goals> |
| 738 | <goal>enforce</goal> |
| 739 | </goals> |
| 740 | <configuration> |
| 741 | <rules> |
| 742 | <banDuplicatePomDependencyVersions/> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 743 | </rules> |
| 744 | </configuration> |
| 745 | </execution> |
| 746 | </executions> |
| 747 | </plugin> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 748 | <plugin> |
| 749 | <groupId>org.apache.maven.plugins</groupId> |
| 750 | <artifactId>maven-resources-plugin</artifactId> |
| 751 | <executions> |
| 752 | <execution> |
| 753 | <id>default-testResources</id> |
| 754 | <goals> |
| 755 | <goal>testResources</goal> |
| 756 | </goals> |
| 757 | <configuration> |
| 758 | <skip>${skip.testResources}</skip> |
| 759 | </configuration> |
| 760 | </execution> |
| 761 | </executions> |
| 762 | </plugin> |
Michael Blow | cb9ca97 | 2018-01-27 23:03:30 -0500 | [diff] [blame] | 763 | <plugin> |
| 764 | <groupId>net.revelc.code.formatter</groupId> |
| 765 | <artifactId>formatter-maven-plugin</artifactId> |
| 766 | <executions> |
| 767 | <execution> |
| 768 | <goals> |
| 769 | <goal>${source-format.goal}</goal> |
| 770 | </goals> |
| 771 | </execution> |
| 772 | </executions> |
| 773 | <configuration> |
| 774 | <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile> |
| 775 | <skipFormatting>${source-format.skip}</skipFormatting> |
| 776 | </configuration> |
| 777 | </plugin> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 778 | <plugin> |
| 779 | <groupId>net.revelc.code</groupId> |
| 780 | <artifactId>impsort-maven-plugin</artifactId> |
| 781 | <executions> |
| 782 | <execution> |
| 783 | <goals> |
| 784 | <goal>${import-sort.goal}</goal> |
| 785 | </goals> |
| 786 | </execution> |
| 787 | </executions> |
| 788 | <configuration> |
| 789 | <groups>java,javax,org,com,*</groups> |
| 790 | <removeUnused>true</removeUnused> |
| 791 | <skip>${import-sort.skip}</skip> |
| 792 | </configuration> |
| 793 | </plugin> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 794 | </plugins> |
Yingyi Bu | d680e14 | 2016-03-18 16:41:46 -0700 | [diff] [blame] | 795 | <pluginManagement> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 796 | <plugins> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 797 | <plugin> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 798 | <groupId>org.apache.maven.plugins</groupId> |
| 799 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 800 | <version>3.8.0</version> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 801 | </plugin> |
| 802 | <plugin> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 803 | <groupId>org.apache.rat</groupId> |
| 804 | <artifactId>apache-rat-plugin</artifactId> |
| 805 | <version>0.12</version> |
| 806 | </plugin> |
Dmitry Lychagin | 249be53 | 2017-05-31 14:57:14 -0700 | [diff] [blame] | 807 | <plugin> |
| 808 | <groupId>net.revelc.code.formatter</groupId> |
| 809 | <artifactId>formatter-maven-plugin</artifactId> |
| 810 | <version>2.0.1</version> |
| 811 | </plugin> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 812 | <plugin> |
| 813 | <groupId>net.revelc.code</groupId> |
| 814 | <artifactId>impsort-maven-plugin</artifactId> |
| 815 | <version>1.2.0</version> |
| 816 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 817 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 818 | <plugin> |
| 819 | <groupId>org.eclipse.m2e</groupId> |
| 820 | <artifactId>lifecycle-mapping</artifactId> |
| 821 | <version>1.0.0</version> |
| 822 | <configuration> |
| 823 | <lifecycleMappingMetadata> |
| 824 | <pluginExecutions> |
| 825 | <pluginExecution> |
| 826 | <pluginExecutionFilter> |
| 827 | <groupId>org.apache.rat</groupId> |
| 828 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 829 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 830 | <goals> |
| 831 | <goal>check</goal> |
| 832 | </goals> |
| 833 | </pluginExecutionFilter> |
| 834 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 835 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 836 | </action> |
| 837 | </pluginExecution> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 838 | <pluginExecution> |
| 839 | <pluginExecutionFilter> |
| 840 | <groupId>org.apache.maven.plugins</groupId> |
| 841 | <artifactId>maven-checkstyle-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 842 | <versionRange>[0.0,)</versionRange> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 843 | <goals> |
| 844 | <goal>check</goal> |
| 845 | </goals> |
| 846 | </pluginExecutionFilter> |
| 847 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 848 | <ignore /> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 849 | </action> |
| 850 | </pluginExecution> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 851 | <pluginExecution> |
| 852 | <pluginExecutionFilter> |
| 853 | <groupId>org.apache.maven.plugins</groupId> |
| 854 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 855 | <versionRange>[0.0,)</versionRange> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 856 | <goals> |
| 857 | <goal>analyze-only</goal> |
| 858 | </goals> |
| 859 | </pluginExecutionFilter> |
| 860 | <action> |
Ian Maxon | def643d | 2017-01-18 18:31:11 -0800 | [diff] [blame] | 861 | <ignore /> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 862 | </action> |
| 863 | </pluginExecution> |
Taewoo Kim | a252d78 | 2018-01-30 13:29:07 -0800 | [diff] [blame] | 864 | <pluginExecution> |
| 865 | <pluginExecutionFilter> |
Abdullah Alamoudi | 4ff6a36 | 2018-02-12 09:24:15 -0800 | [diff] [blame] | 866 | <groupId>net.revelc.code.formatter</groupId> |
| 867 | <artifactId>formatter-maven-plugin</artifactId> |
| 868 | <versionRange>[2.0.1,)</versionRange> |
| 869 | <goals> |
| 870 | <goal>format</goal> |
| 871 | </goals> |
| 872 | </pluginExecutionFilter> |
| 873 | <action> |
| 874 | <ignore></ignore> |
| 875 | </action> |
Taewoo Kim | a252d78 | 2018-01-30 13:29:07 -0800 | [diff] [blame] | 876 | </pluginExecution> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 877 | </pluginExecutions> |
| 878 | </lifecycleMappingMetadata> |
| 879 | </configuration> |
| 880 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 881 | <plugin> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 882 | <groupId>org.codehaus.mojo</groupId> |
| 883 | <artifactId>versions-maven-plugin</artifactId> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 884 | <version>2.5</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 885 | </plugin> |
| 886 | <plugin> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 887 | <groupId>org.apache.maven.plugins</groupId> |
| 888 | <artifactId>maven-scm-plugin</artifactId> |
| 889 | <version>1.9.5</version> |
| 890 | </plugin> |
| 891 | <plugin> |
| 892 | <groupId>org.codehaus.mojo</groupId> |
| 893 | <artifactId>appassembler-maven-plugin</artifactId> |
| 894 | <version>2.0.0</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 895 | </plugin> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 896 | <plugin> |
| 897 | <groupId>org.apache.maven.plugins</groupId> |
| 898 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 899 | <version>2.21.0</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 900 | </plugin> |
| 901 | <plugin> |
| 902 | <groupId>org.apache.maven.plugins</groupId> |
| 903 | <artifactId>maven-failsafe-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 904 | <version>2.21.0</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 905 | </plugin> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 906 | <plugin> |
| 907 | <groupId>org.apache.hyracks</groupId> |
| 908 | <artifactId>license-automation-plugin</artifactId> |
| 909 | <version>${project.version}</version> |
| 910 | </plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 911 | <plugin> |
| 912 | <groupId>org.apache.maven.plugins</groupId> |
| 913 | <artifactId>maven-assembly-plugin</artifactId> |
| 914 | <version>3.1.0</version> |
| 915 | </plugin> |
| 916 | <plugin> |
| 917 | <groupId>org.apache.maven.plugins</groupId> |
| 918 | <artifactId>maven-antrun-plugin</artifactId> |
| 919 | <version>1.8</version> |
| 920 | </plugin> |
| 921 | <plugin> |
| 922 | <groupId>org.apache.maven.plugins</groupId> |
| 923 | <artifactId>maven-clean-plugin</artifactId> |
| 924 | <version>3.0.0</version> |
| 925 | </plugin> |
| 926 | <plugin> |
| 927 | <groupId>org.apache.maven.plugins</groupId> |
| 928 | <artifactId>maven-jar-plugin</artifactId> |
| 929 | <version>3.0.2</version> |
| 930 | </plugin> |
| 931 | <plugin> |
| 932 | <groupId>org.codehaus.mojo</groupId> |
| 933 | <artifactId>build-helper-maven-plugin</artifactId> |
| 934 | <version>3.0.0</version> |
| 935 | </plugin> |
| 936 | <plugin> |
| 937 | <groupId>org.apache.maven.plugins</groupId> |
| 938 | <artifactId>maven-dependency-plugin</artifactId> |
Ian Maxon | 4889f6b | 2021-05-05 02:08:27 -0700 | [diff] [blame] | 939 | <version>3.1.2</version> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 940 | </plugin> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 941 | <plugin> |
| 942 | <groupId>org.apache.maven.doxia</groupId> |
| 943 | <artifactId>doxia-maven-plugin</artifactId> |
| 944 | <version>1.1.4</version> |
| 945 | </plugin> |
Ian Maxon | 4889f6b | 2021-05-05 02:08:27 -0700 | [diff] [blame] | 946 | <plugin> |
| 947 | <groupId>org.apache.maven.plugins</groupId> |
| 948 | <artifactId>maven-enforcer-plugin</artifactId> |
| 949 | <version>3.0.0-M3</version> |
| 950 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 951 | </plugins> |
| 952 | </pluginManagement> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 953 | </build> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 954 | <profiles> |
| 955 | <profile> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 956 | <id>skip-assembly</id> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame] | 957 | <activation> |
| 958 | <file> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 959 | <missing>src/main/assembly/source.xml</missing> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame] | 960 | </file> |
| 961 | </activation> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 962 | <properties> |
| 963 | <skip.assembly>true</skip.assembly> |
| 964 | </properties> |
| 965 | </profile> |
| 966 | <profile> |
| 967 | <id>release</id> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame] | 968 | <build> |
| 969 | <plugins> |
| 970 | <plugin> |
| 971 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 972 | <artifactId>maven-jar-plugin</artifactId> |
| 973 | <configuration> |
| 974 | <archive> |
Michael Blow | aed96f0 | 2019-03-01 18:47:19 -0500 | [diff] [blame] | 975 | <addMavenDescriptor>true</addMavenDescriptor> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 976 | <manifest> |
| 977 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
| 978 | <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> |
| 979 | </manifest> |
| 980 | </archive> |
| 981 | </configuration> |
| 982 | </plugin> |
| 983 | <plugin> |
| 984 | <groupId>org.apache.maven.plugins</groupId> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame] | 985 | <artifactId>maven-assembly-plugin</artifactId> |
| 986 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 987 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 988 | For example, we exclude the KEYS file from the zip --> |
| 989 | <executions> |
| 990 | <execution> |
| 991 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 992 | the apache parent POM under the apache-release profile --> |
| 993 | <id>source-release-assembly</id> |
| 994 | <phase>package</phase> |
| 995 | <goals> |
| 996 | <goal>single</goal> |
| 997 | </goals> |
| 998 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 999 | <configuration combine.self="override"> |
| 1000 | <descriptors> |
| 1001 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 1002 | </descriptors> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 1003 | <skipAssembly>${skip.assembly}</skipAssembly> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame] | 1004 | </configuration> |
| 1005 | </execution> |
| 1006 | </executions> |
| 1007 | </plugin> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 1008 | <plugin> |
| 1009 | <groupId>org.apache.maven.plugins</groupId> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 1010 | <artifactId>maven-gpg-plugin</artifactId> |
| 1011 | <version>1.6</version> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 1012 | <executions> |
| 1013 | <execution> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 1014 | <id>sign-artifacts</id> |
| 1015 | <phase>verify</phase> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 1016 | <goals> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 1017 | <goal>sign</goal> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 1018 | </goals> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 1019 | </execution> |
| 1020 | </executions> |
| 1021 | </plugin> |
| 1022 | </plugins> |
| 1023 | </build> |
| 1024 | </profile> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 1025 | <profile> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 1026 | <id>coverage</id> |
| 1027 | <activation> |
| 1028 | <property> |
| 1029 | <name>coverage</name> |
| 1030 | </property> |
| 1031 | </activation> |
| 1032 | <build> |
| 1033 | <plugins> |
| 1034 | <plugin> |
| 1035 | <groupId>org.jacoco</groupId> |
| 1036 | <artifactId>jacoco-maven-plugin</artifactId> |
| 1037 | <version>${jacoco.version}</version> |
| 1038 | <executions> |
| 1039 | <execution> |
| 1040 | <id>default-prepare-agent</id> |
| 1041 | <goals> |
| 1042 | <goal>prepare-agent</goal> |
| 1043 | </goals> |
| 1044 | <configuration> |
| 1045 | <propertyName>coverageArgLine</propertyName> |
| 1046 | </configuration> |
| 1047 | </execution> |
| 1048 | <execution> |
| 1049 | <id>default-prepare-agent-integration</id> |
| 1050 | <goals> |
| 1051 | <goal>prepare-agent-integration</goal> |
| 1052 | </goals> |
| 1053 | <configuration> |
| 1054 | <propertyName>coverageArgLine</propertyName> |
| 1055 | </configuration> |
| 1056 | </execution> |
| 1057 | </executions> |
| 1058 | </plugin> |
| 1059 | </plugins> |
| 1060 | </build> |
| 1061 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 1062 | <coverage /> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 1063 | </properties> |
| 1064 | </profile> |
| 1065 | <profile> |
| 1066 | <id>no-coverage</id> |
| 1067 | <activation> |
| 1068 | <property> |
| 1069 | <name>!coverage</name> |
| 1070 | </property> |
| 1071 | </activation> |
| 1072 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 1073 | <coverageArgLine /> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 1074 | </properties> |
| 1075 | </profile> |
| 1076 | <profile> |
Michael Blow | 64d49fb | 2018-02-11 15:43:47 -0500 | [diff] [blame] | 1077 | <id>integration-tests-only</id> |
| 1078 | <properties> |
| 1079 | <test.includes/> |
| 1080 | <failIfNoTests>false</failIfNoTests> |
| 1081 | </properties> |
| 1082 | </profile> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 1083 | </profiles> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 1084 | <modules> |
| 1085 | <module>hyracks</module> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 1086 | <module>algebricks</module> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 1087 | <module>hyracks-fullstack-license</module> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 1088 | </modules> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 1089 | </project> |