blob: efbe0c0f892cedd09dcbff91315f5f873abae610 [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>
Ian Maxona3435a32017-01-18 18:31:30 -080024 <version>0.3.1-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>
54 <jdk.version>1.8</jdk.version>
Michael Blow380b0a22016-08-02 13:05:52 -040055 <jvm.extraargs />
Michael Blowb4c1fb02016-05-09 15:41:00 -070056 <sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>
Michael Blow7c15c132016-05-04 22:06:34 -040057
Michael Blowb4c1fb02016-05-09 15:41:00 -070058 <!-- Definition of tests in various categories which may be excluded -->
59 <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests>
60 <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests>
61 <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes>
62 <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}
63 </global.test.excludes>
64 <!-- Versions under dependencymanagement or used in many projects via properties -->
65 <hadoop.version>2.2.0</hadoop.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 <jacoco.version>0.7.6.201602180812</jacoco.version>
Michael Blow599ef8f2017-01-12 11:02:53 -050067 <jetty.version>9.3.11.v20160721</jetty.version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070068 </properties>
69 <dependencyManagement>
70 <dependencies>
71 <dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -050072 <groupId>org.eclipse.jetty</groupId>
73 <artifactId>jetty-server</artifactId>
74 <version>${jetty.version}</version>
75 </dependency>
76 <dependency>
77 <groupId>org.eclipse.jetty</groupId>
78 <artifactId>jetty-servlet</artifactId>
79 <version>${jetty.version}</version>
80 </dependency>
81 <dependency>
82 <groupId>org.eclipse.jetty</groupId>
83 <artifactId>jetty-http</artifactId>
84 <version>${jetty.version}</version>
85 </dependency>
86 <dependency>
Till Westmannea666c92017-02-22 22:25:15 -080087 <groupId>io.netty</groupId>
88 <artifactId>netty-all</artifactId>
89 <version>4.1.6.Final</version>
90 </dependency>
91 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070092 <groupId>junit</groupId>
93 <artifactId>junit</artifactId>
Michael Blow599ef8f2017-01-12 11:02:53 -050094 <version>4.12</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070095 </dependency>
96 <dependency>
97 <groupId>org.apache.hadoop</groupId>
98 <artifactId>hadoop-yarn-client</artifactId>
99 <version>${hadoop.version}</version>
100 </dependency>
101 <dependency>
102 <groupId>org.apache.hadoop</groupId>
103 <artifactId>hadoop-client</artifactId>
104 <version>${hadoop.version}</version>
105 </dependency>
106 <dependency>
107 <groupId>org.apache.hadoop</groupId>
108 <artifactId>hadoop-common</artifactId>
109 <version>${hadoop.version}</version>
110 </dependency>
111 <dependency>
112 <groupId>org.apache.hadoop</groupId>
113 <artifactId>hadoop-hdfs</artifactId>
114 <version>${hadoop.version}</version>
115 </dependency>
116 <dependency>
117 <groupId>org.apache.hadoop</groupId>
118 <artifactId>hadoop-minicluster</artifactId>
119 <version>${hadoop.version}</version>
120 </dependency>
121 <dependency>
122 <groupId>org.apache.hadoop</groupId>
123 <artifactId>hadoop-mapreduce-client-core</artifactId>
124 <version>${hadoop.version}</version>
125 </dependency>
126 <dependency>
Michael Blowba358122016-10-13 19:56:03 -0400127 <groupId>org.apache.hadoop</groupId>
128 <artifactId>hadoop-hdfs</artifactId>
129 <version>${hadoop.version}</version>
130 <classifier>tests</classifier>
131 <scope>test</scope>
132 </dependency>
133 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700134 <groupId>commons-io</groupId>
135 <artifactId>commons-io</artifactId>
Michael Blow599ef8f2017-01-12 11:02:53 -0500136 <version>2.5</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700137 </dependency>
Ian Maxond49bc6e2017-01-05 18:50:57 -0800138 <dependency>
139 <groupId>com.fasterxml.jackson.core</groupId>
140 <artifactId>jackson-databind</artifactId>
141 <version>2.8.4</version>
142 </dependency>
143 <dependency>
144 <groupId>com.fasterxml.jackson.core</groupId>
145 <artifactId>jackson-core</artifactId>
146 <version>2.8.4</version>
147 </dependency>
Michael Blow599ef8f2017-01-12 11:02:53 -0500148 <dependency>
149 <groupId>com.google.guava</groupId>
150 <artifactId>guava</artifactId>
151 <version>18.0</version>
152 </dependency>
Michael Blow43b40b62017-01-14 17:03:12 -0500153 <dependency>
154 <groupId>org.apache.commons</groupId>
155 <artifactId>commons-lang3</artifactId>
156 <version>3.5</version>
157 </dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500158 <dependency>
Till Westmann55dd6ff2017-02-19 20:18:51 -0800159 <groupId>org.apache.httpcomponents</groupId>
160 <artifactId>httpcore</artifactId>
161 <version>4.4.5</version>
162 </dependency>
163 <dependency>
164 <groupId>org.apache.httpcomponents</groupId>
165 <artifactId>httpclient</artifactId>
166 <version>4.5.2</version>
167 </dependency>
168 <dependency>
Michael Blow5e17af22017-02-02 10:00:44 -0500169 <groupId>org.apache.rat</groupId>
170 <artifactId>apache-rat-plugin</artifactId>
171 <version>0.12</version>
172 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700173 </dependencies>
174 </dependencyManagement>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800175
vinayakbe5add8a2012-10-06 19:00:14 +0000176 <build>
177 <plugins>
178 <plugin>
Michael Blowba358122016-10-13 19:56:03 -0400179 <groupId>org.apache.maven.plugins</groupId>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500180 <artifactId>maven-jar-plugin</artifactId>
181 <version>3.0.0</version>
182 <configuration>
183 <excludes>
184 <exclude>**/DEPENDENCIES</exclude>
185 </excludes>
186 </configuration>
187 </plugin>
188 <plugin>
189 <groupId>org.apache.maven.plugins</groupId>
Michael Blowba358122016-10-13 19:56:03 -0400190 <artifactId>maven-dependency-plugin</artifactId>
191 <version>2.10</version>
192 <configuration>
193 <failOnWarning>true</failOnWarning>
194 <outputXML>true</outputXML>
195 </configuration>
196 <executions>
197 <execution>
198 <phase>process-test-classes</phase>
199 <goals>
200 <goal>analyze-only</goal>
201 </goals>
202 </execution>
203 </executions>
204 </plugin>
205 <plugin>
Chris Hillery4fc647c2014-02-13 14:49:58 -0800206 <groupId>org.codehaus.mojo</groupId>
207 <artifactId>versions-maven-plugin</artifactId>
208 <version>1.2</version>
209 </plugin>
210 <plugin>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700211 <groupId>org.apache.rat</groupId>
212 <artifactId>apache-rat-plugin</artifactId>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700213 <executions>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700214 <execution>
215 <phase>validate</phase>
216 <goals>
217 <goal>check</goal>
218 </goals>
219 </execution>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700220 </executions>
221 <configuration>
Michael Blow5e17af22017-02-02 10:00:44 -0500222 <addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
223 <consoleOutput>true</consoleOutput>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700224 <licenses>
Michael Blow5e17af22017-02-02 10:00:44 -0500225 <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700226 </licenses>
227 <licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500228 <licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700229 </licenseFamilies>
Michael Blow5e17af22017-02-02 10:00:44 -0500230 <excludeSubProjects>true</excludeSubProjects>
Ian Maxon137fc3b2015-06-30 16:23:48 -0700231 </configuration>
232 </plugin>
233 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700234 <groupId>org.apache.maven.plugins</groupId>
235 <artifactId>maven-surefire-plugin</artifactId>
236 <version>2.16</version>
237 <configuration>
238 <failIfNoTests>false</failIfNoTests>
239 <forkCount>1</forkCount>
Chris Hilleryd2c1a8a2014-02-21 01:03:02 -0800240 <reuseForks>false</reuseForks>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700241 <argLine>-enableassertions -Xmx2048m
242 -Dfile.encoding=UTF-8
243 -Djava.util.logging.config.file=${user.home}/logging.properties
244 -Xdebug
245 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
246 ${coverageArgLine}
247 </argLine>
248 <includes>
249 <include>${global.test.includes},${test.includes}</include>
250 </includes>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800251 <excludes>
Chris Hilleryc48cc422014-03-21 22:47:23 -0700252 <exclude>${global.test.excludes},${test.excludes}</exclude>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800253 </excludes>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700254 </configuration>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700255 </plugin>
256 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700257 <groupId>org.apache.maven.plugins</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700258 <artifactId>maven-compiler-plugin</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700259 <configuration>
260 <source>${jdk.version}</source>
261 <target>${jdk.version}</target>
262 <compilerArgument>-Xlint:all</compilerArgument>
263 </configuration>
vinayakbe5add8a2012-10-06 19:00:14 +0000264 </plugin>
Ian Maxonb165aca2016-03-17 18:21:57 -0700265 <plugin>
Ian Maxon9e37c962015-11-25 07:38:37 -0800266 <artifactId>maven-resources-plugin</artifactId>
267 <version>2.7</version>
268 <executions>
269 <execution>
270 <id>copy-resources</id>
271 <phase>validate</phase>
272 <goals>
273 <goal>copy-resources</goal>
274 </goals>
275 <configuration>
276 <outputDirectory>target</outputDirectory>
277 <resources>
278 <resource>
279 <directory>${root.dir}/src/main/appended-resources</directory>
280 <!-- <filtering>true</filtering> -->
281 </resource>
282 </resources>
283 </configuration>
284 </execution>
285 </executions>
286 </plugin>
287 <plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700288 <groupId>org.apache.maven.plugins</groupId>
289 <artifactId>maven-remote-resources-plugin</artifactId>
290 <executions>
291 <execution>
292 <goals>
293 <goal>process</goal>
294 </goals>
295 <configuration>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500296 <resourceBundles>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700297 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700298 </resourceBundles>
Michael Blowc96bb1f2017-01-16 16:31:54 -0500299 <properties>
300 <projectName>Apache Hyracks - ${project.name}</projectName>
301 </properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700302 </configuration>
303 </execution>
304 </executions>
Ian Maxon9e37c962015-11-25 07:38:37 -0800305 </plugin>
Michael Blowd1e2a992016-06-14 12:27:46 -0400306 <plugin>
307 <groupId>org.apache.maven.plugins</groupId>
308 <artifactId>maven-checkstyle-plugin</artifactId>
309 <version>2.17</version>
310 <executions>
311 <execution>
312 <id>verify-style</id>
313 <phase>process-classes</phase>
314 <goals>
315 <goal>check</goal>
316 </goals>
317 </execution>
318 </executions>
319 <configuration>
320 <logViolationsToConsole>true</logViolationsToConsole>
321 <checkstyleRules>
322 <module name="Checker">
323 <!-- Checks for whitespace -->
324 <!-- See http://checkstyle.sf.net/config_whitespace.html -->
Michael Blow380b0a22016-08-02 13:05:52 -0400325 <module name="FileTabCharacter" />
Michael Blowd1e2a992016-06-14 12:27:46 -0400326 </module>
327 </checkstyleRules>
Michael Blowd6cf6412016-06-30 02:44:35 -0400328 <includes>**/*.java,**/*.jj</includes>
329 <resourceIncludes>**/*.properties,**/*.xml,**/*.xsd,**/*.sh</resourceIncludes>
Michael Blowd1e2a992016-06-14 12:27:46 -0400330 <sourceDirectories>${project.build.sourceDirectory},${project.build.testSourceDirectory}</sourceDirectories>
331 </configuration>
332 </plugin>
Michael Blowf53c1c62016-06-17 16:51:59 -0400333 <plugin>
334 <groupId>org.apache.maven.plugins</groupId>
335 <artifactId>maven-enforcer-plugin</artifactId>
336 <version>1.4.1</version>
337 <executions>
338 <execution>
339 <id>enforce-versions</id>
340 <goals>
341 <goal>enforce</goal>
342 </goals>
343 <configuration>
344 <rules>
345 <requireMavenVersion>
346 <version>[3.3.9,)</version>
347 </requireMavenVersion>
348 </rules>
349 </configuration>
350 </execution>
351 </executions>
352 </plugin>
vinayakbe5add8a2012-10-06 19:00:14 +0000353 </plugins>
Yingyi Bud680e142016-03-18 16:41:46 -0700354 <pluginManagement>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700355 <plugins>
Michael Blow5e17af22017-02-02 10:00:44 -0500356 <plugin>
Till Westmann65da60c2017-02-22 13:17:49 -0800357 <groupId>org.apache.maven.plugins</groupId>
358 <artifactId>maven-compiler-plugin</artifactId>
359 <version>3.6.1</version>
360 </plugin>
361 <plugin>
Michael Blow5e17af22017-02-02 10:00:44 -0500362 <groupId>org.apache.rat</groupId>
363 <artifactId>apache-rat-plugin</artifactId>
364 <version>0.12</version>
365 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700366 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
367 <plugin>
368 <groupId>org.eclipse.m2e</groupId>
369 <artifactId>lifecycle-mapping</artifactId>
370 <version>1.0.0</version>
371 <configuration>
372 <lifecycleMappingMetadata>
373 <pluginExecutions>
374 <pluginExecution>
375 <pluginExecutionFilter>
376 <groupId>org.apache.rat</groupId>
377 <artifactId>apache-rat-plugin</artifactId>
378 <versionRange>[0.11,)</versionRange>
379 <goals>
380 <goal>check</goal>
381 </goals>
382 </pluginExecutionFilter>
383 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400384 <ignore />
Michael Blowb4c1fb02016-05-09 15:41:00 -0700385 </action>
386 </pluginExecution>
Michael Blow8f2cf242016-06-30 01:45:39 -0400387 <pluginExecution>
388 <pluginExecutionFilter>
389 <groupId>org.apache.maven.plugins</groupId>
390 <artifactId>maven-checkstyle-plugin</artifactId>
391 <versionRange>[2.17,)</versionRange>
392 <goals>
393 <goal>check</goal>
394 </goals>
395 </pluginExecutionFilter>
396 <action>
Michael Blow380b0a22016-08-02 13:05:52 -0400397 <ignore />
Michael Blow8f2cf242016-06-30 01:45:39 -0400398 </action>
399 </pluginExecution>
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700400 <pluginExecution>
401 <pluginExecutionFilter>
402 <groupId>org.apache.maven.plugins</groupId>
403 <artifactId>maven-dependency-plugin</artifactId>
404 <versionRange>[2.10,)</versionRange>
405 <goals>
406 <goal>analyze-only</goal>
407 </goals>
408 </pluginExecutionFilter>
409 <action>
Ian Maxondef643d2017-01-18 18:31:11 -0800410 <ignore />
Taewoo Kim6ae219d2016-10-19 17:32:35 -0700411 </action>
412 </pluginExecution>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700413 </pluginExecutions>
414 </lifecycleMappingMetadata>
415 </configuration>
416 </plugin>
Ian Maxon99fed932017-02-09 19:11:39 -0800417 <plugin>
418 <groupId>org.codehaus.mojo</groupId>
419 <artifactId>versions-maven-plugin</artifactId>
420 <version>2.1</version>
421 </plugin>
422 <plugin>
423 <groupId>org.apache.maven.plugins</groupId>
424 <artifactId>maven-scm-plugin</artifactId>
425 <version>1.9.5</version>
426 </plugin>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700427 </plugins>
428 </pluginManagement>
vinayakbe5add8a2012-10-06 19:00:14 +0000429 </build>
430
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800431 <profiles>
432 <profile>
433 <id>hanging-pregelix-tests</id>
434 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400435 <hanging.pregelix.tests />
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800436 </properties>
437 </profile>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700438 <profile>
Ian Maxon99fed932017-02-09 19:11:39 -0800439 <id>release</id>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700440 <build>
441 <plugins>
442 <plugin>
443 <groupId>org.apache.maven.plugins</groupId>
Ian Maxon99fed932017-02-09 19:11:39 -0800444 <artifactId>maven-gpg-plugin</artifactId>
445 <version>1.6</version>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700446 <executions>
447 <execution>
Ian Maxon99fed932017-02-09 19:11:39 -0800448 <id>sign-artifacts</id>
449 <phase>verify</phase>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700450 <goals>
Ian Maxon99fed932017-02-09 19:11:39 -0800451 <goal>sign</goal>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700452 </goals>
Chris Hillery1fda6bc2015-10-02 17:18:11 -0700453 </execution>
454 </executions>
455 </plugin>
456 </plugins>
457 </build>
458 </profile>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700459 <profile>
Michael Blow7c15c132016-05-04 22:06:34 -0400460 <id>coverage</id>
461 <activation>
462 <property>
463 <name>coverage</name>
464 </property>
465 </activation>
466 <build>
467 <plugins>
468 <plugin>
469 <groupId>org.jacoco</groupId>
470 <artifactId>jacoco-maven-plugin</artifactId>
471 <version>${jacoco.version}</version>
472 <executions>
473 <execution>
474 <id>default-prepare-agent</id>
475 <goals>
476 <goal>prepare-agent</goal>
477 </goals>
478 <configuration>
479 <propertyName>coverageArgLine</propertyName>
480 </configuration>
481 </execution>
482 <execution>
483 <id>default-prepare-agent-integration</id>
484 <goals>
485 <goal>prepare-agent-integration</goal>
486 </goals>
487 <configuration>
488 <propertyName>coverageArgLine</propertyName>
489 </configuration>
490 </execution>
491 </executions>
492 </plugin>
493 </plugins>
494 </build>
495 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400496 <coverage />
Michael Blow7c15c132016-05-04 22:06:34 -0400497 </properties>
498 </profile>
499 <profile>
500 <id>no-coverage</id>
501 <activation>
502 <property>
503 <name>!coverage</name>
504 </property>
505 </activation>
506 <properties>
Michael Blow380b0a22016-08-02 13:05:52 -0400507 <coverageArgLine />
Michael Blow7c15c132016-05-04 22:06:34 -0400508 </properties>
509 </profile>
510 <profile>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700511 <id>java8</id>
512 <activation>
513 <jdk>1.8</jdk>
514 </activation>
515 <properties>
516 <jdk.version>1.8</jdk.version>
517 </properties>
Ian Maxon5ae0df82015-10-14 10:45:19 -0700518 </profile>
Chris Hilleryc9d8f922014-03-06 01:44:19 -0800519 </profiles>
520
vinayakbe5add8a2012-10-06 19:00:14 +0000521 <modules>
522 <module>hyracks</module>
vinayakb36016dc2012-10-09 06:10:12 +0000523 <module>algebricks</module>
Michael Blow43b40b62017-01-14 17:03:12 -0500524 <module>hyracks-fullstack-license</module>
vinayakbe5add8a2012-10-06 19:00:14 +0000525 </modules>
526</project>