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-procedure</artifactId>
31 <name>Apache HBase - Procedure</name>
32 <description>Procedure Framework</description>
37 <!-- Make a jar and put the sources in the jar -->
39 <groupId>org.apache.maven.plugins</groupId>
40 <artifactId>maven-source-plugin</artifactId>
43 <!--Make it so assembly:single does nothing in here-->
44 <artifactId>maven-assembly-plugin</artifactId>
46 <skipAssembly>true</skipAssembly>
50 <groupId>net.revelc.code</groupId>
51 <artifactId>warbucks-maven-plugin</artifactId>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-checkstyle-plugin</artifactId>
57 <failOnViolation>true</failOnViolation>
65 <groupId>org.apache.hbase</groupId>
66 <artifactId>hbase-common</artifactId>
71 <groupId>org.apache.hbase</groupId>
72 <artifactId>hbase-annotations</artifactId>
77 <groupId>org.apache.hbase.thirdparty</groupId>
78 <artifactId>hbase-shaded-protobuf</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-protocol-shaded</artifactId>
85 <groupId>org.apache.hbase</groupId>
86 <artifactId>hbase-common</artifactId>
89 <groupId>org.apache.hbase.thirdparty</groupId>
90 <artifactId>hbase-shaded-miscellaneous</artifactId>
93 <groupId>org.slf4j</groupId>
94 <artifactId>slf4j-api</artifactId>
97 <groupId>com.github.stephenc.findbugs</groupId>
98 <artifactId>findbugs-annotations</artifactId>
99 <scope>compile</scope>
100 <optional>true</optional>
103 <groupId>junit</groupId>
104 <artifactId>junit</artifactId>
108 <groupId>org.apache.hbase</groupId>
109 <artifactId>hbase-metrics-api</artifactId>
112 <groupId>org.mockito</groupId>
113 <artifactId>mockito-core</artifactId>
119 <!-- Skip the tests in this module -->
121 <id>skipProcedureTests</id>
124 <name>skipProcedureTests</name>
128 <surefire.skipFirstPart>true</surefire.skipFirstPart>
129 <surefire.skipSecondPart>true</surefire.skipSecondPart>
132 <!-- Profiles for building against different hadoop versions -->
133 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
137 <property><name>!hadoop.profile</name></property>
141 <groupId>org.apache.hadoop</groupId>
142 <artifactId>hadoop-common</artifactId>