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