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-endpoint</artifactId>
30 <name>Apache HBase - Coprocessor Endpoint</name>
31 <description>HBase Coprocessor Endpoint implementations</description>
34 <maven.javadoc.skip>true</maven.javadoc.skip>
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>
65 <groupId>org.apache.hbase.thirdparty</groupId>
66 <artifactId>hbase-shaded-protobuf</artifactId>
69 <groupId>org.apache.hbase.thirdparty</groupId>
70 <artifactId>hbase-shaded-miscellaneous</artifactId>
73 <groupId>org.apache.hbase</groupId>
74 <artifactId>hbase-annotations</artifactId>
79 <groupId>org.apache.hbase</groupId>
80 <artifactId>hbase-logging</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-common</artifactId>
89 <groupId>org.apache.hbase</groupId>
90 <artifactId>hbase-common</artifactId>
95 <groupId>org.apache.hbase</groupId>
96 <artifactId>hbase-hadoop-compat</artifactId>
99 <groupId>org.apache.hbase</groupId>
100 <artifactId>hbase-hadoop-compat</artifactId>
101 <type>test-jar</type>
105 <groupId>org.apache.hbase</groupId>
106 <artifactId>hbase-protocol-shaded</artifactId>
109 <groupId>org.apache.hbase</groupId>
110 <artifactId>hbase-client</artifactId>
112 <!--Some of the CPEPs use hbase server-side internals; they shouldn't!-->
114 <groupId>org.apache.hbase</groupId>
115 <artifactId>hbase-zookeeper</artifactId>
118 <groupId>org.apache.hbase</groupId>
119 <artifactId>hbase-zookeeper</artifactId>
120 <type>test-jar</type>
124 <groupId>org.bouncycastle</groupId>
125 <artifactId>bcprov-jdk15on</artifactId>
129 <groupId>org.apache.hbase</groupId>
130 <artifactId>hbase-server</artifactId>
133 <groupId>org.apache.hbase</groupId>
134 <artifactId>hbase-server</artifactId>
135 <type>test-jar</type>
139 <groupId>org.apache.hbase</groupId>
140 <artifactId>hbase-asyncfs</artifactId>
141 <type>test-jar</type>
145 <groupId>org.apache.hbase</groupId>
146 <artifactId>hbase-http</artifactId>
147 <type>test-jar</type>
150 <!-- The coprocessor.Export needs mapreduce.Import and mapreduce.Export to run the unit tests -->
151 <!-- see org.apache.hadoop.hbase.coprocessor.TestImportExport -->
153 <groupId>org.apache.hbase</groupId>
154 <artifactId>hbase-mapreduce</artifactId>
157 <groupId>org.apache.hbase</groupId>
158 <artifactId>hbase-mapreduce</artifactId>
159 <type>test-jar</type>
163 <groupId>org.apache.hadoop</groupId>
164 <artifactId>hadoop-minikdc</artifactId>
167 <!-- General dependencies -->
169 <groupId>org.slf4j</groupId>
170 <artifactId>slf4j-api</artifactId>
173 <groupId>org.apache.curator</groupId>
174 <artifactId>curator-client</artifactId>
177 <groupId>junit</groupId>
178 <artifactId>junit</artifactId>
182 <groupId>org.mockito</groupId>
183 <artifactId>mockito-core</artifactId>
187 <groupId>org.slf4j</groupId>
188 <artifactId>jcl-over-slf4j</artifactId>
192 <groupId>org.slf4j</groupId>
193 <artifactId>jul-to-slf4j</artifactId>
197 <groupId>org.slf4j</groupId>
198 <artifactId>slf4j-log4j12</artifactId>
202 <groupId>log4j</groupId>
203 <artifactId>log4j</artifactId>
208 <!-- Skip the tests in this module -->
210 <id>skipRpcTests</id>
213 <name>skipRpcTests</name>
217 <surefire.skipFirstPart>true</surefire.skipFirstPart>
218 <surefire.skipSecondPart>true</surefire.skipSecondPart>
221 <!-- Profiles for building against different hadoop versions -->
222 <!-- There are a lot of common dependencies used here, should investigate
223 if we can combine these profiles somehow -->
224 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
228 <property><name>!hadoop.profile</name></property>
232 <groupId>org.apache.hadoop</groupId>
233 <artifactId>hadoop-common</artifactId>
236 <groupId>org.apache.hadoop</groupId>
237 <artifactId>hadoop-minicluster</artifactId>
240 <groupId>com.google.guava</groupId>
241 <artifactId>guava</artifactId>
244 <groupId>javax.xml.bind.</groupId>
245 <artifactId>jaxb-api</artifactId>
248 <groupId>javax.ws.rs</groupId>
249 <artifactId>jsr311-api</artifactId>
253 <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
255 <groupId>io.netty</groupId>
256 <artifactId>netty</artifactId>
257 <version>3.6.2.Final</version>
263 <id>eclipse-specific</id>
266 <name>m2e.version</name>
272 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
274 <groupId>org.eclipse.m2e</groupId>
275 <artifactId>lifecycle-mapping</artifactId>
276 <version>1.0.0</version>
278 <lifecycleMappingMetadata>
281 <pluginExecutionFilter>
282 <groupId>org.apache.hadoop</groupId>
283 <artifactId>hadoop-maven-plugins</artifactId>
284 <versionRange>[2.0.5-alpha,)</versionRange>
288 </pluginExecutionFilter>
294 </lifecycleMappingMetadata>