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>
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-site-plugin</artifactId>
44 <!-- Make a jar and put the sources in the jar -->
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-source-plugin</artifactId>
50 <!--Make it so assembly:single does nothing in here-->
51 <artifactId>maven-assembly-plugin</artifactId>
52 <version>${maven.assembly.version}</version>
54 <skipAssembly>true</skipAssembly>
60 <!--This plugin's configuration is used to store Eclipse m2e settings
61 only. It has no influence on the Maven build itself.-->
63 <groupId>org.eclipse.m2e</groupId>
64 <artifactId>lifecycle-mapping</artifactId>
65 <version>1.0.0</version>
67 <lifecycleMappingMetadata>
70 <pluginExecutionFilter>
71 <groupId>org.apache.maven.plugins</groupId>
72 <artifactId>maven-compiler-plugin</artifactId>
73 <versionRange>[3.2,)</versionRange>
77 </pluginExecutionFilter>
83 </lifecycleMappingMetadata>
92 <groupId>org.apache.hbase</groupId>
93 <artifactId>hbase-common</artifactId>
94 <version>${project.version}</version>
95 <classifier>tests</classifier>
98 <groupId>org.apache.hbase</groupId>
99 <artifactId>hbase-annotations</artifactId>
100 <type>test-jar</type>
104 <groupId>org.apache.hbase</groupId>
105 <artifactId>hbase-common</artifactId>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>${compat.module}</artifactId>
110 <version>${project.version}</version>
113 <groupId>com.google.guava</groupId>
114 <artifactId>guava</artifactId>
117 <groupId>commons-logging</groupId>
118 <artifactId>commons-logging</artifactId>
121 <groupId>io.netty</groupId>
122 <artifactId>netty-all</artifactId>
127 <!-- Skip the tests in this module -->
129 <id>skipPrefixTreeTests</id>
132 <name>skipPrefixTreeTests</name>
136 <surefire.skipFirstPart>true</surefire.skipFirstPart>
137 <surefire.skipSecondPart>true</surefire.skipSecondPart>
140 <!-- Profiles for building against different hadoop versions -->
142 profile for building against Hadoop 2.0.0-alpha. Activate using:
143 mvn -Dhadoop.profile=2.0
149 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
150 <!--h2--><name>!hadoop.profile</name>
155 <groupId>org.apache.hadoop</groupId>
156 <artifactId>hadoop-common</artifactId>
161 profile for building against Hadoop 3.0.x. Activate using:
162 mvn -Dhadoop.profile=3.0
168 <name>hadoop.profile</name>
173 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
177 <groupId>org.apache.hadoop</groupId>
178 <artifactId>hadoop-common</artifactId>