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