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