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>
30 <artifactId>hbase-hadoop-compat</artifactId>
31 <name>Apache HBase - Hadoop Compatibility</name>
33 Interfaces to be implemented in order to smooth
34 over hadoop version differences
41 <!--Make it so assembly:single does nothing in here-->
42 <artifactId>maven-assembly-plugin</artifactId>
44 <skipAssembly>true</skipAssembly>
47 <!-- Make a jar and put the sources in the jar -->
49 <groupId>org.apache.maven.plugins</groupId>
50 <artifactId>maven-source-plugin</artifactId>
53 <groupId>org.apache.maven.plugins</groupId>
54 <artifactId>maven-checkstyle-plugin</artifactId>
56 <failOnViolation>true</failOnViolation>
60 <groupId>net.revelc.code</groupId>
61 <artifactId>warbucks-maven-plugin</artifactId>
68 <groupId>org.apache.hbase</groupId>
69 <artifactId>hbase-annotations</artifactId>
74 <groupId>org.apache.hbase</groupId>
75 <artifactId>hbase-common</artifactId>
80 <groupId>org.apache.hbase.thirdparty</groupId>
81 <artifactId>hbase-shaded-miscellaneous</artifactId>
83 <!-- General dependencies -->
85 <groupId>org.slf4j</groupId>
86 <artifactId>slf4j-api</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-metrics-api</artifactId>
93 <groupId>junit</groupId>
94 <artifactId>junit</artifactId>
100 <!-- Skip the tests in this module -->
102 <id>skipHadoopCompatTests</id>
105 <name>skipHadoopCompatTests</name>
109 <surefire.skipFirstPart>true</surefire.skipFirstPart>
110 <surefire.skipSecondPart>true</surefire.skipSecondPart>
114 <id>eclipse-specific</id>
117 <name>m2e.version</name>
123 <!--This plugin's configuration is used to store Eclipse m2e settings
124 only. It has no influence on the Maven build itself.-->
126 <groupId>org.eclipse.m2e</groupId>
127 <artifactId>lifecycle-mapping</artifactId>
129 <lifecycleMappingMetadata>
132 </lifecycleMappingMetadata>