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>2.4.3</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.xolstice.maven.plugins</groupId>
48 <artifactId>protobuf-maven-plugin</artifactId>
51 <id>compile-protoc</id>
52 <phase>generate-sources</phase>
60 <groupId>org.apache.maven.plugins</groupId>
61 <artifactId>maven-checkstyle-plugin</artifactId>
63 <failOnViolation>true</failOnViolation>
67 <groupId>net.revelc.code</groupId>
68 <artifactId>warbucks-maven-plugin</artifactId>
73 <!-- Intra-project dependencies -->
75 <groupId>org.apache.hbase</groupId>
76 <artifactId>hbase-annotations</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-logging</artifactId>
87 <groupId>org.apache.hbase</groupId>
88 <artifactId>hbase-client</artifactId>
91 <groupId>org.apache.hbase</groupId>
92 <artifactId>hbase-server</artifactId>
95 <groupId>javax.xml.bind</groupId>
96 <artifactId>jaxb-api</artifactId>
99 <groupId>javax.ws.rs</groupId>
100 <artifactId>jsr311-api</artifactId>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-common</artifactId>
109 <groupId>org.apache.hbase</groupId>
110 <artifactId>hbase-procedure</artifactId>
113 <groupId>org.apache.hbase</groupId>
114 <artifactId>hbase-procedure</artifactId>
115 <type>test-jar</type>
119 <groupId>org.apache.hbase</groupId>
120 <artifactId>hbase-protocol</artifactId>
123 <groupId>org.apache.hbase</groupId>
124 <artifactId>hbase-protocol-shaded</artifactId>
127 <groupId>org.apache.hbase</groupId>
128 <artifactId>hbase-testing-util</artifactId>
132 <groupId>com.google.guava</groupId>
133 <artifactId>guava</artifactId>
136 <groupId>javax.xml.bind</groupId>
137 <artifactId>jaxb-api</artifactId>
141 <!-- General dependencies -->
143 <groupId>com.github.stephenc.findbugs</groupId>
144 <artifactId>findbugs-annotations</artifactId>
145 <scope>compile</scope>
146 <optional>true</optional>
149 <groupId>org.apache.commons</groupId>
150 <artifactId>commons-lang3</artifactId>
153 <groupId>org.slf4j</groupId>
154 <artifactId>slf4j-api</artifactId>
157 <groupId>org.apache.hbase.thirdparty</groupId>
158 <artifactId>hbase-shaded-miscellaneous</artifactId>
161 <groupId>com.google.protobuf</groupId>
162 <artifactId>protobuf-java</artifactId>
165 <groupId>org.apache.zookeeper</groupId>
166 <artifactId>zookeeper</artifactId>
169 <groupId>org.mockito</groupId>
170 <artifactId>mockito-core</artifactId>
174 <groupId>org.slf4j</groupId>
175 <artifactId>jcl-over-slf4j</artifactId>
179 <groupId>org.slf4j</groupId>
180 <artifactId>jul-to-slf4j</artifactId>
184 <groupId>org.slf4j</groupId>
185 <artifactId>slf4j-log4j12</artifactId>
189 <groupId>log4j</groupId>
190 <artifactId>log4j</artifactId>
194 <groupId>junit</groupId>
195 <artifactId>junit</artifactId>
200 <!-- Skip the tests in this module -->
202 <id>skipRSGroupTests</id>
205 <name>skipRSGroupTests</name>
209 <surefire.skipFirstPart>true</surefire.skipFirstPart>
210 <surefire.skipSecondPart>true</surefire.skipSecondPart>
213 <!-- profile against Hadoop 2.x: This is the default. -->
218 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
220 <name>!hadoop.profile</name>
225 <groupId>org.apache.hadoop</groupId>
226 <artifactId>hadoop-common</artifactId>
229 <groupId>net.java.dev.jets3t</groupId>
230 <artifactId>jets3t</artifactId>
233 <groupId>javax.servlet.jsp</groupId>
234 <artifactId>jsp-api</artifactId>
237 <groupId>org.mortbay.jetty</groupId>
238 <artifactId>jetty</artifactId>
241 <groupId>com.sun.jersey</groupId>
242 <artifactId>jersey-server</artifactId>
245 <groupId>com.sun.jersey</groupId>
246 <artifactId>jersey-core</artifactId>
249 <groupId>com.sun.jersey</groupId>
250 <artifactId>jersey-json</artifactId>
253 <groupId>javax.servlet</groupId>
254 <artifactId>servlet-api</artifactId>
257 <groupId>tomcat</groupId>
258 <artifactId>jasper-compiler</artifactId>
261 <groupId>tomcat</groupId>
262 <artifactId>jasper-runtime</artifactId>
265 <groupId>com.google.code.findbugs</groupId>
266 <artifactId>jsr305</artifactId>
273 profile for building against Hadoop 3.0.x. Activate using:
274 mvn -Dhadoop.profile=3.0
280 <name>hadoop.profile</name>
285 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
289 <groupId>org.apache.hadoop</groupId>
290 <artifactId>hadoop-common</artifactId>
295 <id>eclipse-specific</id>
298 <name>m2e.version</name>
304 <!--This plugin's configuration is used to store Eclipse m2e settings
305 only. It has no influence on the Maven build itself.-->
307 <groupId>org.eclipse.m2e</groupId>
308 <artifactId>lifecycle-mapping</artifactId>
310 <lifecycleMappingMetadata>
313 </lifecycleMappingMetadata>