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