Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 2 | ! 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 Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 18 | !--> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 19 | |
Ian Maxon | d885779 | 2015-09-11 14:19:53 -0700 | [diff] [blame] | 20 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 21 | <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"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
Ian Maxon | e915e8c | 2015-07-01 17:03:31 -0700 | [diff] [blame] | 23 | <groupId>org.apache.hyracks</groupId> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 24 | <artifactId>fullstack</artifactId> |
Ian Maxon | d4daeb4 | 2015-09-15 14:31:32 -0700 | [diff] [blame] | 25 | <version>0.2.17-SNAPSHOT</version> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 26 | <packaging>pom</packaging> |
buyingyi | 7f356c1 | 2012-10-07 00:23:17 +0000 | [diff] [blame] | 27 | <name>hyracks-ecosystem-full-stack</name> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 28 | |
| 29 | <parent> |
| 30 | <groupId>org.apache</groupId> |
| 31 | <artifactId>apache</artifactId> |
Ian Maxon | d4daeb4 | 2015-09-15 14:31:32 -0700 | [diff] [blame] | 32 | <version>LATEST</version> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 33 | </parent> |
| 34 | |
Ian | e82f811 | 2014-11-19 12:31:18 -0800 | [diff] [blame] | 35 | <licenses> |
| 36 | <license> |
| 37 | <name>Apache License, Version 2.0</name> |
| 38 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 39 | <distribution>repo</distribution> |
| 40 | <comments>A business-friendly OSS license</comments> |
| 41 | </license> |
| 42 | </licenses> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 43 | |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 44 | <properties> |
Ian | eee859a | 2014-09-21 18:26:49 -0700 | [diff] [blame] | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 46 | <jvm.extraargs /> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 47 | <!-- Definition of tests in various categories which may be excluded --> |
Yingyi Bu | 0622e8e | 2014-05-27 17:46:41 -0700 | [diff] [blame] | 48 | <hanging.pregelix.tests>**/pregelix/**/FailureRecovery*.java</hanging.pregelix.tests> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame^] | 49 | <jdk.version>1.8</jdk.version> |
Chris Hillery | 1990ac3 | 2014-03-07 00:02:58 -0800 | [diff] [blame] | 50 | <hivesterix.perf.tests>**/hivesterix/perf/PerfTestSuite.java</hivesterix.perf.tests> |
Chris Hillery | c48cc42 | 2014-03-21 22:47:23 -0700 | [diff] [blame] | 51 | <global.test.includes>**/*TestSuite.java,**/*Test.java</global.test.includes> |
| 52 | <global.test.excludes>**/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests}</global.test.excludes> |
Ian | eee859a | 2014-09-21 18:26:49 -0700 | [diff] [blame] | 53 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
| 54 | <hadoop.version>2.2.0</hadoop.version> |
| 55 | <junit.version>4.8.1</junit.version> |
| 56 | <commons.io.version>2.4</commons.io.version> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 57 | </properties> |
Chris Hillery | b531ce3 | 2014-02-20 16:39:25 -0800 | [diff] [blame] | 58 | <dependencyManagement> |
| 59 | <dependencies> |
| 60 | <dependency> |
| 61 | <groupId>junit</groupId> |
| 62 | <artifactId>junit</artifactId> |
Ian | eee859a | 2014-09-21 18:26:49 -0700 | [diff] [blame] | 63 | <version>${junit.version}</version> |
Chris Hillery | b531ce3 | 2014-02-20 16:39:25 -0800 | [diff] [blame] | 64 | </dependency> |
Ian | eee859a | 2014-09-21 18:26:49 -0700 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>org.apache.hadoop</groupId> |
| 67 | <artifactId>hadoop-yarn-client</artifactId> |
| 68 | <version>${hadoop.version}</version> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.hadoop</groupId> |
| 72 | <artifactId>hadoop-client</artifactId> |
| 73 | <version>${hadoop.version}</version> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.apache.hadoop</groupId> |
| 77 | <artifactId>hadoop-common</artifactId> |
| 78 | <version>${hadoop.version}</version> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.apache.hadoop</groupId> |
| 82 | <artifactId>hadoop-hdfs</artifactId> |
| 83 | <version>${hadoop.version}</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.apache.hadoop</groupId> |
| 87 | <artifactId>hadoop-minicluster</artifactId> |
| 88 | <version>${hadoop.version}</version> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.apache.hadoop</groupId> |
| 92 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
| 93 | <version>${hadoop.version}</version> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>commons-io</groupId> |
| 97 | <artifactId>commons-io</artifactId> |
| 98 | <version>${commons.io.version}</version> |
| 99 | </dependency> |
Chris Hillery | b531ce3 | 2014-02-20 16:39:25 -0800 | [diff] [blame] | 100 | </dependencies> |
| 101 | </dependencyManagement> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 102 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 103 | <build> |
| 104 | <plugins> |
| 105 | <plugin> |
Chris Hillery | 4fc647c | 2014-02-13 14:49:58 -0800 | [diff] [blame] | 106 | <groupId>org.codehaus.mojo</groupId> |
| 107 | <artifactId>versions-maven-plugin</artifactId> |
| 108 | <version>1.2</version> |
| 109 | </plugin> |
| 110 | <plugin> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 111 | <groupId>org.apache.rat</groupId> |
| 112 | <artifactId>apache-rat-plugin</artifactId> |
| 113 | <version>0.11</version> |
| 114 | <executions> |
| 115 | <execution> |
| 116 | <phase>verify</phase> |
| 117 | <goals> |
| 118 | <goal>check</goal> |
| 119 | </goals> |
| 120 | </execution> |
| 121 | </executions> |
| 122 | <configuration> |
| 123 | <licenses> |
| 124 | <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> |
| 125 | <licenseFamilyCategory>MIT</licenseFamilyCategory> |
| 126 | <licenseFamilyName>The MIT License</licenseFamilyName> |
| 127 | <notes>For JQuery MIT/GPL2 Dual License</notes> |
| 128 | <patterns> |
| 129 | <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern> |
| 130 | <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern> |
| 131 | <pattern>http://jquery.org/license</pattern> |
| 132 | <pattern>Dual licensed under the MIT</pattern> |
| 133 | <pattern>Released under the MIT license by IOLA, December 2007.</pattern> |
| 134 | </patterns> |
| 135 | </license> |
| 136 | </licenses> |
| 137 | <licenseFamilies> |
| 138 | <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> |
| 139 | <familyName>The MIT License</familyName> |
| 140 | </licenseFamily> |
| 141 | <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily"> |
| 142 | <familyName>Apache License Version 2.0</familyName> |
| 143 | </licenseFamily> |
| 144 | </licenseFamilies> |
| 145 | <excludes> |
Ian Maxon | ec57292 | 2015-09-08 14:48:37 -0700 | [diff] [blame] | 146 | <exclude>**/algebricks-tests/src/test/resources/results/**</exclude> |
| 147 | <exclude>**/javascript/flot/*.js</exclude> |
| 148 | <exclude>**/javascript/jsplumb/*.js</exclude> |
| 149 | <exclude>**/javascript/jquery/*.js</exclude> |
| 150 | <exclude>**/javascript/adminconsole/*.js</exclude> |
| 151 | <exclude>**/stylesheet/jquery-ui/**</exclude> |
| 152 | <exclude>**/hyracks-dist/src/main/resources/conf/**</exclude> |
| 153 | <exclude>**/src/test/resources/data/**</exclude> |
| 154 | <exclude>**/src/test/resources/results/**</exclude> |
| 155 | <exclude>**/src/test/resources/expected/**</exclude> |
| 156 | <exclude>**/testcases/*.piglet</exclude> |
| 157 | <exclude>**/data/**/*.txt</exclude> |
| 158 | <exclude>**/data/**/*.tbl</exclude> |
| 159 | <exclude>**/data/**/*.ddl</exclude> |
| 160 | <exclude>**/data/**/*.tsv</exclude> |
| 161 | <exclude>**/actual/conf.xml</exclude> |
| 162 | <exclude>**/actual/customer_result/part-*</exclude> |
| 163 | <exclude>**/src/main/resources/conf/*</exclude> |
| 164 | <exclude>**/data/dfs/**</exclude> |
| 165 | <exclude>**/invIndex*/**</exclude> |
| 166 | <exclude>**/*.job</exclude> |
| 167 | <exclude>**/*.conf</exclude> |
| 168 | <exclude>**/src/main/resources/*.cleaned</exclude> |
| 169 | <exclude>**/ClusterControllerService/**</exclude> |
| 170 | <exclude>**/output/**</exclude> |
| 171 | <exclude>**/*.iml</exclude> |
| 172 | </excludes> |
Ian Maxon | 137fc3b | 2015-06-30 16:23:48 -0700 | [diff] [blame] | 173 | </configuration> |
| 174 | </plugin> |
| 175 | <plugin> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 176 | <groupId>org.apache.maven.plugins</groupId> |
| 177 | <artifactId>maven-surefire-plugin</artifactId> |
| 178 | <version>2.16</version> |
| 179 | <configuration> |
| 180 | <failIfNoTests>false</failIfNoTests> |
| 181 | <forkCount>1</forkCount> |
Chris Hillery | d2c1a8a | 2014-02-21 01:03:02 -0800 | [diff] [blame] | 182 | <reuseForks>false</reuseForks> |
Chris Hillery | 069f950 | 2014-03-06 01:49:40 -0800 | [diff] [blame] | 183 | <argLine>-enableassertions -Xmx2048m |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 184 | -Dfile.encoding=UTF-8 |
| 185 | -Djava.util.logging.config.file=${user.home}/logging.properties |
| 186 | -Xdebug |
| 187 | -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine> |
| 188 | <includes> |
Chris Hillery | c48cc42 | 2014-03-21 22:47:23 -0700 | [diff] [blame] | 189 | <include>${global.test.includes},${test.includes}</include> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 190 | </includes> |
| 191 | <excludes> |
Chris Hillery | c48cc42 | 2014-03-21 22:47:23 -0700 | [diff] [blame] | 192 | <exclude>${global.test.excludes},${test.excludes}</exclude> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 193 | </excludes> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame^] | 194 | </configuration> |
| 195 | </plugin> |
| 196 | <plugin> |
| 197 | <groupId>org.apache.maven.plugins</groupId> |
| 198 | <artifactId>maven-assembly-plugin</artifactId> |
| 199 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 200 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 201 | For example, we exclude the KEYS file from the zip --> |
| 202 | <executions> |
| 203 | <execution> |
| 204 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 205 | the apache parent POM under the apache-release profile --> |
| 206 | <id>source-release-assembly</id> |
| 207 | <phase>package</phase> |
| 208 | <goals> |
| 209 | <goal>single</goal> |
| 210 | </goals> |
| 211 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 212 | <configuration combine.self="override"> |
| 213 | <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> |
| 214 | <descriptors> |
| 215 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 216 | </descriptors> |
| 217 | </configuration> |
| 218 | </execution> |
| 219 | </executions> |
| 220 | </plugin> |
| 221 | <plugin> |
| 222 | <groupId>org.apache.maven.plugins</groupId> |
| 223 | <artifactId>maven-compiler-plugin</artifactId> |
| 224 | <version>3.1</version> |
| 225 | <configuration> |
| 226 | <source>${jdk.version}</source> |
| 227 | <target>${jdk.version}</target> |
| 228 | <compilerArgument>-Xlint:all</compilerArgument> |
| 229 | </configuration> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 230 | </plugin> |
| 231 | </plugins> |
| 232 | </build> |
| 233 | |
| 234 | <scm> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 235 | <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection> |
Ian Maxon | 7c48a95 | 2014-07-11 20:00:13 -0700 | [diff] [blame] | 236 | <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection> |
Ian Maxon | c482127 | 2015-08-21 16:08:01 -0700 | [diff] [blame] | 237 | <url>https://github.com/apache/incubator-asterixdb-hyracks</url> |
Ian Maxon | d4daeb4 | 2015-09-15 14:31:32 -0700 | [diff] [blame] | 238 | <tag>HEAD</tag> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 239 | </scm> |
| 240 | |
vinayakb | 8983d2b | 2012-10-29 11:04:49 +0000 | [diff] [blame] | 241 | |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 242 | <profiles> |
| 243 | <profile> |
| 244 | <id>hanging-pregelix-tests</id> |
| 245 | <properties> |
| 246 | <hanging.pregelix.tests /> |
| 247 | </properties> |
| 248 | </profile> |
Chris Hillery | 1fda6bc | 2015-10-02 17:18:11 -0700 | [diff] [blame] | 249 | <profile> |
| 250 | <id>asterix-release</id> |
| 251 | <build> |
| 252 | <plugins> |
| 253 | <plugin> |
| 254 | <groupId>org.apache.maven.plugins</groupId> |
| 255 | <artifactId>maven-assembly-plugin</artifactId> |
| 256 | <!-- We override the configuration plugin to override the descriptor to use for building |
| 257 | the source release zip. Specifically, we would like to control the inclusions/exclusions. |
| 258 | For example, we exclude the KEYS file from the zip --> |
| 259 | <executions> |
| 260 | <execution> |
| 261 | <!-- Use this id to match the id mentioned in the assembly plugin configuration in |
| 262 | the apache parent POM under the apache-release profile --> |
| 263 | <id>source-release-assembly</id> |
| 264 | <phase>package</phase> |
| 265 | <goals> |
| 266 | <goal>single</goal> |
| 267 | </goals> |
| 268 | <!-- combine.self should be override to replace the configuration in the parent POM --> |
| 269 | <configuration combine.self="override"> |
| 270 | <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> |
| 271 | <descriptors> |
| 272 | <descriptor>src/main/assembly/source.xml</descriptor> |
| 273 | </descriptors> |
| 274 | </configuration> |
| 275 | </execution> |
| 276 | </executions> |
| 277 | </plugin> |
| 278 | </plugins> |
| 279 | </build> |
| 280 | </profile> |
Ian Maxon | 5ae0df8 | 2015-10-14 10:45:19 -0700 | [diff] [blame^] | 281 | <profile> |
| 282 | <id>java6</id> |
| 283 | <activation> |
| 284 | <jdk>1.6</jdk> |
| 285 | </activation> |
| 286 | <properties> |
| 287 | <jdk.version>1.6</jdk.version> |
| 288 | </properties> |
| 289 | </profile> |
| 290 | <profile> |
| 291 | <id>java7</id> |
| 292 | <activation> |
| 293 | <jdk>1.7</jdk> |
| 294 | </activation> |
| 295 | <properties> |
| 296 | <jdk.version>1.7</jdk.version> |
| 297 | </properties> |
| 298 | </profile> |
| 299 | <profile> |
| 300 | <id>java8</id> |
| 301 | <activation> |
| 302 | <jdk>1.8</jdk> |
| 303 | </activation> |
| 304 | <properties> |
| 305 | <jdk.version>1.8</jdk.version> |
| 306 | </properties> |
| 307 | </profile> |
Chris Hillery | c9d8f92 | 2014-03-06 01:44:19 -0800 | [diff] [blame] | 308 | </profiles> |
| 309 | |
vinayakb | 8983d2b | 2012-10-29 11:04:49 +0000 | [diff] [blame] | 310 | <repositories> |
| 311 | <repository> |
Vinayak Borkar | 29502a0 | 2013-12-11 11:18:27 -0800 | [diff] [blame] | 312 | <id>maven-central</id> |
| 313 | <url>http://repo1.maven.org/maven2/</url> |
| 314 | </repository> |
| 315 | <repository> |
vinayakb | 8983d2b | 2012-10-29 11:04:49 +0000 | [diff] [blame] | 316 | <id>hyracks-public</id> |
| 317 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 318 | </repository> |
| 319 | <repository> |
| 320 | <id>jboss-public</id> |
| 321 | <url>https://repository.jboss.org/nexus/content/groups/public/</url> |
| 322 | </repository> |
| 323 | </repositories> |
| 324 | |
| 325 | <pluginRepositories> |
| 326 | <pluginRepository> |
| 327 | <id>hyracks-public</id> |
| 328 | <url>http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public/</url> |
| 329 | <releases> |
| 330 | <updatePolicy>always</updatePolicy> |
| 331 | </releases> |
| 332 | </pluginRepository> |
| 333 | </pluginRepositories> |
| 334 | |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 335 | <modules> |
| 336 | <module>hyracks</module> |
vinayakb | 36016dc | 2012-10-09 06:10:12 +0000 | [diff] [blame] | 337 | <module>algebricks</module> |
vinayakb | e5add8a | 2012-10-06 19:00:14 +0000 | [diff] [blame] | 338 | </modules> |
| 339 | </project> |