blob: 4538869f35d403e357dc3c22f20f2625057152cb [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 !-->
vinayakbe5add8a2012-10-06 19:00:14 +000019
20<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21 <modelVersion>4.0.0</modelVersion>
Ian 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 Jenkins92a9a652017-08-07 17:23:07 -070024 <version>0.3.3-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 Blowc96bb1f2017-01-16 16:31:54 -050027 <url>https://asterixdb.apache.org/</url>
Ian Maxonc4821272015-08-21 16:08:01 -070028
Michael Blowb4c1fb02016-05-09 15:41:00 -070029 <parent>
30 <groupId>org.apache</groupId>
31 <artifactId>apache</artifactId>
Michael Blowb99349d2016-11-08 19:38:02 -050032 <version>18</version>
Michael Blow380b0a22016-08-02 13:05:52 -040033 <relativePath />
Michael Blowb4c1fb02016-05-09 15:41:00 -070034 </parent>
Ian Maxonc4821272015-08-21 16:08:01 -070035
Michael Blowb4c1fb02016-05-09 15:41:00 -070036 <licenses>
37 <license>
38 <name>Apache License, Version 2.0</name>
39 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
40 <distribution>repo</distribution>
41 <comments>A business-friendly OSS license</comments>
42 </license>
43 </licenses>
vinayakbe5add8a2012-10-06 19:00:14 +000044
Ian Maxon4b228432017-01-16 13:35:16 -080045 <scm>
46 <connection>scm:git:https://github.com/apache/asterixdb</connection>
47 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
48 <url>https://github.com/apache/asterixdb</url>
Ian Maxona3435a32017-01-18 18:31:30 -080049 <tag>HEAD</tag>
Ian Maxon4b228432017-01-16 13:35:16 -080050 </scm>
51
Michael Blowb4c1fb02016-05-09 15:41:00 -070052 <properties>
53 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Michael Blowdd920be2017-06-07 15:04:33 -040054 <file.encoding>UTF-8</file.encoding>
Michael Blowb4c1fb02016-05-09 15:41:00 -070055 <jdk.version>1.8</jdk.version>
Michael Blow2b057012017-12-07 22:20:39 -050056 <javac.xlint.value>all</javac.xlint.value>
Michael Blow380b0a22016-08-02 13:05:52 -040057 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070058 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow4cd925c2018-01-20 17:15:38 -050059 <source-format.goal>format</source-format.goal>
Dmitry Lychagin249be532017-05-31 14:57:14 -070060 <source-format.skip>false</source-format.skip>
Michael Blowe30c9d32018-01-20 09:42:19 -050061 <skipTests>false</skipTests>
Michael Blowdd920be2017-06-07 15:04:33 -040062 <skip.surefire.tests>${skipTests}</skip.surefire.tests>
Michael Blow7626d162017-12-10 14:26:56 -050063 <skip.testResources>${maven.test.skip}</skip.testResources>
Murtadha Hubail06ca2792018-01-16 00:12:27 +030064 <testLog4jConfigFile>${root.dir}/src/test/resources/log4j2-test.xml</testLog4jConfigFile>
Michael Blowb4c1fb02016-05-09 15:41:00 -070065 <!-- Definition of tests in various categories which may be excluded -->
66 <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
67 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
68 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
Michael Blowe30c9d32018-01-20 09:42:19 -050069 <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}</global.test.excludes>
70 <test.includes>${global.test.includes}</test.includes>
71 <test.excludes>${global.test.excludes}</test.excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -070072 <!-- Versions under dependencymanagement or used in many projects via properties -->
73 <hadoop.version>2.2.0</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070074 <jacoco.version>0.7.6.201602180812</jacoco.version>
75 </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>
131 <groupId>commons-lang</groupId>
132 <artifactId>commons-lang</artifactId>
133 <version>2.6</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700134 </dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800135 <dependency>
136 <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>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700200 </dependencies>
201 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800202
vinayakbe5add8a2012-10-06 19:00:14 +0000203 <build>
204 <plugins>
205 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400206 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500207 <artifactId>maven-jar-plugin</artifactId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500208 <configuration>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500209 <excludes combine.children="append">
Michael Blowc96bb1f2017-01-16 16:31:54 -0500210 <exclude>**/DEPENDENCIES</exclude>
211 </excludes>
212 </configuration>
213 </plugin>
214 <plugin>
215 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400216 <artifactId>maven-dependency-plugin</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400217 <configuration>
218 <failOnWarning>true</failOnWarning>
219 <outputXML>true</outputXML>
220 </configuration>
221 <executions>
222 <execution>
223 <phase>process-test-classes</phase>
224 <goals>
225 <goal>analyze-only</goal>
226 </goals>
227 </execution>
228 </executions>
229 </plugin>
230 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700231 <groupId>org.apache.rat</groupId>
232 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700233 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700234 <execution>
235 <phase>validate</phase>
236 <goals>
237 <goal>check</goal>
238 </goals>
239 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700240 </executions>
241 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500242 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
243 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700244 <licenses>
Michael Blow5e17af22017-02-02 10:00:44 -0500245 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700246 </licenses>
247 <licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500248 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700249 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500250 <excludeSubProjects>true</excludeSubProjects>
Michael Blowe7aec9c2017-04-28 17:08:45 -0400251 <excludes combine.children="append">
252 <exclude>**/*.iml</exclude>
253 </excludes>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700254 </configuration>
255 </plugin>
256 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700257 <groupId>org.apache.maven.plugins</groupId>
258 <artifactId>maven-surefire-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700259 <configuration>
260 <failIfNoTests>false</failIfNoTests>
261 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800262 <reuseForks>false</reuseForks>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700263 <argLine>-enableassertions -Xmx2048m
264 -Dfile.encoding=UTF-8
Michael Blowb4c1fb02016-05-09 15:41:00 -0700265 -Xdebug
266 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
267 ${coverageArgLine}
268 </argLine>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300269 <systemPropertyVariables>
270 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
271 </systemPropertyVariables>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700272 <includes>
Michael Blowe30c9d32018-01-20 09:42:19 -0500273 <include>${test.includes}</include>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700274 </includes>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500275 <excludes combine.children="append">
Michael Blowe30c9d32018-01-20 09:42:19 -0500276 <exclude>${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800277 </excludes>
Michael Blowdd920be2017-06-07 15:04:33 -0400278 <skipTests>${skip.surefire.tests}</skipTests>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700279 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700280 </plugin>
281 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700282 <groupId>org.apache.maven.plugins</groupId>
Murtadha Hubail06ca2792018-01-16 00:12:27 +0300283 <artifactId>maven-failsafe-plugin</artifactId>
284 <configuration>
285 <systemPropertyVariables>
286 <log4j.configurationFile>${testLog4jConfigFile}</log4j.configurationFile>
287 </systemPropertyVariables>
288 </configuration>
289 </plugin>
290 <plugin>
291 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700292 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700293 <configuration>
294 <source>${jdk.version}</source>
295 <target>${jdk.version}</target>
Michael Blow2b057012017-12-07 22:20:39 -0500296 <compilerArgument>-Xlint:${javac.xlint.value}</compilerArgument>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700297 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000298 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700299 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700300 <groupId>org.apache.maven.plugins</groupId>
301 <artifactId>maven-remote-resources-plugin</artifactId>
302 <executions>
303 <execution>
304 <goals>
305 <goal>process</goal>
306 </goals>
307 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500308 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700309 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700310 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500311 <properties>
312 <projectName>Apache Hyracks - ${project.name}</projectName>
313 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700314 </configuration>
315 </execution>
316 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800317 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400318 <plugin>
319 <groupId>org.apache.maven.plugins</groupId>
320 <artifactId>maven-checkstyle-plugin</artifactId>
321 <version>2.17</version>
322 <executions>
323 <execution>
324 <id>verify-style</id>
325 <phase>process-classes</phase>
326 <goals>
327 <goal>check</goal>
328 </goals>
329 </execution>
330 </executions>
331 <configuration>
332 <logViolationsToConsole>true</logViolationsToConsole>
333 <checkstyleRules>
334 <module name="Checker">
335 <!-- Checks for whitespace -->
336 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400337 <module name="FileTabCharacter" />
Michael Blowd1e2a992016-06-14 12:27:46 -0400338 </module>
339 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400340 <includes>**/*.java,**/*.jj</includes>
341 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400342 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
343 </configuration>
344 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400345 <plugin>
346 <groupId>org.apache.maven.plugins</groupId>
347 <artifactId>maven-enforcer-plugin</artifactId>
Michael Blow918c5b12017-10-30 14:51:13 -0400348 <version>3.0.0-M1</version>
Michael Blowf53c1c62016-06-17 16:51:59 -0400349 <executions>
350 <execution>
351 <id>enforce-versions</id>
352 <goals>
353 <goal>enforce</goal>
354 </goals>
355 <configuration>
356 <rules>
357 <requireMavenVersion>
358 <version>[3.3.9,)</version>
359 </requireMavenVersion>
360 </rules>
361 </configuration>
362 </execution>
363 </executions>
364 </plugin>
Michael Blow7626d162017-12-10 14:26:56 -0500365 <plugin>
366 <groupId>org.apache.maven.plugins</groupId>
367 <artifactId>maven-resources-plugin</artifactId>
368 <executions>
369 <execution>
370 <id>default-testResources</id>
371 <goals>
372 <goal>testResources</goal>
373 </goals>
374 <configuration>
375 <skip>${skip.testResources}</skip>
376 </configuration>
377 </execution>
378 </executions>
379 </plugin>
Michael Blowcb9ca972018-01-27 23:03:30 -0500380 <plugin>
381 <groupId>net.revelc.code.formatter</groupId>
382 <artifactId>formatter-maven-plugin</artifactId>
383 <executions>
384 <execution>
385 <goals>
386 <goal>${source-format.goal}</goal>
387 </goals>
388 </execution>
389 </executions>
390 <configuration>
391 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
392 <skipFormatting>${source-format.skip}</skipFormatting>
393 </configuration>
394 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000395 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700396 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700397 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500398 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800399 <groupId>org.apache.maven.plugins</groupId>
400 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400401 <version>3.7.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800402 </plugin>
403 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500404 <groupId>org.apache.rat</groupId>
405 <artifactId>apache-rat-plugin</artifactId>
406 <version>0.12</version>
407 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700408 <plugin>
409 <groupId>net.revelc.code.formatter</groupId>
410 <artifactId>formatter-maven-plugin</artifactId>
411 <version>2.0.1</version>
412 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700413 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
414 <plugin>
415 <groupId>org.eclipse.m2e</groupId>
416 <artifactId>lifecycle-mapping</artifactId>
417 <version>1.0.0</version>
418 <configuration>
419 <lifecycleMappingMetadata>
420 <pluginExecutions>
421 <pluginExecution>
422 <pluginExecutionFilter>
423 <groupId>org.apache.rat</groupId>
424 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400425 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700426 <goals>
427 <goal>check</goal>
428 </goals>
429 </pluginExecutionFilter>
430 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400431 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700432 </action>
433 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400434 <pluginExecution>
435 <pluginExecutionFilter>
436 <groupId>org.apache.maven.plugins</groupId>
437 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400438 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400439 <goals>
440 <goal>check</goal>
441 </goals>
442 </pluginExecutionFilter>
443 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400444 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400445 </action>
446 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700447 <pluginExecution>
448 <pluginExecutionFilter>
449 <groupId>org.apache.maven.plugins</groupId>
450 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400451 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700452 <goals>
453 <goal>analyze-only</goal>
454 </goals>
455 </pluginExecutionFilter>
456 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800457 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700458 </action>
459 </pluginExecution>
Taewoo Kima252d782018-01-30 13:29:07 -0800460 <pluginExecution>
461 <pluginExecutionFilter>
462 <groupId>net.revelc.code.formatter</groupId>
463 <artifactId>formatter-maven-plugin</artifactId>
464 <versionRange>[2.0.1,)</versionRange>
465 <goals>
466 <goal>format</goal>
467 </goals>
468 </pluginExecutionFilter>
469 <action>
470 <ignore></ignore>
471 </action>
472 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700473 </pluginExecutions>
474 </lifecycleMappingMetadata>
475 </configuration>
476 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800477 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500478 <groupId>org.codehaus.mojo</groupId>
479 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400480 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800481 </plugin>
482 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500483 <groupId>org.apache.maven.plugins</groupId>
484 <artifactId>maven-scm-plugin</artifactId>
485 <version>1.9.5</version>
486 </plugin>
487 <plugin>
488 <groupId>org.codehaus.mojo</groupId>
489 <artifactId>appassembler-maven-plugin</artifactId>
490 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800491 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400492 <plugin>
493 <groupId>org.apache.maven.plugins</groupId>
494 <artifactId>maven-surefire-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400495 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400496 </plugin>
497 <plugin>
498 <groupId>org.apache.maven.plugins</groupId>
499 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400500 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400501 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400502 <plugin>
503 <groupId>org.apache.hyracks</groupId>
504 <artifactId>license-automation-plugin</artifactId>
505 <version>${project.version}</version>
506 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400507 <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-dependency-plugin</artifactId>
535 <version>3.0.2</version>
536 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400537 <plugin>
538 <groupId>org.apache.maven.doxia</groupId>
539 <artifactId>doxia-maven-plugin</artifactId>
540 <version>1.1.4</version>
541 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700542 </plugins>
543 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000544 </build>
545
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800546 <profiles>
547 <profile>
548 <id>hanging-pregelix-tests</id>
549 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400550 <hanging.pregelix.tests />
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800551 </properties>
552 </profile>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700553 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400554 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700555 <activation>
556 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400557 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700558 </file>
559 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400560 <properties>
561 <skip.assembly>true</skip.assembly>
562 </properties>
563 </profile>
564 <profile>
565 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700566 <build>
567 <plugins>
568 <plugin>
569 <groupId>org.apache.maven.plugins</groupId>
570 <artifactId>maven-assembly-plugin</artifactId>
571 <!-- We override the configuration plugin to override the descriptor to use for building
572 the source release zip. Specifically, we would like to control the inclusions/exclusions.
573 For example, we exclude the KEYS file from the zip -->
574 <executions>
575 <execution>
576 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
577 the apache parent POM under the apache-release profile -->
578 <id>source-release-assembly</id>
579 <phase>package</phase>
580 <goals>
581 <goal>single</goal>
582 </goals>
583 <!-- combine.self should be override to replace the configuration in the parent POM -->
584 <configuration combine.self="override">
585 <descriptors>
586 <descriptor>src/main/assembly/source.xml</descriptor>
587 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400588 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700589 </configuration>
590 </execution>
591 </executions>
592 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700593 <plugin>
594 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800595 <artifactId>maven-gpg-plugin</artifactId>
596 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700597 <executions>
598 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800599 <id>sign-artifacts</id>
600 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700601 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800602 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700603 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700604 </execution>
605 </executions>
606 </plugin>
607 </plugins>
608 </build>
609 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700610 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400611 <id>coverage</id>
612 <activation>
613 <property>
614 <name>coverage</name>
615 </property>
616 </activation>
617 <build>
618 <plugins>
619 <plugin>
620 <groupId>org.jacoco</groupId>
621 <artifactId>jacoco-maven-plugin</artifactId>
622 <version>${jacoco.version}</version>
623 <executions>
624 <execution>
625 <id>default-prepare-agent</id>
626 <goals>
627 <goal>prepare-agent</goal>
628 </goals>
629 <configuration>
630 <propertyName>coverageArgLine</propertyName>
631 </configuration>
632 </execution>
633 <execution>
634 <id>default-prepare-agent-integration</id>
635 <goals>
636 <goal>prepare-agent-integration</goal>
637 </goals>
638 <configuration>
639 <propertyName>coverageArgLine</propertyName>
640 </configuration>
641 </execution>
642 </executions>
643 </plugin>
644 </plugins>
645 </build>
646 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400647 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400648 </properties>
649 </profile>
650 <profile>
651 <id>no-coverage</id>
652 <activation>
653 <property>
654 <name>!coverage</name>
655 </property>
656 </activation>
657 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400658 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400659 </properties>
660 </profile>
661 <profile>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700662 <id>java8</id>
663 <activation>
664 <jdk>1.8</jdk>
665 </activation>
666 <properties>
667 <jdk.version>1.8</jdk.version>
668 </properties>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700669 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800670 </profiles>
671
vinayakbe5add8a2012-10-06 19:00:14 +0000672 <modules>
673 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000674 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500675 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000676 </modules>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500677
vinayakbe5add8a2012-10-06 19:00:14 +0000678</project>