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-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>
57 <additionalProtoPathElements>
58 <additionalProtoPathElement>${basedir}/../hbase-protocol/src/main/protobuf</additionalProtoPathElement>
59 </additionalProtoPathElements>
65 <groupId>org.apache.maven.plugins</groupId>
66 <artifactId>maven-checkstyle-plugin</artifactId>
68 <failOnViolation>true</failOnViolation>
72 <groupId>net.revelc.code</groupId>
73 <artifactId>warbucks-maven-plugin</artifactId>
78 <!--This plugin's configuration is used to store Eclipse m2e settings
79 only. It has no influence on the Maven build itself.-->
81 <groupId>org.eclipse.m2e</groupId>
82 <artifactId>lifecycle-mapping</artifactId>
84 <lifecycleMappingMetadata>
87 </lifecycleMappingMetadata>
94 <!-- Intra-project dependencies -->
96 <groupId>org.apache.hbase</groupId>
97 <artifactId>hbase-annotations</artifactId>
102 <groupId>org.apache.hbase</groupId>
103 <artifactId>hbase-client</artifactId>
106 <groupId>org.apache.hbase</groupId>
107 <artifactId>hbase-server</artifactId>
110 <groupId>org.apache.hbase</groupId>
111 <artifactId>hbase-common</artifactId>
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-procedure</artifactId>
118 <groupId>org.apache.hbase</groupId>
119 <artifactId>hbase-protocol</artifactId>
122 <groupId>org.apache.hbase</groupId>
123 <artifactId>hbase-protocol-shaded</artifactId>
126 <groupId>org.apache.hbase</groupId>
127 <artifactId>hbase-testing-util</artifactId>
130 <!-- General dependencies -->
132 <groupId>org.apache.commons</groupId>
133 <artifactId>commons-lang3</artifactId>
136 <groupId>org.slf4j</groupId>
137 <artifactId>slf4j-api</artifactId>
140 <groupId>org.apache.hbase.thirdparty</groupId>
141 <artifactId>hbase-shaded-miscellaneous</artifactId>
144 <groupId>com.google.protobuf</groupId>
145 <artifactId>protobuf-java</artifactId>
148 <groupId>org.apache.zookeeper</groupId>
149 <artifactId>zookeeper</artifactId>
152 <groupId>log4j</groupId>
153 <artifactId>log4j</artifactId>
157 <groupId>org.mockito</groupId>
158 <artifactId>mockito-core</artifactId>
162 <groupId>junit</groupId>
163 <artifactId>junit</artifactId>
168 <!-- Skip the tests in this module -->
170 <id>skipRSGroupTests</id>
173 <name>skipRSGroupTests</name>
177 <surefire.skipFirstPart>true</surefire.skipFirstPart>
178 <surefire.skipSecondPart>true</surefire.skipSecondPart>
181 <!-- profile against Hadoop 2.x: This is the default. -->
186 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
188 <name>!hadoop.profile</name>
193 <groupId>com.github.stephenc.findbugs</groupId>
194 <artifactId>findbugs-annotations</artifactId>
195 <optional>true</optional>
198 <groupId>org.apache.hadoop</groupId>
199 <artifactId>hadoop-common</artifactId>
202 <groupId>net.java.dev.jets3t</groupId>
203 <artifactId>jets3t</artifactId>
206 <groupId>javax.servlet.jsp</groupId>
207 <artifactId>jsp-api</artifactId>
210 <groupId>org.mortbay.jetty</groupId>
211 <artifactId>jetty</artifactId>
214 <groupId>com.sun.jersey</groupId>
215 <artifactId>jersey-server</artifactId>
218 <groupId>com.sun.jersey</groupId>
219 <artifactId>jersey-core</artifactId>
222 <groupId>com.sun.jersey</groupId>
223 <artifactId>jersey-json</artifactId>
226 <groupId>javax.servlet</groupId>
227 <artifactId>servlet-api</artifactId>
230 <groupId>tomcat</groupId>
231 <artifactId>jasper-compiler</artifactId>
234 <groupId>tomcat</groupId>
235 <artifactId>jasper-runtime</artifactId>
238 <groupId>com.google.code.findbugs</groupId>
239 <artifactId>jsr305</artifactId>
246 profile for building against Hadoop 3.0.x. Activate using:
247 mvn -Dhadoop.profile=3.0
253 <name>hadoop.profile</name>
258 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
262 <groupId>org.apache.hadoop</groupId>
263 <artifactId>hadoop-common</artifactId>