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