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 <!--Make it so assembly:single does nothing in here-->
36 <artifactId>maven-assembly-plugin</artifactId>
38 <skipAssembly>true</skipAssembly>
41 <!-- Make a jar and put the sources in the jar -->
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-source-plugin</artifactId>
47 <groupId>net.revelc.code</groupId>
48 <artifactId>warbucks-maven-plugin</artifactId>
53 <!--This plugin's configuration is used to store Eclipse m2e settings
54 only. It has no influence on the Maven build itself.-->
56 <groupId>org.eclipse.m2e</groupId>
57 <artifactId>lifecycle-mapping</artifactId>
59 <lifecycleMappingMetadata>
62 </lifecycleMappingMetadata>
69 <!-- Intra-project dependencies -->
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-annotations</artifactId>
77 <groupId>org.apache.hbase</groupId>
78 <artifactId>hbase-client</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-server</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-server</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-mapreduce</artifactId>
97 <groupId>org.apache.hbase</groupId>
98 <artifactId>hbase-mapreduce</artifactId>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-common</artifactId>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-protocol-shaded</artifactId>
109 <groupId>org.apache.hbase</groupId>
110 <artifactId>hbase-testing-util</artifactId>
113 <!-- General dependencies -->
115 <groupId>org.apache.commons</groupId>
116 <artifactId>commons-lang3</artifactId>
119 <groupId>org.slf4j</groupId>
120 <artifactId>slf4j-api</artifactId>
123 <groupId>org.apache.hbase.thirdparty</groupId>
124 <artifactId>hbase-shaded-miscellaneous</artifactId>
127 <groupId>org.apache.zookeeper</groupId>
128 <artifactId>zookeeper</artifactId>
132 <groupId>log4j</groupId>
133 <artifactId>log4j</artifactId>
136 <groupId>junit</groupId>
137 <artifactId>junit</artifactId>
142 <!-- profile against Hadoop 2.x: This is the default. -->
147 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
149 <name>!hadoop.profile</name>
154 <groupId>org.apache.hadoop</groupId>
155 <artifactId>hadoop-common</artifactId>
158 <groupId>net.java.dev.jets3t</groupId>
159 <artifactId>jets3t</artifactId>
162 <groupId>javax.servlet.jsp</groupId>
163 <artifactId>jsp-api</artifactId>
166 <groupId>org.mortbay.jetty</groupId>
167 <artifactId>jetty</artifactId>
170 <groupId>com.sun.jersey</groupId>
171 <artifactId>jersey-server</artifactId>
174 <groupId>com.sun.jersey</groupId>
175 <artifactId>jersey-core</artifactId>
178 <groupId>com.sun.jersey</groupId>
179 <artifactId>jersey-json</artifactId>
182 <groupId>javax.servlet</groupId>
183 <artifactId>servlet-api</artifactId>
186 <groupId>tomcat</groupId>
187 <artifactId>jasper-compiler</artifactId>
190 <groupId>tomcat</groupId>
191 <artifactId>jasper-runtime</artifactId>
194 <groupId>com.google.code.findbugs</groupId>
195 <artifactId>jsr305</artifactId>
197 <!--We let hadoop include guava here. It uses it
198 in the Configuration class -->
202 <!--Hadoop2 Uses Guava in Configuration class at least-->
203 <groupId>com.google.guava</groupId>
204 <artifactId>guava</artifactId>
205 <version>${hadoop.guava.version}</version>
208 <groupId>com.google.code.findbugs</groupId>
209 <artifactId>jsr305</artifactId>
214 <!--This module seems to need this.-->
215 <groupId>io.netty</groupId>
216 <artifactId>netty</artifactId>
217 <version>${netty.hadoop.version}</version>
220 <groupId>com.google.code.findbugs</groupId>
221 <artifactId>jsr305</artifactId>
226 <groupId>org.apache.hadoop</groupId>
227 <artifactId>hadoop-mapreduce-client-core</artifactId>
228 <version>${hadoop-two.version}</version>
231 <groupId>javax.servlet</groupId>
232 <artifactId>servlet-api</artifactId>
235 <groupId>javax.inject</groupId>
236 <artifactId>javax.inject</artifactId>
239 <groupId>com.google.guava</groupId>
240 <artifactId>guava</artifactId>
245 <groupId>org.apache.hadoop</groupId>
246 <artifactId>hadoop-distcp</artifactId>
247 <version>${hadoop-two.version}</version>
252 profile for building against Hadoop 3.0.x. Activate using:
253 mvn -Dhadoop.profile=3.0
259 <name>hadoop.profile</name>
265 <groupId>org.apache.hadoop</groupId>
266 <artifactId>hadoop-common</artifactId>
269 <groupId>org.apache.hadoop</groupId>
270 <artifactId>hadoop-mapreduce-client-core</artifactId>
273 <groupId>org.apache.hadoop</groupId>
274 <artifactId>hadoop-distcp</artifactId>
275 <version>${hadoop.version}</version>