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 | 92a9a65 | 2017-08-07 17:23:07 -0700 | [diff] [blame] | 24 | <version>0.9.3-SNAPSHOT</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 25 | <packaging>pom</packaging> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 26 | <url>https://asterixdb.apache.org/</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> |
| 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 46 | <file.encoding>UTF-8</file.encoding> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 47 | <jvm.extraargs /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 48 | <jdk.version>1.8</jdk.version> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 49 | <javac.xlint.value>all</javac.xlint.value> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 50 | <runSlowAQLTests>false</runSlowAQLTests> |
| 51 | <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory> |
| 52 | <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 53 | <debug.suspend.flag>n</debug.suspend.flag> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 54 | <skipTests>false</skipTests> |
| 55 | <maven.test.skip>false</maven.test.skip> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 56 | <skip.surefire.tests>${skipTests}</skip.surefire.tests> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 57 | <skip.testResources>${maven.test.skip}</skip.testResources> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 58 | |
| 59 | <!-- Definition of tests in various categories which may be excluded --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 60 | <repeated.tests>**/RepeatedTest.java</repeated.tests> |
| 61 | <invalid.tests>**/DmlTest.java</invalid.tests> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 62 | <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes> |
| 63 | <global.test.excludes>${invalid.tests},${repeated.tests}</global.test.excludes> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 64 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 65 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
AsterixDB Jenkins | 92a9a65 | 2017-08-07 17:23:07 -0700 | [diff] [blame] | 66 | <algebricks.version>0.3.3-SNAPSHOT</algebricks.version> |
| 67 | <hyracks.version>0.3.3-SNAPSHOT</hyracks.version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 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> |
| 70 | </properties> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 71 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 72 | <build> |
| 73 | <plugins> |
| 74 | <plugin> |
| 75 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 76 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 77 | <configuration> |
| 78 | <excludes> |
| 79 | <exclude>**/DEPENDENCIES</exclude> |
| 80 | </excludes> |
| 81 | </configuration> |
| 82 | </plugin> |
| 83 | <plugin> |
| 84 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 85 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 86 | <configuration> |
| 87 | <failIfNoTests>false</failIfNoTests> |
| 88 | <systemPropertyVariables> |
| 89 | <skipFredSlowTests>true</skipFredSlowTests> |
| 90 | </systemPropertyVariables> |
| 91 | <forkCount>1</forkCount> |
| 92 | <reuseForks>false</reuseForks> |
| 93 | <argLine> |
| 94 | -enableassertions -Xmx${test.heap.size}m |
| 95 | -Dfile.encoding=UTF-8 |
| 96 | -Djava.util.logging.config.file=${user.home}/logging.properties |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 97 | -Dlog4j.configurationFile=${basedir}/../asterix-app/src/test/resources/log4j2-test.xml |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 98 | -DrunSlowAQLTests=${runSlowAQLTests} |
| 99 | -Xdebug |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 100 | -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=${debug.suspend.flag} |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 101 | ${coverageArgLine} |
| 102 | </argLine> |
| 103 | <includes> |
| 104 | <include>${global.test.includes},${test.includes}</include> |
| 105 | </includes> |
| 106 | <excludes> |
| 107 | <exclude>${global.test.excludes},${test.excludes}</exclude> |
| 108 | </excludes> |
Michael Blow | dd920be | 2017-06-07 15:04:33 -0400 | [diff] [blame] | 109 | <skipTests>${skip.surefire.tests}</skipTests> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 110 | </configuration> |
| 111 | </plugin> |
| 112 | <plugin> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 113 | <groupId>org.apache.maven.plugins</groupId> |
| 114 | <artifactId>maven-failsafe-plugin</artifactId> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 115 | <configuration> |
| 116 | <runOrder>alphabetical</runOrder> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 117 | <forkCount>1</forkCount> |
| 118 | <reuseForks>false</reuseForks> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 119 | <argLine>${coverageArgLine}</argLine> |
Chris Hillery | 14796d1 | 2016-06-08 02:39:23 -0700 | [diff] [blame] | 120 | </configuration> |
| 121 | <executions> |
| 122 | <execution> |
| 123 | <goals> |
| 124 | <goal>integration-test</goal> |
| 125 | <goal>verify</goal> |
| 126 | </goals> |
| 127 | </execution> |
| 128 | </executions> |
| 129 | </plugin> |
| 130 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 131 | <groupId>org.apache.rat</groupId> |
| 132 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 133 | <executions> |
| 134 | <execution> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 135 | <phase>validate</phase> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 136 | <goals> |
| 137 | <goal>check</goal> |
| 138 | </goals> |
| 139 | </execution> |
| 140 | </executions> |
| 141 | <configuration> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 142 | <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers> |
| 143 | <consoleOutput>true</consoleOutput> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 144 | <licenses> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 145 | <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 146 | </licenses> |
| 147 | <licenseFamilies> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 148 | <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 149 | </licenseFamilies> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 150 | <excludeSubProjects>true</excludeSubProjects> |
| 151 | <excludes combine.children="append"> |
| 152 | <exclude>src/main/licenses/**</exclude> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 153 | <exclude>**/*.iml</exclude> |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 154 | <exclude>**/*.json</exclude> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 155 | <exclude>**/*.adm</exclude> |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 156 | <exclude>**/*.template</exclude> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 157 | <exclude>asterix-installer/**</exclude> <!-- in case -DskipInstaller --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 158 | </excludes> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 159 | </configuration> |
| 160 | </plugin> |
| 161 | <plugin> |
| 162 | <groupId>org.apache.maven.plugins</groupId> |
| 163 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 164 | <configuration> |
| 165 | <source>${jdk.version}</source> |
| 166 | <target>${jdk.version}</target> |
Michael Blow | 2b05701 | 2017-12-07 22:20:39 -0500 | [diff] [blame] | 167 | <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 168 | </configuration> |
| 169 | </plugin> |
| 170 | <plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 171 | <groupId>org.apache.maven.plugins</groupId> |
| 172 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 173 | <executions> |
| 174 | <execution> |
| 175 | <goals> |
| 176 | <goal>process</goal> |
| 177 | </goals> |
| 178 | <configuration> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 179 | <resourceBundles> |
| 180 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 181 | </resourceBundles> |
Michael Blow | c96bb1f | 2017-01-16 16:31:54 -0500 | [diff] [blame] | 182 | <properties> |
| 183 | <projectName>Apache AsterixDB - ${project.name}</projectName> |
| 184 | </properties> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 185 | </configuration> |
| 186 | </execution> |
| 187 | </executions> |
| 188 | </plugin> |
| 189 | <plugin> |
| 190 | <groupId>org.apache.maven.plugins</groupId> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 191 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 192 | <version>2.17</version> |
| 193 | <executions> |
| 194 | <execution> |
| 195 | <id>verify-style</id> |
| 196 | <phase>process-classes</phase> |
| 197 | <goals> |
| 198 | <goal>check</goal> |
| 199 | </goals> |
| 200 | </execution> |
| 201 | </executions> |
| 202 | <configuration> |
| 203 | <logViolationsToConsole>true</logViolationsToConsole> |
| 204 | <checkstyleRules> |
| 205 | <module name="Checker"> |
| 206 | <!-- Checks for whitespace --> |
| 207 | <!-- See http://checkstyle.sf.net/config_whitespace.html --> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 208 | <module name="FileTabCharacter" /> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 209 | </module> |
| 210 | </checkstyleRules> |
Michael Blow | d6cf641 | 2016-06-30 02:44:35 -0400 | [diff] [blame] | 211 | <includes>**/*.java,**/*.jj</includes> |
| 212 | <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.aql,**/*.sqlpp,**/*.sh</resourceIncludes> |
Michael Blow | d1e2a99 | 2016-06-14 12:27:46 -0400 | [diff] [blame] | 213 | <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories> |
| 214 | </configuration> |
| 215 | </plugin> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 216 | <plugin> |
| 217 | <groupId>org.apache.maven.plugins</groupId> |
| 218 | <artifactId>maven-enforcer-plugin</artifactId> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 219 | <version>3.0.0-M1</version> |
Michael Blow | f53c1c6 | 2016-06-17 16:51:59 -0400 | [diff] [blame] | 220 | <executions> |
| 221 | <execution> |
| 222 | <id>enforce-versions</id> |
| 223 | <goals> |
| 224 | <goal>enforce</goal> |
| 225 | </goals> |
| 226 | <configuration> |
| 227 | <rules> |
| 228 | <requireMavenVersion> |
| 229 | <version>[3.3.9,)</version> |
| 230 | </requireMavenVersion> |
| 231 | </rules> |
| 232 | </configuration> |
| 233 | </execution> |
| 234 | </executions> |
| 235 | </plugin> |
Michael Blow | 29c1f1d | 2016-08-04 23:10:49 -0400 | [diff] [blame] | 236 | <plugin> |
| 237 | <groupId>org.apache.maven.plugins</groupId> |
| 238 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 239 | <configuration> |
| 240 | <failOnWarning>true</failOnWarning> |
| 241 | <outputXML>true</outputXML> |
| 242 | </configuration> |
| 243 | <executions> |
| 244 | <execution> |
| 245 | <phase>process-test-classes</phase> |
| 246 | <goals> |
| 247 | <goal>analyze-only</goal> |
| 248 | </goals> |
| 249 | </execution> |
| 250 | </executions> |
Michael Blow | 29c1f1d | 2016-08-04 23:10:49 -0400 | [diff] [blame] | 251 | </plugin> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 252 | <plugin> |
| 253 | <groupId>org.apache.maven.plugins</groupId> |
| 254 | <artifactId>maven-resources-plugin</artifactId> |
| 255 | <executions> |
| 256 | <execution> |
| 257 | <id>default-testResources</id> |
| 258 | <goals> |
| 259 | <goal>testResources</goal> |
| 260 | </goals> |
| 261 | <configuration> |
| 262 | <skip>${skip.testResources}</skip> |
| 263 | </configuration> |
| 264 | </execution> |
| 265 | </executions> |
| 266 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 267 | </plugins> |
| 268 | <pluginManagement> |
| 269 | <plugins> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 270 | <plugin> |
| 271 | <groupId>org.apache.maven.plugins</groupId> |
| 272 | <artifactId>maven-compiler-plugin</artifactId> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 273 | <version>3.7.0</version> |
Till Westmann | 65da60c | 2017-02-22 13:17:49 -0800 | [diff] [blame] | 274 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 275 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 276 | <plugin> |
| 277 | <groupId>org.eclipse.m2e</groupId> |
| 278 | <artifactId>lifecycle-mapping</artifactId> |
| 279 | <version>1.0.0</version> |
| 280 | <configuration> |
| 281 | <lifecycleMappingMetadata> |
| 282 | <pluginExecutions> |
| 283 | <pluginExecution> |
| 284 | <pluginExecutionFilter> |
| 285 | <groupId>org.apache.maven.plugins</groupId> |
| 286 | <artifactId>maven-plugin-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 287 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 288 | <goals> |
| 289 | <goal>descriptor</goal> |
| 290 | </goals> |
| 291 | </pluginExecutionFilter> |
| 292 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 293 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 294 | </action> |
| 295 | </pluginExecution> |
| 296 | <pluginExecution> |
| 297 | <pluginExecutionFilter> |
| 298 | <groupId>org.apache.asterix</groupId> |
| 299 | <artifactId>record-manager-generator-maven-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 300 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 301 | <goals> |
| 302 | <goal>generate-record-manager</goal> |
| 303 | </goals> |
| 304 | </pluginExecutionFilter> |
| 305 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 306 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 307 | </action> |
| 308 | </pluginExecution> |
| 309 | <pluginExecution> |
| 310 | <pluginExecutionFilter> |
| 311 | <groupId>org.apache.asterix</groupId> |
| 312 | <artifactId>asterix-evaluator-generator-maven-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 313 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 314 | <goals> |
| 315 | <goal>generate-evaluator</goal> |
| 316 | </goals> |
| 317 | </pluginExecutionFilter> |
| 318 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 319 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 320 | </action> |
| 321 | </pluginExecution> |
| 322 | <pluginExecution> |
| 323 | <pluginExecutionFilter> |
| 324 | <groupId>org.apache.maven.plugins</groupId> |
| 325 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 326 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 327 | <goals> |
| 328 | <goal>test-jar</goal> |
| 329 | </goals> |
| 330 | </pluginExecutionFilter> |
| 331 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 332 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 333 | </action> |
| 334 | </pluginExecution> |
| 335 | <pluginExecution> |
| 336 | <pluginExecutionFilter> |
| 337 | <groupId>org.apache.rat</groupId> |
| 338 | <artifactId>apache-rat-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 339 | <versionRange>[0.0,)</versionRange> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 340 | <goals> |
| 341 | <goal>check</goal> |
| 342 | </goals> |
| 343 | </pluginExecutionFilter> |
| 344 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 345 | <ignore /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 346 | </action> |
| 347 | </pluginExecution> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 348 | <pluginExecution> |
| 349 | <pluginExecutionFilter> |
| 350 | <groupId>org.apache.maven.plugins</groupId> |
| 351 | <artifactId>maven-checkstyle-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 352 | <versionRange>[0.0,)</versionRange> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 353 | <goals> |
| 354 | <goal>check</goal> |
| 355 | </goals> |
| 356 | </pluginExecutionFilter> |
| 357 | <action> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 358 | <ignore /> |
Michael Blow | 8f2cf24 | 2016-06-30 01:45:39 -0400 | [diff] [blame] | 359 | </action> |
| 360 | </pluginExecution> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 361 | <pluginExecution> |
| 362 | <pluginExecutionFilter> |
| 363 | <groupId>org.codehaus.mojo</groupId> |
| 364 | <artifactId>javacc-maven-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 365 | <versionRange>[0.0,)</versionRange> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 366 | <goals> |
| 367 | <goal>jjdoc</goal> |
| 368 | </goals> |
| 369 | </pluginExecutionFilter> |
| 370 | <action> |
Ian Maxon | 4383bdde | 2017-01-18 18:52:01 -0800 | [diff] [blame] | 371 | <ignore /> |
Yingyi Bu | ab81748 | 2016-08-19 21:29:31 -0700 | [diff] [blame] | 372 | </action> |
| 373 | </pluginExecution> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 374 | <pluginExecution> |
| 375 | <pluginExecutionFilter> |
| 376 | <groupId>org.apache.maven.plugins</groupId> |
| 377 | <artifactId>maven-dependency-plugin</artifactId> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 378 | <versionRange>[0.0,)</versionRange> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 379 | <goals> |
| 380 | <goal>analyze-only</goal> |
| 381 | </goals> |
| 382 | </pluginExecutionFilter> |
| 383 | <action> |
Ian Maxon | 4383bdde | 2017-01-18 18:52:01 -0800 | [diff] [blame] | 384 | <ignore /> |
Taewoo Kim | 6ae219d | 2016-10-19 17:32:35 -0700 | [diff] [blame] | 385 | </action> |
| 386 | </pluginExecution> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 387 | </pluginExecutions> |
| 388 | </lifecycleMappingMetadata> |
| 389 | </configuration> |
| 390 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 391 | <plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 392 | <groupId>org.codehaus.mojo</groupId> |
| 393 | <artifactId>versions-maven-plugin</artifactId> |
| 394 | <version>2.5</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 395 | </plugin> |
| 396 | <plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 397 | <groupId>org.apache.maven.plugins</groupId> |
| 398 | <artifactId>maven-scm-plugin</artifactId> |
| 399 | <version>1.9.5</version> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 400 | </plugin> |
Michael Blow | a23fac1 | 2017-03-14 12:39:12 -0400 | [diff] [blame] | 401 | <plugin> |
| 402 | <groupId>org.codehaus.mojo</groupId> |
| 403 | <artifactId>appassembler-maven-plugin</artifactId> |
| 404 | <version>2.0.0</version> |
| 405 | </plugin> |
Michael Blow | 82464fb | 2017-03-28 18:48:13 -0400 | [diff] [blame] | 406 | <plugin> |
| 407 | <groupId>org.apache.rat</groupId> |
| 408 | <artifactId>apache-rat-plugin</artifactId> |
| 409 | <version>0.12</version> |
| 410 | </plugin> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 411 | <plugin> |
| 412 | <groupId>org.apache.maven.plugins</groupId> |
| 413 | <artifactId>maven-surefire-plugin</artifactId> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 414 | <version>2.20.1</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 415 | </plugin> |
| 416 | <plugin> |
| 417 | <groupId>org.apache.maven.plugins</groupId> |
| 418 | <artifactId>maven-failsafe-plugin</artifactId> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 419 | <version>2.20.1</version> |
Michael Blow | 10a7486 | 2017-05-23 16:55:39 -0400 | [diff] [blame] | 420 | </plugin> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 421 | <plugin> |
| 422 | <groupId>org.apache.hyracks</groupId> |
| 423 | <artifactId>license-automation-plugin</artifactId> |
| 424 | <version>${hyracks.version}</version> |
Emilio Jose Coronado Lopez | 1cb814b | 2017-12-29 21:19:26 +0100 | [diff] [blame^] | 425 | <configuration> |
| 426 | <argLine>-Xmx2048m</argLine> |
| 427 | </configuration> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 428 | </plugin> |
Michael Blow | 0aae183 | 2017-10-29 11:59:47 -0400 | [diff] [blame] | 429 | <plugin> |
| 430 | <groupId>org.apache.maven.plugins</groupId> |
| 431 | <artifactId>maven-assembly-plugin</artifactId> |
| 432 | <version>3.1.0</version> |
| 433 | </plugin> |
| 434 | <plugin> |
| 435 | <groupId>org.apache.maven.plugins</groupId> |
| 436 | <artifactId>maven-antrun-plugin</artifactId> |
| 437 | <version>1.8</version> |
| 438 | </plugin> |
| 439 | <plugin> |
| 440 | <groupId>org.apache.maven.plugins</groupId> |
| 441 | <artifactId>maven-clean-plugin</artifactId> |
| 442 | <version>3.0.0</version> |
| 443 | </plugin> |
| 444 | <plugin> |
| 445 | <groupId>org.apache.maven.plugins</groupId> |
| 446 | <artifactId>maven-jar-plugin</artifactId> |
| 447 | <version>3.0.2</version> |
| 448 | </plugin> |
| 449 | <plugin> |
| 450 | <groupId>org.codehaus.mojo</groupId> |
| 451 | <artifactId>build-helper-maven-plugin</artifactId> |
| 452 | <version>3.0.0</version> |
| 453 | </plugin> |
| 454 | <plugin> |
| 455 | <groupId>org.apache.maven.plugins</groupId> |
| 456 | <artifactId>maven-resources-plugin</artifactId> |
| 457 | <version>3.0.2</version> |
| 458 | </plugin> |
| 459 | <plugin> |
| 460 | <groupId>org.apache.maven.plugins</groupId> |
| 461 | <artifactId>maven-dependency-plugin</artifactId> |
| 462 | <version>3.0.2</version> |
| 463 | </plugin> |
Michael Blow | 918c5b1 | 2017-10-30 14:51:13 -0400 | [diff] [blame] | 464 | <plugin> |
| 465 | <groupId>org.apache.maven.plugins</groupId> |
| 466 | <artifactId>maven-javadoc-plugin</artifactId> |
| 467 | <version>3.0.0-M1</version> |
| 468 | </plugin> |
| 469 | <plugin> |
| 470 | <groupId>org.apache.maven.plugins</groupId> |
| 471 | <artifactId>maven-plugin-plugin</artifactId> |
| 472 | <version>3.5</version> |
| 473 | </plugin> |
| 474 | <plugin> |
| 475 | <groupId>org.apache.maven.plugins</groupId> |
| 476 | <artifactId>maven-site-plugin</artifactId> |
| 477 | <version>3.4</version> |
| 478 | </plugin> |
| 479 | <plugin> |
| 480 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 481 | <artifactId>maven-jaxb2-plugin</artifactId> |
| 482 | <version>0.13.2</version> |
| 483 | </plugin> |
| 484 | <plugin> |
| 485 | <groupId>pl.project13.maven</groupId> |
| 486 | <artifactId>git-commit-id-plugin</artifactId> |
| 487 | <version>2.2.3</version> |
| 488 | </plugin> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 489 | <plugin> |
| 490 | <groupId>org.codehaus.mojo</groupId> |
| 491 | <artifactId>javacc-maven-plugin</artifactId> |
| 492 | <version>2.6</version> |
| 493 | </plugin> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 494 | </plugins> |
| 495 | </pluginManagement> |
| 496 | </build> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 497 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 498 | <scm> |
Till Westmann | 81b1f21 | 2016-07-08 14:44:14 -0700 | [diff] [blame] | 499 | <connection>scm:git:https://github.com/apache/asterixdb</connection> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 500 | <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> |
Till Westmann | 81b1f21 | 2016-07-08 14:44:14 -0700 | [diff] [blame] | 501 | <url>https://github.com/apache/asterixdb</url> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 502 | <tag>HEAD</tag> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 503 | </scm> |
| 504 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 505 | <profiles> |
| 506 | <profile> |
| 507 | <id>opt-modules</id> |
| 508 | <activation> |
| 509 | <file> |
| 510 | <exists>asterix-opt/pom.xml</exists> |
| 511 | </file> |
| 512 | </activation> |
| 513 | <modules> |
| 514 | <module>asterix-opt</module> |
| 515 | </modules> |
| 516 | </profile> |
| 517 | <profile> |
| 518 | <id>slow-aql-tests</id> |
| 519 | <properties> |
| 520 | <runSlowAQLTests>true</runSlowAQLTests> |
| 521 | </properties> |
| 522 | </profile> |
| 523 | <profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 524 | <id>invalid-tests</id> |
| 525 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 526 | <invalid.tests /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 527 | </properties> |
| 528 | </profile> |
| 529 | <profile> |
| 530 | <id>32bitvm</id> |
| 531 | <activation> |
| 532 | <property> |
| 533 | <name>sun.arch.data.model</name> |
| 534 | <value>32</value> |
| 535 | </property> |
| 536 | </activation> |
| 537 | <properties> |
| 538 | <test.heap.size>2048</test.heap.size> |
| 539 | </properties> |
| 540 | </profile> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 541 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 542 | <profile> |
| 543 | <id>64bitvm</id> |
| 544 | <activation> |
| 545 | <property> |
| 546 | <name>sun.arch.data.model</name> |
| 547 | <value>64</value> |
| 548 | </property> |
| 549 | </activation> |
| 550 | <properties> |
| 551 | <test.heap.size>3072</test.heap.size> |
| 552 | </properties> |
| 553 | </profile> |
| 554 | <profile> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 555 | <id>skip-assembly</id> |
Michael Blow | 1e34ec2 | 2016-05-15 19:15:40 -0700 | [diff] [blame] | 556 | <activation> |
| 557 | <file> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 558 | <missing>src/main/assembly/source.xml</missing> |
Michael Blow | 1e34ec2 | 2016-05-15 19:15:40 -0700 | [diff] [blame] | 559 | </file> |
| 560 | </activation> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 561 | <properties> |
| 562 | <skip.assembly>true</skip.assembly> |
| 563 | </properties> |
| 564 | </profile> |
| 565 | <profile> |
| 566 | <id>release</id> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 567 | <build> |
| 568 | <plugins> |
| 569 | <plugin> |
| 570 | <groupId>org.apache.maven.plugins</groupId> |
| 571 | <artifactId>maven-assembly-plugin</artifactId> |
| 572 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 573 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 574 | For example, we exclude the KEYS file from the zip --> |
| 575 | <executions> |
| 576 | <execution> |
| 577 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 578 | the apache parent POM under the apache-release profile --> |
| 579 | <id>source-release-assembly</id> |
| 580 | <phase>package</phase> |
| 581 | <goals> |
| 582 | <goal>single</goal> |
| 583 | </goals> |
| 584 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 585 | <configuration combine.self="override"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 586 | <descriptors> |
| 587 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 588 | </descriptors> |
Michael Blow | 916dce4 | 2017-05-23 13:19:12 -0400 | [diff] [blame] | 589 | <skipAssembly>${skip.assembly}</skipAssembly> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 590 | </configuration> |
| 591 | </execution> |
| 592 | </executions> |
| 593 | </plugin> |
Ian Maxon | 99fed93 | 2017-02-09 19:11:39 -0800 | [diff] [blame] | 594 | <plugin> |
| 595 | <groupId>org.apache.maven.plugins</groupId> |
| 596 | <artifactId>maven-gpg-plugin</artifactId> |
| 597 | <version>1.6</version> |
| 598 | <executions> |
| 599 | <execution> |
| 600 | <id>sign-artifacts</id> |
| 601 | <phase>verify</phase> |
| 602 | <goals> |
| 603 | <goal>sign</goal> |
| 604 | </goals> |
| 605 | </execution> |
| 606 | </executions> |
| 607 | </plugin> |
| 608 | </plugins> |
| 609 | </build> |
| 610 | </profile> |
| 611 | <profile> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 612 | <id>java8</id> |
| 613 | <activation> |
| 614 | <jdk>1.8</jdk> |
| 615 | </activation> |
| 616 | <properties> |
| 617 | <jdk.version>1.8</jdk.version> |
| 618 | </properties> |
| 619 | </profile> |
| 620 | <profile> |
| 621 | <id>coverage</id> |
| 622 | <activation> |
| 623 | <property> |
| 624 | <name>coverage</name> |
| 625 | </property> |
| 626 | </activation> |
| 627 | <build> |
| 628 | <plugins> |
| 629 | <plugin> |
| 630 | <groupId>org.jacoco</groupId> |
| 631 | <artifactId>jacoco-maven-plugin</artifactId> |
| 632 | <version>${jacoco.version}</version> |
| 633 | <executions> |
| 634 | <execution> |
| 635 | <id>default-prepare-agent</id> |
| 636 | <goals> |
| 637 | <goal>prepare-agent</goal> |
| 638 | </goals> |
| 639 | <configuration> |
| 640 | <propertyName>coverageArgLine</propertyName> |
| 641 | </configuration> |
| 642 | </execution> |
| 643 | <execution> |
| 644 | <id>default-prepare-agent-integration</id> |
| 645 | <goals> |
| 646 | <goal>prepare-agent-integration</goal> |
| 647 | </goals> |
| 648 | <configuration> |
| 649 | <propertyName>coverageArgLine</propertyName> |
| 650 | </configuration> |
| 651 | </execution> |
| 652 | </executions> |
| 653 | </plugin> |
| 654 | </plugins> |
| 655 | </build> |
| 656 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 657 | <coverage /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 658 | </properties> |
| 659 | </profile> |
| 660 | <profile> |
| 661 | <id>no-coverage</id> |
| 662 | <activation> |
| 663 | <property> |
| 664 | <name>!coverage</name> |
| 665 | </property> |
| 666 | </activation> |
| 667 | <properties> |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 668 | <coverageArgLine /> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 669 | </properties> |
| 670 | </profile> |
| 671 | <profile> |
| 672 | <id>doclint-java8-disable</id> |
| 673 | <activation> |
| 674 | <jdk>[1.8,)</jdk> |
| 675 | </activation> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 676 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 677 | <build> |
| 678 | <plugins> |
| 679 | <plugin> |
| 680 | <groupId>org.apache.maven.plugins</groupId> |
| 681 | <artifactId>maven-javadoc-plugin</artifactId> |
| 682 | <configuration> |
| 683 | <additionalparam>-Xdoclint:none</additionalparam> |
| 684 | </configuration> |
| 685 | </plugin> |
| 686 | </plugins> |
| 687 | </build> |
| 688 | </profile> |
| 689 | </profiles> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 690 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 691 | <modules> |
| 692 | <module>asterix-common</module> |
| 693 | <module>asterix-lang-common</module> |
| 694 | <module>asterix-lang-aql</module> |
| 695 | <module>asterix-lang-sqlpp</module> |
| 696 | <module>asterix-algebra</module> |
| 697 | <module>asterix-app</module> |
| 698 | <module>asterix-tools</module> |
| 699 | <module>asterix-transactions</module> |
| 700 | <module>asterix-runtime</module> |
| 701 | <module>asterix-om</module> |
| 702 | <module>asterix-external-data</module> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 703 | <module>asterix-hivecompat</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 704 | <module>asterix-examples</module> |
| 705 | <module>asterix-metadata</module> |
| 706 | <module>asterix-test-framework</module> |
| 707 | <module>asterix-maven-plugins</module> |
| 708 | <module>asterix-server</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 709 | <module>asterix-doc</module> |
| 710 | <module>asterix-fuzzyjoin</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 711 | <module>asterix-replication</module> |
Yingyi Bu | 73715d8 | 2017-02-15 11:16:52 -0800 | [diff] [blame] | 712 | <module>asterix-benchmark</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 713 | <module>asterix-coverage</module> |
Abdullah Alamoudi | 973a0d3 | 2016-07-22 14:38:56 +0300 | [diff] [blame] | 714 | <module>asterix-active</module> |
Michael Blow | 6214f6f | 2016-08-31 03:03:00 -0400 | [diff] [blame] | 715 | <module>asterix-client-helper</module> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 716 | <module>asterix-license</module> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 717 | </modules> |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 718 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 719 | <dependencyManagement> |
| 720 | <dependencies> |
| 721 | <dependency> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 722 | <groupId>org.apache.hyracks</groupId> |
| 723 | <artifactId>apache-hyracks</artifactId> |
| 724 | <version>${hyracks.version}</version> |
| 725 | <type>pom</type> |
| 726 | <scope>import</scope> |
| 727 | </dependency> |
| 728 | <dependency> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 729 | <groupId>org.slf4j</groupId> |
| 730 | <artifactId>slf4j-simple</artifactId> |
| 731 | <version>1.7.5</version> |
| 732 | </dependency> |
| 733 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 734 | <groupId>org.apache.maven</groupId> |
| 735 | <artifactId>maven-plugin-api</artifactId> |
Michael Blow | fbccee6 | 2016-10-26 12:18:30 -0400 | [diff] [blame] | 736 | <version>3.3.9</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 737 | </dependency> |
| 738 | <dependency> |
Michael Blow | 7626d16 | 2017-12-10 14:26:56 -0500 | [diff] [blame] | 739 | <groupId>org.apache.maven</groupId> |
| 740 | <artifactId>maven-model</artifactId> |
| 741 | <version>3.3.9</version> |
| 742 | </dependency> |
| 743 | <dependency> |
| 744 | <groupId>org.apache.maven</groupId> |
| 745 | <artifactId>maven-project</artifactId> |
| 746 | <version>2.2.1</version> |
| 747 | </dependency> |
| 748 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 749 | <groupId>org.apache.hadoop</groupId> |
| 750 | <artifactId>hadoop-yarn-common</artifactId> |
| 751 | <version>${hadoop.version}</version> |
| 752 | </dependency> |
| 753 | <dependency> |
| 754 | <groupId>org.apache.hadoop</groupId> |
| 755 | <artifactId>hadoop-yarn-client</artifactId> |
| 756 | <version>${hadoop.version}</version> |
| 757 | </dependency> |
| 758 | <dependency> |
| 759 | <groupId>org.apache.hadoop</groupId> |
| 760 | <artifactId>hadoop-client</artifactId> |
| 761 | <version>${hadoop.version}</version> |
| 762 | </dependency> |
| 763 | <dependency> |
| 764 | <groupId>org.apache.hadoop</groupId> |
| 765 | <artifactId>hadoop-hdfs</artifactId> |
| 766 | <version>${hadoop.version}</version> |
| 767 | </dependency> |
| 768 | <dependency> |
| 769 | <groupId>org.apache.hadoop</groupId> |
| 770 | <artifactId>hadoop-common</artifactId> |
| 771 | <version>${hadoop.version}</version> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 772 | <exclusions> |
| 773 | <exclusion> |
| 774 | <groupId>commons-logging</groupId> |
| 775 | <artifactId>commons-logging</artifactId> |
| 776 | </exclusion> |
| 777 | </exclusions> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 778 | </dependency> |
| 779 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 780 | <groupId>org.apache.hadoop</groupId> |
| 781 | <artifactId>hadoop-common</artifactId> |
| 782 | <version>${hadoop.version}</version> |
| 783 | <classifier>tests</classifier> |
| 784 | </dependency> |
| 785 | <dependency> |
| 786 | <groupId>org.apache.hadoop</groupId> |
| 787 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 788 | <version>${hadoop.version}</version> |
| 789 | </dependency> |
| 790 | <dependency> |
| 791 | <groupId>org.apache.hadoop</groupId> |
| 792 | <artifactId>hadoop-annotations</artifactId> |
| 793 | <version>${hadoop.version}</version> |
| 794 | </dependency> |
| 795 | <dependency> |
| 796 | <groupId>org.apache.hadoop</groupId> |
| 797 | <artifactId>hadoop-minicluster</artifactId> |
| 798 | <version>${hadoop.version}</version> |
| 799 | </dependency> |
| 800 | <dependency> |
| 801 | <groupId>org.apache.hadoop</groupId> |
| 802 | <artifactId>hadoop-hdfs</artifactId> |
| 803 | <version>${hadoop.version}</version> |
| 804 | <classifier>tests</classifier> |
| 805 | <exclusions> |
| 806 | <exclusion> |
| 807 | <groupId>commons-logging</groupId> |
| 808 | <artifactId>commons-logging</artifactId> |
| 809 | </exclusion> |
| 810 | </exclusions> |
| 811 | </dependency> |
| 812 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 813 | <groupId>org.apache.hive</groupId> |
| 814 | <artifactId>hive-serde</artifactId> |
| 815 | <version>0.13.0</version> |
| 816 | <exclusions> |
| 817 | <exclusion> |
| 818 | <groupId>commons-logging</groupId> |
| 819 | <artifactId>commons-logging</artifactId> |
| 820 | </exclusion> |
| 821 | </exclusions> |
| 822 | </dependency> |
| 823 | <dependency> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 824 | <groupId>org.apache.commons</groupId> |
| 825 | <artifactId>commons-compress</artifactId> |
| 826 | <version>1.15</version> |
| 827 | </dependency> |
| 828 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 829 | <groupId>commons-logging</groupId> |
| 830 | <artifactId>commons-logging-api</artifactId> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 831 | <version>1.1</version> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 832 | </dependency> |
| 833 | <dependency> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 834 | <groupId>commons-logging</groupId> |
| 835 | <artifactId>commons-logging</artifactId> |
Michael Blow | 204b295 | 2017-12-07 20:17:47 -0500 | [diff] [blame] | 836 | <version>1.2</version> |
Michael Blow | b29bd73 | 2017-01-16 11:44:39 -0500 | [diff] [blame] | 837 | </dependency> |
| 838 | <dependency> |
Ian Maxon | 5226ca8 | 2017-01-13 12:19:44 -0800 | [diff] [blame] | 839 | <groupId>org.apache.hive.shims</groupId> |
| 840 | <artifactId>hive-shims-common</artifactId> |
| 841 | <version>0.13.0</version> |
| 842 | <exclusions> |
| 843 | <exclusion> |
| 844 | <groupId>commons-logging</groupId> |
| 845 | <artifactId>commons-logging</artifactId> |
| 846 | </exclusion> |
| 847 | </exclusions> |
| 848 | </dependency> |
| 849 | <dependency> |
| 850 | <groupId>org.apache.hive</groupId> |
| 851 | <artifactId>hive-common</artifactId> |
| 852 | <version>0.13.0</version> |
| 853 | <exclusions> |
| 854 | <exclusion> |
| 855 | <groupId>commons-logging</groupId> |
| 856 | <artifactId>commons-logging</artifactId> |
| 857 | </exclusion> |
| 858 | </exclusions> |
| 859 | </dependency> |
| 860 | <dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 861 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 862 | <artifactId>algebricks-common</artifactId> |
| 863 | <version>${algebricks.version}</version> |
| 864 | </dependency> |
| 865 | <dependency> |
| 866 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 867 | <artifactId>algebricks-data</artifactId> |
| 868 | <version>${algebricks.version}</version> |
| 869 | </dependency> |
| 870 | <dependency> |
| 871 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 872 | <artifactId>algebricks-core</artifactId> |
| 873 | <version>${algebricks.version}</version> |
| 874 | </dependency> |
| 875 | <dependency> |
| 876 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 877 | <artifactId>hyracks-net</artifactId> |
| 878 | <version>${hyracks.version}</version> |
| 879 | </dependency> |
| 880 | <dependency> |
| 881 | <groupId>org.apache.hyracks</groupId> |
Dmitry Lychagin | 86cbec5 | 2017-06-19 11:16:14 -0700 | [diff] [blame] | 882 | <artifactId>hyracks-ipc</artifactId> |
| 883 | <version>${hyracks.version}</version> |
| 884 | </dependency> |
| 885 | <dependency> |
| 886 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 887 | <artifactId>algebricks-compiler</artifactId> |
| 888 | <version>${algebricks.version}</version> |
| 889 | </dependency> |
| 890 | <dependency> |
| 891 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | ba35812 | 2016-10-13 19:56:03 -0400 | [diff] [blame] | 892 | <artifactId>algebricks-rewriter</artifactId> |
| 893 | <version>${algebricks.version}</version> |
| 894 | </dependency> |
| 895 | <dependency> |
| 896 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 897 | <artifactId>algebricks-runtime</artifactId> |
| 898 | <version>${algebricks.version}</version> |
| 899 | </dependency> |
| 900 | <dependency> |
| 901 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 902 | <artifactId>hyracks-api</artifactId> |
| 903 | <version>${hyracks.version}</version> |
| 904 | </dependency> |
| 905 | <dependency> |
| 906 | <groupId>org.apache.hyracks</groupId> |
Abdullah Alamoudi | 60e7f12 | 2017-01-25 19:16:46 -0800 | [diff] [blame] | 907 | <artifactId>hyracks-http</artifactId> |
| 908 | <version>${hyracks.version}</version> |
| 909 | </dependency> |
| 910 | <dependency> |
| 911 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 912 | <artifactId>hyracks-util</artifactId> |
| 913 | <version>${hyracks.version}</version> |
| 914 | </dependency> |
| 915 | <dependency> |
| 916 | <groupId>org.apache.hyracks</groupId> |
| 917 | <artifactId>hyracks-dataflow-std</artifactId> |
| 918 | <version>${hyracks.version}</version> |
| 919 | </dependency> |
| 920 | <dependency> |
| 921 | <groupId>org.apache.hyracks</groupId> |
| 922 | <artifactId>hyracks-data</artifactId> |
| 923 | <version>${hyracks.version}</version> |
| 924 | </dependency> |
| 925 | <dependency> |
| 926 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 927 | <artifactId>hyracks-data-std</artifactId> |
| 928 | <version>${hyracks.version}</version> |
| 929 | </dependency> |
| 930 | <dependency> |
| 931 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 932 | <artifactId>hyracks-control-cc</artifactId> |
| 933 | <version>${hyracks.version}</version> |
| 934 | </dependency> |
| 935 | <dependency> |
| 936 | <groupId>org.apache.hyracks</groupId> |
| 937 | <artifactId>hyracks-control-nc</artifactId> |
| 938 | <version>${hyracks.version}</version> |
| 939 | </dependency> |
| 940 | <dependency> |
| 941 | <groupId>org.apache.hyracks</groupId> |
Chris Hillery | 5ba58de | 2016-05-09 19:44:06 -0700 | [diff] [blame] | 942 | <artifactId>hyracks-nc-service</artifactId> |
| 943 | <version>${hyracks.version}</version> |
| 944 | </dependency> |
| 945 | <dependency> |
| 946 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 947 | <artifactId>hyracks-server</artifactId> |
| 948 | <version>${hyracks.version}</version> |
| 949 | </dependency> |
| 950 | <dependency> |
| 951 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 952 | <artifactId>hyracks-dataflow-common</artifactId> |
| 953 | <version>${hyracks.version}</version> |
| 954 | </dependency> |
| 955 | <dependency> |
| 956 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 957 | <artifactId>hyracks-storage-common</artifactId> |
| 958 | <version>${hyracks.version}</version> |
| 959 | </dependency> |
| 960 | <dependency> |
| 961 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 962 | <artifactId>hyracks-storage-am-btree</artifactId> |
| 963 | <version>${hyracks.version}</version> |
| 964 | </dependency> |
| 965 | <dependency> |
| 966 | <groupId>org.apache.hyracks</groupId> |
Till Westmann | 42620f6 | 2016-11-23 11:52:24 -0800 | [diff] [blame] | 967 | <artifactId>hyracks-storage-am-bloomfilter</artifactId> |
| 968 | <version>${hyracks.version}</version> |
| 969 | </dependency> |
| 970 | <dependency> |
| 971 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 972 | <artifactId>hyracks-storage-am-rtree</artifactId> |
| 973 | <version>${hyracks.version}</version> |
| 974 | </dependency> |
| 975 | <dependency> |
| 976 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 977 | <artifactId>hyracks-storage-am-common</artifactId> |
| 978 | <version>${hyracks.version}</version> |
| 979 | </dependency> |
| 980 | <dependency> |
| 981 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 982 | <artifactId>hyracks-control-common</artifactId> |
| 983 | <version>${hyracks.version}</version> |
| 984 | </dependency> |
| 985 | <dependency> |
| 986 | <groupId>org.apache.hyracks</groupId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 987 | <artifactId>hyracks-client</artifactId> |
| 988 | <version>${hyracks.version}</version> |
| 989 | </dependency> |
| 990 | <dependency> |
| 991 | <groupId>org.apache.hyracks</groupId> |
| 992 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 993 | <version>${hyracks.version}</version> |
| 994 | </dependency> |
| 995 | <dependency> |
| 996 | <groupId>org.apache.hyracks</groupId> |
| 997 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
| 998 | <version>${hyracks.version}</version> |
| 999 | </dependency> |
| 1000 | <dependency> |
| 1001 | <groupId>org.apache.hyracks</groupId> |
| 1002 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
| 1003 | <version>${hyracks.version}</version> |
| 1004 | </dependency> |
| 1005 | <dependency> |
| 1006 | <groupId>org.apache.hyracks</groupId> |
| 1007 | <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId> |
| 1008 | <version>${hyracks.version}</version> |
| 1009 | </dependency> |
| 1010 | <dependency> |
Michael Blow | f8a882d | 2016-08-02 01:28:34 -0400 | [diff] [blame] | 1011 | <groupId>org.apache.hyracks</groupId> |
| 1012 | <artifactId>hyracks-hdfs-core</artifactId> |
| 1013 | <version>${hyracks.version}</version> |
| 1014 | </dependency> |
| 1015 | <dependency> |
| 1016 | <groupId>org.apache.hyracks</groupId> |
| 1017 | <artifactId>hyracks-test-support</artifactId> |
| 1018 | <version>${hyracks.version}</version> |
| 1019 | </dependency> |
| 1020 | <dependency> |
| 1021 | <groupId>org.apache.hyracks</groupId> |
| 1022 | <artifactId>hyracks-api</artifactId> |
| 1023 | <version>${hyracks.version}</version> |
| 1024 | <type>test-jar</type> |
| 1025 | </dependency> |
| 1026 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1027 | <groupId>org.apache.hyracks</groupId> |
| 1028 | <artifactId>hyracks-hdfs-2.x</artifactId> |
| 1029 | <version>${hyracks.version}</version> |
| 1030 | <type>test-jar</type> |
| 1031 | </dependency> |
| 1032 | <dependency> |
Abdullah Alamoudi | b2e50b7 | 2017-10-03 10:10:54 -0700 | [diff] [blame] | 1033 | <groupId>org.apache.hyracks</groupId> |
| 1034 | <artifactId>hyracks-storage-am-lsm-btree-test</artifactId> |
| 1035 | <version>${hyracks.version}</version> |
| 1036 | <type>test-jar</type> |
| 1037 | </dependency> |
| 1038 | <dependency> |
Till Westmann | 7d68c67 | 2017-07-19 11:14:12 -0700 | [diff] [blame] | 1039 | <groupId>com.rometools</groupId> |
| 1040 | <artifactId>rome-fetcher</artifactId> |
| 1041 | <version>1.7.4</version> |
| 1042 | </dependency> |
| 1043 | <dependency> |
| 1044 | <groupId>com.rometools</groupId> |
| 1045 | <artifactId>rome</artifactId> |
| 1046 | <version>1.7.4</version> |
| 1047 | </dependency> |
| 1048 | <dependency> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 1049 | <groupId>log4j</groupId> |
| 1050 | <artifactId>log4j</artifactId> |
| 1051 | <version>1.2.17</version> |
| 1052 | <exclusions> |
| 1053 | <exclusion> |
| 1054 | <groupId>com.sun.jmx</groupId> |
| 1055 | <artifactId>jmxri</artifactId> |
| 1056 | </exclusion> |
| 1057 | <exclusion> |
| 1058 | <groupId>com.sun.jdmk</groupId> |
| 1059 | <artifactId>jmxtools</artifactId> |
| 1060 | </exclusion> |
| 1061 | <exclusion> |
| 1062 | <groupId>javax.jms</groupId> |
| 1063 | <artifactId>jms</artifactId> |
| 1064 | </exclusion> |
| 1065 | </exclusions> |
| 1066 | </dependency> |
| 1067 | <dependency> |
| 1068 | <groupId>org.apache.zookeeper</groupId> |
| 1069 | <artifactId>zookeeper</artifactId> |
| 1070 | <version>3.4.5</version> |
| 1071 | <exclusions> |
| 1072 | <exclusion> |
| 1073 | <groupId>com.sun.jmx</groupId> |
| 1074 | <artifactId>jmxri</artifactId> |
| 1075 | </exclusion> |
| 1076 | <exclusion> |
| 1077 | <groupId>com.sun.jdmk</groupId> |
| 1078 | <artifactId>jmxtools</artifactId> |
| 1079 | </exclusion> |
| 1080 | <exclusion> |
| 1081 | <groupId>javax.jms</groupId> |
| 1082 | <artifactId>jms</artifactId> |
| 1083 | </exclusion> |
| 1084 | </exclusions> |
| 1085 | </dependency> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 1086 | <dependency> |
| 1087 | <groupId>javax.xml.bind</groupId> |
| 1088 | <artifactId>jaxb-api</artifactId> |
| 1089 | <version>2.2.12</version> |
| 1090 | </dependency> |
Michael Blow | a7fad19 | 2017-03-09 22:10:19 -0500 | [diff] [blame] | 1091 | <dependency> |
| 1092 | <groupId>org.codehaus.mojo.appassembler</groupId> |
| 1093 | <artifactId>appassembler-booter</artifactId> |
| 1094 | <version>2.0.0</version> |
| 1095 | <exclusions> |
| 1096 | <exclusion> |
| 1097 | <groupId>junit</groupId> |
| 1098 | <artifactId>junit</artifactId> |
| 1099 | </exclusion> |
| 1100 | </exclusions> |
| 1101 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1102 | </dependencies> |
| 1103 | </dependencyManagement> |
Michael Blow | 09f958c | 2017-08-20 17:02:19 -0400 | [diff] [blame] | 1104 | |
Ian Maxon | fa5ba0b | 2016-03-30 17:11:59 -0700 | [diff] [blame] | 1105 | </project> |