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 | !--> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 19 | |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
Ian Maxon | e915e8c | 2015-07-01 17:03:31 -0700 | [diff] [blame] | 22 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | c3dfd4b | 2017-01-17 17:19:49 -0500 | [diff] [blame] | 23 | <artifactId>apache-hyracks</artifactId> |
Ian Maxon | a3435a3 | 2017-01-18 18:31:30 -0800 | [diff] [blame] | 24 | <version>0.3.1-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 | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 27 | <url>https://asterixdb.apache.org/</url> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 28 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.apache</groupId> |
| 31 | <artifactId>apache</artifactId> |
Michael Blow | b99349d | 2016-11-08 19:38:02 -0500 | [diff] [blame] | 32 | <version>18</version> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 33 | <relativePath /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 34 | </parent> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 35 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 36 | <licenses> |
| 37 | <license> |
| 38 | <name>Apache License, Version 2.0</name> |
| 39 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 40 | <distribution>repo</distribution> |
| 41 | <comments>A business-friendly OSS license</comments> |
| 42 | </license> |
| 43 | </licenses> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 44 | |
Ian Maxon | 4b22843 | 2017-01-16 13:35:16 -0800 | [diff] [blame] | 45 | <scm> |
| 46 | <connection>scm:git:https://github.com/apache/asterixdb</connection> |
| 47 | <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> |
| 48 | <url>https://github.com/apache/asterixdb</url> |
Ian Maxon | a3435a3 | 2017-01-18 18:31:30 -0800 | [diff] [blame] | 49 | <tag>HEAD</tag> |
Ian Maxon | 4b22843 | 2017-01-16 13:35:16 -0800 | [diff] [blame] | 50 | </scm> |
| 51 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 52 | <properties> |
| 53 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 54 | <jdk.version>1.8</jdk.version> |
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 | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 57 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 58 | <!-- Definition of tests in various categories which may be excluded --> |
| 59 | <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests> |
| 60 | <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests> |
| 61 | <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes> |
| 62 | <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests} |
| 63 | </global.test.excludes> |
| 64 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
| 65 | <hadoop.version>2.2.0</hadoop.version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 66 | <jacoco.version>0.7.6.201602180812</jacoco.version> |
| 67 | </properties> |
| 68 | <dependencyManagement> |
| 69 | <dependencies> |
| 70 | <dependency> |
Till Westmann | ea666c9 | 2017-02-22 22:25:15 -0800 | [diff] [blame] | 71 | <groupId>io.netty</groupId> |
| 72 | <artifactId>netty-all</artifactId> |
| 73 | <version>4.1.6.Final</version> |
| 74 | </dependency> |
| 75 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 76 | <groupId>junit</groupId> |
| 77 | <artifactId>junit</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 78 | <version>4.12</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.apache.hadoop</groupId> |
| 82 | <artifactId>hadoop-yarn-client</artifactId> |
| 83 | <version>${hadoop.version}</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.apache.hadoop</groupId> |
| 87 | <artifactId>hadoop-client</artifactId> |
| 88 | <version>${hadoop.version}</version> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.apache.hadoop</groupId> |
| 92 | <artifactId>hadoop-common</artifactId> |
| 93 | <version>${hadoop.version}</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.apache.hadoop</groupId> |
| 97 | <artifactId>hadoop-hdfs</artifactId> |
| 98 | <version>${hadoop.version}</version> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.apache.hadoop</groupId> |
| 102 | <artifactId>hadoop-minicluster</artifactId> |
| 103 | <version>${hadoop.version}</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.apache.hadoop</groupId> |
| 107 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 108 | <version>${hadoop.version}</version> |
| 109 | </dependency> |
| 110 | <dependency> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 111 | <groupId>org.apache.hadoop</groupId> |
| 112 | <artifactId>hadoop-hdfs</artifactId> |
| 113 | <version>${hadoop.version}</version> |
| 114 | <classifier>tests</classifier> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
| 117 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 118 | <groupId>commons-io</groupId> |
| 119 | <artifactId>commons-io</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 120 | <version>2.5</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 121 | </dependency> |
Ian Maxon | d49bc6e | 2017-01-05 18:50:57 -0800 | [diff] [blame] | 122 | <dependency> |
| 123 | <groupId>com.fasterxml.jackson.core</groupId> |
| 124 | <artifactId>jackson-databind</artifactId> |
| 125 | <version>2.8.4</version> |
| 126 | </dependency> |
| 127 | <dependency> |
| 128 | <groupId>com.fasterxml.jackson.core</groupId> |
| 129 | <artifactId>jackson-core</artifactId> |
| 130 | <version>2.8.4</version> |
| 131 | </dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 132 | <dependency> |
| 133 | <groupId>com.google.guava</groupId> |
| 134 | <artifactId>guava</artifactId> |
| 135 | <version>18.0</version> |
| 136 | </dependency> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 137 | <dependency> |
| 138 | <groupId>org.apache.commons</groupId> |
| 139 | <artifactId>commons-lang3</artifactId> |
| 140 | <version>3.5</version> |
| 141 | </dependency> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 142 | <dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 143 | <groupId>org.apache.commons</groupId> |
| 144 | <artifactId>commons-collections4</artifactId> |
| 145 | <version>4.1</version> |
| 146 | </dependency> |
| 147 | <dependency> |
Till Westmann | 55dd6ff | 2017-02-19 20:18:51 -0800 | [diff] [blame] | 148 | <groupId>org.apache.httpcomponents</groupId> |
| 149 | <artifactId>httpcore</artifactId> |
| 150 | <version>4.4.5</version> |
| 151 | </dependency> |
| 152 | <dependency> |
| 153 | <groupId>org.apache.httpcomponents</groupId> |
| 154 | <artifactId>httpclient</artifactId> |
| 155 | <version>4.5.2</version> |
| 156 | </dependency> |
| 157 | <dependency> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 158 | <groupId>org.apache.rat</groupId> |
| 159 | <artifactId>apache-rat-plugin</artifactId> |
| 160 | <version>0.12</version> |
| 161 | </dependency> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 162 | <dependency> |
| 163 | <groupId>args4j</groupId> |
| 164 | <artifactId>args4j</artifactId> |
| 165 | <version>2.33</version> |
| 166 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 167 | </dependencies> |
| 168 | </dependencyManagement> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 169 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 170 | <build> |
| 171 | <plugins> |
| 172 | <plugin> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 173 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 174 | <artifactId>maven-jar-plugin</artifactId> |
| 175 | <version>3.0.0</version> |
| 176 | <configuration> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 177 | <excludes combine.children="append"> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 178 | <exclude>**/DEPENDENCIES</exclude> |
| 179 | </excludes> |
| 180 | </configuration> |
| 181 | </plugin> |
| 182 | <plugin> |
| 183 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 184 | <artifactId>maven-dependency-plugin</artifactId> |
| 185 | <version>2.10</version> |
| 186 | <configuration> |
| 187 | <failOnWarning>true</failOnWarning> |
| 188 | <outputXML>true</outputXML> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 189 | <usedDependencies> |
| 190 | <usedDependency>org.slf4j:slf4j-simple</usedDependency> |
| 191 | </usedDependencies> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 192 | </configuration> |
| 193 | <executions> |
| 194 | <execution> |
| 195 | <phase>process-test-classes</phase> |
| 196 | <goals> |
| 197 | <goal>analyze-only</goal> |
| 198 | </goals> |
| 199 | </execution> |
| 200 | </executions> |
| 201 | </plugin> |
| 202 | <plugin> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 203 | <groupId>org.codehaus.mojo</groupId> |
| 204 | <artifactId>versions-maven-plugin</artifactId> |
| 205 | <version>1.2</version> |
| 206 | </plugin> |
| 207 | <plugin> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 208 | <groupId>org.apache.rat</groupId> |
| 209 | <artifactId>apache-rat-plugin</artifactId> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 210 | <executions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 211 | <execution> |
| 212 | <phase>validate</phase> |
| 213 | <goals> |
| 214 | <goal>check</goal> |
| 215 | </goals> |
| 216 | </execution> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 217 | </executions> |
| 218 | <configuration> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 219 | <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
| 220 | <consoleOutput>true</consoleOutput> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 221 | <licenses> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 222 | <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 223 | </licenses> |
| 224 | <licenseFamilies> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 225 | <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 226 | </licenseFamilies> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 227 | <excludeSubProjects>true</excludeSubProjects> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 228 | </configuration> |
| 229 | </plugin> |
| 230 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 231 | <groupId>org.apache.maven.plugins</groupId> |
| 232 | <artifactId>maven-surefire-plugin</artifactId> |
| 233 | <version>2.16</version> |
| 234 | <configuration> |
| 235 | <failIfNoTests>false</failIfNoTests> |
| 236 | <forkCount>1</forkCount> |
Chris Hillery | d2c1a8a | 2014-02-21 01:03:02 -0800 | [diff] [blame] | 237 | <reuseForks>false</reuseForks> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 238 | <argLine>-enableassertions -Xmx2048m |
| 239 | -Dfile.encoding=UTF-8 |
| 240 | -Djava.util.logging.config.file=${user.home}/logging.properties |
| 241 | -Xdebug |
| 242 | -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n |
| 243 | ${coverageArgLine} |
| 244 | </argLine> |
| 245 | <includes> |
| 246 | <include>${global.test.includes},${test.includes}</include> |
| 247 | </includes> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 248 | <excludes combine.children="append"> |
Chris Hillery | c48cc42 | 2014-03-21 22:47:23 -0700 | [diff] [blame] | 249 | <exclude>${global.test.excludes},${test.excludes}</exclude> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 250 | </excludes> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 251 | </configuration> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 252 | </plugin> |
| 253 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 254 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 255 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 256 | <configuration> |
| 257 | <source>${jdk.version}</source> |
| 258 | <target>${jdk.version}</target> |
| 259 | <compilerArgument>-Xlint:all</compilerArgument> |
| 260 | </configuration> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 261 | </plugin> |
Ian Maxon | b165aca | 2016-03-17 18:21:57 -0700 | [diff] [blame] | 262 | <plugin> |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 263 | <artifactId>maven-resources-plugin</artifactId> |
| 264 | <version>2.7</version> |
| 265 | <executions> |
| 266 | <execution> |
| 267 | <id>copy-resources</id> |
| 268 | <phase>validate</phase> |
| 269 | <goals> |
| 270 | <goal>copy-resources</goal> |
| 271 | </goals> |
| 272 | <configuration> |
| 273 | <outputDirectory>target</outputDirectory> |
| 274 | <resources> |
| 275 | <resource> |
| 276 | <directory>${root.dir}/src/main/appended-resources</directory> |
| 277 | <!-- <filtering>true</filtering> --> |
| 278 | </resource> |
| 279 | </resources> |
| 280 | </configuration> |
| 281 | </execution> |
| 282 | </executions> |
| 283 | </plugin> |
| 284 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 285 | <groupId>org.apache.maven.plugins</groupId> |
| 286 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 287 | <executions> |
| 288 | <execution> |
| 289 | <goals> |
| 290 | <goal>process</goal> |
| 291 | </goals> |
| 292 | <configuration> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 293 | <resourceBundles> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 294 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 295 | </resourceBundles> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 296 | <properties> |
| 297 | <projectName>Apache Hyracks - ${project.name}</projectName> |
| 298 | </properties> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 299 | </configuration> |
| 300 | </execution> |
| 301 | </executions> |
Ian Maxon | 9e37c96 | 2015-11-25 07:38:37 -0800 | [diff] [blame] | 302 | </plugin> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 303 | <plugin> |
| 304 | <groupId>org.apache.maven.plugins</groupId> |
| 305 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 306 | <version>2.17</version> |
| 307 | <executions> |
| 308 | <execution> |
| 309 | <id>verify-style</id> |
| 310 | <phase>process-classes</phase> |
| 311 | <goals> |
| 312 | <goal>check</goal> |
| 313 | </goals> |
| 314 | </execution> |
| 315 | </executions> |
| 316 | <configuration> |
| 317 | <logViolationsToConsole>true</logViolationsToConsole> |
| 318 | <checkstyleRules> |
| 319 | <module name="Checker"> |
| 320 | <!-- Checks for whitespace --> |
| 321 | <!-- See http://checkstyle.sf.net/config_whitespace.html --> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 322 | <module name="FileTabCharacter" /> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 323 | </module> |
| 324 | </checkstyleRules> |
Michael Blow | d6cf641 | 2016-06-30 02:44:35 -0400 | [diff] [blame] | 325 | <includes>**/*.java,**/*.jj</includes> |
| 326 | <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 327 | <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories> |
| 328 | </configuration> |
| 329 | </plugin> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 330 | <plugin> |
| 331 | <groupId>org.apache.maven.plugins</groupId> |
| 332 | <artifactId>maven-enforcer-plugin</artifactId> |
| 333 | <version>1.4.1</version> |
| 334 | <executions> |
| 335 | <execution> |
| 336 | <id>enforce-versions</id> |
| 337 | <goals> |
| 338 | <goal>enforce</goal> |
| 339 | </goals> |
| 340 | <configuration> |
| 341 | <rules> |
| 342 | <requireMavenVersion> |
| 343 | <version>[3.3.9,)</version> |
| 344 | </requireMavenVersion> |
| 345 | </rules> |
| 346 | </configuration> |
| 347 | </execution> |
| 348 | </executions> |
| 349 | </plugin> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 350 | </plugins> |
Yingyi Bu | d680e14 | 2016-03-18 16:41:46 -0700 | [diff] [blame] | 351 | <pluginManagement> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 352 | <plugins> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 353 | <plugin> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 354 | <groupId>org.apache.maven.plugins</groupId> |
| 355 | <artifactId>maven-compiler-plugin</artifactId> |
| 356 | <version>3.6.1</version> |
| 357 | </plugin> |
| 358 | <plugin> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 359 | <groupId>org.apache.rat</groupId> |
| 360 | <artifactId>apache-rat-plugin</artifactId> |
| 361 | <version>0.12</version> |
| 362 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 363 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 364 | <plugin> |
| 365 | <groupId>org.eclipse.m2e</groupId> |
| 366 | <artifactId>lifecycle-mapping</artifactId> |
| 367 | <version>1.0.0</version> |
| 368 | <configuration> |
| 369 | <lifecycleMappingMetadata> |
| 370 | <pluginExecutions> |
| 371 | <pluginExecution> |
| 372 | <pluginExecutionFilter> |
| 373 | <groupId>org.apache.rat</groupId> |
| 374 | <artifactId>apache-rat-plugin</artifactId> |
| 375 | <versionRange>[0.11,)</versionRange> |
| 376 | <goals> |
| 377 | <goal>check</goal> |
| 378 | </goals> |
| 379 | </pluginExecutionFilter> |
| 380 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 381 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 382 | </action> |
| 383 | </pluginExecution> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 384 | <pluginExecution> |
| 385 | <pluginExecutionFilter> |
| 386 | <groupId>org.apache.maven.plugins</groupId> |
| 387 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 388 | <versionRange>[2.17,)</versionRange> |
| 389 | <goals> |
| 390 | <goal>check</goal> |
| 391 | </goals> |
| 392 | </pluginExecutionFilter> |
| 393 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 394 | <ignore /> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 395 | </action> |
| 396 | </pluginExecution> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 397 | <pluginExecution> |
| 398 | <pluginExecutionFilter> |
| 399 | <groupId>org.apache.maven.plugins</groupId> |
| 400 | <artifactId>maven-dependency-plugin</artifactId> |
| 401 | <versionRange>[2.10,)</versionRange> |
| 402 | <goals> |
| 403 | <goal>analyze-only</goal> |
| 404 | </goals> |
| 405 | </pluginExecutionFilter> |
| 406 | <action> |
Ian Maxon | def643d | 2017-01-18 18:31:11 -0800 | [diff] [blame] | 407 | <ignore /> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 408 | </action> |
| 409 | </pluginExecution> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 410 | </pluginExecutions> |
| 411 | </lifecycleMappingMetadata> |
| 412 | </configuration> |
| 413 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 414 | <plugin> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 415 | <groupId>org.codehaus.mojo</groupId> |
| 416 | <artifactId>versions-maven-plugin</artifactId> |
| 417 | <version>2.1</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 418 | </plugin> |
| 419 | <plugin> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 420 | <groupId>org.apache.maven.plugins</groupId> |
| 421 | <artifactId>maven-scm-plugin</artifactId> |
| 422 | <version>1.9.5</version> |
| 423 | </plugin> |
| 424 | <plugin> |
| 425 | <groupId>org.codehaus.mojo</groupId> |
| 426 | <artifactId>appassembler-maven-plugin</artifactId> |
| 427 | <version>2.0.0</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 428 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 429 | </plugins> |
| 430 | </pluginManagement> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 431 | </build> |
| 432 | |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 433 | <profiles> |
| 434 | <profile> |
| 435 | <id>hanging-pregelix-tests</id> |
| 436 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 437 | <hanging.pregelix.tests /> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 438 | </properties> |
| 439 | </profile> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 440 | <profile> |
Ian Maxon | 4c9260c | 2017-04-01 10:12:36 -0700 | [diff] [blame^] | 441 | <id>source-assembly</id> |
| 442 | <activation> |
| 443 | <file> |
| 444 | <exists>src/main/assembly/source.xml</exists> |
| 445 | </file> |
| 446 | </activation> |
| 447 | <build> |
| 448 | <plugins> |
| 449 | <plugin> |
| 450 | <groupId>org.apache.maven.plugins</groupId> |
| 451 | <artifactId>maven-assembly-plugin</artifactId> |
| 452 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 453 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 454 | For example, we exclude the KEYS file from the zip --> |
| 455 | <executions> |
| 456 | <execution> |
| 457 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 458 | the apache parent POM under the apache-release profile --> |
| 459 | <id>source-release-assembly</id> |
| 460 | <phase>package</phase> |
| 461 | <goals> |
| 462 | <goal>single</goal> |
| 463 | </goals> |
| 464 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 465 | <configuration combine.self="override"> |
| 466 | <descriptors> |
| 467 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 468 | </descriptors> |
| 469 | </configuration> |
| 470 | </execution> |
| 471 | </executions> |
| 472 | </plugin> |
| 473 | </plugins> |
| 474 | </build> |
| 475 | </profile> |
| 476 | <profile> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 477 | <id>release</id> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 478 | <build> |
| 479 | <plugins> |
| 480 | <plugin> |
| 481 | <groupId>org.apache.maven.plugins</groupId> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 482 | <artifactId>maven-gpg-plugin</artifactId> |
| 483 | <version>1.6</version> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 484 | <executions> |
| 485 | <execution> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 486 | <id>sign-artifacts</id> |
| 487 | <phase>verify</phase> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 488 | <goals> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 489 | <goal>sign</goal> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 490 | </goals> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 491 | </execution> |
| 492 | </executions> |
| 493 | </plugin> |
| 494 | </plugins> |
| 495 | </build> |
| 496 | </profile> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 497 | <profile> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 498 | <id>coverage</id> |
| 499 | <activation> |
| 500 | <property> |
| 501 | <name>coverage</name> |
| 502 | </property> |
| 503 | </activation> |
| 504 | <build> |
| 505 | <plugins> |
| 506 | <plugin> |
| 507 | <groupId>org.jacoco</groupId> |
| 508 | <artifactId>jacoco-maven-plugin</artifactId> |
| 509 | <version>${jacoco.version}</version> |
| 510 | <executions> |
| 511 | <execution> |
| 512 | <id>default-prepare-agent</id> |
| 513 | <goals> |
| 514 | <goal>prepare-agent</goal> |
| 515 | </goals> |
| 516 | <configuration> |
| 517 | <propertyName>coverageArgLine</propertyName> |
| 518 | </configuration> |
| 519 | </execution> |
| 520 | <execution> |
| 521 | <id>default-prepare-agent-integration</id> |
| 522 | <goals> |
| 523 | <goal>prepare-agent-integration</goal> |
| 524 | </goals> |
| 525 | <configuration> |
| 526 | <propertyName>coverageArgLine</propertyName> |
| 527 | </configuration> |
| 528 | </execution> |
| 529 | </executions> |
| 530 | </plugin> |
| 531 | </plugins> |
| 532 | </build> |
| 533 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 534 | <coverage /> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 535 | </properties> |
| 536 | </profile> |
| 537 | <profile> |
| 538 | <id>no-coverage</id> |
| 539 | <activation> |
| 540 | <property> |
| 541 | <name>!coverage</name> |
| 542 | </property> |
| 543 | </activation> |
| 544 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 545 | <coverageArgLine /> |
Michael Blow | 7c15c13 | 2016-05-04 22:06:34 -0400 | [diff] [blame] | 546 | </properties> |
| 547 | </profile> |
| 548 | <profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 549 | <id>java8</id> |
| 550 | <activation> |
| 551 | <jdk>1.8</jdk> |
| 552 | </activation> |
| 553 | <properties> |
| 554 | <jdk.version>1.8</jdk.version> |
| 555 | </properties> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame] | 556 | </profile> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 557 | </profiles> |
| 558 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 559 | <modules> |
| 560 | <module>hyracks</module> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 561 | <module>algebricks</module> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 562 | <module>hyracks-fullstack-license</module> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 563 | </modules> |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 564 | |
| 565 | <dependencies> |
| 566 | <dependency> |
| 567 | <groupId>org.slf4j</groupId> |
| 568 | <artifactId>slf4j-simple</artifactId> |
| 569 | <version>1.7.22</version> |
| 570 | <scope>test</scope> |
| 571 | </dependency> |
| 572 | </dependencies> |
| 573 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 574 | </project> |