2 <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/xsd/maven-4.0.0.xsd">
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License. You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
22 <modelVersion>4.0.0</modelVersion>
24 <artifactId>hbase</artifactId>
25 <groupId>org.apache.hbase</groupId>
26 <version>2.0.0-SNAPSHOT</version>
27 <relativePath>..</relativePath>
30 <artifactId>hbase-prefix-tree</artifactId>
31 <name>Apache HBase - Prefix Tree</name>
32 <description>Prefix Tree Data Block Encoder</description>
37 <groupId>org.apache.maven.plugins</groupId>
38 <artifactId>maven-site-plugin</artifactId>
43 <!-- Make a jar and put the sources in the jar -->
45 <groupId>org.apache.maven.plugins</groupId>
46 <artifactId>maven-source-plugin</artifactId>
49 <!--Make it so assembly:single does nothing in here-->
50 <artifactId>maven-assembly-plugin</artifactId>
51 <version>${maven.assembly.version}</version>
53 <skipAssembly>true</skipAssembly>
57 <artifactId>maven-surefire-plugin</artifactId>
58 <!-- Always skip the second part executions, since we only run
59 simple unit tests in this module. -->
62 <id>secondPartTestsExecution</id>
76 <!--This plugin's configuration is used to store Eclipse m2e settings
77 only. It has no influence on the Maven build itself.-->
79 <groupId>org.eclipse.m2e</groupId>
80 <artifactId>lifecycle-mapping</artifactId>
81 <version>1.0.0</version>
83 <lifecycleMappingMetadata>
86 <pluginExecutionFilter>
87 <groupId>org.apache.maven.plugins</groupId>
88 <artifactId>maven-compiler-plugin</artifactId>
89 <versionRange>[3.2,)</versionRange>
93 </pluginExecutionFilter>
99 </lifecycleMappingMetadata>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-common</artifactId>
110 <version>${project.version}</version>
111 <classifier>tests</classifier>
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-annotations</artifactId>
116 <type>test-jar</type>
120 <groupId>org.apache.hbase</groupId>
121 <artifactId>hbase-common</artifactId>
124 <groupId>org.apache.hbase</groupId>
125 <artifactId>hbase-hadoop-compat</artifactId>
128 <groupId>org.apache.hbase</groupId>
129 <artifactId>${compat.module}</artifactId>
130 <version>${project.version}</version>
133 <groupId>com.google.guava</groupId>
134 <artifactId>guava</artifactId>
137 <groupId>commons-logging</groupId>
138 <artifactId>commons-logging</artifactId>
141 <groupId>io.netty</groupId>
142 <artifactId>netty-all</artifactId>
147 <!-- Profiles for building against different hadoop versions -->
152 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
153 <!--h1--><name>hadoop.profile</name><value>1.1</value>
158 <groupId>org.apache.hadoop</groupId>
159 <artifactId>hadoop-core</artifactId>
167 <name>hadoop.profile</name>
173 <groupId>org.apache.hadoop</groupId>
174 <artifactId>hadoop-core</artifactId>
179 profile for building against Hadoop 2.0.0-alpha. Activate using:
180 mvn -Dhadoop.profile=2.0
186 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
187 <!--h2--><name>!hadoop.profile</name>
192 <groupId>org.apache.hadoop</groupId>
193 <artifactId>hadoop-common</artifactId>
198 profile for building against Hadoop 3.0.x. Activate using:
199 mvn -Dhadoop.profile=3.0
205 <name>hadoop.profile</name>
210 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
214 <groupId>org.apache.hadoop</groupId>
215 <artifactId>hadoop-common</artifactId>