2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-site-plugin</artifactId>
44 <!-- Make a jar and put the sources in the jar -->
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-source-plugin</artifactId>
50 <!--Make it so assembly:single does nothing in here-->
51 <artifactId>maven-assembly-plugin</artifactId>
53 <skipAssembly>true</skipAssembly>
61 <groupId>org.apache.hbase</groupId>
62 <artifactId>hbase-common</artifactId>
63 <version>${project.version}</version>
64 <classifier>tests</classifier>
67 <groupId>org.apache.hbase</groupId>
68 <artifactId>hbase-annotations</artifactId>
73 <groupId>org.apache.hbase.thirdparty</groupId>
74 <artifactId>hbase-shaded-protobuf</artifactId>
77 <groupId>org.apache.hbase</groupId>
78 <artifactId>hbase-protocol-shaded</artifactId>
81 <groupId>org.apache.hbase</groupId>
82 <artifactId>hbase-common</artifactId>
85 <groupId>org.apache.hbase.thirdparty</groupId>
86 <artifactId>hbase-shaded-miscellaneous</artifactId>
89 <groupId>commons-logging</groupId>
90 <artifactId>commons-logging</artifactId>
93 <groupId>commons-cli</groupId>
94 <artifactId>commons-cli</artifactId>
97 <groupId>com.github.stephenc.findbugs</groupId>
98 <artifactId>findbugs-annotations</artifactId>
99 <scope>compile</scope>
102 <groupId>junit</groupId>
103 <artifactId>junit</artifactId>
107 <groupId>org.apache.hbase</groupId>
108 <artifactId>hbase-metrics-api</artifactId>
111 <groupId>org.apache.commons</groupId>
112 <artifactId>commons-collections4</artifactId>
117 <!-- Skip the tests in this module -->
119 <id>skipProcedureTests</id>
122 <name>skipProcedureTests</name>
126 <surefire.skipFirstPart>true</surefire.skipFirstPart>
127 <surefire.skipSecondPart>true</surefire.skipSecondPart>
130 <!-- Profiles for building against different hadoop versions -->
132 <!-- profile for building against Hadoop 2.x. This is the default -->
137 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
138 <!--h2--><name>!hadoop.profile</name>
143 <groupId>org.apache.hadoop</groupId>
144 <artifactId>hadoop-common</artifactId>
149 profile for building against Hadoop 3.0.x. Activate using:
150 mvn -Dhadoop.profile=3.0
156 <name>hadoop.profile</name>
162 <groupId>org.apache.hadoop</groupId>
163 <artifactId>hadoop-common</artifactId>