1 <?xml version="1.0" encoding="UTF-8"?>
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/maven-v4_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.
23 ON MVN COMPILE NOT WORKING
25 If you wondering why 'mvn compile' does not work building HBase
26 (in particular, if you are doing it for the first time), instead do
27 'mvn package'. If you are interested in the full story, see
28 https://issues.apache.org/jira/browse/HBASE-6795.
31 <modelVersion>4.0.0</modelVersion>
33 <groupId>org.apache</groupId>
34 <artifactId>apache</artifactId>
37 <!-- no parent resolution -->
39 <groupId>org.apache.hbase</groupId>
40 <artifactId>hbase</artifactId>
41 <packaging>pom</packaging>
42 <version>3.0.0-SNAPSHOT</version>
43 <name>Apache HBase</name>
45 Apache HBase™ is the Hadoop database. Use it when you need
46 random, realtime read/write access to your Big Data.
47 This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
48 of commodity hardware.
50 <url>https://hbase.apache.org</url>
51 <inceptionYear>2007</inceptionYear>
52 <!-- Set here so we can consistently use the correct name, even on branches with
53 an ASF parent pom older than v15. Also uses the url from v18.
57 <name>Apache License, Version 2.0</name>
58 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
59 <distribution>repo</distribution>
64 <module>hbase-build-configuration</module>
65 <module>hbase-replication</module>
66 <module>hbase-balancer</module>
67 <module>hbase-mapreduce</module>
68 <module>hbase-resource-bundle</module>
69 <module>hbase-http</module>
70 <module>hbase-server</module>
71 <module>hbase-thrift</module>
72 <module>hbase-shell</module>
73 <module>hbase-protocol-shaded</module>
74 <module>hbase-client</module>
75 <module>hbase-hadoop-compat</module>
76 <module>hbase-common</module>
77 <module>hbase-procedure</module>
78 <module>hbase-endpoint</module>
79 <module>hbase-it</module>
80 <module>hbase-examples</module>
81 <module>hbase-assembly</module>
82 <module>hbase-testing-util</module>
83 <module>hbase-annotations</module>
84 <module>hbase-rest</module>
85 <module>hbase-checkstyle</module>
86 <module>hbase-external-blockcache</module>
87 <module>hbase-shaded</module>
88 <module>hbase-archetypes</module>
89 <module>hbase-metrics-api</module>
90 <module>hbase-metrics</module>
91 <module>hbase-backup</module>
92 <module>hbase-zookeeper</module>
93 <module>hbase-hbtop</module>
94 <module>hbase-asyncfs</module>
95 <module>hbase-logging</module>
98 <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
99 <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
100 <url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
103 <system>JIRA</system>
104 <url>https://issues.apache.org/jira/browse/HBASE</url>
108 <name>User List</name>
109 <subscribe>user-subscribe@hbase.apache.org</subscribe>
110 <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
111 <post>user@hbase.apache.org</post>
112 <archive>https://lists.apache.org/list.html?user@hbase.apache.org</archive>
114 <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
118 <name>Developer List</name>
119 <subscribe>dev-subscribe@hbase.apache.org</subscribe>
120 <unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
121 <post>dev@hbase.apache.org</post>
122 <archive>https://lists.apache.org/list.html?dev@hbase.apache.org</archive>
124 <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
128 <name>Commits List</name>
129 <subscribe>commits-subscribe@hbase.apache.org</subscribe>
130 <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
131 <archive>https://lists.apache.org/list.html?commits@hbase.apache.org</archive>
134 <name>Issues List</name>
135 <subscribe>issues-subscribe@hbase.apache.org</subscribe>
136 <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
137 <archive>https://lists.apache.org/list.html?issues@hbase.apache.org</archive>
140 <name>Builds List</name>
141 <subscribe>builds-subscribe@hbase.apache.org</subscribe>
142 <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
143 <archive>https://lists.apache.org/list.html?builds@hbase.apache.org</archive>
146 <name>User (ZH) List</name>
147 <subscribe>user-zh-subscribe@hbase.apache.org</subscribe>
148 <unsubscribe>user-zh-unsubscribe@hbase.apache.org</unsubscribe>
149 <post>user-zh@hbase.apache.org</post>
150 <archive>https://lists.apache.org/list.html?user-zh@hbase.apache.org</archive>
156 <name>Abhishek Singh Chouhan</name>
157 <email>achouhan@apache.org</email>
158 <timezone>+5</timezone>
162 <name>Amitanand S. Aiyer</name>
163 <email>acube123@apache.org</email>
164 <timezone>-8</timezone>
168 <name>Allan Yang</name>
169 <email>allan163@apache.org</email>
170 <timezone>+8</timezone>
174 <name>Apekshit Sharma</name>
175 <email>appy@apache.org</email>
176 <timezone>-8</timezone>
180 <name>Anastasia Braginsky</name>
181 <email>anastasia@apache.org</email>
182 <timezone>+2</timezone>
186 <name>Andrew Purtell</name>
187 <email>apurtell@apache.org</email>
188 <timezone>-8</timezone>
191 <id>anoopsamjohn</id>
192 <name>Anoop Sam John</name>
193 <email>anoopsamjohn@apache.org</email>
194 <timezone>+5</timezone>
198 <name>Mikhail Antonov</name>
199 <email>antonov@apache.org</email>
200 <timezone>-8</timezone>
203 <id>ashishsinghi</id>
204 <name>Ashish Singhi</name>
205 <email>ashishsinghi@apache.org</email>
206 <timezone>+5</timezone>
210 <name>Ashu Pachauri</name>
211 <email>ashu@apache.org</email>
212 <timezone>+5</timezone>
216 <name>Bharath Vissapragada</name>
217 <email>bharathv@apache.org</email>
218 <timezone>-8</timezone>
222 <name>Lijin Bin</name>
223 <email>binlijin@apache.org</email>
224 <timezone>+8</timezone>
228 <name>Toshihiro Suzuki</name>
229 <email>brfrn169@apache.org</email>
230 <timezone>+9</timezone>
234 <name>Sean Busbey</name>
235 <email>busbey@apache.org</email>
236 <timezone>-6</timezone>
240 <name>Heng Chen</name>
241 <email>chenheng@apache.org</email>
242 <timezone>+8</timezone>
246 <name>Chia-Ping Tsai</name>
247 <email>chia7712@apache.org</email>
248 <timezone>+8</timezone>
252 <name>Devaraj Das</name>
253 <email>ddas@apache.org</email>
254 <timezone>-8</timezone>
258 <name>Dima Spivak</name>
259 <email>dimaspivak@apache.org</email>
260 <timezone>-8</timezone>
264 <name>Doug Meil</name>
265 <email>dmeil@apache.org</email>
266 <timezone>-5</timezone>
270 <name>Elliott Clark</name>
271 <email>eclark@apache.org</email>
272 <timezone>-8</timezone>
276 <name>Josh Elser</name>
277 <email>elserj@apache.org</email>
278 <timezone>-5</timezone>
282 <name>Enis Soztutar</name>
283 <email>enis@apache.org</email>
284 <timezone>-8</timezone>
288 <name>Eshcar Hillel</name>
289 <email>eshcar@apache.org</email>
290 <timezone>+2</timezone>
294 <name>Honghua Feng</name>
295 <email>fenghh@apache.org</email>
296 <timezone>+8</timezone>
300 <name>Gary Helmling</name>
301 <email>garyh@apache.org</email>
302 <timezone>-8</timezone>
306 <name>Gregory Chanan</name>
307 <email>gchanan@apache.org</email>
308 <timezone>-8</timezone>
312 <name>Geoffrey Jacoby</name>
313 <email>gjacoby@apache.org</email>
314 <timezone>-5</timezone>
318 <name>Guangxu Cheng</name>
319 <email>gxcheng@apache.org</email>
320 <timezone>+8</timezone>
324 <name>Huaxiang Sun</name>
325 <email>huaxiangsun@apache.org</email>
326 <timezone>-8</timezone>
330 <name>Jean-Daniel Cryans</name>
331 <email>jdcryans@apache.org</email>
332 <timezone>-8</timezone>
336 <name>Jeffrey Zhong</name>
337 <email>jeffreyz@apache.org</email>
338 <timezone>-8</timezone>
342 <name>Jing Chen (Jerry) He</name>
343 <email>jerryjch@apache.org</email>
344 <timezone>-8</timezone>
348 <name>Jesse Yates</name>
349 <email>jyates@apache.org</email>
350 <timezone>-8</timezone>
354 <name>Jonathan Gray</name>
355 <email>jgray@fb.com</email>
356 <timezone>-8</timezone>
360 <name>Jingcheng Du</name>
361 <email>jingchengdu@apache.org</email>
362 <timezone>+8</timezone>
366 <name>Esteban Gutierrez</name>
367 <email>esteban@apache.org</email>
368 <timezone>-8</timezone>
372 <name>Jan Hentschel</name>
373 <email>janh@apache.org</email>
374 <timezone>+1</timezone>
378 <name>Jonathan Hsieh</name>
379 <email>jmhsieh@apache.org</email>
380 <timezone>-8</timezone>
384 <name>Jimmy Xiang</name>
385 <email>jxiang@apache.org</email>
386 <timezone>-8</timezone>
390 <name>Kannan Muthukkaruppan</name>
391 <email>kannan@fb.com</email>
392 <timezone>-8</timezone>
396 <name>Karthik Ranganathan</name>
397 <email>kranganathan@fb.com</email>
398 <timezone>-8</timezone>
402 <name>Lars Francke</name>
403 <email>larsfrancke@apache.org</email>
404 <timezone>Europe/Berlin</timezone>
408 <name>Lars George</name>
409 <email>larsgeorge@apache.org</email>
410 <timezone>+1</timezone>
414 <name>Lars Hofhansl</name>
415 <email>larsh@apache.org</email>
416 <timezone>-8</timezone>
420 <name>Liang Xie</name>
421 <email>liangxie@apache.org</email>
422 <timezone>+8</timezone>
426 <name>Shaohui Liu</name>
427 <email>liushaohui@apache.org</email>
428 <timezone>+8</timezone>
432 <name>Liyin Tang</name>
433 <email>liyin.tang@fb.com</email>
434 <timezone>-8</timezone>
439 <email>liyu@apache.org</email>
440 <timezone>+8</timezone>
444 <name>Mikhail Bautin</name>
445 <email>mbautin@apache.org</email>
446 <timezone>-8</timezone>
450 <name>Matteo Bertozzi</name>
451 <email>mbertozzi@apache.org</email>
452 <timezone>0</timezone>
456 <name>Mike Drob</name>
457 <email>mdrob@apache.org</email>
458 <timezone>-5</timezone>
462 <name>Balazs Meszaros</name>
463 <email>meszibalu@apache.org</email>
464 <timezone>+1</timezone>
468 <name>Misty Stanley-Jones</name>
469 <email>misty@apache.org</email>
470 <timezone>-8</timezone>
474 <name>Nick Dimiduk</name>
475 <email>ndimiduk@apache.org</email>
476 <timezone>-8</timezone>
480 <name>Yulin Niu</name>
481 <email>niuyulin@apache.org</email>
482 <timezone>+8</timezone>
486 <name>Nicolas Liochon</name>
487 <email>nkeywal@apache.org</email>
488 <timezone>+1</timezone>
491 <id>nspiegelberg</id>
492 <name>Nicolas Spiegelberg</name>
493 <email>nspiegelberg@fb.com</email>
494 <timezone>-8</timezone>
498 <name>Andrey Stepachev</name>
499 <email>octo47@gmail.com</email>
500 <timezone>0</timezone>
504 <name>Zheng Hu</name>
505 <email>openinx@apache.org</email>
506 <timezone>+8</timezone>
510 <name>Pankaj Kumar</name>
511 <email>pankajkumar@apache.org</email>
512 <timezone>+5</timezone>
516 <name>Peter Somogyi</name>
517 <email>psomogyi@apache.org</email>
518 <timezone>+1</timezone>
522 <name>Rajeshbabu Chintaguntla</name>
523 <email>rajeshbabu@apache.org</email>
524 <timezone>+5</timezone>
528 <name>Ramkrishna S Vasudevan</name>
529 <email>ramkrishna@apache.org</email>
530 <timezone>+5</timezone>
534 <name>Ryan Rawson</name>
535 <email>rawson@apache.org</email>
536 <timezone>-8</timezone>
540 <name>Reid Chan</name>
541 <email>reidchan@apache.org</email>
542 <timezone>+8</timezone>
546 <name>Sakthi Vel</name>
547 <email>sakthi@apache.org</email>
548 <timezone>-8</timezone>
552 <name>Sergey Shelukhin</name>
553 <email>sershe@apache.org</email>
554 <timezone>-8</timezone>
558 <name>Srikanth Srungarapu</name>
559 <email>ssrungarapu@apache.org</email>
560 <timezone>-8</timezone>
564 <name>Michael Stack</name>
565 <email>stack@apache.org</email>
566 <timezone>-8</timezone>
570 <name>Stephen Yuan Jiang</name>
571 <email>syuanjiang@apache.org</email>
572 <timezone>-8</timezone>
576 <name>Tak-Lon (Stephen) Wu</name>
577 <email>taklwu@apache.org</email>
578 <timezone>-8</timezone>
583 <email>yuzhihong@gmail.com</email>
584 <timezone>-8</timezone>
588 <email>tianjy@apache.org</email>
589 <timezone>+8</timezone>
593 <name>Todd Lipcon</name>
594 <email>todd@apache.org</email>
595 <timezone>-8</timezone>
599 <name>Francis Liu</name>
600 <email>toffer@apache.org</email>
601 <timezone>-8</timezone>
605 <name>Vikas Vishwakarma</name>
606 <email>vikasv@apache.org</email>
607 <timezone>+5</timezone>
611 <name>Virag Kothari</name>
612 <email>virag@yahoo-inc.com</email>
613 <timezone>-8</timezone>
617 <name>Viraj Jasani</name>
618 <email>vjasani@apache.org</email>
619 <timezone>+5</timezone>
623 <name>Xiang Li</name>
624 <email>xiangli@apache.org</email>
625 <timezone>+8</timezone>
629 <name>Wellington Chevreuil</name>
630 <email>wchevreuil@apache.org</email>
631 <timezone>0</timezone>
636 <email>xucang@apache.org</email>
637 <timezone>-8</timezone>
641 <name>Phil Yang</name>
642 <email>yangzhe1991@apache.org</email>
643 <timezone>+8</timezone>
647 <name>Guanghao Zhang</name>
648 <email>zghao@apache.org</email>
649 <timezone>+8</timezone>
653 <name>Duo Zhang</name>
654 <email>zhangduo@apache.org</email>
655 <timezone>+8</timezone>
659 <name>Chunhui Shen</name>
660 <email>zjushch@apache.org</email>
661 <timezone>+8</timezone>
665 <name>Rahul Gidwani</name>
666 <email>churro@apache.org</email>
667 <timezone>-8</timezone>
671 <name>Yi Liang</name>
672 <email>yiliang@apache.org</email>
673 <timezone>-8</timezone>
677 <name>Zach York</name>
678 <email>zyork@apache.org</email>
679 <timezone>-8</timezone>
684 <email>meiyi@apache.org</email>
685 <timezone>+8</timezone>
689 <name>Zheng (bsglz) Wang</name>
690 <email>wangzheng@apache.org</email>
691 <timezone>+8</timezone>
696 <email>sunxin@apache.org</email>
697 <timezone>+8</timezone>
703 <groupId>kr.motd.maven</groupId>
704 <artifactId>os-maven-plugin</artifactId>
705 <version>${os.maven.version}</version>
708 <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
709 For specific version use a property and define it in the parent pom.
714 <groupId>org.apache.maven.plugins</groupId>
715 <artifactId>maven-remote-resources-plugin</artifactId>
718 <groupId>org.apache.maven.plugins</groupId>
719 <artifactId>maven-release-plugin</artifactId>
721 <!--You need this profile. It'll sign your artifacts.
722 I'm not sure if this config. actually works though.
723 I've been specifying -Papache-release on the command-line
725 <releaseProfiles>apache-release</releaseProfiles>
726 <!--This stops our running tests for each stage of maven release.
727 But it builds the test jar. From SUREFIRE-172.
729 <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
730 <goals>${goals}</goals>
731 <pomFileName>pom.xml</pomFileName>
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-compiler-plugin</artifactId>
738 <source>${compileSource}</source>
739 <target>${compileSource}</target>
740 <showWarnings>true</showWarnings>
741 <showDeprecation>false</showDeprecation>
742 <useIncrementalCompilation>false</useIncrementalCompilation>
743 <compilerArgument>-Xlint:-options</compilerArgument>
747 <groupId>org.apache.maven.plugins</groupId>
748 <artifactId>maven-javadoc-plugin</artifactId>
749 <version>${maven.javadoc.version}</version>
751 <source>${compileSource}</source>
754 <!-- Test oriented plugins -->
756 <groupId>org.apache.maven.plugins</groupId>
757 <artifactId>maven-surefire-plugin</artifactId>
758 <version>${surefire.version}</version>
760 <!-- by default surefire selects dynamically the connector to the unit tests
761 tool. We want to use always the same as the different connectors can have different
762 bugs and behaviour. -->
764 <groupId>org.apache.maven.surefire</groupId>
765 <artifactId>${surefire.provider}</artifactId>
766 <version>${surefire.version}</version>
769 <!-- Generic testing configuration for all packages -->
771 <groups>${surefire.firstPartGroups}</groups>
772 <failIfNoTests>false</failIfNoTests>
773 <skip>${surefire.skipFirstPart}</skip>
774 <forkCount>${surefire.firstPartForkCount}</forkCount>
775 <reuseForks>false</reuseForks>
776 <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
777 <tempDir>${surefire.tempDir}</tempDir>
778 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
779 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
780 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
781 <systemPropertyVariables>
782 <test.build.classes>${test.build.classes}</test.build.classes>
783 <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
784 <java.util.logging.config.class>org.apache.hadoop.hbase.logging.JulToSlf4jInitializer</java.util.logging.config.class>
785 </systemPropertyVariables>
787 <!-- users can add -D option to skip particular test classes
788 ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
790 <exclude>${test.exclude.pattern}</exclude>
794 <name>listener</name>
795 <value>org.apache.hadoop.hbase.TimedOutTestsListener,org.apache.hadoop.hbase.HBaseClassTestRuleChecker,org.apache.hadoop.hbase.ResourceCheckerJUnitListener</value>
801 <id>secondPartTestsExecution</id>
807 <skip>${surefire.skipSecondPart}</skip>
808 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
809 <reuseForks>false</reuseForks>
810 <forkCount>${surefire.secondPartForkCount}</forkCount>
811 <groups>${surefire.secondPartGroups}</groups>
812 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
818 <groupId>org.apache.maven.plugins</groupId>
819 <artifactId>maven-surefire-report-plugin</artifactId>
820 <version>${surefire.version}</version>
823 <groupId>org.codehaus.mojo</groupId>
824 <artifactId>buildnumber-maven-plugin</artifactId>
825 <version>${buildnumber.maven.version}</version>
828 <groupId>com.github.spotbugs</groupId>
829 <artifactId>spotbugs-maven-plugin</artifactId>
830 <version>${spotbugs.maven.version}</version>
832 <excludeFilterFile>${project.basedir}/../dev-support/spotbugs-exclude.xml</excludeFilterFile>
833 <spotbugsXmlOutput>true</spotbugsXmlOutput>
834 <xmlOutput>true</xmlOutput>
838 <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
840 <groupId>com.github.spotbugs</groupId>
841 <artifactId>spotbugs</artifactId>
842 <version>${spotbugs.version}</version>
847 <groupId>org.codehaus.mojo</groupId>
848 <artifactId>build-helper-maven-plugin</artifactId>
849 <version>${build.helper.maven.version}</version>
852 <artifactId>maven-antrun-plugin</artifactId>
853 <version>${maven.antrun.version}</version>
856 <groupId>org.jamon</groupId>
857 <artifactId>jamon-maven-plugin</artifactId>
858 <version>${jamon.plugin.version}</version>
860 <!-- Make a jar and put the sources in the jar.
861 In the parent pom, so submodules will do the right thing. -->
863 <groupId>org.apache.maven.plugins</groupId>
864 <artifactId>maven-source-plugin</artifactId>
867 <id>attach-sources</id>
868 <phase>prepare-package</phase>
870 <goal>jar-no-fork</goal>
871 <goal>test-jar-no-fork</goal>
875 <exclude>log4j2.xml</exclude>
881 <!-- General configuration for submodules who want to build a test jar -->
883 <groupId>org.apache.maven.plugins</groupId>
884 <artifactId>maven-jar-plugin</artifactId>
887 <phase>prepare-package</phase>
889 <!--This goal will install a -test.jar when we do install
890 See https://maven.apache.org/guides/mini/guide-attached-tests.html
892 <goal>test-jar</goal>
897 <skipIfEmpty>true</skipIfEmpty>
899 <exclude>hbase-site.xml</exclude>
900 <exclude>hdfs-site.xml</exclude>
901 <exclude>mapred-queues.xml</exclude>
902 <exclude>mapred-site.xml</exclude>
907 <!-- excludes are inherited -->
908 <groupId>org.apache.rat</groupId>
909 <artifactId>apache-rat-plugin</artifactId>
912 <exclude>**/*.versionsBackup</exclude>
913 <exclude>**/*.log</exclude>
914 <exclude>**/.*</exclude>
915 <exclude>**/*.tgz</exclude>
916 <exclude>**/*.orig</exclude>
917 <exclude>**/0000000000000016310</exclude>
918 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
919 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
920 <exclude>**/.idea/**</exclude>
921 <exclude>**/*.iml</exclude>
922 <exclude>**/CHANGES.txt</exclude>
923 <exclude>**/generated/**</exclude>
924 <exclude>**/gen-*/**</exclude>
925 <!-- No material contents -->
926 <exclude>conf/regionservers</exclude>
927 <exclude>**/*.avpr</exclude>
928 <exclude>**/*.svg</exclude>
929 <!-- non-standard notice file from jruby included by reference -->
930 <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
931 <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
932 <exclude>**/src/main/asciidoc/hbase.css</exclude>
933 <!-- MIT https://jquery.org/license -->
934 <exclude>**/jquery.min.js</exclude>
935 <exclude>**/jquery.tablesorter.min.js</exclude>
936 <exclude>**/parser-date-iso8601.min.js</exclude>
937 <!-- MIT: bootstrap -->
938 <exclude>**/src/main/resources/hbase-webapps/static/*/bootstrap*</exclude>
939 <!-- vector graphics -->
940 <exclude>**/*.vm</exclude>
941 <!-- apache doxia generated -->
942 <exclude>**/control</exclude>
943 <exclude>**/conffile</exclude>
944 <!-- auto-gen docs -->
945 <exclude>docs/*</exclude>
946 <exclude>logs/*</exclude>
947 <!-- exclude source control files -->
948 <exclude>.git/**</exclude>
949 <exclude>.svn/**</exclude>
950 <exclude>**/.settings/**</exclude>
951 <exclude>**/patchprocess/**</exclude>
952 <exclude>src/site/resources/repo/**</exclude>
953 <exclude>**/dependency-reduced-pom.xml</exclude>
954 <exclude>**/rat.txt</exclude>
955 <!-- exclude the shaded protobuf files -->
956 <exclude>**/shaded/com/google/protobuf/**</exclude>
957 <exclude>**/src/main/patches/**</exclude>
958 <exclude>**/vote.tmpl</exclude>
959 <!-- gzipped list of S3N URIs for hbase-it -->
960 <exclude>**/CC-MAIN-2021-10-warc.paths.gz</exclude>
965 <artifactId>maven-assembly-plugin</artifactId>
967 <!--Defer to the hbase-assembly sub-module. It
969 <skipAssembly>true</skipAssembly>
973 <groupId>org.xolstice.maven.plugins</groupId>
974 <artifactId>protobuf-maven-plugin</artifactId>
975 <version>${protobuf.plugin.version}</version>
977 <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
978 <clearOutputDirectory>false</clearOutputDirectory>
979 <checkStaleness>true</checkStaleness>
983 <!-- Approach followed here is roughly the same as mentioned here:
984 https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
986 <groupId>org.apache.maven.plugins</groupId>
987 <artifactId>maven-checkstyle-plugin</artifactId>
988 <version>${maven.checkstyle.version}</version>
991 <groupId>org.apache.hbase</groupId>
992 <artifactId>hbase-checkstyle</artifactId>
993 <version>${project.version}</version>
996 <groupId>com.puppycrawl.tools</groupId>
997 <artifactId>checkstyle</artifactId>
998 <version>${checkstyle.version}</version>
1002 <configLocation>hbase/checkstyle.xml</configLocation>
1003 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
1004 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1008 <groupId>net.revelc.code</groupId>
1009 <artifactId>warbucks-maven-plugin</artifactId>
1010 <version>${maven.warbucks.version}</version>
1012 <ignoreRuleFailures>false</ignoreRuleFailures>
1015 <!-- exclude the generated java files -->
1016 <classPattern>(?!.*(.generated.|.tmpl.|\$)).*</classPattern>
1017 <includeTestClasses>false</includeTestClasses>
1018 <includePublicClasses>true</includePublicClasses>
1019 <includePackagePrivateClasses>false</includePackagePrivateClasses>
1020 <includeProtectedClasses>false</includeProtectedClasses>
1021 <includePrivateClasses>false</includePrivateClasses>
1022 <classAnnotationPattern>org[.]apache[.]yetus[.]audience[.]InterfaceAudience.*</classAnnotationPattern>
1028 <id>run-warbucks</id>
1030 <goal>check</goal><!-- runs at process-test-classes phase -->
1036 <groupId>org.apache.maven.plugins</groupId>
1037 <artifactId>maven-enforcer-plugin</artifactId>
1038 <version>${enforcer.version}</version>
1041 <groupId>org.codehaus.mojo</groupId>
1042 <artifactId>extra-enforcer-rules</artifactId>
1043 <version>${extra.enforcer.version}</version>
1046 <groupId>de.skuzzle.enforcer</groupId>
1047 <artifactId>restrict-imports-enforcer-rule</artifactId>
1048 <version>${restrict-imports.enforcer.version}</version>
1056 <groupId>org.codehaus.mojo</groupId>
1057 <artifactId>build-helper-maven-plugin</artifactId>
1060 <id>negate-license-bundles-property</id>
1062 <goal>bsh-property</goal>
1065 <source>skip.license.check = !${license.bundles.dependencies};</source>
1067 <property>skip.license.check</property>
1071 <!-- sets where to find the generated LICENSE files -->
1073 <id>create-license-file-path-property</id>
1075 <goal>regex-property</goal>
1078 <name>license.aggregate.path</name>
1079 <value>${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE</value>
1081 <replacement>/</replacement>
1082 <failIfNoMatch>false</failIfNoMatch>
1088 <groupId>org.apache.maven.plugins</groupId>
1089 <artifactId>maven-enforcer-plugin</artifactId>
1092 <id>display-info</id>
1093 <phase>initialize</phase>
1095 <goal>display-info</goal>
1097 <inherited>false</inherited>
1100 <id>hadoop-profile-min-maven-min-java-banned-xerces</id>
1102 <goal>enforce</goal>
1106 <!-- Help people activate profiles correctly -->
1108 <condition>System.getProperty("hadoop-profile", "").isEmpty()</condition>
1109 <message>The hadoop-profile property is unused, did you mean to set hadoop.profile instead?</message>
1110 </evaluateBeanshell>
1111 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
1112 <requireMavenVersion>
1113 <version>[${maven.min.version},)</version>
1114 <message>Maven is out of date.
1115 HBase requires at least version ${maven.min.version} of Maven to properly build from source.
1116 You appear to be using an older version. You can use either "mvn -version" or
1117 "mvn enforcer:display-info" to verify what version is active.
1118 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1120 </requireMavenVersion>
1121 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
1122 <requireJavaVersion>
1123 <version>[${java.min.version},)</version>
1124 <message>Java is out of date.
1125 HBase requires at least version ${java.min.version} of the JDK to properly build from source.
1126 You appear to be using an older version. You can use either "mvn -version" or
1127 "mvn enforcer:display-info" to verify what version is active.
1128 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1130 </requireJavaVersion>
1131 <bannedDependencies>
1133 <exclude>xerces:xercesImpl</exclude>
1135 <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
1136 </bannedDependencies>
1141 <id>banned-jsr305</id>
1143 <goal>enforce</goal>
1147 <bannedDependencies>
1149 <exclude>com.google.code.findbugs:jsr305</exclude>
1151 <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
1152 </bannedDependencies>
1157 <id>banned-scala</id>
1159 <goal>enforce</goal>
1163 <bannedDependencies>
1165 <exclude>org.scala-lang:scala-library</exclude>
1167 <message>We don't allow Scala, see HBASE-13992.</message>
1168 </bannedDependencies>
1173 <id>banned-commons-logging</id>
1175 <goal>enforce</goal>
1179 <bannedDependencies>
1181 <exclude>commons-logging:commons-logging</exclude>
1184 We don't use commons-logging any more, so do not depend on it directly.
1186 <searchTransitive>false</searchTransitive>
1187 </bannedDependencies>
1192 <id>banned-log4j</id>
1194 <goal>enforce</goal>
1198 <bannedDependencies>
1200 <exclude>log4j:log4j</exclude>
1203 We do not allow log4j dependencies as now we use log4j2
1205 </bannedDependencies>
1210 <id>banned-slf4j-log4j12</id>
1212 <goal>enforce</goal>
1216 <bannedDependencies>
1218 <exclude>org.slf4j:slf4j-log4j12</exclude>
1221 We do not allow slf4j-log4j12 dependency as now we use log4j-slf4j-impl
1223 </bannedDependencies>
1228 <id>banned-jetty</id>
1230 <goal>enforce</goal>
1234 <bannedDependencies>
1236 <exclude>org.eclipse.jetty:**</exclude>
1239 Use shaded jetty instead
1241 <searchTransitive>false</searchTransitive>
1242 </bannedDependencies>
1247 <id>banned-jersey</id>
1249 <goal>enforce</goal>
1253 <bannedDependencies>
1255 <exclude>org.glassfish.jersey.containers:**</exclude>
1256 <exclude>org.glassfish.jersey.core:**</exclude>
1259 Use shaded jersey instead
1261 <searchTransitive>false</searchTransitive>
1262 </bannedDependencies>
1267 <id>banned-htrace</id>
1269 <goal>enforce</goal>
1273 <bannedDependencies>
1275 <exclude>org.apache.htrace:**</exclude>
1278 Use OpenTelemetry instead
1280 <searchTransitive>false</searchTransitive>
1281 </bannedDependencies>
1286 <id>check-aggregate-license</id>
1287 <!-- must check after LICENSE is built at 'generate-resources' -->
1288 <phase>process-resources</phase>
1290 <goal>enforce</goal>
1296 File license = new File("${license.aggregate.path}");
1298 // Beanshell does not support try-with-resources,
1299 // so we must close this scanner manually
1300 Scanner scanner = new Scanner(license);
1302 while (scanner.hasNextLine()) {
1303 if (scanner.nextLine().startsWith("ERROR:")) {
1312 License errors detected, for more detail find ERROR in
1313 ${license.aggregate.path}
1315 </evaluateBeanshell>
1317 <skip>${skip.license.check}</skip>
1321 <id>banned-illegal-imports</id>
1322 <phase>process-sources</phase>
1324 <goal>enforce</goal>
1328 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1329 <includeTestCode>true</includeTestCode>
1330 <commentLineBufferSize>512</commentLineBufferSize>
1331 <reason>Use SLF4j for logging</reason>
1333 <bannedImport>org.apache.commons.logging.**</bannedImport>
1334 <bannedImport>org.apache.log4j.**</bannedImport>
1335 <bannedImport>org.apache.logging.log4j.**</bannedImport>
1338 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1339 <includeTestCode>false</includeTestCode>
1340 <commentLineBufferSize>512</commentLineBufferSize>
1342 Do not use log4j2 directly in code, see Log4jUtils in hbase-logging for more details.
1345 <bannedImport>org.apache.logging.log4j.**</bannedImport>
1348 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1349 <includeTestCode>true</includeTestCode>
1350 <commentLineBufferSize>512</commentLineBufferSize>
1351 <reason>Use shaded version in hbase-thirdparty</reason>
1353 <bannedImport>com.google.common.**</bannedImport>
1354 <bannedImport>io.netty.**</bannedImport>
1355 <bannedImport>org.apache.commons.cli.**</bannedImport>
1356 <bannedImport>org.apache.commons.collections.**</bannedImport>
1357 <bannedImport>org.apache.commons.collections4.**</bannedImport>
1360 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1361 <includeTestCode>true</includeTestCode>
1362 <commentLineBufferSize>512</commentLineBufferSize>
1363 <reason>Do not use shaded classes from other dependencies</reason>
1365 <bannedImport>org.apache.curator.shaded.**</bannedImport>
1366 <bannedImport>org.apache.htrace.shaded.**</bannedImport>
1369 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1370 <includeTestCode>true</includeTestCode>
1371 <commentLineBufferSize>512</commentLineBufferSize>
1372 <reason>Use shaded gson in hbase-thirdparty</reason>
1374 <bannedImport>org.codehaus.jackson.**</bannedImport>
1377 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1378 <includeTestCode>true</includeTestCode>
1379 <commentLineBufferSize>512</commentLineBufferSize>
1380 <reason>Use commons lang 3</reason>
1382 <bannedImport>org.apache.commons.lang.**</bannedImport>
1385 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1386 <includeTestCode>true</includeTestCode>
1387 <commentLineBufferSize>512</commentLineBufferSize>
1388 <reason>Use yetus IA and IS annotations</reason>
1390 <bannedImport>org.apache.hadoop.classificatio.**</bannedImport>
1393 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1394 <includeTestCode>true</includeTestCode>
1395 <commentLineBufferSize>512</commentLineBufferSize>
1396 <reason>Do not use htrace</reason>
1398 <bannedImport>org.htrace.**</bannedImport>
1399 <bannedImport>org.apache.htrace.**</bannedImport>
1402 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1403 <includeTestCode>true</includeTestCode>
1404 <commentLineBufferSize>512</commentLineBufferSize>
1405 <reason>Use shaded jetty in hbase-thirdparty</reason>
1407 <bannedImport>org.eclipse.jetty.**</bannedImport>
1410 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1411 <includeTestCode>true</includeTestCode>
1412 <commentLineBufferSize>512</commentLineBufferSize>
1413 <reason>Use shaded jersey in hbase-thirdparty</reason>
1415 <bannedImport>org.glassfish.jersey.**</bannedImport>
1418 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1419 <includeTestCode>true</includeTestCode>
1420 <commentLineBufferSize>512</commentLineBufferSize>
1422 You should never use this style of annotations(i.e, 'this is for test only')
1423 in IA.Public or IA.LimitedPrivate classes. Use IA.Private to tell users this is
1425 For IA.Private classes, use RestrictedApi annotation in error prone instead.
1428 <bannedImport>org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting</bannedImport>
1436 <!-- parent-module only plugins -->
1438 <groupId>org.codehaus.mojo</groupId>
1439 <artifactId>xml-maven-plugin</artifactId>
1440 <version>${xml.maven.version}</version>
1441 <inherited>false</inherited>
1444 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1446 <goal>transform</goal>
1452 <transformationSets>
1453 <!-- For asciidoc -->
1455 <!--Reaching up and over into common sub-module for hbase-default.xml-->
1456 <dir>${basedir}/hbase-common/src/main/resources/</dir>
1458 <include>hbase-default.xml</include>
1460 <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1462 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1463 <pattern>^(.*)\.xml$</pattern>
1464 <replacement>$1.adoc</replacement>
1467 <outputDir>${basedir}/target/asciidoc</outputDir>
1468 </transformationSet>
1469 </transformationSets>
1472 <!-- Special configuration for spotbugs just in the parent so
1473 the filter file location can be more general (see definition in pluginManagement) -->
1475 <groupId>com.github.spotbugs</groupId>
1476 <artifactId>spotbugs-maven-plugin</artifactId>
1479 <inherited>false</inherited>
1481 <goal>spotbugs</goal>
1484 <excludeFilterFile>${basedir}/dev-support/spotbugs-exclude.xml</excludeFilterFile>
1490 <groupId>org.apache.maven.plugins</groupId>
1491 <artifactId>maven-checkstyle-plugin</artifactId>
1494 <groupId>org.apache.maven.plugins</groupId>
1495 <artifactId>maven-site-plugin</artifactId>
1498 <!-- add support for ssh/scp -->
1499 <groupId>org.apache.maven.wagon</groupId>
1500 <artifactId>wagon-ssh</artifactId>
1501 <version>${wagon.ssh.version}</version>
1505 <siteDirectory>${basedir}/src/site</siteDirectory>
1506 <customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
1507 <inputEncoding>UTF-8</inputEncoding>
1508 <outputEncoding>UTF-8</outputEncoding>
1511 <!-- For AsciiDoc docs building -->
1513 <groupId>org.asciidoctor</groupId>
1514 <artifactId>asciidoctor-maven-plugin</artifactId>
1515 <version>${asciidoctor.plugin.version}</version>
1516 <inherited>false</inherited>
1519 <groupId>org.asciidoctor</groupId>
1520 <artifactId>asciidoctorj-pdf</artifactId>
1521 <version>${asciidoctorj.pdf.version}</version>
1524 <groupId>org.jruby</groupId>
1525 <artifactId>jruby-complete</artifactId>
1526 <version>${jruby.version}</version>
1530 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1531 <doctype>book</doctype>
1533 <docVersion>${project.version}</docVersion>
1534 <imagesdir>images</imagesdir>
1535 <source-highlighter>coderay</source-highlighter>
1540 <id>output-html</id>
1543 <goal>process-asciidoc</goal>
1547 <stylesheet>hbase.css</stylesheet>
1549 <backend>html5</backend>
1556 <goal>process-asciidoc</goal>
1559 <backend>pdf</backend>
1564 <idseparator>-</idseparator>
1571 <groupId>org.apache.maven.plugins</groupId>
1572 <artifactId>maven-resources-plugin</artifactId>
1573 <!--$NO-MVN-MAN-VER$ -->
1574 <inherited>false</inherited>
1577 <id>copy-htaccess</id>
1579 <goal>copy-resources</goal>
1583 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1586 <directory>${basedir}/src/site/resources/</directory>
1588 <include>.htaccess</include>
1594 <!-- needed to make the redirect above work -->
1596 <id>copy-empty-book-dir</id>
1598 <goal>copy-resources</goal>
1602 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1605 <directory>${basedir}/src/site/resources/</directory>
1607 <include>book/**</include>
1615 <escapeString>\</escapeString>
1619 <groupId>org.apache.maven.plugins</groupId>
1620 <artifactId>maven-antrun-plugin</artifactId>
1621 <version>${maven.antrun.version}</version>
1622 <inherited>false</inherited>
1623 <!-- Rename the book.pdf generated by asciidoctor -->
1629 <target name="rename file">
1630 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1640 <groupId>org.codehaus.mojo</groupId>
1641 <artifactId>buildnumber-maven-plugin</artifactId>
1644 <phase>validate</phase>
1646 <goal>create-timestamp</goal>
1651 <timestampFormat>yyyy</timestampFormat>
1652 <timestampPropertyName>build.year</timestampPropertyName>
1656 <groupId>org.apache.felix</groupId>
1657 <artifactId>maven-bundle-plugin</artifactId>
1658 <version>${maven.bundle.version}</version>
1659 <inherited>true</inherited>
1660 <extensions>true</extensions>
1665 <!-- override on command line to have generated LICENSE files include
1666 diagnostic info for verifying notice requirements -->
1667 <license.debug.print.included>false</license.debug.print.included>
1668 <!-- When a particular module bundles its depenendencies, should be true -->
1669 <license.bundles.dependencies>false</license.bundles.dependencies>
1670 <!-- modules that include a the logo in their source tree should set true -->
1671 <license.bundles.logo>false</license.bundles.logo>
1672 <!-- modules that include bootstrap in their source tree should set true -->
1673 <license.bundles.bootstrap>false</license.bundles.bootstrap>
1674 <!-- modules that include jquery in their source tree should set true -->
1675 <license.bundles.jquery>false</license.bundles.jquery>
1676 <tar.name>${project.build.finalName}.tar.gz</tar.name>
1677 <maven.build.timestamp.format>
1679 </maven.build.timestamp.format>
1680 <buildDate>${maven.build.timestamp}</buildDate>
1681 <compileSource>1.8</compileSource>
1682 <!-- Build dependencies -->
1683 <maven.min.version>3.0.4</maven.min.version>
1684 <java.min.version>${compileSource}</java.min.version>
1685 <!-- Dependencies -->
1686 <hadoop-three.version>3.1.2</hadoop-three.version>
1687 <!-- These must be defined here for downstream build tools that don't look at profiles.
1689 <hadoop.version>${hadoop-three.version}</hadoop.version>
1690 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
1691 <!--This property is for hadoops netty. HBase netty
1692 comes in via hbase-thirdparty hbase-shaded-netty-->
1693 <netty.hadoop.version>3.10.5.Final</netty.hadoop.version>
1694 <!-- end HBASE-15925 default hadoop compatibility values -->
1695 <audience-annotations.version>0.5.0</audience-annotations.version>
1696 <avro.version>1.7.7</avro.version>
1697 <caffeine.version>2.8.1</caffeine.version>
1698 <commons-codec.version>1.13</commons-codec.version>
1699 <commons-validator.version>1.6</commons-validator.version>
1700 <!-- pretty outdated -->
1701 <commons-io.version>2.8.0</commons-io.version>
1702 <commons-lang3.version>3.9</commons-lang3.version>
1703 <commons-math.version>3.6.1</commons-math.version>
1704 <disruptor.version>3.4.2</disruptor.version>
1705 <!-- Updating the httpclient will break hbase-rest. It writes out URLs with '//' in it
1706 especially when writing out 'no column families'. Later httpclients collapse the '//'
1707 into single '/' as double-slash is not legal in an URL. Breaks #testDelete in
1708 TestRemoteTable. -->
1709 <httpclient.version>4.5.3</httpclient.version>
1710 <httpcore.version>4.4.13</httpcore.version>
1711 <metrics-core.version>3.2.6</metrics-core.version>
1712 <jackson.version>2.10.1</jackson.version>
1713 <jackson.databind.version>2.10.1</jackson.databind.version>
1714 <jaxb-api.version>2.3.1</jaxb-api.version>
1715 <servlet.api.version>3.1.0</servlet.api.version>
1716 <wx.rs.api.version>2.1.1</wx.rs.api.version>
1717 <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
1718 <glassfish.el.version>3.0.1-b08</glassfish.el.version>
1719 <jruby.version>9.2.13.0</jruby.version>
1720 <junit.version>4.13</junit.version>
1721 <hamcrest.version>1.3</hamcrest.version>
1722 <opentelemetry.version>1.0.1</opentelemetry.version>
1723 <opentelemetry-javaagent.version>1.0.1</opentelemetry-javaagent.version>
1724 <log4j2.version>2.14.1</log4j2.version>
1725 <mockito-core.version>2.28.2</mockito-core.version>
1726 <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
1727 <thrift.path>thrift</thrift.path>
1728 <thrift.version>0.14.1</thrift.version>
1729 <zookeeper.version>3.5.7</zookeeper.version>
1730 <jline.version>2.11</jline.version>
1731 <slf4j.version>1.7.30</slf4j.version>
1732 <clover.version>4.0.3</clover.version>
1733 <jamon-runtime.version>2.4.1</jamon-runtime.version>
1734 <jettison.version>1.3.8</jettison.version>
1735 <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1736 <joni.version>2.1.31</joni.version>
1737 <jcodings.version>1.0.55</jcodings.version>
1738 <spy.version>2.12.2</spy.version>
1739 <bouncycastle.version>1.60</bouncycastle.version>
1740 <kerby.version>1.0.1</kerby.version>
1741 <commons-crypto.version>1.0.0</commons-crypto.version>
1742 <curator.version>4.2.0</curator.version>
1743 <!-- Plugin Dependencies -->
1744 <asciidoctor.plugin.version>2.1.0</asciidoctor.plugin.version>
1745 <asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
1746 <build.helper.maven.version>3.0.0</build.helper.maven.version>
1747 <buildnumber.maven.version>1.4</buildnumber.maven.version>
1749 When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
1751 <checkstyle.version>8.28</checkstyle.version>
1752 <exec.maven.version>1.6.0</exec.maven.version>
1753 <error-prone.version>2.4.0</error-prone.version>
1754 <jamon.plugin.version>2.4.2</jamon.plugin.version>
1755 <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1756 <maven.antrun.version>1.8</maven.antrun.version>
1757 <maven.bundle.version>3.3.0</maven.bundle.version>
1758 <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
1759 <maven.eclipse.version>2.10</maven.eclipse.version>
1760 <maven.javadoc.version>3.2.0</maven.javadoc.version>
1761 <maven.warbucks.version>1.1.0</maven.warbucks.version>
1762 <maven.project.info.report.version>2.9</maven.project.info.report.version>
1763 <os.maven.version>1.5.0.Final</os.maven.version>
1764 <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
1765 <spotbugs.version>4.2.2</spotbugs.version>
1766 <spotbugs.maven.version>4.2.0</spotbugs.maven.version>
1767 <surefire.version>3.0.0-M4</surefire.version>
1768 <wagon.ssh.version>2.12</wagon.ssh.version>
1769 <xml.maven.version>1.0.1</xml.maven.version>
1770 <hbase-thirdparty.version>3.4.1</hbase-thirdparty.version>
1771 <!-- Intraproject jar naming properties -->
1772 <!-- TODO this is pretty ugly, but works for the moment.
1773 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1774 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1775 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1776 <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1777 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1778 <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1779 <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
1780 <zookeeper.test.jar>hbase-zookeeper-${project.version}-tests.jar</zookeeper.test.jar>
1781 <asyncfs.test.jar>hbase-asyncfs-${project.version}-tests.jar</asyncfs.test.jar>
1782 <shell-executable>bash</shell-executable>
1783 <surefire.provider>surefire-junit47</surefire.provider>
1784 <!-- default: run small & medium, medium with 2 threads -->
1785 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1786 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1787 <!-- Fork count varies w/ CPU count. Setting is conservative mostly determined
1788 by what apache jenkins nightly builds will tolerate (See HBASE-24072). Up this
1789 value is you want to burn through tests faster (could make for more failures
1790 if more contention around resources). There is a matching MAVEN_ARG
1791 in our yetus personality where we set the maven -T command to 0.25C too.
1792 For example, to run at a rate that is more furious than our 0.25C, do
1793 something like this:
1794 f="0.5C" ; mvn -T$f -Dsurefire.firstPartForkCount=$f -Dsurefire.secondPartForkCount=$f test -PrunAllTests
1796 <surefire.firstPartForkCount>0.25C</surefire.firstPartForkCount>
1797 <surefire.secondPartForkCount>0.25C</surefire.secondPartForkCount>
1798 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1799 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1800 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1801 <test.output.tofile>true</test.output.tofile>
1802 <surefire.timeout>900</surefire.timeout>
1803 <test.exclude.pattern></test.exclude.pattern>
1805 Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value.
1806 This value is managed separately for jdk11. See below.
1808 <surefire.Xmx>2200m</surefire.Xmx>
1809 <surefire.cygwinXmx>2200m</surefire.cygwinXmx>
1810 <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1812 And for netty eventloops that have no explicit configuration, netty sets
1813 nioeventloopgroup thread count to CPU count * 2. Thats too much for mini
1816 <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1817 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1818 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
1819 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1820 -Dio.netty.eventLoopThreads=3
1821 </hbase-surefire.argLine>
1822 <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1823 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1824 "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1825 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1826 </hbase-surefire.cygwin-argLine>
1827 <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1828 <argLine>${hbase-surefire.argLine}</argLine>
1829 <jacoco.version>0.7.5.201505241946</jacoco.version>
1830 <extra.enforcer.version>1.3</extra.enforcer.version>
1831 <enforcer.version>3.0.0-M3</enforcer.version>
1832 <restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
1833 <!-- Location of test resources -->
1834 <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1835 <test.tmp.dir>${project.build.directory}</test.tmp.dir>
1836 <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1837 <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1838 Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1839 this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1840 <build.id>${maven.build.timestamp}</build.id>
1841 <shell-executable>bash</shell-executable>
1842 <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used.
1843 property as of javadoc-plugin 3.0.0 -->
1844 <doclint>none</doclint>
1846 <!-- Sorted by groups of dependencies then groupId and artifactId -->
1847 <dependencyManagement>
1850 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1851 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1852 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1853 implementation of the same, because Hadoop also uses this version
1854 javax.servlet:jsp-api in favour of javax.servlet.jsp:javax.servlet.jsp-api:2.3.1 since it
1855 is what glassfish's jspC jar uses and that's where we get our own need for a jsp-api.
1857 <!-- Intra-module dependencies -->
1859 <groupId>org.apache.hbase</groupId>
1860 <artifactId>hbase-annotations</artifactId>
1861 <version>${project.version}</version>
1862 <type>test-jar</type>
1863 <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1866 <artifactId>hbase-backup</artifactId>
1867 <groupId>org.apache.hbase</groupId>
1868 <version>${project.version}</version>
1871 <groupId>org.apache.hbase</groupId>
1872 <artifactId>hbase-common</artifactId>
1873 <version>${project.version}</version>
1876 <groupId>org.apache.hbase</groupId>
1877 <artifactId>hbase-common</artifactId>
1878 <version>${project.version}</version>
1879 <type>test-jar</type>
1883 <groupId>org.apache.hbase</groupId>
1884 <artifactId>hbase-logging</artifactId>
1885 <version>${project.version}</version>
1888 <groupId>org.apache.hbase</groupId>
1889 <artifactId>hbase-logging</artifactId>
1890 <version>${project.version}</version>
1891 <type>test-jar</type>
1895 <groupId>org.apache.hbase</groupId>
1896 <artifactId>hbase-protocol-shaded</artifactId>
1897 <version>${project.version}</version>
1900 <groupId>org.apache.hbase</groupId>
1901 <artifactId>hbase-procedure</artifactId>
1902 <version>${project.version}</version>
1905 <groupId>org.apache.hbase</groupId>
1906 <artifactId>hbase-procedure</artifactId>
1907 <version>${project.version}</version>
1908 <type>test-jar</type>
1911 <groupId>org.apache.hbase</groupId>
1912 <artifactId>hbase-hadoop-compat</artifactId>
1913 <version>${project.version}</version>
1916 <groupId>org.apache.hbase</groupId>
1917 <artifactId>hbase-hadoop-compat</artifactId>
1918 <version>${project.version}</version>
1919 <type>test-jar</type>
1923 <artifactId>hbase-replication</artifactId>
1924 <groupId>org.apache.hbase</groupId>
1925 <version>${project.version}</version>
1928 <artifactId>hbase-balancer</artifactId>
1929 <groupId>org.apache.hbase</groupId>
1930 <version>${project.version}</version>
1933 <artifactId>hbase-balancer</artifactId>
1934 <groupId>org.apache.hbase</groupId>
1935 <version>${project.version}</version>
1936 <type>test-jar</type>
1940 <artifactId>hbase-http</artifactId>
1941 <groupId>org.apache.hbase</groupId>
1942 <version>${project.version}</version>
1945 <artifactId>hbase-http</artifactId>
1946 <groupId>org.apache.hbase</groupId>
1947 <version>${project.version}</version>
1948 <type>test-jar</type>
1952 <artifactId>hbase-server</artifactId>
1953 <groupId>org.apache.hbase</groupId>
1954 <version>${project.version}</version>
1957 <artifactId>hbase-server</artifactId>
1958 <groupId>org.apache.hbase</groupId>
1959 <version>${project.version}</version>
1960 <type>test-jar</type>
1964 <artifactId>hbase-mapreduce</artifactId>
1965 <groupId>org.apache.hbase</groupId>
1966 <version>${project.version}</version>
1969 <artifactId>hbase-mapreduce</artifactId>
1970 <groupId>org.apache.hbase</groupId>
1971 <version>${project.version}</version>
1972 <type>test-jar</type>
1976 <artifactId>hbase-endpoint</artifactId>
1977 <groupId>org.apache.hbase</groupId>
1978 <version>${project.version}</version>
1981 <artifactId>hbase-shell</artifactId>
1982 <groupId>org.apache.hbase</groupId>
1983 <version>${project.version}</version>
1986 <artifactId>hbase-shell</artifactId>
1987 <groupId>org.apache.hbase</groupId>
1988 <version>${project.version}</version>
1989 <type>test-jar</type>
1993 <artifactId>hbase-thrift</artifactId>
1994 <groupId>org.apache.hbase</groupId>
1995 <version>${project.version}</version>
1998 <artifactId>hbase-thrift</artifactId>
1999 <groupId>org.apache.hbase</groupId>
2000 <version>${project.version}</version>
2001 <type>test-jar</type>
2005 <groupId>org.apache.hbase</groupId>
2006 <artifactId>hbase-testing-util</artifactId>
2007 <version>${project.version}</version>
2011 <artifactId>hbase-examples</artifactId>
2012 <groupId>org.apache.hbase</groupId>
2013 <version>${project.version}</version>
2016 <groupId>org.apache.hbase</groupId>
2017 <artifactId>hbase-external-blockcache</artifactId>
2018 <version>${project.version}</version>
2021 <artifactId>hbase-it</artifactId>
2022 <groupId>org.apache.hbase</groupId>
2023 <version>${project.version}</version>
2024 <type>test-jar</type>
2028 <artifactId>hbase-client</artifactId>
2029 <groupId>org.apache.hbase</groupId>
2030 <version>${project.version}</version>
2033 <artifactId>hbase-metrics-api</artifactId>
2034 <groupId>org.apache.hbase</groupId>
2035 <version>${project.version}</version>
2038 <artifactId>hbase-metrics-api</artifactId>
2039 <groupId>org.apache.hbase</groupId>
2040 <version>${project.version}</version>
2041 <type>test-jar</type>
2045 <artifactId>hbase-metrics</artifactId>
2046 <groupId>org.apache.hbase</groupId>
2047 <version>${project.version}</version>
2050 <artifactId>hbase-metrics</artifactId>
2051 <groupId>org.apache.hbase</groupId>
2052 <version>${project.version}</version>
2053 <type>test-jar</type>
2057 <artifactId>hbase-rest</artifactId>
2058 <groupId>org.apache.hbase</groupId>
2059 <version>${project.version}</version>
2062 <artifactId>hbase-resource-bundle</artifactId>
2063 <groupId>org.apache.hbase</groupId>
2064 <version>${project.version}</version>
2067 <artifactId>hbase-zookeeper</artifactId>
2068 <groupId>org.apache.hbase</groupId>
2069 <version>${project.version}</version>
2072 <groupId>com.google.code.findbugs</groupId>
2073 <artifactId>jsr305</artifactId>
2076 <groupId>com.github.spotbugs</groupId>
2077 <artifactId>spotbugs-annotations</artifactId>
2082 <artifactId>hbase-zookeeper</artifactId>
2083 <groupId>org.apache.hbase</groupId>
2084 <version>${project.version}</version>
2085 <type>test-jar</type>
2089 <artifactId>hbase-hbtop</artifactId>
2090 <groupId>org.apache.hbase</groupId>
2091 <version>${project.version}</version>
2094 <groupId>org.apache.hbase</groupId>
2095 <artifactId>hbase-shaded-client</artifactId>
2096 <version>${project.version}</version>
2099 <groupId>org.apache.hbase</groupId>
2100 <artifactId>hbase-shaded-client-byo-hadoop</artifactId>
2101 <version>${project.version}</version>
2104 <groupId>org.apache.hbase</groupId>
2105 <artifactId>hbase-shaded-mapreduce</artifactId>
2106 <version>${project.version}</version>
2109 <groupId>org.apache.hbase</groupId>
2110 <artifactId>hbase-asyncfs</artifactId>
2111 <version>${project.version}</version>
2114 <groupId>org.apache.hbase</groupId>
2115 <artifactId>hbase-asyncfs</artifactId>
2116 <version>${project.version}</version>
2117 <type>test-jar</type>
2120 <!-- General dependencies -->
2122 <groupId>com.github.stephenc.findbugs</groupId>
2123 <artifactId>findbugs-annotations</artifactId>
2124 <version>${findbugs-annotations.version}</version>
2127 Logging dependencies. In general, we use slf4j as the log facade in HBase, so all sub
2128 modules should depend on slf4j-api at compile scope, and then depend on log4j-slf4j-impl
2129 and log4j2 at test scope(and in hbase-assembly when shipping the binary) to redirect the
2130 log message to log4j. Do not introduce logging dependencies other than slf4j-api at compile
2131 scope as it will mess up the logging framework for downstream users.
2132 Here we also depend on jcl-over-slf4j and jul-to-slf4j, as some of the libraries we depend
2133 on use these logging framework so we need to redirect their log message to slf4j, and then
2134 redirect the log message to our log4j framework.
2137 <groupId>org.codehaus.jettison</groupId>
2138 <artifactId>jettison</artifactId>
2139 <version>${jettison.version}</version>
2143 <groupId>org.slf4j</groupId>
2144 <artifactId>slf4j-api</artifactId>
2145 <version>${slf4j.version}</version>
2148 <groupId>org.slf4j</groupId>
2149 <artifactId>jcl-over-slf4j</artifactId>
2150 <version>${slf4j.version}</version>
2153 <groupId>org.slf4j</groupId>
2154 <artifactId>jul-to-slf4j</artifactId>
2155 <version>${slf4j.version}</version>
2158 <groupId>org.apache.logging.log4j</groupId>
2159 <artifactId>log4j-api</artifactId>
2160 <version>${log4j2.version}</version>
2163 <groupId>org.apache.logging.log4j</groupId>
2164 <artifactId>log4j-core</artifactId>
2165 <version>${log4j2.version}</version>
2168 <groupId>org.apache.logging.log4j</groupId>
2169 <artifactId>log4j-slf4j-impl</artifactId>
2170 <version>${log4j2.version}</version>
2173 <groupId>org.apache.logging.log4j</groupId>
2174 <artifactId>log4j-1.2-api</artifactId>
2175 <version>${log4j2.version}</version>
2177 <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
2179 <groupId>org.apache.avro</groupId>
2180 <artifactId>avro</artifactId>
2181 <version>${avro.version}</version>
2184 <groupId>com.github.ben-manes.caffeine</groupId>
2185 <artifactId>caffeine</artifactId>
2186 <version>${caffeine.version}</version>
2189 <groupId>io.dropwizard.metrics</groupId>
2190 <artifactId>metrics-core</artifactId>
2191 <version>${metrics-core.version}</version>
2194 <groupId>org.apache.httpcomponents</groupId>
2195 <artifactId>httpclient</artifactId>
2196 <version>${httpclient.version}</version>
2199 <groupId>org.apache.httpcomponents</groupId>
2200 <artifactId>httpcore</artifactId>
2201 <version>${httpcore.version}</version>
2204 <groupId>commons-codec</groupId>
2205 <artifactId>commons-codec</artifactId>
2206 <version>${commons-codec.version}</version>
2209 <groupId>commons-validator</groupId>
2210 <artifactId>commons-validator</artifactId>
2211 <version>${commons-validator.version}</version>
2214 <groupId>commons-io</groupId>
2215 <artifactId>commons-io</artifactId>
2216 <version>${commons-io.version}</version>
2219 <groupId>org.apache.commons</groupId>
2220 <artifactId>commons-lang3</artifactId>
2221 <version>${commons-lang3.version}</version>
2224 <groupId>org.apache.commons</groupId>
2225 <artifactId>commons-math3</artifactId>
2226 <version>${commons-math.version}</version>
2229 <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's
2232 <groupId>commons-logging</groupId>
2233 <artifactId>commons-logging</artifactId>
2234 <version>1.2</version>
2237 <groupId>org.apache.zookeeper</groupId>
2238 <artifactId>zookeeper</artifactId>
2239 <version>${zookeeper.version}</version>
2242 <groupId>com.google.code.findbugs</groupId>
2243 <artifactId>jsr305</artifactId>
2246 <groupId>com.github.spotbugs</groupId>
2247 <artifactId>spotbugs-annotations</artifactId>
2250 <groupId>jline</groupId>
2251 <artifactId>jline</artifactId>
2254 <groupId>com.sun.jmx</groupId>
2255 <artifactId>jmxri</artifactId>
2258 <groupId>com.sun.jdmk</groupId>
2259 <artifactId>jmxtools</artifactId>
2262 <groupId>javax.jms</groupId>
2263 <artifactId>jms</artifactId>
2266 <groupId>io.netty</groupId>
2267 <artifactId>netty</artifactId>
2270 <groupId>org.slf4j</groupId>
2271 <artifactId>slf4j-log4j12</artifactId>
2274 <groupId>log4j</groupId>
2275 <artifactId>log4j</artifactId>
2280 <groupId>jline</groupId>
2281 <artifactId>jline</artifactId>
2282 <version>${jline.version}</version>
2285 <groupId>org.apache.thrift</groupId>
2286 <artifactId>libthrift</artifactId>
2287 <version>${thrift.version}</version>
2290 <groupId>org.apache.tomcat.embed</groupId>
2291 <artifactId>tomcat-embed-core</artifactId>
2296 <groupId>org.jruby</groupId>
2297 <artifactId>jruby-complete</artifactId>
2298 <version>${jruby.version}</version>
2301 <groupId>org.jruby.jcodings</groupId>
2302 <artifactId>jcodings</artifactId>
2303 <version>${jcodings.version}</version>
2306 <groupId>org.jruby.joni</groupId>
2307 <artifactId>joni</artifactId>
2308 <version>${joni.version}</version>
2311 <groupId>com.fasterxml.jackson.jaxrs</groupId>
2312 <artifactId>jackson-jaxrs-json-provider</artifactId>
2313 <version>${jackson.version}</version>
2316 <groupId>com.fasterxml.jackson.core</groupId>
2317 <artifactId>jackson-annotations</artifactId>
2318 <version>${jackson.version}</version>
2321 <groupId>com.fasterxml.jackson.core</groupId>
2322 <artifactId>jackson-core</artifactId>
2323 <version>${jackson.version}</version>
2326 <groupId>com.fasterxml.jackson.core</groupId>
2327 <artifactId>jackson-databind</artifactId>
2328 <version>${jackson.databind.version}</version>
2331 <groupId>org.jamon</groupId>
2332 <artifactId>jamon-runtime</artifactId>
2333 <version>${jamon-runtime.version}</version>
2335 <!-- REST dependencies -->
2337 <groupId>javax.servlet</groupId>
2338 <artifactId>javax.servlet-api</artifactId>
2339 <version>${servlet.api.version}</version>
2342 <groupId>javax.ws.rs</groupId>
2343 <artifactId>javax.ws.rs-api</artifactId>
2344 <version>${wx.rs.api.version}</version>
2347 <groupId>com.sun.activation</groupId>
2348 <artifactId>javax.activation</artifactId>
2349 <version>1.2.0</version>
2352 <groupId>javax.annotation</groupId>
2353 <artifactId>javax.annotation-api</artifactId>
2354 <version>1.2</version>
2357 <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.-->
2358 <groupId>org.glassfish.web</groupId>
2359 <artifactId>javax.servlet.jsp</artifactId>
2360 <version>${glassfish.jsp.version}</version>
2363 <!-- this lib is used by the compiled Jsp from the above JspC -->
2364 <groupId>javax.servlet.jsp</groupId>
2365 <artifactId>javax.servlet.jsp-api</artifactId>
2366 <version>2.3.1</version>
2369 <groupId>org.glassfish</groupId>
2370 <artifactId>javax.el</artifactId>
2371 <version>${glassfish.el.version}</version>
2374 <groupId>javax.xml.bind</groupId>
2375 <artifactId>jaxb-api</artifactId>
2376 <version>${jaxb-api.version}</version>
2379 <groupId>javax.xml.stream</groupId>
2380 <artifactId>stax-api</artifactId>
2385 <groupId>junit</groupId>
2386 <artifactId>junit</artifactId>
2387 <version>${junit.version}</version>
2390 <groupId>org.hamcrest</groupId>
2391 <artifactId>hamcrest-core</artifactId>
2392 <version>${hamcrest.version}</version>
2395 <groupId>org.hamcrest</groupId>
2396 <artifactId>hamcrest-library</artifactId>
2397 <version>${hamcrest.version}</version>
2400 <groupId>org.mockito</groupId>
2401 <artifactId>mockito-core</artifactId>
2402 <version>${mockito-core.version}</version>
2406 <groupId>io.opentelemetry</groupId>
2407 <artifactId>opentelemetry-bom</artifactId>
2408 <version>${opentelemetry.version}</version>
2410 <scope>import</scope>
2413 <groupId>io.opentelemetry</groupId>
2414 <artifactId>opentelemetry-semconv</artifactId>
2415 <version>${opentelemetry.version}-alpha</version>
2418 <groupId>io.opentelemetry.javaagent</groupId>
2419 <artifactId>opentelemetry-javaagent</artifactId>
2420 <version>${opentelemetry-javaagent.version}</version>
2421 <classifier>all</classifier>
2424 <groupId>com.lmax</groupId>
2425 <artifactId>disruptor</artifactId>
2426 <version>${disruptor.version}</version>
2429 <groupId>net.spy</groupId>
2430 <artifactId>spymemcached</artifactId>
2431 <version>${spy.version}</version>
2432 <optional>true</optional>
2435 <groupId>org.bouncycastle</groupId>
2436 <artifactId>bcprov-jdk15on</artifactId>
2437 <version>${bouncycastle.version}</version>
2441 <groupId>org.apache.kerby</groupId>
2442 <artifactId>kerb-core</artifactId>
2443 <version>${kerby.version}</version>
2446 <groupId>org.apache.kerby</groupId>
2447 <artifactId>kerb-client</artifactId>
2448 <version>${kerby.version}</version>
2451 <groupId>org.apache.kerby</groupId>
2452 <artifactId>kerb-simplekdc</artifactId>
2453 <version>${kerby.version}</version>
2456 <groupId>org.apache.commons</groupId>
2457 <artifactId>commons-crypto</artifactId>
2458 <version>${commons-crypto.version}</version>
2461 <groupId>net.java.dev.jna</groupId>
2462 <artifactId>jna</artifactId>
2467 <groupId>org.apache.curator</groupId>
2468 <artifactId>curator-framework</artifactId>
2469 <version>${curator.version}</version>
2472 <groupId>org.apache.zookeeper</groupId>
2473 <artifactId>zookeeper</artifactId>
2478 <groupId>org.apache.curator</groupId>
2479 <artifactId>curator-client</artifactId>
2480 <version>${curator.version}</version>
2483 <groupId>com.google.guava</groupId>
2484 <artifactId>guava</artifactId>
2487 <groupId>org.apache.zookeeper</groupId>
2488 <artifactId>zookeeper</artifactId>
2493 <groupId>org.apache.curator</groupId>
2494 <artifactId>curator-recipes</artifactId>
2495 <version>${curator.version}</version>
2498 <groupId>com.google.guava</groupId>
2499 <artifactId>guava</artifactId>
2502 <groupId>org.apache.zookeeper</groupId>
2503 <artifactId>zookeeper</artifactId>
2508 <groupId>org.apache.yetus</groupId>
2509 <artifactId>audience-annotations</artifactId>
2510 <version>${audience-annotations.version}</version>
2513 <groupId>org.apache.hbase.thirdparty</groupId>
2514 <artifactId>hbase-shaded-gson</artifactId>
2515 <version>${hbase-thirdparty.version}</version>
2518 <groupId>org.apache.hbase.thirdparty</groupId>
2519 <artifactId>hbase-shaded-miscellaneous</artifactId>
2520 <version>${hbase-thirdparty.version}</version>
2523 <groupId>org.apache.hbase.thirdparty</groupId>
2524 <artifactId>hbase-shaded-netty</artifactId>
2525 <version>${hbase-thirdparty.version}</version>
2528 <groupId>org.apache.hbase.thirdparty</groupId>
2529 <artifactId>hbase-shaded-protobuf</artifactId>
2530 <version>${hbase-thirdparty.version}</version>
2533 <groupId>org.apache.hbase.thirdparty</groupId>
2534 <artifactId>hbase-shaded-jetty</artifactId>
2535 <version>${hbase-thirdparty.version}</version>
2538 <groupId>org.apache.hbase.thirdparty</groupId>
2539 <artifactId>hbase-shaded-jersey</artifactId>
2540 <version>${hbase-thirdparty.version}</version>
2543 <groupId>com.sun.xml.ws</groupId>
2544 <artifactId>jaxws-ri</artifactId>
2545 <version>2.3.2</version>
2549 <groupId>javax.activation</groupId>
2550 <artifactId>javax.activation-api</artifactId>
2555 </dependencyManagement>
2557 <!--REMOVE THIS. HERE TEMPORARILY.
2558 Implication is that every module needs junit which is not so.
2559 Cannot undo though because build runs test on each module and
2560 it fails if no junit. TODO. -->
2562 <groupId>junit</groupId>
2563 <artifactId>junit</artifactId>
2569 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2574 <id>apache.releases.https</id>
2575 <username>hbase_committer</username>
2576 <password>********</password>
2580 <id>apache.snapshots.https</id>
2581 <username>hbase_committer</username>
2582 <password>********</password>
2590 $ mvn -s /my/path/settings.xml deploy
2595 <id>build-with-jdk8</id>
2607 <id>build-with-jdk11</id>
2612 <!-- TODO: replicate logic for windows support -->
2613 <argLine>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine}</argLine>
2614 <!-- We need a minimum HDFS version of 3.2.0 for HADOOP-12760 -->
2615 <hadoop-three.version>3.2.0</hadoop-three.version>
2617 Value to use for surefire when running jdk11.
2618 TODO: replicate logic for windows
2620 <surefire.Xmx>2200m</surefire.Xmx>
2623 <!-- profile activated by the Jenkins patch testing job -->
2625 <id>jenkins.patch</id>
2627 <activeByDefault>false</activeByDefault>
2629 <name>HBasePatchProcess</name>
2633 <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2638 <groupId>org.apache.maven.plugins</groupId>
2639 <artifactId>maven-antrun-plugin</artifactId>
2640 <inherited>false</inherited>
2643 <phase>validate</phase>
2649 <echo>Maven Execution Environment</echo>
2650 <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2662 <activeByDefault>false</activeByDefault>
2667 <groupId>org.jacoco</groupId>
2668 <artifactId>jacoco-maven-plugin</artifactId>
2669 <version>${jacoco.version}</version>
2672 <id>prepare-agent</id>
2674 <goal>prepare-agent</goal>
2679 <phase>prepare-package</phase>
2686 <systemPropertyVariables>
2687 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2688 </systemPropertyVariables>
2690 <exclude>**/generated/**/*.class</exclude>
2700 <activeByDefault>false</activeByDefault>
2702 <family>Linux</family>
2706 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2713 <family>Mac</family>
2717 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2724 <family>Windows</family>
2728 <build.platform>cygwin</build.platform>
2729 <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2732 <!-- this profile should match the name of the release profile in the root asf pom -->
2734 <id>apache-release</id>
2737 <!-- This should insert itself in place of the normal deploy plugin and then
2738 handle either closing or dropping the staging repository for us depending
2739 on if the build succeeds.
2742 <groupId>org.sonatype.plugins</groupId>
2743 <artifactId>nexus-staging-maven-plugin</artifactId>
2744 <version>1.6.8</version>
2745 <extensions>true</extensions>
2747 <nexusUrl>https://repository.apache.org/</nexusUrl>
2748 <serverId>apache.releases.https</serverId>
2754 <!-- this profile should be activated for release builds -->
2760 <groupId>org.apache.rat</groupId>
2761 <artifactId>apache-rat-plugin</artifactId>
2764 <phase>package</phase>
2772 <groupId>org.apache.maven.plugins</groupId>
2773 <artifactId>maven-enforcer-plugin</artifactId>
2774 <version>${enforcer.version}</version>
2777 <groupId>org.codehaus.mojo</groupId>
2778 <artifactId>extra-enforcer-rules</artifactId>
2779 <version>${extra.enforcer.version}</version>
2784 <enforceBytecodeVersion>
2785 <maxJdkVersion>${compileSource}</maxJdkVersion>
2786 <message>HBase has unsupported dependencies.
2787 HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2788 of the JDK to properly build from source. You appear to be using a newer dependency. You can use
2789 either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2790 Non-release builds can temporarily build with a newer JDK version by setting the
2791 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2794 <ignoreClass>module-info</ignoreClass>
2796 </enforceBytecodeVersion>
2803 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2804 <!-- Submodules that need hadoop dependencies should declare
2805 profiles with activation properties matching the profile here.
2806 Generally, it should be sufficient to copy the first
2807 few lines of the profile you want to match. -->
2808 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
2812 <property><name>!hadoop.profile</name></property>
2815 <hadoop.version>${hadoop-three.version}</hadoop.version>
2816 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
2818 <dependencyManagement>
2821 <groupId>org.apache.hadoop</groupId>
2822 <artifactId>hadoop-mapreduce-client-core</artifactId>
2823 <version>${hadoop-three.version}</version>
2826 <groupId>com.sun.jersey</groupId>
2827 <artifactId>jersey-core</artifactId>
2830 <groupId>org.codehaus.jackson</groupId>
2831 <artifactId>jackson-jaxrs</artifactId>
2834 <groupId>org.codehaus.jackson</groupId>
2835 <artifactId>jackson-xc</artifactId>
2838 <groupId>io.netty</groupId>
2839 <artifactId>netty</artifactId>
2842 <groupId>javax.servlet</groupId>
2843 <artifactId>servlet-api</artifactId>
2846 <groupId>javax.inject</groupId>
2847 <artifactId>javax.inject</artifactId>
2850 <groupId>org.codehaus.jackson</groupId>
2851 <artifactId>jackson-core-asl</artifactId>
2854 <groupId>org.codehaus.jackson</groupId>
2855 <artifactId>jackson-mapper-asl</artifactId>
2858 <groupId>com.google.guava</groupId>
2859 <artifactId>guava</artifactId>
2862 <groupId>org.slf4j</groupId>
2863 <artifactId>slf4j-log4j12</artifactId>
2866 <groupId>log4j</groupId>
2867 <artifactId>log4j</artifactId>
2872 <groupId>org.apache.hadoop</groupId>
2873 <artifactId>hadoop-mapreduce-client-app</artifactId>
2874 <version>${hadoop-three.version}</version>
2875 <type>test-jar</type>
2878 <groupId>org.codehaus.jackson</groupId>
2879 <artifactId>jackson-mapper-asl</artifactId>
2882 <groupId>org.codehaus.jackson</groupId>
2883 <artifactId>jackson-core-asl</artifactId>
2886 <groupId>org.codehaus.jackson</groupId>
2887 <artifactId>jackson-jaxrs</artifactId>
2890 <groupId>org.codehaus.jackson</groupId>
2891 <artifactId>jackson-xc</artifactId>
2894 <groupId>javax.xml.bind</groupId>
2895 <artifactId>jaxb-api</artifactId>
2898 <groupId>javax.ws.rs</groupId>
2899 <artifactId>jsr311-api</artifactId>
2902 <groupId>org.slf4j</groupId>
2903 <artifactId>slf4j-log4j12</artifactId>
2906 <groupId>log4j</groupId>
2907 <artifactId>log4j</artifactId>
2912 <groupId>org.apache.hadoop</groupId>
2913 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2914 <version>${hadoop-three.version}</version>
2917 <groupId>com.sun.jersey</groupId>
2918 <artifactId>jersey-core</artifactId>
2921 <groupId>io.netty</groupId>
2922 <artifactId>netty</artifactId>
2925 <groupId>javax.servlet</groupId>
2926 <artifactId>servlet-api</artifactId>
2929 <groupId>org.slf4j</groupId>
2930 <artifactId>slf4j-log4j12</artifactId>
2935 <groupId>org.apache.hadoop</groupId>
2936 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2937 <version>${hadoop-three.version}</version>
2938 <type>test-jar</type>
2942 <groupId>com.sun.jersey</groupId>
2943 <artifactId>jersey-core</artifactId>
2946 <groupId>io.netty</groupId>
2947 <artifactId>netty</artifactId>
2950 <groupId>javax.servlet</groupId>
2951 <artifactId>servlet-api</artifactId>
2954 <groupId>org.slf4j</groupId>
2955 <artifactId>slf4j-log4j12</artifactId>
2960 <groupId>org.apache.hadoop</groupId>
2961 <artifactId>hadoop-hdfs</artifactId>
2962 <version>${hadoop-three.version}</version>
2965 <groupId>com.sun.jersey</groupId>
2966 <artifactId>jersey-core</artifactId>
2969 <groupId>com.sun.jersey</groupId>
2970 <artifactId>jersey-server</artifactId>
2973 <groupId>javax.servlet.jsp</groupId>
2974 <artifactId>jsp-api</artifactId>
2977 <groupId>javax.servlet</groupId>
2978 <artifactId>servlet-api</artifactId>
2981 <groupId>stax</groupId>
2982 <artifactId>stax-api</artifactId>
2985 <groupId>xerces</groupId>
2986 <artifactId>xercesImpl</artifactId>
2989 <groupId>org.codehaus.jackson</groupId>
2990 <artifactId>jackson-core-asl</artifactId>
2993 <groupId>org.codehaus.jackson</groupId>
2994 <artifactId>jackson-mapper-asl</artifactId>
2997 <groupId>com.google.guava</groupId>
2998 <artifactId>guava</artifactId>
3001 <groupId>org.slf4j</groupId>
3002 <artifactId>slf4j-log4j12</artifactId>
3005 <groupId>log4j</groupId>
3006 <artifactId>log4j</artifactId>
3011 <groupId>org.apache.hadoop</groupId>
3012 <artifactId>hadoop-hdfs</artifactId>
3013 <version>${hadoop-three.version}</version>
3014 <type>test-jar</type>
3018 <groupId>javax.servlet.jsp</groupId>
3019 <artifactId>jsp-api</artifactId>
3022 <groupId>javax.servlet</groupId>
3023 <artifactId>servlet-api</artifactId>
3026 <groupId>stax</groupId>
3027 <artifactId>stax-api</artifactId>
3030 <groupId>xerces</groupId>
3031 <artifactId>xercesImpl</artifactId>
3034 <groupId>org.codehaus.jackson</groupId>
3035 <artifactId>jackson-core-asl</artifactId>
3038 <groupId>org.codehaus.jackson</groupId>
3039 <artifactId>jackson-mapper-asl</artifactId>
3042 <groupId>com.google.guava</groupId>
3043 <artifactId>guava</artifactId>
3046 <groupId>com.sun.jersey</groupId>
3047 <artifactId>jersey-core</artifactId>
3050 <groupId>org.slf4j</groupId>
3051 <artifactId>slf4j-log4j12</artifactId>
3054 <groupId>log4j</groupId>
3055 <artifactId>log4j</artifactId>
3060 <groupId>org.apache.hadoop</groupId>
3061 <artifactId>hadoop-hdfs</artifactId>
3062 <version>${hadoop-three.version}</version>
3063 <type>test-jar</type>
3064 <classifier>tests</classifier>
3068 <groupId>com.sun.jersey</groupId>
3069 <artifactId>jersey-core</artifactId>
3074 <groupId>org.apache.hadoop</groupId>
3075 <artifactId>hadoop-auth</artifactId>
3076 <version>${hadoop-three.version}</version>
3079 <groupId>com.google.guava</groupId>
3080 <artifactId>guava</artifactId>
3083 <groupId>net.minidev</groupId>
3084 <artifactId>json-smart</artifactId>
3087 <groupId>org.slf4j</groupId>
3088 <artifactId>slf4j-log4j12</artifactId>
3091 <groupId>log4j</groupId>
3092 <artifactId>log4j</artifactId>
3097 <groupId>org.apache.hadoop</groupId>
3098 <artifactId>hadoop-common</artifactId>
3099 <version>${hadoop-three.version}</version>
3102 <groupId>com.sun.jersey</groupId>
3103 <artifactId>jersey-core</artifactId>
3106 <groupId>com.sun.jersey</groupId>
3107 <artifactId>jersey-json</artifactId>
3110 <groupId>com.sun.jersey</groupId>
3111 <artifactId>jersey-servlet</artifactId>
3114 <groupId>com.sun.jersey</groupId>
3115 <artifactId>jersey-server</artifactId>
3118 <groupId>javax.servlet.jsp</groupId>
3119 <artifactId>jsp-api</artifactId>
3122 <groupId>javax.servlet</groupId>
3123 <artifactId>javax.servlet-api</artifactId>
3126 <groupId>stax</groupId>
3127 <artifactId>stax-api</artifactId>
3130 <groupId>io.netty</groupId>
3131 <artifactId>netty</artifactId>
3134 <groupId>com.google.code.findbugs</groupId>
3135 <artifactId>jsr305</artifactId>
3138 <groupId>junit</groupId>
3139 <artifactId>junit</artifactId>
3142 <groupId>org.codehause.jackson</groupId>
3143 <artifactId>jackson-core-asl</artifactId>
3146 <groupId>org.codehause.jackson</groupId>
3147 <artifactId>jackson-mapper-asl</artifactId>
3150 <groupId>org.slf4j</groupId>
3151 <artifactId>slf4j-log4j12</artifactId>
3154 <groupId>log4j</groupId>
3155 <artifactId>log4j</artifactId>
3161 a missing transitive dependency on JDK9+ (obsoleted by Hadoop-3.3.0+, HADOOP-15775)
3163 <groupId>javax.activation</groupId>
3164 <artifactId>javax.activation-api</artifactId>
3165 <version>1.2.0</version>
3169 <groupId>org.apache.hadoop</groupId>
3170 <artifactId>hadoop-common</artifactId>
3171 <type>test-jar</type>
3172 <classifier>tests</classifier>
3173 <version>${hadoop-three.version}</version>
3176 <groupId>com.sun.jersey</groupId>
3177 <artifactId>jersey-core</artifactId>
3180 <groupId>com.google.code.findbugs</groupId>
3181 <artifactId>jsr305</artifactId>
3184 <groupId>org.slf4j</groupId>
3185 <artifactId>slf4j-log4j12</artifactId>
3188 <groupId>log4j</groupId>
3189 <artifactId>log4j</artifactId>
3194 <groupId>org.apache.hadoop</groupId>
3195 <artifactId>hadoop-client</artifactId>
3196 <version>${hadoop-three.version}</version>
3199 <groupId>org.apache.hadoop</groupId>
3200 <artifactId>hadoop-annotations</artifactId>
3201 <version>${hadoop-three.version}</version>
3203 <!-- This was marked as test dep in earlier pom, but was scoped compile.
3204 Where do we actually need it? -->
3206 <groupId>org.apache.hadoop</groupId>
3207 <artifactId>hadoop-minicluster</artifactId>
3208 <version>${hadoop-three.version}</version>
3210 <!--If we comment this in, a few tests in hbase-mapreduce
3211 fail. They depend on jersey-core somehow. But excluding
3212 jersey-core here messes up hbase-it because jersey-core
3213 implements a 1.x jaxrs Response Interface when we depend
3214 on the 2.x Interface... . Letting this jar come in
3215 transitively here but will exclude it down in hbase-it.
3218 <groupId>com.sun.jersey</groupId>
3219 <artifactId>jersey-core</artifactId>
3223 <groupId>commons-httpclient</groupId>
3224 <artifactId>commons-httpclient</artifactId>
3227 <groupId>javax.servlet.jsp</groupId>
3228 <artifactId>jsp-api</artifactId>
3231 <groupId>javax.servlet</groupId>
3232 <artifactId>servlet-api</artifactId>
3235 <groupId>stax</groupId>
3236 <artifactId>stax-api</artifactId>
3239 <groupId>io.netty</groupId>
3240 <artifactId>netty</artifactId>
3243 <groupId>com.google.code.findbugs</groupId>
3244 <artifactId>jsr305</artifactId>
3247 <groupId>org.slf4j</groupId>
3248 <artifactId>slf4j-log4j12</artifactId>
3251 <groupId>log4j</groupId>
3252 <artifactId>log4j</artifactId>
3257 <groupId>org.apache.hadoop</groupId>
3258 <artifactId>hadoop-minikdc</artifactId>
3259 <version>${hadoop-three.version}</version>
3263 <groupId>org.slf4j</groupId>
3264 <artifactId>slf4j-log4j12</artifactId>
3269 <groupId>org.apache.hadoop</groupId>
3270 <artifactId>hadoop-distcp</artifactId>
3271 <version>${hadoop-three.version}</version>
3275 <groupId>org.apache.hadoop</groupId>
3276 <artifactId>hadoop-hdfs-client</artifactId>
3277 <version>${hadoop-three.version}</version>
3280 </dependencyManagement>
3283 <!-- profiles for the tests
3284 See as well the properties of the project for the values
3285 when no profile is active. -->
3287 <!-- Use it to launch all tests in the same JVM -->
3288 <id>singleJVMTests</id>
3290 <activeByDefault>false</activeByDefault>
3293 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3294 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3295 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3296 <surefire.firstPartGroups/>
3300 <!-- Use it to launch small tests only -->
3301 <id>runSmallTests</id>
3303 <activeByDefault>false</activeByDefault>
3306 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3307 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3308 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3309 <surefire.secondPartGroups/>
3313 <!-- Use it to launch medium tests only -->
3314 <id>runMediumTests</id>
3316 <activeByDefault>false</activeByDefault>
3319 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3320 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3321 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
3322 <surefire.secondPartGroups/>
3326 <!-- Use it to launch large tests only -->
3327 <id>runLargeTests</id>
3329 <activeByDefault>false</activeByDefault>
3332 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3333 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3334 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
3335 <surefire.secondPartGroups/>
3339 <!-- Use it to launch small & medium tests -->
3340 <id>runDevTests</id>
3342 <activeByDefault>false</activeByDefault>
3345 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3346 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3347 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3348 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3349 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
3353 <!-- Use it to launch all tests -->
3354 <id>runAllTests</id>
3356 <activeByDefault>false</activeByDefault>
3359 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3360 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3361 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3362 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
3366 <id>runMiscTests</id>
3368 <activeByDefault>false</activeByDefault>
3371 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3372 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3373 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
3374 </surefire.firstPartGroups>
3375 <surefire.secondPartGroups></surefire.secondPartGroups>
3379 <id>runCoprocessorTests</id>
3381 <activeByDefault>false</activeByDefault>
3384 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3385 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3386 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3387 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3388 <surefire.firstPartGroups>
3389 org.apache.hadoop.hbase.testclassification.CoprocessorTests
3390 </surefire.firstPartGroups>
3391 <surefire.secondPartGroups></surefire.secondPartGroups>
3395 <id>runClientTests</id>
3397 <activeByDefault>false</activeByDefault>
3400 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3401 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3402 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3403 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3404 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
3405 </surefire.firstPartGroups>
3406 <surefire.secondPartGroups></surefire.secondPartGroups>
3410 <id>runMasterTests</id>
3412 <activeByDefault>false</activeByDefault>
3415 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3416 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3417 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3418 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3419 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
3420 </surefire.firstPartGroups>
3421 <surefire.secondPartGroups></surefire.secondPartGroups>
3425 <id>runMapredTests</id>
3427 <activeByDefault>false</activeByDefault>
3430 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3431 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3432 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3433 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3434 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
3435 </surefire.firstPartGroups>
3436 <surefire.secondPartGroups></surefire.secondPartGroups>
3440 <id>runMapreduceTests</id>
3442 <activeByDefault>false</activeByDefault>
3445 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3446 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3447 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3448 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3449 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
3450 </surefire.firstPartGroups>
3451 <surefire.secondPartGroups></surefire.secondPartGroups>
3455 <id>runRegionServerTests</id>
3457 <activeByDefault>false</activeByDefault>
3460 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3461 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3462 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3463 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3464 <surefire.firstPartGroups>
3465 org.apache.hadoop.hbase.testclassification.RegionServerTests
3466 </surefire.firstPartGroups>
3467 <surefire.secondPartGroups></surefire.secondPartGroups>
3471 <id>runVerySlowMapReduceTests</id>
3473 <activeByDefault>false</activeByDefault>
3476 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3477 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3478 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3479 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3480 <surefire.firstPartGroups>
3481 org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
3482 </surefire.firstPartGroups>
3483 <surefire.secondPartGroups></surefire.secondPartGroups>
3488 <id>runVerySlowRegionServerTests</id>
3490 <activeByDefault>false</activeByDefault>
3493 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3494 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3495 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3496 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3497 <surefire.firstPartGroups>
3498 org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
3499 </surefire.firstPartGroups>
3500 <surefire.secondPartGroups></surefire.secondPartGroups>
3505 <id>runFilterTests</id>
3507 <activeByDefault>false</activeByDefault>
3510 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3511 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3512 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3513 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3514 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
3515 </surefire.firstPartGroups>
3516 <surefire.secondPartGroups></surefire.secondPartGroups>
3522 <activeByDefault>false</activeByDefault>
3525 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3526 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3527 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3528 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3529 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
3530 </surefire.firstPartGroups>
3531 <surefire.secondPartGroups></surefire.secondPartGroups>
3535 <id>runRestTests</id>
3537 <activeByDefault>false</activeByDefault>
3540 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3541 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3542 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3543 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3544 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
3545 </surefire.firstPartGroups>
3546 <surefire.secondPartGroups></surefire.secondPartGroups>
3550 <id>runRPCTests</id>
3552 <activeByDefault>false</activeByDefault>
3555 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3556 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3557 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3558 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3559 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
3560 </surefire.firstPartGroups>
3561 <surefire.secondPartGroups></surefire.secondPartGroups>
3565 <id>runReplicationTests</id>
3567 <activeByDefault>false</activeByDefault>
3570 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3571 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3572 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3573 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3574 <surefire.firstPartGroups>
3575 org.apache.hadoop.hbase.testclassification.ReplicationTests
3576 </surefire.firstPartGroups>
3577 <surefire.secondPartGroups></surefire.secondPartGroups>
3581 <id>runSecurityTests</id>
3583 <activeByDefault>false</activeByDefault>
3586 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3587 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3588 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3589 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3590 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3591 </surefire.firstPartGroups>
3592 <surefire.secondPartGroups></surefire.secondPartGroups>
3596 <id>runFlakeyTests</id>
3598 <activeByDefault>false</activeByDefault>
3601 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3602 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3603 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3604 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3605 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3606 </surefire.firstPartGroups>
3607 <surefire.secondPartGroups></surefire.secondPartGroups>
3613 <activeByDefault>false</activeByDefault>
3616 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3617 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3618 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3619 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3620 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ZKTests
3621 </surefire.firstPartGroups>
3622 <surefire.secondPartGroups></surefire.secondPartGroups>
3626 <id>runRSGroupTests</id>
3628 <activeByDefault>false</activeByDefault>
3631 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3632 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3633 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3634 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3635 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RSGroupTests
3636 </surefire.firstPartGroups>
3637 <surefire.secondPartGroups></surefire.secondPartGroups>
3642 <!-- Use it to launch tests locally-->
3650 <surefire.provider>surefire-junit4</surefire.provider>
3651 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3652 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3653 <surefire.firstPartGroups/>
3656 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3657 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3658 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3659 The report will be generated under target/site/clover/index.html when you run
3660 MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3664 <activeByDefault>false</activeByDefault>
3670 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3674 <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3675 our instrumented classes for the doclet will fail
3678 <groupId>org.apache.maven.plugins</groupId>
3679 <artifactId>maven-javadoc-plugin</artifactId>
3682 <groupId>com.atlassian.maven.plugins</groupId>
3683 <artifactId>maven-clover2-plugin</artifactId>
3684 <version>${clover.version}</version>
3689 <groupId>com.atlassian.maven.plugins</groupId>
3690 <artifactId>maven-clover2-plugin</artifactId>
3691 <version>${clover.version}</version>
3693 <includesAllSourceRoots>true</includesAllSourceRoots>
3694 <includesTestSourceRoots>true</includesTestSourceRoots>
3695 <targetPercentage>50%</targetPercentage>
3696 <generateHtml>true</generateHtml>
3697 <generateXml>true</generateXml>
3699 <exclude>**/generated/**</exclude>
3704 <id>clover-setup</id>
3705 <phase>process-sources</phase>
3723 <!-- Used by the website generation script on jenkins to
3724 do a local install of the jars we need to run a normal
3725 site build w/o forking.
3727 <id>site-install-step</id>
3729 <skipTests>true</skipTests>
3730 <maven.javadoc.skip>true</maven.javadoc.skip>
3731 <enforcer.skip>true</enforcer.skip>
3732 <checkstyle.skip>true</checkstyle.skip>
3733 <spotbugs.skip>true</spotbugs.skip>
3734 <warbucks.skip>true</warbucks.skip>
3738 <!-- Used by the website generation script on jenkins to
3739 mitigate the impact of unneeded build forks while building
3742 <id>site-build-step</id>
3744 <skipTests>true</skipTests>
3745 <enforcer.skip>true</enforcer.skip>
3746 <maven.main.skip>true</maven.main.skip>
3747 <maven.test.skip>true</maven.test.skip>
3748 <warbucks.skip>true</warbucks.skip>
3749 <protoc.skip>true</protoc.skip>
3750 <remoteresources.skip>true</remoteresources.skip>
3754 <id>eclipse-specific</id>
3757 <name>m2e.version</name>
3763 <!-- General config for eclipse classpath/settings -->
3765 <groupId>org.apache.maven.plugins</groupId>
3766 <artifactId>maven-eclipse-plugin</artifactId>
3767 <version>${maven.eclipse.version}</version>
3769 <!--This plugin's configuration is used to store Eclipse m2e settings
3770 only. It has no influence on the Maven build itself. m2e does not
3771 provide any safeguards against rogue maven plugins that leak
3772 classloaders, modify random files inside workspace or throw nasty
3773 exceptions to fail the build.
3774 Top level doesn't do any specific configuration currently - left
3775 to modules to decide what they want to bind, sans those plugins
3776 defined in this pom. -->
3778 <groupId>org.eclipse.m2e</groupId>
3779 <artifactId>lifecycle-mapping</artifactId>
3780 <version>${lifecycle.mapping.version}</version>
3782 <lifecycleMappingMetadata>
3785 <pluginExecutionFilter>
3786 <groupId>org.jacoco</groupId>
3787 <artifactId>jacoco-maven-plugin</artifactId>
3788 <versionRange>[0.6.2.201302030002,)</versionRange>
3790 <goal>prepare-agent</goal>
3792 </pluginExecutionFilter>
3798 <pluginExecutionFilter>
3799 <groupId>org.apache.maven.plugins</groupId>
3800 <artifactId>maven-enforcer-plugin</artifactId>
3801 <versionRange>${enforcer.version}</versionRange>
3803 <goal>enforce</goal>
3805 </pluginExecutionFilter>
3811 <pluginExecutionFilter>
3812 <groupId>org.apache.maven.plugins</groupId>
3813 <artifactId>maven-remote-resources-plugin</artifactId>
3814 <versionRange>[1.5,)</versionRange>
3816 <goal>process</goal>
3819 </pluginExecutionFilter>
3825 <pluginExecutionFilter>
3826 <groupId>org.codehaus.mojo</groupId>
3827 <artifactId>buildnumber-maven-plugin</artifactId>
3828 <versionRange>[1.3,)</versionRange>
3830 <goal>create-timestamp</goal>
3832 </pluginExecutionFilter>
3835 <runOnConfiguration>true</runOnConfiguration>
3836 <runOnIncremental>true</runOnIncremental>
3841 </lifecycleMappingMetadata>
3851 <external.protobuf.groupid>org.openlabtesting.protobuf</external.protobuf.groupid>
3855 <family>linux</family>
3856 <arch>aarch64</arch>
3861 <!-- See https://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
3865 <artifactId>maven-project-info-reports-plugin</artifactId>
3866 <version>${maven.project.info.report.version}</version>
3870 <report>dependencies</report>
3871 <report>dependency-convergence</report>
3872 <report>dependency-info</report>
3873 <report>dependency-management</report>
3874 <report>index</report>
3875 <report>issue-tracking</report>
3876 <report>mailing-list</report>
3877 <report>plugin-management</report>
3878 <report>plugins</report>
3879 <report>project-team</report>
3880 <report>scm</report>
3881 <report>summary</report>
3885 <!-- see src/site/site.xml for selected reports -->
3887 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
3892 <groupId>org.apache.maven.plugins</groupId>
3893 <artifactId>maven-javadoc-plugin</artifactId>
3897 <name>apiNote</name>
3898 <placement>a</placement>
3899 <head>API Note:</head>
3908 <report>aggregate-no-fork</report>
3911 <destDir>devapidocs</destDir>
3912 <name>Developer API</name>
3913 <description>The full HBase API, including private and unstable APIs</description>
3914 <sourceFileExcludes>
3915 <exclude>**/generated/*</exclude>
3916 <exclude>**/protobuf/*</exclude>
3917 </sourceFileExcludes>
3918 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
3919 <show>private</show> <!-- (shows all classes and members) -->
3921 <linksource>true</linksource>
3922 <sourcetab>2</sourcetab>
3923 <validateLinks>true</validateLinks>
3924 <fixClassComment>true</fixClassComment>
3925 <fixFieldComment>true</fixFieldComment>
3926 <fixMethodComment>true</fixMethodComment>
3927 <fixTags>all</fixTags>
3928 <notimestamp>true</notimestamp>
3929 <locale>en_US</locale>
3930 <!-- Pass some options straight to the javadoc executable since it is easier -->
3931 <additionalJOption>-J-Xmx2G</additionalJOption>
3932 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3933 <additionalDependencies>
3934 <additionalDependency>
3935 <groupId>org.mockito</groupId>
3936 <artifactId>mockito-core</artifactId>
3937 <version>${mockito-core.version}</version>
3938 </additionalDependency>
3939 <additionalDependency>
3940 <groupId>org.hamcrest</groupId>
3941 <artifactId>hamcrest-core</artifactId>
3942 <version>${hamcrest.version}</version>
3943 </additionalDependency>
3944 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3945 <additionalDependency>
3946 <groupId>com.google.code.findbugs</groupId>
3947 <artifactId>jsr305</artifactId>
3948 <version>3.0.2</version>
3949 </additionalDependency>
3950 </additionalDependencies>
3951 <inherited>false</inherited>
3957 <report>test-aggregate-no-fork</report>
3960 <destDir>testdevapidocs</destDir>
3961 <name>Developer API</name>
3962 <description>The full HBase API test code, including private and unstable APIs</description>
3963 <sourceFileExcludes>
3964 <exclude>**/generated/*</exclude>
3965 <exclude>**/protobuf/*</exclude>
3966 </sourceFileExcludes>
3967 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
3968 <show>private</show> <!-- (shows all classes and members) -->
3970 <linksource>true</linksource>
3971 <sourcetab>2</sourcetab>
3972 <validateLinks>true</validateLinks>
3973 <fixClassComment>true</fixClassComment>
3974 <fixFieldComment>true</fixFieldComment>
3975 <fixMethodComment>true</fixMethodComment>
3976 <fixTags>all</fixTags>
3977 <notimestamp>true</notimestamp>
3978 <locale>en_US</locale>
3979 <!-- Pass some options straight to the javadoc executable since it is easier -->
3980 <additionalJOption>-J-Xmx2G</additionalJOption>
3981 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3982 <additionalDependencies>
3983 <additionalDependency>
3984 <groupId>org.mockito</groupId>
3985 <artifactId>mockito-core</artifactId>
3986 <version>${mockito-core.version}</version>
3987 </additionalDependency>
3988 <additionalDependency>
3989 <groupId>org.hamcrest</groupId>
3990 <artifactId>hamcrest-core</artifactId>
3991 <version>${hamcrest.version}</version>
3992 </additionalDependency>
3993 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3994 <additionalDependency>
3995 <groupId>com.google.code.findbugs</groupId>
3996 <artifactId>jsr305</artifactId>
3997 <version>3.0.2</version>
3998 </additionalDependency>
3999 </additionalDependencies>
4000 <inherited>false</inherited>
4008 <report>aggregate-no-fork</report>
4012 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4015 <groupId>org.apache.yetus</groupId>
4016 <artifactId>audience-annotations</artifactId>
4017 <version>${audience-annotations.version}</version>
4019 <useStandardDocletOptions>true</useStandardDocletOptions>
4020 <destDir>apidocs</destDir>
4021 <name>User API</name>
4022 <description>The HBase Application Programmer's API</description>
4023 <excludePackageNames>
4024 org.apache.hadoop.hbase.backup*:org.apache.hadoop.hbase.catalog:org.apache.hadoop.hbase.client.coprocessor:org.apache.hadoop.hbase.client.metrics:org.apache.hadoop.hbase.codec*:org.apache.hadoop.hbase.constraint:org.apache.hadoop.hbase.coprocessor.*:org.apache.hadoop.hbase.executor:org.apache.hadoop.hbase.fs:*.generated.*:org.apache.hadoop.hbase.io.hfile.*:org.apache.hadoop.hbase.mapreduce.hadoopbackport:org.apache.hadoop.hbase.mapreduce.replication:org.apache.hadoop.hbase.master.*:org.apache.hadoop.hbase.metrics*:org.apache.hadoop.hbase.migration:org.apache.hadoop.hbase.monitoring:org.apache.hadoop.hbase.p*:org.apache.hadoop.hbase.regionserver.compactions:org.apache.hadoop.hbase.regionserver.handler:org.apache.hadoop.hbase.regionserver.snapshot:org.apache.hadoop.hbase.replication.*:org.apache.hadoop.hbase.rest.filter:org.apache.hadoop.hbase.rest.model:org.apache.hadoop.hbase.rest.p*:org.apache.hadoop.hbase.security.*:org.apache.hadoop.hbase.thrift*:org.apache.hadoop.hbase.tmpl.*:org.apache.hadoop.hbase.tool:org.apache.hadoop.hbase.trace:org.apache.hadoop.hbase.util.byterange*:org.apache.hadoop.hbase.util.test:org.apache.hadoop.hbase.util.vint:org.apache.hadoop.metrics2*:org.apache.hadoop.hbase.io.compress*
4025 </excludePackageNames>
4026 <!-- switch on dependency-driven aggregation -->
4027 <includeDependencySources>false</includeDependencySources>
4028 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4029 <show>protected</show> <!-- (shows only public and protected classes and members) -->
4031 <linksource>true</linksource>
4032 <sourcetab>2</sourcetab>
4033 <validateLinks>true</validateLinks>
4034 <fixClassComment>true</fixClassComment>
4035 <fixFieldComment>true</fixFieldComment>
4036 <fixMethodComment>true</fixMethodComment>
4037 <fixTags>all</fixTags>
4038 <notimestamp>true</notimestamp>
4039 <locale>en_US</locale>
4040 <!-- Pass some options straight to the javadoc executable since it is easier -->
4041 <additionalJOption>-J-Xmx2G</additionalJOption>
4042 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4043 <additionalDependencies>
4044 <additionalDependency>
4045 <groupId>org.mockito</groupId>
4046 <artifactId>mockito-core</artifactId>
4047 <version>${mockito-core.version}</version>
4048 </additionalDependency>
4049 <additionalDependency>
4050 <groupId>org.hamcrest</groupId>
4051 <artifactId>hamcrest-core</artifactId>
4052 <version>${hamcrest.version}</version>
4053 </additionalDependency>
4054 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4055 <additionalDependency>
4056 <groupId>com.google.code.findbugs</groupId>
4057 <artifactId>jsr305</artifactId>
4058 <version>3.0.2</version>
4059 </additionalDependency>
4060 </additionalDependencies>
4061 <inherited>false</inherited>
4064 <!-- User Test API -->
4066 <id>testuserapi</id>
4068 <report>test-aggregate-no-fork</report>
4072 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4075 <groupId>org.apache.yetus</groupId>
4076 <artifactId>audience-annotations</artifactId>
4077 <version>${audience-annotations.version}</version>
4079 <useStandardDocletOptions>true</useStandardDocletOptions>
4080 <destDir>testapidocs</destDir>
4081 <name>User API</name>
4082 <description>The HBase Application Programmer's API</description>
4083 <excludePackageNames>
4084 org.apache.hadoop.hbase.backup*:org.apache.hadoop.hbase.catalog:org.apache.hadoop.hbase.client.coprocessor:org.apache.hadoop.hbase.client.metrics:org.apache.hadoop.hbase.codec*:org.apache.hadoop.hbase.constraint:org.apache.hadoop.hbase.coprocessor.*:org.apache.hadoop.hbase.executor:org.apache.hadoop.hbase.fs:*.generated.*:org.apache.hadoop.hbase.io.hfile.*:org.apache.hadoop.hbase.mapreduce.hadoopbackport:org.apache.hadoop.hbase.mapreduce.replication:org.apache.hadoop.hbase.master.*:org.apache.hadoop.hbase.metrics*:org.apache.hadoop.hbase.migration:org.apache.hadoop.hbase.monitoring:org.apache.hadoop.hbase.p*:org.apache.hadoop.hbase.regionserver.compactions:org.apache.hadoop.hbase.regionserver.handler:org.apache.hadoop.hbase.regionserver.snapshot:org.apache.hadoop.hbase.replication.*:org.apache.hadoop.hbase.rest.filter:org.apache.hadoop.hbase.rest.model:org.apache.hadoop.hbase.rest.p*:org.apache.hadoop.hbase.security.*:org.apache.hadoop.hbase.thrift*:org.apache.hadoop.hbase.tmpl.*:org.apache.hadoop.hbase.tool:org.apache.hadoop.hbase.trace:org.apache.hadoop.hbase.util.byterange*:org.apache.hadoop.hbase.util.test:org.apache.hadoop.hbase.util.vint:org.apache.hadoop.metrics2*:org.apache.hadoop.hbase.io.compress*
4085 </excludePackageNames>
4086 <!-- switch on dependency-driven aggregation -->
4087 <includeDependencySources>false</includeDependencySources>
4088 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4089 <show>protected</show> <!-- (shows only public and protected classes and members) -->
4091 <linksource>true</linksource>
4092 <sourcetab>2</sourcetab>
4093 <validateLinks>true</validateLinks>
4094 <fixClassComment>true</fixClassComment>
4095 <fixFieldComment>true</fixFieldComment>
4096 <fixMethodComment>true</fixMethodComment>
4097 <fixTags>all</fixTags>
4098 <notimestamp>true</notimestamp>
4099 <locale>en_US</locale>
4100 <!-- Pass some options straight to the javadoc executable since it is easier -->
4101 <additionalJOption>-J-Xmx2G</additionalJOption>
4102 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4103 <additionalDependencies>
4104 <additionalDependency>
4105 <groupId>org.mockito</groupId>
4106 <artifactId>mockito-core</artifactId>
4107 <version>${mockito-core.version}</version>
4108 </additionalDependency>
4109 <additionalDependency>
4110 <groupId>org.hamcrest</groupId>
4111 <artifactId>hamcrest-core</artifactId>
4112 <version>${hamcrest.version}</version>
4113 </additionalDependency>
4114 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4115 <additionalDependency>
4116 <groupId>com.google.code.findbugs</groupId>
4117 <artifactId>jsr305</artifactId>
4118 <version>3.0.2</version>
4119 </additionalDependency>
4120 </additionalDependencies>
4121 <inherited>false</inherited>
4128 <groupId>org.apache.maven.plugins</groupId>
4129 <artifactId>maven-checkstyle-plugin</artifactId>
4130 <version>${maven.checkstyle.version}</version>
4132 <excludes>target/**</excludes>
4138 <distributionManagement>
4140 <id>hbase.apache.org</id>
4141 <name>HBase Website at hbase.apache.org</name>
4142 <!-- On why this is the tmp dir and not hbase.apache.org, see
4143 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
4145 <url>file:///tmp</url>
4147 </distributionManagement>