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-build-configuration</artifactId>
25 <groupId>org.apache.hbase</groupId>
26 <version>3.0.0-SNAPSHOT</version>
27 <relativePath>../hbase-build-configuration</relativePath>
29 <artifactId>hbase-backup</artifactId>
30 <name>Apache HBase - Backup</name>
31 <description>Backup for HBase</description>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-site-plugin</artifactId>
42 <!--Make it so assembly:single does nothing in here-->
43 <artifactId>maven-assembly-plugin</artifactId>
45 <skipAssembly>true</skipAssembly>
48 <!-- Make a jar and put the sources in the jar -->
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-source-plugin</artifactId>
56 <!--This plugin's configuration is used to store Eclipse m2e settings
57 only. It has no influence on the Maven build itself.-->
59 <groupId>org.eclipse.m2e</groupId>
60 <artifactId>lifecycle-mapping</artifactId>
62 <lifecycleMappingMetadata>
65 </lifecycleMappingMetadata>
72 <!-- Intra-project dependencies -->
74 <groupId>org.apache.hbase</groupId>
75 <artifactId>hbase-annotations</artifactId>
80 <groupId>org.apache.hbase</groupId>
81 <artifactId>hbase-client</artifactId>
84 <groupId>org.apache.hbase</groupId>
85 <artifactId>hbase-server</artifactId>
88 <groupId>org.apache.hbase</groupId>
89 <artifactId>hbase-server</artifactId>
94 <groupId>org.apache.hbase</groupId>
95 <artifactId>hbase-mapreduce</artifactId>
100 <groupId>org.apache.hbase</groupId>
101 <artifactId>hbase-mapreduce</artifactId>
104 <groupId>org.apache.hbase</groupId>
105 <artifactId>hbase-common</artifactId>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-protocol-shaded</artifactId>
112 <groupId>org.apache.hbase</groupId>
113 <artifactId>hbase-testing-util</artifactId>
116 <!-- General dependencies -->
118 <groupId>commons-cli</groupId>
119 <artifactId>commons-cli</artifactId>
122 <groupId>org.apache.commons</groupId>
123 <artifactId>commons-lang3</artifactId>
126 <groupId>org.slf4j</groupId>
127 <artifactId>slf4j-api</artifactId>
130 <groupId>org.apache.hbase.thirdparty</groupId>
131 <artifactId>hbase-shaded-miscellaneous</artifactId>
134 <groupId>org.apache.zookeeper</groupId>
135 <artifactId>zookeeper</artifactId>
139 <groupId>log4j</groupId>
140 <artifactId>log4j</artifactId>
143 <groupId>junit</groupId>
144 <artifactId>junit</artifactId>
149 <!-- profile against Hadoop 2.x: This is the default. -->
154 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
156 <name>!hadoop.profile</name>
161 <groupId>org.apache.hadoop</groupId>
162 <artifactId>hadoop-common</artifactId>
165 <groupId>org.apache.htrace</groupId>
166 <artifactId>htrace-core</artifactId>
169 <groupId>net.java.dev.jets3t</groupId>
170 <artifactId>jets3t</artifactId>
173 <groupId>javax.servlet.jsp</groupId>
174 <artifactId>jsp-api</artifactId>
177 <groupId>org.mortbay.jetty</groupId>
178 <artifactId>jetty</artifactId>
181 <groupId>com.sun.jersey</groupId>
182 <artifactId>jersey-server</artifactId>
185 <groupId>com.sun.jersey</groupId>
186 <artifactId>jersey-core</artifactId>
189 <groupId>com.sun.jersey</groupId>
190 <artifactId>jersey-json</artifactId>
193 <groupId>javax.servlet</groupId>
194 <artifactId>servlet-api</artifactId>
197 <groupId>tomcat</groupId>
198 <artifactId>jasper-compiler</artifactId>
201 <groupId>tomcat</groupId>
202 <artifactId>jasper-runtime</artifactId>
205 <groupId>com.google.code.findbugs</groupId>
206 <artifactId>jsr305</artifactId>
208 <!--We let hadoop include guava here. It uses it
209 in the Configuration class -->
213 <!--Hadoop2 Uses Guava in Configuration class at least-->
214 <groupId>com.google.guava</groupId>
215 <artifactId>guava</artifactId>
216 <version>${hadoop.guava.version}</version>
219 <groupId>com.google.code.findbugs</groupId>
220 <artifactId>jsr305</artifactId>
225 <!--This module seems to need this.-->
226 <groupId>io.netty</groupId>
227 <artifactId>netty</artifactId>
228 <version>${netty.hadoop.version}</version>
231 <groupId>com.google.code.findbugs</groupId>
232 <artifactId>jsr305</artifactId>
237 <groupId>org.apache.hadoop</groupId>
238 <artifactId>hadoop-mapreduce-client-core</artifactId>
239 <version>${hadoop-two.version}</version>
242 <groupId>javax.servlet</groupId>
243 <artifactId>servlet-api</artifactId>
246 <groupId>javax.inject</groupId>
247 <artifactId>javax.inject</artifactId>
250 <groupId>com.google.guava</groupId>
251 <artifactId>guava</artifactId>
256 <groupId>org.apache.hadoop</groupId>
257 <artifactId>hadoop-distcp</artifactId>
258 <version>${hadoop-two.version}</version>
263 profile for building against Hadoop 3.0.x. Activate using:
264 mvn -Dhadoop.profile=3.0
270 <name>hadoop.profile</name>
275 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
279 <groupId>org.apache.hadoop</groupId>
280 <artifactId>hadoop-common</artifactId>
283 <groupId>org.apache.hadoop</groupId>
284 <artifactId>hadoop-mapreduce-client-core</artifactId>