blob: d553c3a6a92bacf9bbef72fbe6c95c26beef27e4 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
vinayakbe5add8a2012-10-06 19:00:14 +000021 <modelVersion>4.0.0</modelVersion>
Ian Maxone915e8c2015-07-01 17:03:31 -070022 <groupId>org.apache.hyracks</groupId>
Michael Blowc3dfd4b2017-01-17 17:19:49 -050023 <artifactId>apache-hyracks</artifactId>
AsterixDB Jenkins0948b242017-11-20 15:56:08 -080024 <version>0.3.4-SNAPSHOT</version>
vinayakbe5add8a2012-10-06 19:00:14 +000025 <packaging>pom</packaging>
buyingyi7f356c12012-10-07 00:23:17 +000026 <name>hyracks-ecosystem-full-stack</name>
Michael Blow38ca9622018-02-28 11:44:43 -050027 <url>${implementation.url}</url>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 <parent>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050031 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040032 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070033 </parent>
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon4b228432017-01-16 13:35:16 -080042 <scm>
43 <connection>scm:git:https://github.com/apache/asterixdb</connection>
44 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
45 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080046 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080047 </scm>
Michael Blowb4c1fb02016-05-09 15:41:00 -070048 <properties>
49 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040050 <file.encoding>UTF-8</file.encoding>
Michael Blowb4c1fb02016-05-09 15:41:00 -070051 <jdk.version>1.8</jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050052 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040053 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070054 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050055 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070056 <source-format.skip>false</source-format.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050057 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040058 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050059 <skip.testResources>${maven.test.skip}</skip.testResources>
Michael Blow2530e392018-02-06 01:19:42 -050060 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-hyracks-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070061 <!-- Definition of tests in various categories which may be excluded -->
Michael Blowb4c1fb02016-05-09 15:41:00 -070062 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
63 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blow64d49fb2018-02-11 15:43:47 -050064 <global.test.excludes>**/Abstract*.java,${hivesterix.perf.tests}</global.test.excludes>
Michael Blowe30c9d32018-01-20 09:42:19 -050065 <test.includes>${global.test.includes}</test.includes>
66 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070067 <!-- Versions under dependencymanagement or used in many projects via properties -->
68 <hadoop.version>2.2.0</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070069 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow38ca9622018-02-28 11:44:43 -050070
Michael Blowcbfe8f92018-02-28 14:02:38 -050071 <implementation.title>Apache Hyracks and Algebricks - ${project.name}</implementation.title>
Michael Blow38ca9622018-02-28 11:44:43 -050072 <implementation.url>https://asterixdb.apache.org/</implementation.url>
73 <implementation.version>${project.version}</implementation.version>
74 <implementation.vendor>${project.organization.name}</implementation.vendor>
Michael Blowb4c1fb02016-05-09 15:41:00 -070075 </properties>
76 <dependencyManagement>
77 <dependencies>
78 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080079 <groupId>io.netty</groupId>
80 <artifactId>netty-all</artifactId>
81 <version>4.1.6.Final</version>
82 </dependency>
83 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070084 <groupId>junit</groupId>
85 <artifactId>junit</artifactId>
Michael Blow599ef8f2017-01-12 11:02:53 -050086 <version>4.12</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070087 </dependency>
88 <dependency>
89 <groupId>org.apache.hadoop</groupId>
90 <artifactId>hadoop-yarn-client</artifactId>
91 <version>${hadoop.version}</version>
92 </dependency>
93 <dependency>
94 <groupId>org.apache.hadoop</groupId>
95 <artifactId>hadoop-client</artifactId>
96 <version>${hadoop.version}</version>
97 </dependency>
98 <dependency>
99 <groupId>org.apache.hadoop</groupId>
100 <artifactId>hadoop-common</artifactId>
101 <version>${hadoop.version}</version>
102 </dependency>
103 <dependency>
104 <groupId>org.apache.hadoop</groupId>
105 <artifactId>hadoop-hdfs</artifactId>
106 <version>${hadoop.version}</version>
107 </dependency>
108 <dependency>
109 <groupId>org.apache.hadoop</groupId>
110 <artifactId>hadoop-minicluster</artifactId>
111 <version>${hadoop.version}</version>
112 </dependency>
113 <dependency>
114 <groupId>org.apache.hadoop</groupId>
115 <artifactId>hadoop-mapreduce-client-core</artifactId>
116 <version>${hadoop.version}</version>
117 </dependency>
118 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400119 <groupId>org.apache.hadoop</groupId>
120 <artifactId>hadoop-hdfs</artifactId>
121 <version>${hadoop.version}</version>
122 <classifier>tests</classifier>
123 <scope>test</scope>
124 </dependency>
125 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700126 <groupId>commons-io</groupId>
127 <artifactId>commons-io</artifactId>
Michael Blow204b2952017-12-07 20:17:47 -0500128 <version>2.6</version>
129 </dependency>
130 <dependency>
Michael Blow6f75f052018-04-15 20:06:48 -0400131 <groupId>org.apache.commons</groupId>
132 <artifactId>commons-text</artifactId>
133 <version>1.2</version>
134 </dependency>
135 <dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800136 <groupId>com.fasterxml.jackson.core</groupId>
137 <artifactId>jackson-databind</artifactId>
138 <version>2.8.4</version>
139 </dependency>
140 <dependency>
141 <groupId>com.fasterxml.jackson.core</groupId>
142 <artifactId>jackson-core</artifactId>
143 <version>2.8.4</version>
144 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500145 <dependency>
Michael Blow204b2952017-12-07 20:17:47 -0500146 <groupId>com.fasterxml.jackson.core</groupId>
147 <artifactId>jackson-annotations</artifactId>
148 <version>2.8.4</version>
149 </dependency>
150 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500151 <groupId>com.google.guava</groupId>
152 <artifactId>guava</artifactId>
153 <version>18.0</version>
154 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500155 <dependency>
156 <groupId>org.apache.commons</groupId>
157 <artifactId>commons-lang3</artifactId>
Michael Blow204b2952017-12-07 20:17:47 -0500158 <version>3.7</version>
Michael Blow43b40b62017-01-14 17:03:12 -0500159 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500160 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500161 <groupId>org.apache.commons</groupId>
162 <artifactId>commons-collections4</artifactId>
163 <version>4.1</version>
164 </dependency>
165 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800166 <groupId>org.apache.httpcomponents</groupId>
167 <artifactId>httpcore</artifactId>
168 <version>4.4.5</version>
169 </dependency>
170 <dependency>
171 <groupId>org.apache.httpcomponents</groupId>
172 <artifactId>httpclient</artifactId>
173 <version>4.5.2</version>
174 </dependency>
175 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500176 <groupId>org.apache.rat</groupId>
177 <artifactId>apache-rat-plugin</artifactId>
178 <version>0.12</version>
179 </dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500180 <dependency>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700181 <groupId>net.revelc.code.formatter</groupId>
182 <artifactId>formatter-maven-plugin</artifactId>
183 <version>2.0.1</version>
184 </dependency>
185 <dependency>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500186 <groupId>args4j</groupId>
187 <artifactId>args4j</artifactId>
188 <version>2.33</version>
189 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300190 <dependency>
191 <groupId>org.apache.logging.log4j</groupId>
192 <artifactId>log4j-api</artifactId>
193 <version>2.10.0</version>
194 </dependency>
195 <dependency>
196 <groupId>org.apache.logging.log4j</groupId>
197 <artifactId>log4j-core</artifactId>
198 <version>2.10.0</version>
199 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800200 <dependency>
201 <groupId>org.mockito</groupId>
202 <artifactId>mockito-all</artifactId>
203 <version>2.0.2-beta</version>
204 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700205 </dependencies>
206 </dependencyManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000207 <build>
208 <plugins>
209 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400210 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500211 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500212 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500213 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500214 <exclude>**/DEPENDENCIES</exclude>
215 </excludes>
Michael Blow38ca9622018-02-28 11:44:43 -0500216 <archive>
217 <manifest>
218 <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
219 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
220 </manifest>
221 <manifestEntries>
222 <Implementation-Title>${implementation.title}</Implementation-Title>
223 <Implementation-URL>${implementation.url}</Implementation-URL>
224 <Implementation-Version>${implementation.version}</Implementation-Version>
225 <Implementation-Vendor>${implementation.vendor}</Implementation-Vendor>
226 </manifestEntries>
227 </archive>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500228 </configuration>
229 </plugin>
230 <plugin>
231 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400232 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400233 <configuration>
234 <failOnWarning>true</failOnWarning>
235 <outputXML>true</outputXML>
236 </configuration>
237 <executions>
238 <execution>
239 <phase>process-test-classes</phase>
240 <goals>
241 <goal>analyze-only</goal>
242 </goals>
243 </execution>
244 </executions>
245 </plugin>
246 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700247 <groupId>org.apache.rat</groupId>
248 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700249 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700250 <execution>
251 <phase>validate</phase>
252 <goals>
253 <goal>check</goal>
254 </goals>
255 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700256 </executions>
257 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500258 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
259 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700260 <licenses>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800261 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700262 </licenses>
263 <licenseFamilies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800264 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
Ian Maxon137fc3b2015-06-30 16:23:48 -0700265 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500266 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400267 <excludes combine.children="append">
268 <exclude>**/*.iml</exclude>
269 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700270 </configuration>
271 </plugin>
272 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700273 <groupId>org.apache.maven.plugins</groupId>
274 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700275 <configuration>
276 <failIfNoTests>false</failIfNoTests>
277 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800278 <reuseForks>false</reuseForks>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800279 <argLine>-enableassertions -Xmx2048m -Dfile.encoding=UTF-8 -Xdebug
280 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n ${coverageArgLine}
Michael Blowb4c1fb02016-05-09 15:41:00 -0700281 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300282 <systemPropertyVariables>
283 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
284 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700285 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500286 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700287 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500288 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500289 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800290 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400291 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700292 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700293 </plugin>
294 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700295 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300296 <artifactId>maven-failsafe-plugin</artifactId>
297 <configuration>
298 <systemPropertyVariables>
299 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
300 </systemPropertyVariables>
301 </configuration>
302 </plugin>
303 <plugin>
304 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700305 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700306 <configuration>
307 <source>${jdk.version}</source>
308 <target>${jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500309 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700310 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000311 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700312 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700313 <groupId>org.apache.maven.plugins</groupId>
314 <artifactId>maven-remote-resources-plugin</artifactId>
315 <executions>
316 <execution>
317 <goals>
318 <goal>process</goal>
319 </goals>
320 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500321 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700322 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700323 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500324 <properties>
325 <projectName>Apache Hyracks - ${project.name}</projectName>
326 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700327 </configuration>
328 </execution>
329 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800330 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400331 <plugin>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-checkstyle-plugin</artifactId>
334 <version>2.17</version>
335 <executions>
336 <execution>
337 <id>verify-style</id>
338 <phase>process-classes</phase>
339 <goals>
340 <goal>check</goal>
341 </goals>
342 </execution>
343 </executions>
344 <configuration>
345 <logViolationsToConsole>true</logViolationsToConsole>
346 <checkstyleRules>
347 <module name="Checker">
348 <!-- Checks for whitespace -->
349 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400350 <module name="FileTabCharacter" />
Michael Blowd1e2a992016-06-14 12:27:46 -0400351 </module>
352 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400353 <includes>**/*.java,**/*.jj</includes>
354 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400355 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
356 </configuration>
357 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400358 <plugin>
359 <groupId>org.apache.maven.plugins</groupId>
360 <artifactId>maven-enforcer-plugin</artifactId>
Michael Blow918c5b12017-10-30 14:51:13 -0400361 <version>3.0.0-M1</version>
Michael Blowf53c1c62016-06-17 16:51:59 -0400362 <executions>
363 <execution>
364 <id>enforce-versions</id>
365 <goals>
366 <goal>enforce</goal>
367 </goals>
368 <configuration>
369 <rules>
370 <requireMavenVersion>
371 <version>[3.3.9,)</version>
372 </requireMavenVersion>
373 </rules>
374 </configuration>
375 </execution>
376 </executions>
377 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500378 <plugin>
379 <groupId>org.apache.maven.plugins</groupId>
380 <artifactId>maven-resources-plugin</artifactId>
381 <executions>
382 <execution>
383 <id>default-testResources</id>
384 <goals>
385 <goal>testResources</goal>
386 </goals>
387 <configuration>
388 <skip>${skip.testResources}</skip>
389 </configuration>
390 </execution>
391 </executions>
392 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500393 <plugin>
394 <groupId>net.revelc.code.formatter</groupId>
395 <artifactId>formatter-maven-plugin</artifactId>
396 <executions>
397 <execution>
398 <goals>
399 <goal>${source-format.goal}</goal>
400 </goals>
401 </execution>
402 </executions>
403 <configuration>
404 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
405 <skipFormatting>${source-format.skip}</skipFormatting>
406 </configuration>
407 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000408 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700409 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700410 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500411 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800412 <groupId>org.apache.maven.plugins</groupId>
413 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400414 <version>3.7.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800415 </plugin>
416 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500417 <groupId>org.apache.rat</groupId>
418 <artifactId>apache-rat-plugin</artifactId>
419 <version>0.12</version>
420 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700421 <plugin>
422 <groupId>net.revelc.code.formatter</groupId>
423 <artifactId>formatter-maven-plugin</artifactId>
424 <version>2.0.1</version>
425 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700426 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
427 <plugin>
428 <groupId>org.eclipse.m2e</groupId>
429 <artifactId>lifecycle-mapping</artifactId>
430 <version>1.0.0</version>
431 <configuration>
432 <lifecycleMappingMetadata>
433 <pluginExecutions>
434 <pluginExecution>
435 <pluginExecutionFilter>
436 <groupId>org.apache.rat</groupId>
437 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400438 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700439 <goals>
440 <goal>check</goal>
441 </goals>
442 </pluginExecutionFilter>
443 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400444 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700445 </action>
446 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400447 <pluginExecution>
448 <pluginExecutionFilter>
449 <groupId>org.apache.maven.plugins</groupId>
450 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400451 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400452 <goals>
453 <goal>check</goal>
454 </goals>
455 </pluginExecutionFilter>
456 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400457 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400458 </action>
459 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700460 <pluginExecution>
461 <pluginExecutionFilter>
462 <groupId>org.apache.maven.plugins</groupId>
463 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400464 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700465 <goals>
466 <goal>analyze-only</goal>
467 </goals>
468 </pluginExecutionFilter>
469 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800470 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700471 </action>
472 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800473 <pluginExecution>
474 <pluginExecutionFilter>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800475 <groupId>net.revelc.code.formatter</groupId>
476 <artifactId>formatter-maven-plugin</artifactId>
477 <versionRange>[2.0.1,)</versionRange>
478 <goals>
479 <goal>format</goal>
480 </goals>
481 </pluginExecutionFilter>
482 <action>
483 <ignore></ignore>
484 </action>
Taewoo Kima252d782018-01-30 13:29:07 -0800485 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700486 </pluginExecutions>
487 </lifecycleMappingMetadata>
488 </configuration>
489 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800490 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500491 <groupId>org.codehaus.mojo</groupId>
492 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400493 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800494 </plugin>
495 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500496 <groupId>org.apache.maven.plugins</groupId>
497 <artifactId>maven-scm-plugin</artifactId>
498 <version>1.9.5</version>
499 </plugin>
500 <plugin>
501 <groupId>org.codehaus.mojo</groupId>
502 <artifactId>appassembler-maven-plugin</artifactId>
503 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800504 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400505 <plugin>
506 <groupId>org.apache.maven.plugins</groupId>
507 <artifactId>maven-surefire-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400508 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400509 </plugin>
510 <plugin>
511 <groupId>org.apache.maven.plugins</groupId>
512 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400513 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400514 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400515 <plugin>
516 <groupId>org.apache.hyracks</groupId>
517 <artifactId>license-automation-plugin</artifactId>
518 <version>${project.version}</version>
519 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400520 <plugin>
521 <groupId>org.apache.maven.plugins</groupId>
522 <artifactId>maven-assembly-plugin</artifactId>
523 <version>3.1.0</version>
524 </plugin>
525 <plugin>
526 <groupId>org.apache.maven.plugins</groupId>
527 <artifactId>maven-antrun-plugin</artifactId>
528 <version>1.8</version>
529 </plugin>
530 <plugin>
531 <groupId>org.apache.maven.plugins</groupId>
532 <artifactId>maven-clean-plugin</artifactId>
533 <version>3.0.0</version>
534 </plugin>
535 <plugin>
536 <groupId>org.apache.maven.plugins</groupId>
537 <artifactId>maven-jar-plugin</artifactId>
538 <version>3.0.2</version>
539 </plugin>
540 <plugin>
541 <groupId>org.codehaus.mojo</groupId>
542 <artifactId>build-helper-maven-plugin</artifactId>
543 <version>3.0.0</version>
544 </plugin>
545 <plugin>
546 <groupId>org.apache.maven.plugins</groupId>
547 <artifactId>maven-dependency-plugin</artifactId>
548 <version>3.0.2</version>
549 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400550 <plugin>
551 <groupId>org.apache.maven.doxia</groupId>
552 <artifactId>doxia-maven-plugin</artifactId>
553 <version>1.1.4</version>
554 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700555 </plugins>
556 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000557 </build>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800558 <profiles>
559 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400560 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700561 <activation>
562 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400563 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700564 </file>
565 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400566 <properties>
567 <skip.assembly>true</skip.assembly>
568 </properties>
569 </profile>
570 <profile>
571 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700572 <build>
573 <plugins>
574 <plugin>
575 <groupId>org.apache.maven.plugins</groupId>
Michael Blow38ca9622018-02-28 11:44:43 -0500576 <artifactId>maven-jar-plugin</artifactId>
577 <configuration>
578 <archive>
579 <manifest>
580 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
581 <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
582 </manifest>
583 </archive>
584 </configuration>
585 </plugin>
586 <plugin>
587 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700588 <artifactId>maven-assembly-plugin</artifactId>
589 <!-- We override the configuration plugin to override the descriptor to use for building
590 the source release zip. Specifically, we would like to control the inclusions/exclusions.
591 For example, we exclude the KEYS file from the zip -->
592 <executions>
593 <execution>
594 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
595 the apache parent POM under the apache-release profile -->
596 <id>source-release-assembly</id>
597 <phase>package</phase>
598 <goals>
599 <goal>single</goal>
600 </goals>
601 <!-- combine.self should be override to replace the configuration in the parent POM -->
602 <configuration combine.self="override">
603 <descriptors>
604 <descriptor>src/main/assembly/source.xml</descriptor>
605 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400606 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700607 </configuration>
608 </execution>
609 </executions>
610 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700611 <plugin>
612 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800613 <artifactId>maven-gpg-plugin</artifactId>
614 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700615 <executions>
616 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800617 <id>sign-artifacts</id>
618 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700619 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800620 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700621 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700622 </execution>
623 </executions>
624 </plugin>
625 </plugins>
626 </build>
627 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700628 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400629 <id>coverage</id>
630 <activation>
631 <property>
632 <name>coverage</name>
633 </property>
634 </activation>
635 <build>
636 <plugins>
637 <plugin>
638 <groupId>org.jacoco</groupId>
639 <artifactId>jacoco-maven-plugin</artifactId>
640 <version>${jacoco.version}</version>
641 <executions>
642 <execution>
643 <id>default-prepare-agent</id>
644 <goals>
645 <goal>prepare-agent</goal>
646 </goals>
647 <configuration>
648 <propertyName>coverageArgLine</propertyName>
649 </configuration>
650 </execution>
651 <execution>
652 <id>default-prepare-agent-integration</id>
653 <goals>
654 <goal>prepare-agent-integration</goal>
655 </goals>
656 <configuration>
657 <propertyName>coverageArgLine</propertyName>
658 </configuration>
659 </execution>
660 </executions>
661 </plugin>
662 </plugins>
663 </build>
664 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400665 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400666 </properties>
667 </profile>
668 <profile>
669 <id>no-coverage</id>
670 <activation>
671 <property>
672 <name>!coverage</name>
673 </property>
674 </activation>
675 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400676 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400677 </properties>
678 </profile>
679 <profile>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700680 <id>java8</id>
681 <activation>
682 <jdk>1.8</jdk>
683 </activation>
684 <properties>
685 <jdk.version>1.8</jdk.version>
686 </properties>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700687 </profile>
Michael Blow64d49fb2018-02-11 15:43:47 -0500688 <profile>
689 <id>integration-tests-only</id>
690 <properties>
691 <test.includes/>
692 <failIfNoTests>false</failIfNoTests>
693 </properties>
694 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800695 </profiles>
vinayakbe5add8a2012-10-06 19:00:14 +0000696 <modules>
697 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000698 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500699 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000700 </modules>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800701</project>