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