Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 4 | ! or more contributor license agreements. See the NOTICE file |
| 5 | ! distributed with this work for additional information |
| 6 | ! regarding copyright ownership. The ASF licenses this file |
| 7 | ! to you under the Apache License, Version 2.0 (the |
| 8 | ! "License"); you may not use this file except in compliance |
| 9 | ! with the License. You may obtain a copy of the License at |
| 10 | ! |
| 11 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ! |
| 13 | ! Unless required by applicable law or agreed to in writing, |
| 14 | ! software distributed under the License is distributed on an |
| 15 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | ! KIND, either express or implied. See the License for the |
| 17 | ! specific language governing permissions and limitations |
| 18 | ! under the License. |
| 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"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <groupId>org.apache.asterix</groupId> |
| 23 | <artifactId>apache-asterixdb</artifactId> |
AsterixDB Jenkins | 478eccb | 2018-08-31 14:57:31 -0700 | [diff] [blame] | 24 | <version>0.9.5-SNAPSHOT</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 25 | <packaging>pom</packaging> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 26 | <url>${implementation.url}</url> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 27 | |
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> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 34 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 35 | <licenses> |
| 36 | <license> |
| 37 | <name>Apache License, Version 2.0</name> |
| 38 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 39 | <distribution>repo</distribution> |
| 40 | <comments>A business-friendly OSS license</comments> |
| 41 | </license> |
| 42 | </licenses> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 43 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 44 | <properties> |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 45 | <root.dir>${basedir}</root.dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 46 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 47 | <file.encoding>UTF-8</file.encoding> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 48 | <jvm.extraargs /> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 49 | <source.jdk.version>1.8</source.jdk.version> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 50 | <javac.xlint.value>all</javac.xlint.value> |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 51 | <source-format.goal>format</source-format.goal> |
| 52 | <source-format.skip>false</source-format.skip> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 53 | <import-sort.goal>sort</import-sort.goal> |
| 54 | <import-sort.skip>false</import-sort.skip> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 55 | <runSlowAQLTests>false</runSlowAQLTests> |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 56 | <appendedResourcesDirectory>${root.dir}/src/main/appended-resources</appendedResourcesDirectory> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 57 | <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 58 | <debug.suspend.flag>n</debug.suspend.flag> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 59 | <skipTests>false</skipTests> |
| 60 | <maven.test.skip>false</maven.test.skip> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 61 | <skip.surefire.tests>${skipTests}</skip.surefire.tests> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 62 | <skip.testResources>${maven.test.skip}</skip.testResources> |
Michael Blow | 2530e39 | 2018-02-06 01:19:42 -0500 | [diff] [blame] | 63 | <testLog4jConfigFile>${root.dir}/asterix-app/src/test/resources/log4j2-asterixdb-test.xml</testLog4jConfigFile> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 64 | |
| 65 | <!-- Definition of tests in various categories which may be excluded --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 66 | <repeated.tests>**/RepeatedTest.java</repeated.tests> |
| 67 | <invalid.tests>**/DmlTest.java</invalid.tests> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 68 | <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes> |
| 69 | <global.test.excludes>${invalid.tests},${repeated.tests}</global.test.excludes> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 70 | <test.includes>${global.test.includes}</test.includes> |
| 71 | <test.excludes>${global.test.excludes}</test.excludes> |
| 72 | <global.itest.includes>**/*IT.java,**/*IT.java,**/*ITCase.java</global.itest.includes> |
| 73 | <global.itest.excludes/> |
| 74 | <itest.includes>${global.itest.includes}</itest.includes> |
| 75 | <itest.excludes>${global.itest.excludes}</itest.excludes> |
Ian Maxon | 4f24399 | 2019-04-04 13:56:19 -0700 | [diff] [blame] | 76 | <license.stage>compile</license.stage> |
| 77 | <resource.stage>process-classes</resource.stage> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 78 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 79 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
AsterixDB Jenkins | 478eccb | 2018-08-31 14:57:31 -0700 | [diff] [blame] | 80 | <algebricks.version>0.3.5-SNAPSHOT</algebricks.version> |
| 81 | <hyracks.version>0.3.5-SNAPSHOT</hyracks.version> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 82 | <hadoop.version>2.8.5</hadoop.version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 83 | <jacoco.version>0.7.6.201602180812</jacoco.version> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 84 | |
| 85 | <implementation.title>Apache AsterixDB - ${project.name}</implementation.title> |
| 86 | <implementation.url>https://asterixdb.apache.org/</implementation.url> |
| 87 | <implementation.version>${project.version}</implementation.version> |
| 88 | <implementation.vendor>${project.organization.name}</implementation.vendor> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 89 | </properties> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 90 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 91 | <build> |
| 92 | <plugins> |
| 93 | <plugin> |
| 94 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 95 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 96 | <configuration> |
| 97 | <excludes> |
| 98 | <exclude>**/DEPENDENCIES</exclude> |
| 99 | </excludes> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 100 | <archive> |
Michael Blow | aed96f0 | 2019-03-01 18:47:19 -0500 | [diff] [blame] | 101 | <addMavenDescriptor>false</addMavenDescriptor> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 102 | <manifest> |
| 103 | <addDefaultImplementationEntries>false</addDefaultImplementationEntries> |
| 104 | <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> |
| 105 | </manifest> |
| 106 | <manifestEntries> |
| 107 | <Implementation-Title>${implementation.title}</Implementation-Title> |
| 108 | <Implementation-URL>${implementation.url}</Implementation-URL> |
| 109 | <Implementation-Version>${implementation.version}</Implementation-Version> |
| 110 | <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor> |
| 111 | </manifestEntries> |
| 112 | </archive> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 113 | </configuration> |
| 114 | </plugin> |
| 115 | <plugin> |
| 116 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 117 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 118 | <configuration> |
| 119 | <failIfNoTests>false</failIfNoTests> |
| 120 | <systemPropertyVariables> |
| 121 | <skipFredSlowTests>true</skipFredSlowTests> |
Murtadha Hubail | 06ca279 | 2018-01-16 00:12:27 +0300 | [diff] [blame] | 122 | <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 123 | </systemPropertyVariables> |
| 124 | <forkCount>1</forkCount> |
| 125 | <reuseForks>false</reuseForks> |
| 126 | <argLine> |
| 127 | -enableassertions -Xmx${test.heap.size}m |
| 128 | -Dfile.encoding=UTF-8 |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 129 | -DrunSlowAQLTests=${runSlowAQLTests} |
| 130 | -Xdebug |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 131 | -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=${debug.suspend.flag} |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 132 | ${coverageArgLine} |
| 133 | </argLine> |
| 134 | <includes> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 135 | <include>${test.includes}</include> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 136 | </includes> |
| 137 | <excludes> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 138 | <exclude>${test.excludes}</exclude> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 139 | </excludes> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 140 | <skipTests>${skip.surefire.tests}</skipTests> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 141 | </configuration> |
| 142 | </plugin> |
| 143 | <plugin> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 144 | <groupId>org.apache.maven.plugins</groupId> |
| 145 | <artifactId>maven-failsafe-plugin</artifactId> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 146 | <configuration> |
| 147 | <runOrder>alphabetical</runOrder> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 148 | <forkCount>1</forkCount> |
| 149 | <reuseForks>false</reuseForks> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 150 | <argLine>${coverageArgLine}</argLine> |
Michael Blow | 1195234 | 2018-01-10 20:11:43 -0500 | [diff] [blame] | 151 | <systemProperties> |
| 152 | <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile> |
| 153 | </systemProperties> |
Michael Blow | e30c9d3 | 2018-01-20 09:42:19 -0500 | [diff] [blame] | 154 | <includes> |
| 155 | <include>${itest.includes}</include> |
| 156 | </includes> |
| 157 | <excludes> |
| 158 | <exclude>${itest.excludes}</exclude> |
| 159 | </excludes> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 160 | </configuration> |
| 161 | <executions> |
| 162 | <execution> |
| 163 | <goals> |
| 164 | <goal>integration-test</goal> |
| 165 | <goal>verify</goal> |
| 166 | </goals> |
| 167 | </execution> |
| 168 | </executions> |
| 169 | </plugin> |
| 170 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 171 | <groupId>org.apache.rat</groupId> |
| 172 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 173 | <executions> |
| 174 | <execution> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 175 | <phase>validate</phase> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 176 | <goals> |
| 177 | <goal>check</goal> |
| 178 | </goals> |
| 179 | </execution> |
| 180 | </executions> |
| 181 | <configuration> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 182 | <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
| 183 | <consoleOutput>true</consoleOutput> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 184 | <licenses> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 185 | <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 186 | </licenses> |
| 187 | <licenseFamilies> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 188 | <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 189 | </licenseFamilies> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 190 | <excludeSubProjects>true</excludeSubProjects> |
| 191 | <excludes combine.children="append"> |
| 192 | <exclude>src/main/licenses/**</exclude> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 193 | <exclude>**/*.iml</exclude> |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 194 | <exclude>**/*.json</exclude> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 195 | <exclude>**/*.adm</exclude> |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 196 | <exclude>**/*.template</exclude> |
Armin Balalaie | 7087680 | 2018-12-06 12:10:50 -0800 | [diff] [blame] | 197 | <exclude>**/.SpiderSilkWorkingDirectory/**</exclude> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 198 | <exclude>asterix-installer/**</exclude> <!-- in case -DskipInstaller --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 199 | </excludes> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 200 | </configuration> |
| 201 | </plugin> |
| 202 | <plugin> |
| 203 | <groupId>org.apache.maven.plugins</groupId> |
| 204 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 205 | <configuration> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 206 | <source>${source.jdk.version}</source> |
| 207 | <target>${target.jdk.version}</target> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 208 | <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 209 | </configuration> |
| 210 | </plugin> |
| 211 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 212 | <groupId>org.apache.maven.plugins</groupId> |
| 213 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 214 | <executions> |
| 215 | <execution> |
| 216 | <goals> |
| 217 | <goal>process</goal> |
| 218 | </goals> |
| 219 | <configuration> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 220 | <resourceBundles> |
| 221 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 222 | </resourceBundles> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 223 | <properties> |
| 224 | <projectName>Apache AsterixDB - ${project.name}</projectName> |
| 225 | </properties> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 226 | </configuration> |
| 227 | </execution> |
| 228 | </executions> |
| 229 | </plugin> |
| 230 | <plugin> |
| 231 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 232 | <artifactId>maven-checkstyle-plugin</artifactId> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 233 | <version>3.0.0</version> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 234 | <executions> |
| 235 | <execution> |
| 236 | <id>verify-style</id> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 237 | <phase>process-sources</phase> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 238 | <goals> |
| 239 | <goal>check</goal> |
| 240 | </goals> |
| 241 | </execution> |
| 242 | </executions> |
| 243 | <configuration> |
| 244 | <logViolationsToConsole>true</logViolationsToConsole> |
| 245 | <checkstyleRules> |
| 246 | <module name="Checker"> |
| 247 | <!-- Checks for whitespace --> |
| 248 | <!-- See http://checkstyle.sf.net/config_whitespace.html --> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 249 | <module name="FileTabCharacter" /> |
Michael Blow | 6a2a436 | 2019-03-27 14:31:16 -0400 | [diff] [blame] | 250 | <module name="TreeWalker"> |
| 251 | <module name="AvoidStarImport"> |
| 252 | <property name="allowStaticMemberImports" value="true"/> |
| 253 | </module> |
| 254 | </module> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 255 | </module> |
| 256 | </checkstyleRules> |
Michael Blow | d6cf641 | 2016-06-30 02:44:35 -0400 | [diff] [blame] | 257 | <includes>**/*.java,**/*.jj</includes> |
| 258 | <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.aql,**/*.sqlpp,**/*.sh</resourceIncludes> |
Ian Maxon | 3ae6ef0 | 2018-05-24 18:32:47 -0700 | [diff] [blame] | 259 | <resourceExcludes>**/node_modules/**/*</resourceExcludes> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 260 | <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories> |
| 261 | </configuration> |
| 262 | </plugin> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 263 | <plugin> |
| 264 | <groupId>org.apache.maven.plugins</groupId> |
| 265 | <artifactId>maven-enforcer-plugin</artifactId> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 266 | <version>3.0.0-M1</version> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 267 | <executions> |
| 268 | <execution> |
| 269 | <id>enforce-versions</id> |
| 270 | <goals> |
| 271 | <goal>enforce</goal> |
| 272 | </goals> |
| 273 | <configuration> |
| 274 | <rules> |
| 275 | <requireMavenVersion> |
| 276 | <version>[3.3.9,)</version> |
| 277 | </requireMavenVersion> |
| 278 | </rules> |
| 279 | </configuration> |
| 280 | </execution> |
| 281 | </executions> |
| 282 | </plugin> |
Michael Blow | 29c1f1d | 2016-08-04 23:10:49 -0400 | [diff] [blame] | 283 | <plugin> |
| 284 | <groupId>org.apache.maven.plugins</groupId> |
| 285 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 286 | <configuration> |
| 287 | <failOnWarning>true</failOnWarning> |
| 288 | <outputXML>true</outputXML> |
| 289 | </configuration> |
| 290 | <executions> |
| 291 | <execution> |
| 292 | <phase>process-test-classes</phase> |
| 293 | <goals> |
| 294 | <goal>analyze-only</goal> |
| 295 | </goals> |
| 296 | </execution> |
| 297 | </executions> |
Michael Blow | 29c1f1d | 2016-08-04 23:10:49 -0400 | [diff] [blame] | 298 | </plugin> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 299 | <plugin> |
| 300 | <groupId>org.apache.maven.plugins</groupId> |
| 301 | <artifactId>maven-resources-plugin</artifactId> |
| 302 | <executions> |
| 303 | <execution> |
| 304 | <id>default-testResources</id> |
| 305 | <goals> |
| 306 | <goal>testResources</goal> |
| 307 | </goals> |
| 308 | <configuration> |
| 309 | <skip>${skip.testResources}</skip> |
| 310 | </configuration> |
| 311 | </execution> |
| 312 | </executions> |
| 313 | </plugin> |
Michael Blow | cb9ca97 | 2018-01-27 23:03:30 -0500 | [diff] [blame] | 314 | <plugin> |
| 315 | <groupId>net.revelc.code.formatter</groupId> |
| 316 | <artifactId>formatter-maven-plugin</artifactId> |
| 317 | <executions> |
| 318 | <execution> |
| 319 | <goals> |
| 320 | <goal>${source-format.goal}</goal> |
| 321 | </goals> |
| 322 | </execution> |
| 323 | </executions> |
| 324 | <configuration> |
| 325 | <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile> |
| 326 | <skipFormatting>${source-format.skip}</skipFormatting> |
| 327 | </configuration> |
| 328 | </plugin> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 329 | <plugin> |
| 330 | <groupId>net.revelc.code</groupId> |
| 331 | <artifactId>impsort-maven-plugin</artifactId> |
| 332 | <executions> |
| 333 | <execution> |
| 334 | <goals> |
| 335 | <goal>${import-sort.goal}</goal> |
| 336 | </goals> |
| 337 | </execution> |
| 338 | </executions> |
| 339 | <configuration> |
| 340 | <groups>java,javax,org,com,*</groups> |
| 341 | <removeUnused>true</removeUnused> |
| 342 | <skip>${import-sort.skip}</skip> |
| 343 | </configuration> |
| 344 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 345 | </plugins> |
| 346 | <pluginManagement> |
| 347 | <plugins> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 348 | <plugin> |
| 349 | <groupId>org.apache.maven.plugins</groupId> |
| 350 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 351 | <version>3.8.0</version> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 352 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 353 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 354 | <plugin> |
| 355 | <groupId>org.eclipse.m2e</groupId> |
| 356 | <artifactId>lifecycle-mapping</artifactId> |
| 357 | <version>1.0.0</version> |
| 358 | <configuration> |
| 359 | <lifecycleMappingMetadata> |
| 360 | <pluginExecutions> |
| 361 | <pluginExecution> |
| 362 | <pluginExecutionFilter> |
| 363 | <groupId>org.apache.maven.plugins</groupId> |
| 364 | <artifactId>maven-plugin-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 365 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 366 | <goals> |
| 367 | <goal>descriptor</goal> |
| 368 | </goals> |
| 369 | </pluginExecutionFilter> |
| 370 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 371 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 372 | </action> |
| 373 | </pluginExecution> |
| 374 | <pluginExecution> |
| 375 | <pluginExecutionFilter> |
| 376 | <groupId>org.apache.asterix</groupId> |
| 377 | <artifactId>record-manager-generator-maven-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 378 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 379 | <goals> |
| 380 | <goal>generate-record-manager</goal> |
| 381 | </goals> |
| 382 | </pluginExecutionFilter> |
| 383 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 384 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 385 | </action> |
| 386 | </pluginExecution> |
| 387 | <pluginExecution> |
| 388 | <pluginExecutionFilter> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 389 | <groupId>org.apache.maven.plugins</groupId> |
| 390 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 391 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 392 | <goals> |
| 393 | <goal>test-jar</goal> |
| 394 | </goals> |
| 395 | </pluginExecutionFilter> |
| 396 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 397 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 398 | </action> |
| 399 | </pluginExecution> |
| 400 | <pluginExecution> |
| 401 | <pluginExecutionFilter> |
| 402 | <groupId>org.apache.rat</groupId> |
| 403 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 404 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 405 | <goals> |
| 406 | <goal>check</goal> |
| 407 | </goals> |
| 408 | </pluginExecutionFilter> |
| 409 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 410 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 411 | </action> |
| 412 | </pluginExecution> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 413 | <pluginExecution> |
| 414 | <pluginExecutionFilter> |
| 415 | <groupId>org.apache.maven.plugins</groupId> |
| 416 | <artifactId>maven-checkstyle-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 417 | <versionRange>[0.0,)</versionRange> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 418 | <goals> |
| 419 | <goal>check</goal> |
| 420 | </goals> |
| 421 | </pluginExecutionFilter> |
| 422 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 423 | <ignore /> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 424 | </action> |
| 425 | </pluginExecution> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 426 | <pluginExecution> |
| 427 | <pluginExecutionFilter> |
| 428 | <groupId>org.codehaus.mojo</groupId> |
| 429 | <artifactId>javacc-maven-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 430 | <versionRange>[0.0,)</versionRange> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 431 | <goals> |
| 432 | <goal>jjdoc</goal> |
| 433 | </goals> |
| 434 | </pluginExecutionFilter> |
| 435 | <action> |
Ian Maxon | 4383bdde | 2017-01-18 18:52:01 -0800 | [diff] [blame] | 436 | <ignore /> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 437 | </action> |
| 438 | </pluginExecution> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 439 | <pluginExecution> |
| 440 | <pluginExecutionFilter> |
| 441 | <groupId>org.apache.maven.plugins</groupId> |
| 442 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 443 | <versionRange>[0.0,)</versionRange> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 444 | <goals> |
| 445 | <goal>analyze-only</goal> |
| 446 | </goals> |
| 447 | </pluginExecutionFilter> |
| 448 | <action> |
Ian Maxon | 4383bdde | 2017-01-18 18:52:01 -0800 | [diff] [blame] | 449 | <ignore /> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 450 | </action> |
| 451 | </pluginExecution> |
Taewoo Kim | a252d78 | 2018-01-30 13:29:07 -0800 | [diff] [blame] | 452 | <pluginExecution> |
| 453 | <pluginExecutionFilter> |
| 454 | <groupId>net.revelc.code.formatter</groupId> |
| 455 | <artifactId>formatter-maven-plugin</artifactId> |
| 456 | <versionRange>[2.0.1,)</versionRange> |
| 457 | <goals> |
| 458 | <goal>format</goal> |
| 459 | </goals> |
| 460 | </pluginExecutionFilter> |
| 461 | <action> |
| 462 | <ignore></ignore> |
| 463 | </action> |
| 464 | </pluginExecution> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 465 | </pluginExecutions> |
| 466 | </lifecycleMappingMetadata> |
| 467 | </configuration> |
| 468 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 469 | <plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 470 | <groupId>org.codehaus.mojo</groupId> |
| 471 | <artifactId>versions-maven-plugin</artifactId> |
| 472 | <version>2.5</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 473 | </plugin> |
| 474 | <plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 475 | <groupId>org.apache.maven.plugins</groupId> |
| 476 | <artifactId>maven-scm-plugin</artifactId> |
| 477 | <version>1.9.5</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 478 | </plugin> |
Michael Blow | a23fac1 | 2017-03-14 12:39:12 -0400 | [diff] [blame] | 479 | <plugin> |
| 480 | <groupId>org.codehaus.mojo</groupId> |
| 481 | <artifactId>appassembler-maven-plugin</artifactId> |
| 482 | <version>2.0.0</version> |
| 483 | </plugin> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 484 | <plugin> |
| 485 | <groupId>org.apache.rat</groupId> |
| 486 | <artifactId>apache-rat-plugin</artifactId> |
| 487 | <version>0.12</version> |
| 488 | </plugin> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 489 | <plugin> |
| 490 | <groupId>org.apache.maven.plugins</groupId> |
| 491 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 492 | <version>2.21.0</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 493 | </plugin> |
| 494 | <plugin> |
| 495 | <groupId>org.apache.maven.plugins</groupId> |
| 496 | <artifactId>maven-failsafe-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 497 | <version>2.21.0</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 498 | </plugin> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 499 | <plugin> |
| 500 | <groupId>org.apache.hyracks</groupId> |
| 501 | <artifactId>license-automation-plugin</artifactId> |
| 502 | <version>${hyracks.version}</version> |
Emilio Jose Coronado Lopez | 1cb814b | 2017-12-29 21:19:26 +0100 | [diff] [blame] | 503 | <configuration> |
| 504 | <argLine>-Xmx2048m</argLine> |
| 505 | </configuration> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 506 | </plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 507 | <plugin> |
| 508 | <groupId>org.apache.maven.plugins</groupId> |
| 509 | <artifactId>maven-assembly-plugin</artifactId> |
| 510 | <version>3.1.0</version> |
| 511 | </plugin> |
| 512 | <plugin> |
| 513 | <groupId>org.apache.maven.plugins</groupId> |
| 514 | <artifactId>maven-antrun-plugin</artifactId> |
| 515 | <version>1.8</version> |
| 516 | </plugin> |
| 517 | <plugin> |
| 518 | <groupId>org.apache.maven.plugins</groupId> |
| 519 | <artifactId>maven-clean-plugin</artifactId> |
| 520 | <version>3.0.0</version> |
| 521 | </plugin> |
| 522 | <plugin> |
| 523 | <groupId>org.apache.maven.plugins</groupId> |
| 524 | <artifactId>maven-jar-plugin</artifactId> |
| 525 | <version>3.0.2</version> |
| 526 | </plugin> |
| 527 | <plugin> |
| 528 | <groupId>org.codehaus.mojo</groupId> |
| 529 | <artifactId>build-helper-maven-plugin</artifactId> |
| 530 | <version>3.0.0</version> |
| 531 | </plugin> |
| 532 | <plugin> |
| 533 | <groupId>org.apache.maven.plugins</groupId> |
| 534 | <artifactId>maven-resources-plugin</artifactId> |
| 535 | <version>3.0.2</version> |
| 536 | </plugin> |
| 537 | <plugin> |
| 538 | <groupId>org.apache.maven.plugins</groupId> |
| 539 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 540 | <version>3.1.1</version> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 541 | </plugin> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 542 | <plugin> |
| 543 | <groupId>org.apache.maven.plugins</groupId> |
| 544 | <artifactId>maven-javadoc-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 545 | <version>3.0.1</version> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 546 | </plugin> |
| 547 | <plugin> |
| 548 | <groupId>org.apache.maven.plugins</groupId> |
| 549 | <artifactId>maven-plugin-plugin</artifactId> |
Michael Blow | 0de9081 | 2019-08-23 16:27:29 -0400 | [diff] [blame^] | 550 | <version>3.6.0</version> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 551 | </plugin> |
| 552 | <plugin> |
| 553 | <groupId>org.apache.maven.plugins</groupId> |
| 554 | <artifactId>maven-site-plugin</artifactId> |
Till Westmann | 20c1806 | 2018-05-22 14:02:03 -0700 | [diff] [blame] | 555 | <version>3.7.1</version> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 556 | </plugin> |
| 557 | <plugin> |
| 558 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 559 | <artifactId>maven-jaxb2-plugin</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 560 | <version>0.14.0</version> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 561 | </plugin> |
| 562 | <plugin> |
| 563 | <groupId>pl.project13.maven</groupId> |
| 564 | <artifactId>git-commit-id-plugin</artifactId> |
| 565 | <version>2.2.3</version> |
| 566 | </plugin> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 567 | <plugin> |
| 568 | <groupId>org.codehaus.mojo</groupId> |
| 569 | <artifactId>javacc-maven-plugin</artifactId> |
| 570 | <version>2.6</version> |
Dmitry Lychagin | 5476f96 | 2019-05-31 16:03:11 -0700 | [diff] [blame] | 571 | <dependencies> |
| 572 | <dependency> |
| 573 | <groupId>net.java.dev.javacc</groupId> |
| 574 | <artifactId>javacc</artifactId> |
| 575 | <version>6.1.2</version> |
| 576 | </dependency> |
| 577 | </dependencies> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 578 | </plugin> |
Michael Blow | 4cd925c | 2018-01-20 17:15:38 -0500 | [diff] [blame] | 579 | <plugin> |
| 580 | <groupId>net.revelc.code.formatter</groupId> |
| 581 | <artifactId>formatter-maven-plugin</artifactId> |
| 582 | <version>2.0.1</version> |
| 583 | </plugin> |
Michael Blow | ef85fb0 | 2019-03-22 13:40:35 -0400 | [diff] [blame] | 584 | <plugin> |
| 585 | <groupId>net.revelc.code</groupId> |
| 586 | <artifactId>impsort-maven-plugin</artifactId> |
| 587 | <version>1.2.0</version> |
| 588 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 589 | </plugins> |
| 590 | </pluginManagement> |
| 591 | </build> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 592 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 593 | <scm> |
Till Westmann | 81b1f21 | 2016-07-08 14:44:14 -0700 | [diff] [blame] | 594 | <connection>scm:git:https://github.com/apache/asterixdb</connection> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 595 | <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> |
Till Westmann | 81b1f21 | 2016-07-08 14:44:14 -0700 | [diff] [blame] | 596 | <url>https://github.com/apache/asterixdb</url> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 597 | <tag>HEAD</tag> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 598 | </scm> |
| 599 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 600 | <profiles> |
| 601 | <profile> |
| 602 | <id>opt-modules</id> |
| 603 | <activation> |
| 604 | <file> |
| 605 | <exists>asterix-opt/pom.xml</exists> |
| 606 | </file> |
| 607 | </activation> |
| 608 | <modules> |
| 609 | <module>asterix-opt</module> |
| 610 | </modules> |
| 611 | </profile> |
| 612 | <profile> |
| 613 | <id>slow-aql-tests</id> |
| 614 | <properties> |
| 615 | <runSlowAQLTests>true</runSlowAQLTests> |
| 616 | </properties> |
| 617 | </profile> |
| 618 | <profile> |
Ian Maxon | 4f24399 | 2019-04-04 13:56:19 -0700 | [diff] [blame] | 619 | <id>skip-dashboard</id> |
| 620 | <activation> |
| 621 | <property> |
| 622 | <name>skip.npm</name> |
| 623 | <value>true</value> |
| 624 | </property> |
| 625 | </activation> |
| 626 | <properties> |
| 627 | <license.stage>none</license.stage> |
| 628 | <resource.stage>none</resource.stage> |
| 629 | </properties> |
| 630 | </profile> |
| 631 | <profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 632 | <id>invalid-tests</id> |
| 633 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 634 | <invalid.tests /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 635 | </properties> |
| 636 | </profile> |
| 637 | <profile> |
| 638 | <id>32bitvm</id> |
| 639 | <activation> |
| 640 | <property> |
| 641 | <name>sun.arch.data.model</name> |
| 642 | <value>32</value> |
| 643 | </property> |
| 644 | </activation> |
| 645 | <properties> |
| 646 | <test.heap.size>2048</test.heap.size> |
| 647 | </properties> |
| 648 | </profile> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 649 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 650 | <profile> |
| 651 | <id>64bitvm</id> |
| 652 | <activation> |
| 653 | <property> |
| 654 | <name>sun.arch.data.model</name> |
| 655 | <value>64</value> |
| 656 | </property> |
| 657 | </activation> |
| 658 | <properties> |
| 659 | <test.heap.size>3072</test.heap.size> |
| 660 | </properties> |
| 661 | </profile> |
| 662 | <profile> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 663 | <id>skip-assembly</id> |
Michael Blow | 1e34ec2 | 2016-05-15 19:15:40 -0700 | [diff] [blame] | 664 | <activation> |
| 665 | <file> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 666 | <missing>src/main/assembly/source.xml</missing> |
Michael Blow | 1e34ec2 | 2016-05-15 19:15:40 -0700 | [diff] [blame] | 667 | </file> |
| 668 | </activation> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 669 | <properties> |
| 670 | <skip.assembly>true</skip.assembly> |
| 671 | </properties> |
| 672 | </profile> |
| 673 | <profile> |
| 674 | <id>release</id> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 675 | <build> |
| 676 | <plugins> |
| 677 | <plugin> |
| 678 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 679 | <artifactId>maven-jar-plugin</artifactId> |
| 680 | <configuration> |
| 681 | <archive> |
Michael Blow | aed96f0 | 2019-03-01 18:47:19 -0500 | [diff] [blame] | 682 | <addMavenDescriptor>true</addMavenDescriptor> |
Michael Blow | 38ca962 | 2018-02-28 11:44:43 -0500 | [diff] [blame] | 683 | <manifest> |
| 684 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
| 685 | <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> |
| 686 | </manifest> |
| 687 | </archive> |
| 688 | </configuration> |
| 689 | </plugin> |
| 690 | <plugin> |
| 691 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 692 | <artifactId>maven-assembly-plugin</artifactId> |
| 693 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 694 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 695 | For example, we exclude the KEYS file from the zip --> |
| 696 | <executions> |
| 697 | <execution> |
| 698 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 699 | the apache parent POM under the apache-release profile --> |
| 700 | <id>source-release-assembly</id> |
| 701 | <phase>package</phase> |
| 702 | <goals> |
| 703 | <goal>single</goal> |
| 704 | </goals> |
| 705 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 706 | <configuration combine.self="override"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 707 | <descriptors> |
| 708 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 709 | </descriptors> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 710 | <skipAssembly>${skip.assembly}</skipAssembly> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 711 | </configuration> |
| 712 | </execution> |
| 713 | </executions> |
| 714 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 715 | <plugin> |
| 716 | <groupId>org.apache.maven.plugins</groupId> |
| 717 | <artifactId>maven-gpg-plugin</artifactId> |
| 718 | <version>1.6</version> |
| 719 | <executions> |
| 720 | <execution> |
| 721 | <id>sign-artifacts</id> |
| 722 | <phase>verify</phase> |
| 723 | <goals> |
| 724 | <goal>sign</goal> |
| 725 | </goals> |
| 726 | </execution> |
| 727 | </executions> |
| 728 | </plugin> |
| 729 | </plugins> |
| 730 | </build> |
| 731 | </profile> |
| 732 | <profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 733 | <id>coverage</id> |
| 734 | <activation> |
| 735 | <property> |
| 736 | <name>coverage</name> |
| 737 | </property> |
| 738 | </activation> |
| 739 | <build> |
| 740 | <plugins> |
| 741 | <plugin> |
| 742 | <groupId>org.jacoco</groupId> |
| 743 | <artifactId>jacoco-maven-plugin</artifactId> |
| 744 | <version>${jacoco.version}</version> |
| 745 | <executions> |
| 746 | <execution> |
| 747 | <id>default-prepare-agent</id> |
| 748 | <goals> |
| 749 | <goal>prepare-agent</goal> |
| 750 | </goals> |
| 751 | <configuration> |
| 752 | <propertyName>coverageArgLine</propertyName> |
| 753 | </configuration> |
| 754 | </execution> |
| 755 | <execution> |
| 756 | <id>default-prepare-agent-integration</id> |
| 757 | <goals> |
| 758 | <goal>prepare-agent-integration</goal> |
| 759 | </goals> |
| 760 | <configuration> |
| 761 | <propertyName>coverageArgLine</propertyName> |
| 762 | </configuration> |
| 763 | </execution> |
| 764 | </executions> |
| 765 | </plugin> |
| 766 | </plugins> |
| 767 | </build> |
| 768 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 769 | <coverage /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 770 | </properties> |
| 771 | </profile> |
| 772 | <profile> |
| 773 | <id>no-coverage</id> |
| 774 | <activation> |
| 775 | <property> |
| 776 | <name>!coverage</name> |
| 777 | </property> |
| 778 | </activation> |
| 779 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 780 | <coverageArgLine /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 781 | </properties> |
| 782 | </profile> |
| 783 | <profile> |
| 784 | <id>doclint-java8-disable</id> |
| 785 | <activation> |
| 786 | <jdk>[1.8,)</jdk> |
| 787 | </activation> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 788 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 789 | <build> |
| 790 | <plugins> |
| 791 | <plugin> |
| 792 | <groupId>org.apache.maven.plugins</groupId> |
| 793 | <artifactId>maven-javadoc-plugin</artifactId> |
| 794 | <configuration> |
| 795 | <additionalparam>-Xdoclint:none</additionalparam> |
| 796 | </configuration> |
| 797 | </plugin> |
| 798 | </plugins> |
| 799 | </build> |
| 800 | </profile> |
Michael Blow | 64d49fb | 2018-02-11 15:43:47 -0500 | [diff] [blame] | 801 | <profile> |
| 802 | <id>integration-tests-only</id> |
| 803 | <properties> |
| 804 | <test.includes/> |
| 805 | <failIfNoTests>false</failIfNoTests> |
| 806 | </properties> |
| 807 | </profile> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 808 | <profile> |
| 809 | <id>java8</id> |
| 810 | <activation> |
Michael Blow | 0de9081 | 2019-08-23 16:27:29 -0400 | [diff] [blame^] | 811 | <jdk>[1.8,)</jdk> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 812 | </activation> |
| 813 | <properties> |
| 814 | <target.jdk.version>8</target.jdk.version> |
| 815 | </properties> |
| 816 | </profile> |
| 817 | <profile> |
Michael Blow | cedd961 | 2018-07-25 13:25:02 -0400 | [diff] [blame] | 818 | <id>java8-bootclasspath</id> |
| 819 | <activation> |
| 820 | <property> |
| 821 | <name>java8-bootclasspath</name> |
| 822 | </property> |
| 823 | </activation> |
| 824 | <properties> |
| 825 | <target.jdk.version>8</target.jdk.version> |
| 826 | </properties> |
| 827 | <build> |
| 828 | <plugins> |
| 829 | <plugin> |
| 830 | <groupId>org.apache.maven.plugins</groupId> |
| 831 | <artifactId>maven-compiler-plugin</artifactId> |
| 832 | <configuration> |
| 833 | <compilerArgs combine.children="append"> |
| 834 | <arg>-bootclasspath</arg> |
| 835 | <arg>${java8-bootclasspath}</arg> |
| 836 | </compilerArgs> |
| 837 | </configuration> |
| 838 | </plugin> |
| 839 | </plugins> |
| 840 | </build> |
| 841 | </profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 842 | </profiles> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 843 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 844 | <modules> |
| 845 | <module>asterix-common</module> |
| 846 | <module>asterix-lang-common</module> |
| 847 | <module>asterix-lang-aql</module> |
| 848 | <module>asterix-lang-sqlpp</module> |
| 849 | <module>asterix-algebra</module> |
| 850 | <module>asterix-app</module> |
Ian Maxon | a7e8dbe | 2018-01-05 17:13:36 -0800 | [diff] [blame] | 851 | <module>asterix-dashboard</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 852 | <module>asterix-tools</module> |
| 853 | <module>asterix-transactions</module> |
| 854 | <module>asterix-runtime</module> |
| 855 | <module>asterix-om</module> |
| 856 | <module>asterix-external-data</module> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 857 | <module>asterix-hivecompat</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 858 | <module>asterix-examples</module> |
| 859 | <module>asterix-metadata</module> |
| 860 | <module>asterix-test-framework</module> |
| 861 | <module>asterix-maven-plugins</module> |
| 862 | <module>asterix-server</module> |
Ian Maxon | a07db5d | 2018-08-30 19:10:51 -0700 | [diff] [blame] | 863 | <module>asterix-docker</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 864 | <module>asterix-doc</module> |
| 865 | <module>asterix-fuzzyjoin</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 866 | <module>asterix-replication</module> |
Yingyi Bu | 73715d8 | 2017-02-15 11:16:52 -0800 | [diff] [blame] | 867 | <module>asterix-benchmark</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 868 | <module>asterix-coverage</module> |
Abdullah Alamoudi | 973a0d3 | 2016-07-22 14:38:56 +0300 | [diff] [blame] | 869 | <module>asterix-active</module> |
Michael Blow | 6214f6f | 2016-08-31 03:03:00 -0400 | [diff] [blame] | 870 | <module>asterix-client-helper</module> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 871 | <module>asterix-license</module> |
Ahmed Eldawy | 8cc8825 | 2018-03-23 18:19:17 -0700 | [diff] [blame] | 872 | <module>asterix-geo</module> |
Armin Balalaie | 7087680 | 2018-12-06 12:10:50 -0800 | [diff] [blame] | 873 | <module>asterix-spidersilk</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 874 | </modules> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 875 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 876 | <dependencyManagement> |
| 877 | <dependencies> |
| 878 | <dependency> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 879 | <groupId>org.apache.hyracks</groupId> |
| 880 | <artifactId>apache-hyracks</artifactId> |
| 881 | <version>${hyracks.version}</version> |
| 882 | <type>pom</type> |
| 883 | <scope>import</scope> |
| 884 | </dependency> |
| 885 | <dependency> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 886 | <groupId>org.slf4j</groupId> |
| 887 | <artifactId>slf4j-simple</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 888 | <version>1.7.25</version> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 889 | </dependency> |
| 890 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 891 | <groupId>org.apache.maven</groupId> |
| 892 | <artifactId>maven-plugin-api</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 893 | <version>3.6.0</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 894 | </dependency> |
| 895 | <dependency> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 896 | <groupId>org.apache.maven</groupId> |
| 897 | <artifactId>maven-model</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 898 | <version>3.6.0</version> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 899 | </dependency> |
| 900 | <dependency> |
| 901 | <groupId>org.apache.maven</groupId> |
| 902 | <artifactId>maven-project</artifactId> |
| 903 | <version>2.2.1</version> |
| 904 | </dependency> |
| 905 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 906 | <groupId>org.apache.hadoop</groupId> |
| 907 | <artifactId>hadoop-yarn-common</artifactId> |
| 908 | <version>${hadoop.version}</version> |
| 909 | </dependency> |
| 910 | <dependency> |
| 911 | <groupId>org.apache.hadoop</groupId> |
| 912 | <artifactId>hadoop-yarn-client</artifactId> |
| 913 | <version>${hadoop.version}</version> |
| 914 | </dependency> |
| 915 | <dependency> |
| 916 | <groupId>org.apache.hadoop</groupId> |
| 917 | <artifactId>hadoop-client</artifactId> |
| 918 | <version>${hadoop.version}</version> |
| 919 | </dependency> |
| 920 | <dependency> |
| 921 | <groupId>org.apache.hadoop</groupId> |
| 922 | <artifactId>hadoop-hdfs</artifactId> |
| 923 | <version>${hadoop.version}</version> |
| 924 | </dependency> |
| 925 | <dependency> |
| 926 | <groupId>org.apache.hadoop</groupId> |
| 927 | <artifactId>hadoop-common</artifactId> |
| 928 | <version>${hadoop.version}</version> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 929 | <exclusions> |
| 930 | <exclusion> |
| 931 | <groupId>commons-logging</groupId> |
| 932 | <artifactId>commons-logging</artifactId> |
| 933 | </exclusion> |
Michael Blow | 2a773fe | 2018-04-08 13:11:26 -0400 | [diff] [blame] | 934 | <exclusion> |
| 935 | <groupId>stax</groupId> |
| 936 | <artifactId>stax-api</artifactId> |
| 937 | </exclusion> |
| 938 | <exclusion> |
| 939 | <groupId>javax.xml.bind</groupId> |
| 940 | <artifactId>jaxb-api</artifactId> |
| 941 | </exclusion> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 942 | <exclusion> |
| 943 | <groupId>jdk.tools</groupId> |
| 944 | <artifactId>jdk.tools</artifactId> |
| 945 | </exclusion> |
Michael Blow | 8d04d7d | 2018-06-18 13:56:27 -0400 | [diff] [blame] | 946 | <exclusion> |
| 947 | <groupId>jdk.tools</groupId> |
| 948 | <artifactId>jdk.tools</artifactId> |
| 949 | </exclusion> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 950 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 951 | </dependency> |
| 952 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 953 | <groupId>org.apache.hadoop</groupId> |
Michael Blow | 3477a2b | 2018-10-04 17:17:35 -0400 | [diff] [blame] | 954 | <artifactId>hadoop-hdfs-client</artifactId> |
| 955 | <version>${hadoop.version}</version> |
| 956 | </dependency> |
| 957 | <dependency> |
| 958 | <groupId>org.apache.hadoop</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 959 | <artifactId>hadoop-common</artifactId> |
| 960 | <version>${hadoop.version}</version> |
| 961 | <classifier>tests</classifier> |
| 962 | </dependency> |
| 963 | <dependency> |
| 964 | <groupId>org.apache.hadoop</groupId> |
| 965 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 966 | <version>${hadoop.version}</version> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 967 | <exclusions> |
| 968 | <exclusion> |
| 969 | <groupId>jdk.tools</groupId> |
| 970 | <artifactId>jdk.tools</artifactId> |
| 971 | </exclusion> |
| 972 | </exclusions> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 973 | </dependency> |
| 974 | <dependency> |
| 975 | <groupId>org.apache.hadoop</groupId> |
| 976 | <artifactId>hadoop-annotations</artifactId> |
| 977 | <version>${hadoop.version}</version> |
| 978 | </dependency> |
| 979 | <dependency> |
| 980 | <groupId>org.apache.hadoop</groupId> |
| 981 | <artifactId>hadoop-minicluster</artifactId> |
| 982 | <version>${hadoop.version}</version> |
| 983 | </dependency> |
| 984 | <dependency> |
| 985 | <groupId>org.apache.hadoop</groupId> |
| 986 | <artifactId>hadoop-hdfs</artifactId> |
| 987 | <version>${hadoop.version}</version> |
| 988 | <classifier>tests</classifier> |
| 989 | <exclusions> |
| 990 | <exclusion> |
| 991 | <groupId>commons-logging</groupId> |
| 992 | <artifactId>commons-logging</artifactId> |
| 993 | </exclusion> |
| 994 | </exclusions> |
| 995 | </dependency> |
| 996 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 997 | <groupId>org.apache.hive</groupId> |
| 998 | <artifactId>hive-serde</artifactId> |
| 999 | <version>0.13.0</version> |
| 1000 | <exclusions> |
| 1001 | <exclusion> |
| 1002 | <groupId>commons-logging</groupId> |
| 1003 | <artifactId>commons-logging</artifactId> |
| 1004 | </exclusion> |
| 1005 | </exclusions> |
| 1006 | </dependency> |
| 1007 | <dependency> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 1008 | <groupId>org.apache.commons</groupId> |
| 1009 | <artifactId>commons-compress</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1010 | <version>1.18</version> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 1011 | </dependency> |
| 1012 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 1013 | <groupId>commons-logging</groupId> |
| 1014 | <artifactId>commons-logging-api</artifactId> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 1015 | <version>1.1</version> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 1016 | </dependency> |
| 1017 | <dependency> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 1018 | <groupId>commons-logging</groupId> |
| 1019 | <artifactId>commons-logging</artifactId> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 1020 | <version>1.2</version> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 1021 | </dependency> |
| 1022 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 1023 | <groupId>org.apache.hive.shims</groupId> |
| 1024 | <artifactId>hive-shims-common</artifactId> |
| 1025 | <version>0.13.0</version> |
| 1026 | <exclusions> |
| 1027 | <exclusion> |
| 1028 | <groupId>commons-logging</groupId> |
| 1029 | <artifactId>commons-logging</artifactId> |
| 1030 | </exclusion> |
| 1031 | </exclusions> |
| 1032 | </dependency> |
| 1033 | <dependency> |
| 1034 | <groupId>org.apache.hive</groupId> |
| 1035 | <artifactId>hive-common</artifactId> |
| 1036 | <version>0.13.0</version> |
| 1037 | <exclusions> |
| 1038 | <exclusion> |
| 1039 | <groupId>commons-logging</groupId> |
| 1040 | <artifactId>commons-logging</artifactId> |
| 1041 | </exclusion> |
| 1042 | </exclusions> |
| 1043 | </dependency> |
| 1044 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1045 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 1046 | <artifactId>algebricks-common</artifactId> |
| 1047 | <version>${algebricks.version}</version> |
| 1048 | </dependency> |
| 1049 | <dependency> |
| 1050 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1051 | <artifactId>algebricks-data</artifactId> |
| 1052 | <version>${algebricks.version}</version> |
| 1053 | </dependency> |
| 1054 | <dependency> |
| 1055 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 1056 | <artifactId>algebricks-core</artifactId> |
| 1057 | <version>${algebricks.version}</version> |
| 1058 | </dependency> |
| 1059 | <dependency> |
| 1060 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1061 | <artifactId>hyracks-net</artifactId> |
| 1062 | <version>${hyracks.version}</version> |
| 1063 | </dependency> |
| 1064 | <dependency> |
| 1065 | <groupId>org.apache.hyracks</groupId> |
Dmitry Lychagin | 86cbec5 | 2017-06-19 11:16:14 -0700 | [diff] [blame] | 1066 | <artifactId>hyracks-ipc</artifactId> |
| 1067 | <version>${hyracks.version}</version> |
| 1068 | </dependency> |
| 1069 | <dependency> |
| 1070 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1071 | <artifactId>algebricks-compiler</artifactId> |
| 1072 | <version>${algebricks.version}</version> |
| 1073 | </dependency> |
| 1074 | <dependency> |
| 1075 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 1076 | <artifactId>algebricks-rewriter</artifactId> |
| 1077 | <version>${algebricks.version}</version> |
| 1078 | </dependency> |
| 1079 | <dependency> |
| 1080 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1081 | <artifactId>algebricks-runtime</artifactId> |
| 1082 | <version>${algebricks.version}</version> |
| 1083 | </dependency> |
| 1084 | <dependency> |
| 1085 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1086 | <artifactId>hyracks-api</artifactId> |
| 1087 | <version>${hyracks.version}</version> |
| 1088 | </dependency> |
| 1089 | <dependency> |
| 1090 | <groupId>org.apache.hyracks</groupId> |
Abdullah Alamoudi | 60e7f12 | 2017-01-25 19:16:46 -0800 | [diff] [blame] | 1091 | <artifactId>hyracks-http</artifactId> |
| 1092 | <version>${hyracks.version}</version> |
| 1093 | </dependency> |
| 1094 | <dependency> |
| 1095 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1096 | <artifactId>hyracks-util</artifactId> |
| 1097 | <version>${hyracks.version}</version> |
| 1098 | </dependency> |
| 1099 | <dependency> |
| 1100 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 5543132 | 2019-02-15 19:06:27 -0500 | [diff] [blame] | 1101 | <artifactId>hyracks-util</artifactId> |
| 1102 | <version>${hyracks.version}</version> |
| 1103 | <type>test-jar</type> |
| 1104 | </dependency> |
| 1105 | <dependency> |
| 1106 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1107 | <artifactId>hyracks-dataflow-std</artifactId> |
| 1108 | <version>${hyracks.version}</version> |
| 1109 | </dependency> |
| 1110 | <dependency> |
| 1111 | <groupId>org.apache.hyracks</groupId> |
| 1112 | <artifactId>hyracks-data</artifactId> |
| 1113 | <version>${hyracks.version}</version> |
| 1114 | </dependency> |
| 1115 | <dependency> |
| 1116 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1117 | <artifactId>hyracks-data-std</artifactId> |
| 1118 | <version>${hyracks.version}</version> |
| 1119 | </dependency> |
| 1120 | <dependency> |
| 1121 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1122 | <artifactId>hyracks-control-cc</artifactId> |
| 1123 | <version>${hyracks.version}</version> |
| 1124 | </dependency> |
| 1125 | <dependency> |
| 1126 | <groupId>org.apache.hyracks</groupId> |
| 1127 | <artifactId>hyracks-control-nc</artifactId> |
| 1128 | <version>${hyracks.version}</version> |
| 1129 | </dependency> |
| 1130 | <dependency> |
| 1131 | <groupId>org.apache.hyracks</groupId> |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 1132 | <artifactId>hyracks-nc-service</artifactId> |
| 1133 | <version>${hyracks.version}</version> |
| 1134 | </dependency> |
| 1135 | <dependency> |
| 1136 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1137 | <artifactId>hyracks-server</artifactId> |
| 1138 | <version>${hyracks.version}</version> |
| 1139 | </dependency> |
| 1140 | <dependency> |
| 1141 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 2530e39 | 2018-02-06 01:19:42 -0500 | [diff] [blame] | 1142 | <artifactId>hyracks-server</artifactId> |
| 1143 | <version>${hyracks.version}</version> |
| 1144 | <type>test-jar</type> |
| 1145 | </dependency> |
| 1146 | <dependency> |
| 1147 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 1148 | <artifactId>hyracks-dataflow-common</artifactId> |
| 1149 | <version>${hyracks.version}</version> |
| 1150 | </dependency> |
| 1151 | <dependency> |
| 1152 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 1153 | <artifactId>hyracks-storage-common</artifactId> |
| 1154 | <version>${hyracks.version}</version> |
| 1155 | </dependency> |
| 1156 | <dependency> |
| 1157 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1158 | <artifactId>hyracks-storage-am-btree</artifactId> |
| 1159 | <version>${hyracks.version}</version> |
| 1160 | </dependency> |
| 1161 | <dependency> |
| 1162 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 1163 | <artifactId>hyracks-storage-am-bloomfilter</artifactId> |
| 1164 | <version>${hyracks.version}</version> |
| 1165 | </dependency> |
| 1166 | <dependency> |
| 1167 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1168 | <artifactId>hyracks-storage-am-rtree</artifactId> |
| 1169 | <version>${hyracks.version}</version> |
| 1170 | </dependency> |
| 1171 | <dependency> |
| 1172 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1173 | <artifactId>hyracks-storage-am-common</artifactId> |
| 1174 | <version>${hyracks.version}</version> |
| 1175 | </dependency> |
| 1176 | <dependency> |
| 1177 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1178 | <artifactId>hyracks-control-common</artifactId> |
| 1179 | <version>${hyracks.version}</version> |
| 1180 | </dependency> |
| 1181 | <dependency> |
| 1182 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1183 | <artifactId>hyracks-client</artifactId> |
| 1184 | <version>${hyracks.version}</version> |
| 1185 | </dependency> |
| 1186 | <dependency> |
| 1187 | <groupId>org.apache.hyracks</groupId> |
| 1188 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 1189 | <version>${hyracks.version}</version> |
| 1190 | </dependency> |
| 1191 | <dependency> |
| 1192 | <groupId>org.apache.hyracks</groupId> |
| 1193 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
| 1194 | <version>${hyracks.version}</version> |
| 1195 | </dependency> |
| 1196 | <dependency> |
| 1197 | <groupId>org.apache.hyracks</groupId> |
| 1198 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
| 1199 | <version>${hyracks.version}</version> |
| 1200 | </dependency> |
| 1201 | <dependency> |
| 1202 | <groupId>org.apache.hyracks</groupId> |
| 1203 | <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId> |
| 1204 | <version>${hyracks.version}</version> |
| 1205 | </dependency> |
| 1206 | <dependency> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 1207 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 2d90c0c | 2018-06-16 08:59:54 -0400 | [diff] [blame] | 1208 | <artifactId>hyracks-hdfs</artifactId> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 1209 | <version>${hyracks.version}</version> |
| 1210 | </dependency> |
| 1211 | <dependency> |
| 1212 | <groupId>org.apache.hyracks</groupId> |
| 1213 | <artifactId>hyracks-test-support</artifactId> |
| 1214 | <version>${hyracks.version}</version> |
| 1215 | </dependency> |
| 1216 | <dependency> |
| 1217 | <groupId>org.apache.hyracks</groupId> |
| 1218 | <artifactId>hyracks-api</artifactId> |
| 1219 | <version>${hyracks.version}</version> |
| 1220 | <type>test-jar</type> |
| 1221 | </dependency> |
| 1222 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1223 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 2d90c0c | 2018-06-16 08:59:54 -0400 | [diff] [blame] | 1224 | <artifactId>hyracks-hdfs</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1225 | <version>${hyracks.version}</version> |
| 1226 | <type>test-jar</type> |
| 1227 | </dependency> |
| 1228 | <dependency> |
Abdullah Alamoudi | b2e50b7 | 2017-10-03 10:10:54 -0700 | [diff] [blame] | 1229 | <groupId>org.apache.hyracks</groupId> |
| 1230 | <artifactId>hyracks-storage-am-lsm-btree-test</artifactId> |
| 1231 | <version>${hyracks.version}</version> |
| 1232 | <type>test-jar</type> |
| 1233 | </dependency> |
| 1234 | <dependency> |
Till Westmann | 7d68c67 | 2017-07-19 11:14:12 -0700 | [diff] [blame] | 1235 | <groupId>com.rometools</groupId> |
| 1236 | <artifactId>rome-fetcher</artifactId> |
| 1237 | <version>1.7.4</version> |
| 1238 | </dependency> |
| 1239 | <dependency> |
| 1240 | <groupId>com.rometools</groupId> |
| 1241 | <artifactId>rome</artifactId> |
| 1242 | <version>1.7.4</version> |
| 1243 | </dependency> |
| 1244 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1245 | <groupId>log4j</groupId> |
| 1246 | <artifactId>log4j</artifactId> |
| 1247 | <version>1.2.17</version> |
| 1248 | <exclusions> |
| 1249 | <exclusion> |
| 1250 | <groupId>com.sun.jmx</groupId> |
| 1251 | <artifactId>jmxri</artifactId> |
| 1252 | </exclusion> |
| 1253 | <exclusion> |
| 1254 | <groupId>com.sun.jdmk</groupId> |
| 1255 | <artifactId>jmxtools</artifactId> |
| 1256 | </exclusion> |
| 1257 | <exclusion> |
| 1258 | <groupId>javax.jms</groupId> |
| 1259 | <artifactId>jms</artifactId> |
| 1260 | </exclusion> |
| 1261 | </exclusions> |
| 1262 | </dependency> |
| 1263 | <dependency> |
| 1264 | <groupId>org.apache.zookeeper</groupId> |
| 1265 | <artifactId>zookeeper</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1266 | <version>3.4.13</version> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1267 | <exclusions> |
| 1268 | <exclusion> |
| 1269 | <groupId>com.sun.jmx</groupId> |
| 1270 | <artifactId>jmxri</artifactId> |
| 1271 | </exclusion> |
| 1272 | <exclusion> |
| 1273 | <groupId>com.sun.jdmk</groupId> |
| 1274 | <artifactId>jmxtools</artifactId> |
| 1275 | </exclusion> |
| 1276 | <exclusion> |
| 1277 | <groupId>javax.jms</groupId> |
| 1278 | <artifactId>jms</artifactId> |
| 1279 | </exclusion> |
| 1280 | </exclusions> |
| 1281 | </dependency> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 1282 | <dependency> |
| 1283 | <groupId>javax.xml.bind</groupId> |
| 1284 | <artifactId>jaxb-api</artifactId> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 1285 | <version>2.3.0</version> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 1286 | </dependency> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 1287 | <dependency> |
| 1288 | <groupId>org.codehaus.mojo.appassembler</groupId> |
| 1289 | <artifactId>appassembler-booter</artifactId> |
| 1290 | <version>2.0.0</version> |
| 1291 | <exclusions> |
| 1292 | <exclusion> |
| 1293 | <groupId>junit</groupId> |
| 1294 | <artifactId>junit</artifactId> |
| 1295 | </exclusion> |
| 1296 | </exclusions> |
| 1297 | </dependency> |
Murtadha Hubail | 1b412c5 | 2018-03-19 22:52:31 +0300 | [diff] [blame] | 1298 | <dependency> |
| 1299 | <groupId>commons-codec</groupId> |
| 1300 | <artifactId>commons-codec</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1301 | <version>1.11</version> |
Murtadha Hubail | 1b412c5 | 2018-03-19 22:52:31 +0300 | [diff] [blame] | 1302 | </dependency> |
Michael Blow | aac1e93 | 2018-04-13 11:12:35 -0400 | [diff] [blame] | 1303 | <dependency> |
| 1304 | <groupId>it.unimi.dsi</groupId> |
| 1305 | <artifactId>fastutil</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1306 | <version>8.2.2</version> |
Michael Blow | aac1e93 | 2018-04-13 11:12:35 -0400 | [diff] [blame] | 1307 | </dependency> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 1308 | <dependency> |
| 1309 | <groupId>com.sun.xml.bind</groupId> |
| 1310 | <artifactId>jaxb-core</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1311 | <version>2.3.0.1</version> |
Michael Blow | aebe2c5 | 2018-06-10 14:18:53 -0400 | [diff] [blame] | 1312 | </dependency> |
| 1313 | <dependency> |
| 1314 | <groupId>com.sun.xml.bind</groupId> |
| 1315 | <artifactId>jaxb-impl</artifactId> |
| 1316 | <version>2.3.0</version> |
| 1317 | </dependency> |
| 1318 | <dependency> |
| 1319 | <groupId>javax.activation</groupId> |
| 1320 | <artifactId>javax.activation-api</artifactId> |
| 1321 | <version>1.2.0</version> |
| 1322 | </dependency> |
| 1323 | <dependency> |
| 1324 | <groupId>com.sun.activation</groupId> |
| 1325 | <artifactId>javax.activation</artifactId> |
| 1326 | <version>1.2.0</version> |
| 1327 | </dependency> |
| 1328 | <dependency> |
| 1329 | <groupId>org.apache.maven</groupId> |
| 1330 | <artifactId>maven-core</artifactId> |
| 1331 | <version>3.3.9</version> |
| 1332 | </dependency> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 1333 | <dependency> |
| 1334 | <groupId>org.apache.maven</groupId> |
| 1335 | <artifactId>maven-compat</artifactId> |
| 1336 | <version>3.3.9</version> |
| 1337 | </dependency> |
| 1338 | <dependency> |
| 1339 | <groupId>com.esri.geometry</groupId> |
| 1340 | <artifactId>esri-geometry-api</artifactId> |
| 1341 | <version>2.0.0</version> |
| 1342 | </dependency> |
| 1343 | <dependency> |
| 1344 | <groupId>org.reflections</groupId> |
| 1345 | <artifactId>reflections</artifactId> |
| 1346 | <version>0.9.10</version> |
| 1347 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1348 | </dependencies> |
| 1349 | </dependencyManagement> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 1350 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 1351 | </project> |