2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://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>
64 <groupId>org.apache.hbase.thirdparty</groupId>
65 <artifactId>hbase-shaded-miscellaneous</artifactId>
68 <groupId>org.apache.hbase.thirdparty</groupId>
69 <artifactId>hbase-shaded-protobuf</artifactId>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-annotations</artifactId>
78 <groupId>org.apache.hbase</groupId>
79 <artifactId>hbase-protocol-shaded</artifactId>
82 <groupId>org.apache.hbase</groupId>
83 <artifactId>hbase-common</artifactId>
85 <!-- Intra-project dependencies -->
87 <groupId>org.apache.hbase</groupId>
88 <artifactId>hbase-client</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-zookeeper</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-common</artifactId>
101 <groupId>org.apache.hbase</groupId>
102 <artifactId>hbase-zookeeper</artifactId>
103 <type>test-jar</type>
106 <!-- General dependencies -->
108 <groupId>org.apache.commons</groupId>
109 <artifactId>commons-lang3</artifactId>
112 <groupId>org.slf4j</groupId>
113 <artifactId>slf4j-api</artifactId>
116 <groupId>org.apache.zookeeper</groupId>
117 <artifactId>zookeeper</artifactId>
120 <groupId>junit</groupId>
121 <artifactId>junit</artifactId>
127 <!-- profile against Hadoop 2.x: This is the default. -->
132 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
133 <!--h2--><name>!hadoop.profile</name>
138 <groupId>org.apache.hadoop</groupId>
139 <artifactId>hadoop-common</artifactId>
142 <groupId>net.java.dev.jets3t</groupId>
143 <artifactId>jets3t</artifactId>
146 <groupId>javax.servlet.jsp</groupId>
147 <artifactId>jsp-api</artifactId>
150 <groupId>org.mortbay.jetty</groupId>
151 <artifactId>jetty</artifactId>
154 <groupId>com.sun.jersey</groupId>
155 <artifactId>jersey-server</artifactId>
158 <groupId>com.sun.jersey</groupId>
159 <artifactId>jersey-core</artifactId>
162 <groupId>com.sun.jersey</groupId>
163 <artifactId>jersey-json</artifactId>
166 <groupId>javax.servlet</groupId>
167 <artifactId>servlet-api</artifactId>
170 <groupId>tomcat</groupId>
171 <artifactId>jasper-compiler</artifactId>
174 <groupId>tomcat</groupId>
175 <artifactId>jasper-runtime</artifactId>
178 <groupId>com.google.code.findbugs</groupId>
179 <artifactId>jsr305</artifactId>
187 profile for building against Hadoop 3.0.x. Activate using:
188 mvn -Dhadoop.profile=3.0
194 <name>hadoop.profile</name>
199 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
203 <groupId>org.apache.hadoop</groupId>
204 <artifactId>hadoop-common</artifactId>
209 <id>eclipse-specific</id>
212 <name>m2e.version</name>
218 <!--This plugin's configuration is used to store Eclipse m2e settings
219 only. It has no influence on the Maven build itself.-->
221 <groupId>org.eclipse.m2e</groupId>
222 <artifactId>lifecycle-mapping</artifactId>
224 <lifecycleMappingMetadata>
227 </lifecycleMappingMetadata>