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>
101 <groupId>org.slf4j</groupId>
102 <artifactId>jcl-over-slf4j</artifactId>
106 <groupId>org.slf4j</groupId>
107 <artifactId>jul-to-slf4j</artifactId>
111 <groupId>org.slf4j</groupId>
112 <artifactId>slf4j-log4j12</artifactId>
116 <groupId>log4j</groupId>
117 <artifactId>log4j</artifactId>
123 <!-- Profiles for building against different hadoop versions -->
127 <property><name>!hadoop.profile</name></property>
131 <groupId>org.apache.hadoop</groupId>
132 <artifactId>hadoop-common</artifactId>
137 <id>eclipse-specific</id>
140 <name>m2e.version</name>
146 <!--This plugin's configuration is used to store Eclipse m2e settings
147 only. It has no influence on the Maven build itself.-->
149 <groupId>org.eclipse.m2e</groupId>
150 <artifactId>lifecycle-mapping</artifactId>
152 <lifecycleMappingMetadata>
155 </lifecycleMappingMetadata>