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.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 <!-- Intra-project dependencies -->
80 <groupId>org.apache.hbase</groupId>
81 <artifactId>hbase-annotations</artifactId>
86 <groupId>org.apache.hbase</groupId>
87 <artifactId>hbase-client</artifactId>
90 <groupId>org.apache.hbase</groupId>
91 <artifactId>hbase-server</artifactId>
94 <groupId>org.apache.hbase</groupId>
95 <artifactId>hbase-common</artifactId>
98 <groupId>org.apache.hbase</groupId>
99 <artifactId>hbase-procedure</artifactId>
102 <groupId>org.apache.hbase</groupId>
103 <artifactId>hbase-procedure</artifactId>
104 <type>test-jar</type>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-protocol</artifactId>
112 <groupId>org.apache.hbase</groupId>
113 <artifactId>hbase-protocol-shaded</artifactId>
116 <groupId>org.apache.hbase</groupId>
117 <artifactId>hbase-testing-util</artifactId>
120 <!-- General dependencies -->
122 <groupId>org.apache.commons</groupId>
123 <artifactId>commons-lang3</artifactId>
126 <groupId>org.slf4j</groupId>
127 <artifactId>slf4j-api</artifactId>
130 <groupId>org.apache.hbase.thirdparty</groupId>
131 <artifactId>hbase-shaded-miscellaneous</artifactId>
134 <groupId>com.google.protobuf</groupId>
135 <artifactId>protobuf-java</artifactId>
138 <groupId>org.apache.zookeeper</groupId>
139 <artifactId>zookeeper</artifactId>
142 <groupId>log4j</groupId>
143 <artifactId>log4j</artifactId>
147 <groupId>org.mockito</groupId>
148 <artifactId>mockito-core</artifactId>
152 <groupId>junit</groupId>
153 <artifactId>junit</artifactId>
158 <!-- Skip the tests in this module -->
160 <id>skipRSGroupTests</id>
163 <name>skipRSGroupTests</name>
167 <surefire.skipFirstPart>true</surefire.skipFirstPart>
168 <surefire.skipSecondPart>true</surefire.skipSecondPart>
171 <!-- profile against Hadoop 2.x: This is the default. -->
176 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
178 <name>!hadoop.profile</name>
183 <groupId>com.github.stephenc.findbugs</groupId>
184 <artifactId>findbugs-annotations</artifactId>
185 <optional>true</optional>
188 <groupId>org.apache.hadoop</groupId>
189 <artifactId>hadoop-common</artifactId>
192 <groupId>net.java.dev.jets3t</groupId>
193 <artifactId>jets3t</artifactId>
196 <groupId>javax.servlet.jsp</groupId>
197 <artifactId>jsp-api</artifactId>
200 <groupId>org.mortbay.jetty</groupId>
201 <artifactId>jetty</artifactId>
204 <groupId>com.sun.jersey</groupId>
205 <artifactId>jersey-server</artifactId>
208 <groupId>com.sun.jersey</groupId>
209 <artifactId>jersey-core</artifactId>
212 <groupId>com.sun.jersey</groupId>
213 <artifactId>jersey-json</artifactId>
216 <groupId>javax.servlet</groupId>
217 <artifactId>servlet-api</artifactId>
220 <groupId>tomcat</groupId>
221 <artifactId>jasper-compiler</artifactId>
224 <groupId>tomcat</groupId>
225 <artifactId>jasper-runtime</artifactId>
228 <groupId>com.google.code.findbugs</groupId>
229 <artifactId>jsr305</artifactId>
236 profile for building against Hadoop 3.0.x. Activate using:
237 mvn -Dhadoop.profile=3.0
243 <name>hadoop.profile</name>
248 <hadoop.version>3.0-SNAPSHOT</hadoop.version>
252 <groupId>org.apache.hadoop</groupId>
253 <artifactId>hadoop-common</artifactId>
258 <id>eclipse-specific</id>
261 <name>m2e.version</name>
267 <!--This plugin's configuration is used to store Eclipse m2e settings
268 only. It has no influence on the Maven build itself.-->
270 <groupId>org.eclipse.m2e</groupId>
271 <artifactId>lifecycle-mapping</artifactId>
273 <lifecycleMappingMetadata>
276 </lifecycleMappingMetadata>