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>
31 <artifactId>hbase-balancer</artifactId>
32 <name>Apache HBase - Balancer</name>
33 <description>HBase Balancer Support</description>
38 <!-- Make a jar and put the sources in the jar -->
40 <groupId>org.apache.maven.plugins</groupId>
41 <artifactId>maven-source-plugin</artifactId>
44 <!--Make it so assembly:single does nothing in here-->
45 <artifactId>maven-assembly-plugin</artifactId>
47 <skipAssembly>true</skipAssembly>
51 <groupId>net.revelc.code</groupId>
52 <artifactId>warbucks-maven-plugin</artifactId>
55 <groupId>org.apache.maven.plugins</groupId>
56 <artifactId>maven-checkstyle-plugin</artifactId>
58 <failOnViolation>true</failOnViolation>
66 <groupId>org.apache.hbase</groupId>
67 <artifactId>hbase-common</artifactId>
72 <groupId>org.apache.hbase</groupId>
73 <artifactId>hbase-annotations</artifactId>
78 <groupId>org.apache.hbase</groupId>
79 <artifactId>hbase-common</artifactId>
82 <groupId>org.apache.hbase</groupId>
83 <artifactId>hbase-client</artifactId>
86 <groupId>org.slf4j</groupId>
87 <artifactId>slf4j-api</artifactId>
90 <groupId>com.github.stephenc.findbugs</groupId>
91 <artifactId>findbugs-annotations</artifactId>
92 <scope>compile</scope>
93 <optional>true</optional>
96 <groupId>junit</groupId>
97 <artifactId>junit</artifactId>
103 <!-- Profiles for building against different hadoop versions -->
105 <!-- profile for building against Hadoop 2.x. This is the default -->
110 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
112 <name>!hadoop.profile</name>
117 <groupId>org.apache.hadoop</groupId>
118 <artifactId>hadoop-common</artifactId>
123 profile for building against Hadoop 3.0.x. Activate using:
124 mvn -Dhadoop.profile=3.0
130 <name>hadoop.profile</name>
136 <groupId>org.apache.hadoop</groupId>
137 <artifactId>hadoop-common</artifactId>
142 <id>eclipse-specific</id>
145 <name>m2e.version</name>
151 <!--This plugin's configuration is used to store Eclipse m2e settings
152 only. It has no influence on the Maven build itself.-->
154 <groupId>org.eclipse.m2e</groupId>
155 <artifactId>lifecycle-mapping</artifactId>
157 <lifecycleMappingMetadata>
160 </lifecycleMappingMetadata>