blob: e03fb8a6b682e4c1f8596e1ef80cdc02616aecd1 [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>
vinayakbe5add8a2012-10-06 19:00:14 +0000380 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700381 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700382 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500383 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800384 <groupId>org.apache.maven.plugins</groupId>
385 <artifactId>maven-compiler-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400386 <version>3.7.0</version>
Till Westmann65da60c2017-02-22 13:17:49 -0800387 </plugin>
388 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500389 <groupId>org.apache.rat</groupId>
390 <artifactId>apache-rat-plugin</artifactId>
391 <version>0.12</version>
392 </plugin>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700393 <plugin>
394 <groupId>net.revelc.code.formatter</groupId>
395 <artifactId>formatter-maven-plugin</artifactId>
396 <version>2.0.1</version>
397 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700398 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
399 <plugin>
400 <groupId>org.eclipse.m2e</groupId>
401 <artifactId>lifecycle-mapping</artifactId>
402 <version>1.0.0</version>
403 <configuration>
404 <lifecycleMappingMetadata>
405 <pluginExecutions>
406 <pluginExecution>
407 <pluginExecutionFilter>
408 <groupId>org.apache.rat</groupId>
409 <artifactId>apache-rat-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400410 <versionRange>[0.0,)</versionRange>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700411 <goals>
412 <goal>check</goal>
413 </goals>
414 </pluginExecutionFilter>
415 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400416 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700417 </action>
418 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400419 <pluginExecution>
420 <pluginExecutionFilter>
421 <groupId>org.apache.maven.plugins</groupId>
422 <artifactId>maven-checkstyle-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400423 <versionRange>[0.0,)</versionRange>
Michael Blow8f2cf242016-06-30 01:45:39 -0400424 <goals>
425 <goal>check</goal>
426 </goals>
427 </pluginExecutionFilter>
428 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400429 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400430 </action>
431 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700432 <pluginExecution>
433 <pluginExecutionFilter>
434 <groupId>org.apache.maven.plugins</groupId>
435 <artifactId>maven-dependency-plugin</artifactId>
Michael Blow09f958c2017-08-20 17:02:19 -0400436 <versionRange>[0.0,)</versionRange>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700437 <goals>
438 <goal>analyze-only</goal>
439 </goals>
440 </pluginExecutionFilter>
441 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800442 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700443 </action>
444 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700445 </pluginExecutions>
446 </lifecycleMappingMetadata>
447 </configuration>
448 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800449 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500450 <groupId>org.codehaus.mojo</groupId>
451 <artifactId>versions-maven-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400452 <version>2.5</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800453 </plugin>
454 <plugin>
Michael Blowa7fad192017-03-09 22:10:19 -0500455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-scm-plugin</artifactId>
457 <version>1.9.5</version>
458 </plugin>
459 <plugin>
460 <groupId>org.codehaus.mojo</groupId>
461 <artifactId>appassembler-maven-plugin</artifactId>
462 <version>2.0.0</version>
Ian Maxon99fed932017-02-09 19:11:39 -0800463 </plugin>
Michael Blow10a74862017-05-23 16:55:39 -0400464 <plugin>
465 <groupId>org.apache.maven.plugins</groupId>
466 <artifactId>maven-surefire-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400467 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400468 </plugin>
469 <plugin>
470 <groupId>org.apache.maven.plugins</groupId>
471 <artifactId>maven-failsafe-plugin</artifactId>
Michael Blow0aae1832017-10-29 11:59:47 -0400472 <version>2.20.1</version>
Michael Blow10a74862017-05-23 16:55:39 -0400473 </plugin>
Michael Blow09f958c2017-08-20 17:02:19 -0400474 <plugin>
475 <groupId>org.apache.hyracks</groupId>
476 <artifactId>license-automation-plugin</artifactId>
477 <version>${project.version}</version>
478 </plugin>
Michael Blow0aae1832017-10-29 11:59:47 -0400479 <plugin>
480 <groupId>org.apache.maven.plugins</groupId>
481 <artifactId>maven-assembly-plugin</artifactId>
482 <version>3.1.0</version>
483 </plugin>
484 <plugin>
485 <groupId>org.apache.maven.plugins</groupId>
486 <artifactId>maven-antrun-plugin</artifactId>
487 <version>1.8</version>
488 </plugin>
489 <plugin>
490 <groupId>org.apache.maven.plugins</groupId>
491 <artifactId>maven-clean-plugin</artifactId>
492 <version>3.0.0</version>
493 </plugin>
494 <plugin>
495 <groupId>org.apache.maven.plugins</groupId>
496 <artifactId>maven-jar-plugin</artifactId>
497 <version>3.0.2</version>
498 </plugin>
499 <plugin>
500 <groupId>org.codehaus.mojo</groupId>
501 <artifactId>build-helper-maven-plugin</artifactId>
502 <version>3.0.0</version>
503 </plugin>
504 <plugin>
505 <groupId>org.apache.maven.plugins</groupId>
506 <artifactId>maven-dependency-plugin</artifactId>
507 <version>3.0.2</version>
508 </plugin>
Michael Blow918c5b12017-10-30 14:51:13 -0400509 <plugin>
510 <groupId>org.apache.maven.doxia</groupId>
511 <artifactId>doxia-maven-plugin</artifactId>
512 <version>1.1.4</version>
513 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700514 </plugins>
515 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000516 </build>
517
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800518 <profiles>
519 <profile>
520 <id>hanging-pregelix-tests</id>
521 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400522 <hanging.pregelix.tests />
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800523 </properties>
524 </profile>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700525 <profile>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700526 <id>source-format</id>
527 <activation>
528 <activeByDefault>false</activeByDefault>
529 </activation>
Dmitry Lychagin249be532017-05-31 14:57:14 -0700530 <build>
531 <plugins>
532 <plugin>
533 <groupId>net.revelc.code.formatter</groupId>
534 <artifactId>formatter-maven-plugin</artifactId>
535 <executions>
536 <execution>
537 <goals>
538 <goal>${source-format.goal}</goal>
539 </goals>
540 </execution>
541 </executions>
542 <configuration>
543 <configFile>${root.dir}/AsterixCodeFormatProfile.xml</configFile>
544 <skipFormatting>${source-format.skip}</skipFormatting>
545 </configuration>
546 </plugin>
547 </plugins>
548 </build>
549 </profile>
550 <profile>
Michael Blow916dce42017-05-23 13:19:12 -0400551 <id>skip-assembly</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700552 <activation>
553 <file>
Michael Blow916dce42017-05-23 13:19:12 -0400554 <missing>src/main/assembly/source.xml</missing>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700555 </file>
556 </activation>
Michael Blow916dce42017-05-23 13:19:12 -0400557 <properties>
558 <skip.assembly>true</skip.assembly>
559 </properties>
560 </profile>
561 <profile>
562 <id>release</id>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700563 <build>
564 <plugins>
565 <plugin>
566 <groupId>org.apache.maven.plugins</groupId>
567 <artifactId>maven-assembly-plugin</artifactId>
568 <!-- We override the configuration plugin to override the descriptor to use for building
569 the source release zip. Specifically, we would like to control the inclusions/exclusions.
570 For example, we exclude the KEYS file from the zip -->
571 <executions>
572 <execution>
573 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
574 the apache parent POM under the apache-release profile -->
575 <id>source-release-assembly</id>
576 <phase>package</phase>
577 <goals>
578 <goal>single</goal>
579 </goals>
580 <!-- combine.self should be override to replace the configuration in the parent POM -->
581 <configuration combine.self="override">
582 <descriptors>
583 <descriptor>src/main/assembly/source.xml</descriptor>
584 </descriptors>
Michael Blow916dce42017-05-23 13:19:12 -0400585 <skipAssembly>${skip.assembly}</skipAssembly>
Ian Maxon4c9260c2017-04-01 10:12:36 -0700586 </configuration>
587 </execution>
588 </executions>
589 </plugin>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700590 <plugin>
591 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800592 <artifactId>maven-gpg-plugin</artifactId>
593 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700594 <executions>
595 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800596 <id>sign-artifacts</id>
597 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700598 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800599 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700600 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700601 </execution>
602 </executions>
603 </plugin>
604 </plugins>
605 </build>
606 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700607 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400608 <id>coverage</id>
609 <activation>
610 <property>
611 <name>coverage</name>
612 </property>
613 </activation>
614 <build>
615 <plugins>
616 <plugin>
617 <groupId>org.jacoco</groupId>
618 <artifactId>jacoco-maven-plugin</artifactId>
619 <version>${jacoco.version}</version>
620 <executions>
621 <execution>
622 <id>default-prepare-agent</id>
623 <goals>
624 <goal>prepare-agent</goal>
625 </goals>
626 <configuration>
627 <propertyName>coverageArgLine</propertyName>
628 </configuration>
629 </execution>
630 <execution>
631 <id>default-prepare-agent-integration</id>
632 <goals>
633 <goal>prepare-agent-integration</goal>
634 </goals>
635 <configuration>
636 <propertyName>coverageArgLine</propertyName>
637 </configuration>
638 </execution>
639 </executions>
640 </plugin>
641 </plugins>
642 </build>
643 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400644 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400645 </properties>
646 </profile>
647 <profile>
648 <id>no-coverage</id>
649 <activation>
650 <property>
651 <name>!coverage</name>
652 </property>
653 </activation>
654 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400655 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400656 </properties>
657 </profile>
658 <profile>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700659 <id>java8</id>
660 <activation>
661 <jdk>1.8</jdk>
662 </activation>
663 <properties>
664 <jdk.version>1.8</jdk.version>
665 </properties>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700666 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800667 </profiles>
668
vinayakbe5add8a2012-10-06 19:00:14 +0000669 <modules>
670 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000671 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500672 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000673 </modules>
Michael Blow4c7b5bf2017-03-06 21:55:58 -0500674
vinayakbe5add8a2012-10-06 19:00:14 +0000675</project>