blob: 786ce469f8ece7fa7a6d62847612c3b2855dc765 [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
Ian Maxon928bbd12015-09-14 17:12:48 -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 Westmannea8ab392013-06-05 15:17:08 -070018 !-->
Ian Maxond2e1e892015-10-05 12:46:26 -070019<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">
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070020 <modelVersion>4.0.0</modelVersion>
21 <groupId>org.apache</groupId>
Ian Maxone1c203e2016-03-30 17:33:53 -070022 <artifactId>apache-asterixdb-fullstack</artifactId>
Michael Blowf53c1c62016-06-17 16:51:59 -040023 <version>0.8.9-SNAPSHOT</version>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070024 <packaging>pom</packaging>
25 <name>hyracks-asterix</name>
Eldon Carman0228b9c2014-11-25 18:13:46 -080026
Michael Blowf53c1c62016-06-17 16:51:59 -040027 <parent>
28 <groupId>org.apache</groupId>
29 <artifactId>apache</artifactId>
30 <version>16</version>
31 <relativePath/>
32 </parent>
33
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070034 <licenses>
35 <license>
36 <name>Apache License, Version 2.0</name>
37 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
38 <distribution>repo</distribution>
39 <comments>A business-friendly OSS license</comments>
40 </license>
41 </licenses>
Ian Maxon5c058c62015-08-21 16:06:15 -070042
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070043 <modules>
Ian Maxone1c203e2016-03-30 17:33:53 -070044 <module>hyracks-fullstack</module>
Ian Maxonfa5ba0b2016-03-30 17:11:59 -070045 <module>asterixdb</module>
46 </modules>
Abdullah Alamoudidfa3c112016-06-21 11:18:50 +030047 <build>
48 <pluginManagement>
49 <plugins>
50 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
51 <plugin>
52 <groupId>org.eclipse.m2e</groupId>
53 <artifactId>lifecycle-mapping</artifactId>
54 <version>1.0.0</version>
55 <configuration>
56 <lifecycleMappingMetadata>
57 <pluginExecutions>
58 <pluginExecution>
59 <pluginExecutionFilter>
60 <groupId>org.apache.maven.plugins</groupId>
61 <artifactId>maven-checkstyle-plugin</artifactId>
62 <versionRange>[2.17,)</versionRange>
63 <goals>
64 <goal>check</goal>
65 </goals>
66 </pluginExecutionFilter>
67 <action>
68 <ignore></ignore>
69 </action>
70 </pluginExecution>
71 </pluginExecutions>
72 </lifecycleMappingMetadata>
73 </configuration>
74 </plugin>
75 </plugins>
76 </pluginManagement>
77 </build>
vinayakb38b7ca42012-03-05 05:44:15 +000078</project>