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