2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
14 * http://www.apache.org/licenses/LICENSE-2.0
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
23 <modelVersion>4.0.0</modelVersion>
25 <artifactId>hbase-build-configuration</artifactId>
26 <groupId>org.apache.hbase</groupId>
27 <version>3.0.0-SNAPSHOT</version>
28 <relativePath>../hbase-build-configuration</relativePath>
30 <artifactId>hbase-replication</artifactId>
31 <name>Apache HBase - Replication</name>
32 <description>HBase Replication Support</description>
37 <!--Make it so assembly:single does nothing in here-->
38 <artifactId>maven-assembly-plugin</artifactId>
40 <skipAssembly>true</skipAssembly>
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 <groupId>org.apache.maven.plugins</groupId>
50 <artifactId>maven-checkstyle-plugin</artifactId>
52 <failOnViolation>true</failOnViolation>
56 <groupId>net.revelc.code</groupId>
57 <artifactId>warbucks-maven-plugin</artifactId>
62 <!--This plugin's configuration is used to store Eclipse m2e settings
63 only. It has no influence on the Maven build itself.-->
65 <groupId>org.eclipse.m2e</groupId>
66 <artifactId>lifecycle-mapping</artifactId>
67 <version>1.0.0</version>
69 <lifecycleMappingMetadata>
72 </lifecycleMappingMetadata>
81 <groupId>org.apache.hbase.thirdparty</groupId>
82 <artifactId>hbase-shaded-miscellaneous</artifactId>
85 <groupId>org.apache.hbase.thirdparty</groupId>
86 <artifactId>hbase-shaded-protobuf</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-annotations</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-protocol-shaded</artifactId>
99 <groupId>org.apache.hbase</groupId>
100 <artifactId>hbase-common</artifactId>
102 <!-- Intra-project dependencies -->
104 <groupId>org.apache.hbase</groupId>
105 <artifactId>hbase-client</artifactId>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-zookeeper</artifactId>
112 <groupId>org.apache.hbase</groupId>
113 <artifactId>hbase-common</artifactId>
114 <type>test-jar</type>
118 <groupId>org.apache.hbase</groupId>
119 <artifactId>hbase-zookeeper</artifactId>
120 <type>test-jar</type>
123 <!-- General dependencies -->
125 <groupId>org.apache.commons</groupId>
126 <artifactId>commons-lang3</artifactId>
129 <groupId>org.slf4j</groupId>
130 <artifactId>slf4j-api</artifactId>
133 <groupId>org.apache.zookeeper</groupId>
134 <artifactId>zookeeper</artifactId>
137 <groupId>junit</groupId>
138 <artifactId>junit</artifactId>
144 <!-- profile against Hadoop 2.x: This is the default. -->
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>
159 <groupId>net.java.dev.jets3t</groupId>
160 <artifactId>jets3t</artifactId>
163 <groupId>javax.servlet.jsp</groupId>
164 <artifactId>jsp-api</artifactId>
167 <groupId>org.mortbay.jetty</groupId>
168 <artifactId>jetty</artifactId>
171 <groupId>com.sun.jersey</groupId>
172 <artifactId>jersey-server</artifactId>
175 <groupId>com.sun.jersey</groupId>
176 <artifactId>jersey-core</artifactId>
179 <groupId>com.sun.jersey</groupId>
180 <artifactId>jersey-json</artifactId>
183 <groupId>javax.servlet</groupId>
184 <artifactId>servlet-api</artifactId>
187 <groupId>tomcat</groupId>
188 <artifactId>jasper-compiler</artifactId>
191 <groupId>tomcat</groupId>
192 <artifactId>jasper-runtime</artifactId>
195 <groupId>com.google.code.findbugs</groupId>
196 <artifactId>jsr305</artifactId>
204 profile for building against Hadoop 3.0.x. Activate using:
205 mvn -Dhadoop.profile=3.0
211 <name>hadoop.profile</name>
216 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
220 <groupId>org.apache.hadoop</groupId>
221 <artifactId>hadoop-common</artifactId>