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