2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://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-rsgroup</artifactId>
30 <name>Apache HBase - RSGroup</name>
31 <description>Regionserver Groups 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>org.apache.maven.plugins</groupId>
48 <artifactId>maven-checkstyle-plugin</artifactId>
50 <failOnViolation>true</failOnViolation>
54 <groupId>net.revelc.code</groupId>
55 <artifactId>warbucks-maven-plugin</artifactId>
60 <!-- Intra-project dependencies -->
62 <groupId>org.apache.hbase</groupId>
63 <artifactId>hbase-annotations</artifactId>
68 <groupId>org.apache.hbase</groupId>
69 <artifactId>hbase-client</artifactId>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-server</artifactId>
76 <groupId>org.apache.hbase</groupId>
77 <artifactId>hbase-common</artifactId>
80 <groupId>org.apache.hbase</groupId>
81 <artifactId>hbase-procedure</artifactId>
84 <groupId>org.apache.hbase</groupId>
85 <artifactId>hbase-procedure</artifactId>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-protocol</artifactId>
94 <groupId>org.apache.hbase</groupId>
95 <artifactId>hbase-protocol-shaded</artifactId>
98 <groupId>org.apache.hbase</groupId>
99 <artifactId>hbase-testing-util</artifactId>
102 <!-- General dependencies -->
104 <groupId>org.apache.commons</groupId>
105 <artifactId>commons-lang3</artifactId>
108 <groupId>org.slf4j</groupId>
109 <artifactId>slf4j-api</artifactId>
112 <groupId>org.apache.hbase.thirdparty</groupId>
113 <artifactId>hbase-shaded-miscellaneous</artifactId>
116 <groupId>org.apache.zookeeper</groupId>
117 <artifactId>zookeeper</artifactId>
120 <groupId>log4j</groupId>
121 <artifactId>log4j</artifactId>
125 <groupId>org.mockito</groupId>
126 <artifactId>mockito-core</artifactId>
130 <groupId>junit</groupId>
131 <artifactId>junit</artifactId>
136 <!-- Skip the tests in this module -->
138 <id>skipRSGroupTests</id>
141 <name>skipRSGroupTests</name>
145 <surefire.skipFirstPart>true</surefire.skipFirstPart>
146 <surefire.skipSecondPart>true</surefire.skipSecondPart>
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>com.github.stephenc.findbugs</groupId>
162 <artifactId>findbugs-annotations</artifactId>
163 <optional>true</optional>
166 <groupId>org.apache.hadoop</groupId>
167 <artifactId>hadoop-common</artifactId>
170 <groupId>net.java.dev.jets3t</groupId>
171 <artifactId>jets3t</artifactId>
174 <groupId>javax.servlet.jsp</groupId>
175 <artifactId>jsp-api</artifactId>
178 <groupId>org.mortbay.jetty</groupId>
179 <artifactId>jetty</artifactId>
182 <groupId>com.sun.jersey</groupId>
183 <artifactId>jersey-server</artifactId>
186 <groupId>com.sun.jersey</groupId>
187 <artifactId>jersey-core</artifactId>
190 <groupId>com.sun.jersey</groupId>
191 <artifactId>jersey-json</artifactId>
194 <groupId>javax.servlet</groupId>
195 <artifactId>servlet-api</artifactId>
198 <groupId>tomcat</groupId>
199 <artifactId>jasper-compiler</artifactId>
202 <groupId>tomcat</groupId>
203 <artifactId>jasper-runtime</artifactId>
206 <groupId>com.google.code.findbugs</groupId>
207 <artifactId>jsr305</artifactId>
214 profile for building against Hadoop 3.0.x. Activate using:
215 mvn -Dhadoop.profile=3.0
221 <name>hadoop.profile</name>
226 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
230 <groupId>org.apache.hadoop</groupId>
231 <artifactId>hadoop-common</artifactId>
236 <id>eclipse-specific</id>
239 <name>m2e.version</name>
245 <!--This plugin's configuration is used to store Eclipse m2e settings
246 only. It has no influence on the Maven build itself.-->
248 <groupId>org.eclipse.m2e</groupId>
249 <artifactId>lifecycle-mapping</artifactId>
251 <lifecycleMappingMetadata>
254 </lifecycleMappingMetadata>