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-alpha-2-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>Xiaolin Ha</name>
325 <email>haxiaolin@apache.org</email>
326 <timezone>+8</timezone>
330 <name>Huaxiang Sun</name>
331 <email>huaxiangsun@apache.org</email>
332 <timezone>-8</timezone>
336 <name>Jean-Daniel Cryans</name>
337 <email>jdcryans@apache.org</email>
338 <timezone>-8</timezone>
342 <name>Jeffrey Zhong</name>
343 <email>jeffreyz@apache.org</email>
344 <timezone>-8</timezone>
348 <name>Jing Chen (Jerry) He</name>
349 <email>jerryjch@apache.org</email>
350 <timezone>-8</timezone>
354 <name>Jesse Yates</name>
355 <email>jyates@apache.org</email>
356 <timezone>-8</timezone>
360 <name>Jonathan Gray</name>
361 <email>jgray@fb.com</email>
362 <timezone>-8</timezone>
366 <name>Jingcheng Du</name>
367 <email>jingchengdu@apache.org</email>
368 <timezone>+8</timezone>
372 <name>Esteban Gutierrez</name>
373 <email>esteban@apache.org</email>
374 <timezone>-8</timezone>
378 <name>Jan Hentschel</name>
379 <email>janh@apache.org</email>
380 <timezone>+1</timezone>
384 <name>Jonathan Hsieh</name>
385 <email>jmhsieh@apache.org</email>
386 <timezone>-8</timezone>
390 <name>Jimmy Xiang</name>
391 <email>jxiang@apache.org</email>
392 <timezone>-8</timezone>
396 <name>Kannan Muthukkaruppan</name>
397 <email>kannan@fb.com</email>
398 <timezone>-8</timezone>
402 <name>Karthik Ranganathan</name>
403 <email>kranganathan@fb.com</email>
404 <timezone>-8</timezone>
408 <name>Lars Francke</name>
409 <email>larsfrancke@apache.org</email>
410 <timezone>Europe/Berlin</timezone>
414 <name>Lars George</name>
415 <email>larsgeorge@apache.org</email>
416 <timezone>+1</timezone>
420 <name>Lars Hofhansl</name>
421 <email>larsh@apache.org</email>
422 <timezone>-8</timezone>
426 <name>Liang Xie</name>
427 <email>liangxie@apache.org</email>
428 <timezone>+8</timezone>
432 <name>Shaohui Liu</name>
433 <email>liushaohui@apache.org</email>
434 <timezone>+8</timezone>
438 <name>Liyin Tang</name>
439 <email>liyin.tang@fb.com</email>
440 <timezone>-8</timezone>
445 <email>liyu@apache.org</email>
446 <timezone>+8</timezone>
450 <name>Mikhail Bautin</name>
451 <email>mbautin@apache.org</email>
452 <timezone>-8</timezone>
456 <name>Matteo Bertozzi</name>
457 <email>mbertozzi@apache.org</email>
458 <timezone>0</timezone>
462 <name>Mike Drob</name>
463 <email>mdrob@apache.org</email>
464 <timezone>-5</timezone>
468 <name>Balazs Meszaros</name>
469 <email>meszibalu@apache.org</email>
470 <timezone>+1</timezone>
474 <name>Misty Stanley-Jones</name>
475 <email>misty@apache.org</email>
476 <timezone>-8</timezone>
480 <name>Nick Dimiduk</name>
481 <email>ndimiduk@apache.org</email>
482 <timezone>-8</timezone>
486 <name>Yulin Niu</name>
487 <email>niuyulin@apache.org</email>
488 <timezone>+8</timezone>
492 <name>Nicolas Liochon</name>
493 <email>nkeywal@apache.org</email>
494 <timezone>+1</timezone>
497 <id>nspiegelberg</id>
498 <name>Nicolas Spiegelberg</name>
499 <email>nspiegelberg@fb.com</email>
500 <timezone>-8</timezone>
504 <name>Andrey Stepachev</name>
505 <email>octo47@gmail.com</email>
506 <timezone>0</timezone>
510 <name>Zheng Hu</name>
511 <email>openinx@apache.org</email>
512 <timezone>+8</timezone>
516 <name>Pankaj Kumar</name>
517 <email>pankajkumar@apache.org</email>
518 <timezone>+5</timezone>
522 <name>Peter Somogyi</name>
523 <email>psomogyi@apache.org</email>
524 <timezone>+1</timezone>
528 <name>Rajeshbabu Chintaguntla</name>
529 <email>rajeshbabu@apache.org</email>
530 <timezone>+5</timezone>
534 <name>Ramkrishna S Vasudevan</name>
535 <email>ramkrishna@apache.org</email>
536 <timezone>+5</timezone>
540 <name>Ryan Rawson</name>
541 <email>rawson@apache.org</email>
542 <timezone>-8</timezone>
546 <name>Reid Chan</name>
547 <email>reidchan@apache.org</email>
548 <timezone>+8</timezone>
552 <name>Sakthi Vel</name>
553 <email>sakthi@apache.org</email>
554 <timezone>-8</timezone>
558 <name>Sergey Shelukhin</name>
559 <email>sershe@apache.org</email>
560 <timezone>-8</timezone>
564 <name>Srikanth Srungarapu</name>
565 <email>ssrungarapu@apache.org</email>
566 <timezone>-8</timezone>
570 <name>Michael Stack</name>
571 <email>stack@apache.org</email>
572 <timezone>-8</timezone>
576 <name>Stephen Yuan Jiang</name>
577 <email>syuanjiang@apache.org</email>
578 <timezone>-8</timezone>
582 <name>Tak-Lon (Stephen) Wu</name>
583 <email>taklwu@apache.org</email>
584 <timezone>-8</timezone>
589 <email>yuzhihong@gmail.com</email>
590 <timezone>-8</timezone>
594 <email>tianjy@apache.org</email>
595 <timezone>+8</timezone>
599 <name>Todd Lipcon</name>
600 <email>todd@apache.org</email>
601 <timezone>-8</timezone>
605 <name>Francis Liu</name>
606 <email>toffer@apache.org</email>
607 <timezone>-8</timezone>
611 <name>Vikas Vishwakarma</name>
612 <email>vikasv@apache.org</email>
613 <timezone>+5</timezone>
617 <name>Virag Kothari</name>
618 <email>virag@yahoo-inc.com</email>
619 <timezone>-8</timezone>
623 <name>Viraj Jasani</name>
624 <email>vjasani@apache.org</email>
625 <timezone>+5</timezone>
629 <name>Xiang Li</name>
630 <email>xiangli@apache.org</email>
631 <timezone>+8</timezone>
635 <name>Wellington Chevreuil</name>
636 <email>wchevreuil@apache.org</email>
637 <timezone>0</timezone>
641 <name>Wei-Chiu Chuang</name>
642 <email>weichiu@apache.org</email>
643 <timezone>-8</timezone>
648 <email>xucang@apache.org</email>
649 <timezone>-8</timezone>
653 <name>Phil Yang</name>
654 <email>yangzhe1991@apache.org</email>
655 <timezone>+8</timezone>
659 <name>Guanghao Zhang</name>
660 <email>zghao@apache.org</email>
661 <timezone>+8</timezone>
665 <name>Duo Zhang</name>
666 <email>zhangduo@apache.org</email>
667 <timezone>+8</timezone>
670 <id>zhaobaiqiang</id>
671 <name>Baiqiang Zhao</name>
672 <email>zhaobaiqiang@apache.org</email>
673 <timezone>+8</timezone>
677 <name>Chunhui Shen</name>
678 <email>zjushch@apache.org</email>
679 <timezone>+8</timezone>
683 <name>Rahul Gidwani</name>
684 <email>churro@apache.org</email>
685 <timezone>-8</timezone>
689 <name>Yi Liang</name>
690 <email>yiliang@apache.org</email>
691 <timezone>-8</timezone>
695 <name>Zach York</name>
696 <email>zyork@apache.org</email>
697 <timezone>-8</timezone>
702 <email>meiyi@apache.org</email>
703 <timezone>+8</timezone>
707 <name>Zheng (bsglz) Wang</name>
708 <email>wangzheng@apache.org</email>
709 <timezone>+8</timezone>
714 <email>sunxin@apache.org</email>
715 <timezone>+8</timezone>
721 <groupId>kr.motd.maven</groupId>
722 <artifactId>os-maven-plugin</artifactId>
723 <version>${os.maven.version}</version>
726 <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
727 For specific version use a property and define it in the parent pom.
732 <groupId>org.apache.maven.plugins</groupId>
733 <artifactId>maven-remote-resources-plugin</artifactId>
736 <groupId>org.apache.maven.plugins</groupId>
737 <artifactId>maven-release-plugin</artifactId>
739 <!--You need this profile. It'll sign your artifacts.
740 I'm not sure if this config. actually works though.
741 I've been specifying -Papache-release on the command-line
743 <releaseProfiles>apache-release</releaseProfiles>
744 <!--This stops our running tests for each stage of maven release.
745 But it builds the test jar. From SUREFIRE-172.
747 <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
748 <goals>${goals}</goals>
749 <pomFileName>pom.xml</pomFileName>
753 <groupId>org.apache.maven.plugins</groupId>
754 <artifactId>maven-compiler-plugin</artifactId>
756 <source>${compileSource}</source>
757 <target>${compileSource}</target>
758 <showWarnings>true</showWarnings>
759 <showDeprecation>false</showDeprecation>
760 <useIncrementalCompilation>false</useIncrementalCompilation>
761 <compilerArgument>-Xlint:-options</compilerArgument>
765 <groupId>org.apache.maven.plugins</groupId>
766 <artifactId>maven-javadoc-plugin</artifactId>
767 <version>${maven.javadoc.version}</version>
769 <source>${compileSource}</source>
772 <!-- Test oriented plugins -->
774 <groupId>org.apache.maven.plugins</groupId>
775 <artifactId>maven-surefire-plugin</artifactId>
776 <version>${surefire.version}</version>
778 <!-- by default surefire selects dynamically the connector to the unit tests
779 tool. We want to use always the same as the different connectors can have different
780 bugs and behaviour. -->
782 <groupId>org.apache.maven.surefire</groupId>
783 <artifactId>${surefire.provider}</artifactId>
784 <version>${surefire.version}</version>
787 <!-- Generic testing configuration for all packages -->
789 <groups>${surefire.firstPartGroups}</groups>
790 <failIfNoTests>false</failIfNoTests>
791 <skip>${surefire.skipFirstPart}</skip>
792 <forkCount>${surefire.firstPartForkCount}</forkCount>
793 <reuseForks>false</reuseForks>
794 <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
795 <tempDir>${surefire.tempDir}</tempDir>
796 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
797 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
798 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
799 <systemPropertyVariables>
800 <test.build.classes>${test.build.classes}</test.build.classes>
801 <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
802 <java.util.logging.config.class>org.apache.hadoop.hbase.logging.JulToSlf4jInitializer</java.util.logging.config.class>
803 </systemPropertyVariables>
805 <!-- users can add -D option to skip particular test classes
806 ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
808 <exclude>${test.exclude.pattern}</exclude>
812 <name>listener</name>
813 <value>org.apache.hadoop.hbase.TimedOutTestsListener,org.apache.hadoop.hbase.HBaseClassTestRuleChecker,org.apache.hadoop.hbase.ResourceCheckerJUnitListener</value>
819 <id>secondPartTestsExecution</id>
825 <skip>${surefire.skipSecondPart}</skip>
826 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
827 <reuseForks>false</reuseForks>
828 <forkCount>${surefire.secondPartForkCount}</forkCount>
829 <groups>${surefire.secondPartGroups}</groups>
830 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
836 <groupId>org.apache.maven.plugins</groupId>
837 <artifactId>maven-surefire-report-plugin</artifactId>
838 <version>${surefire.version}</version>
841 <groupId>org.codehaus.mojo</groupId>
842 <artifactId>buildnumber-maven-plugin</artifactId>
843 <version>${buildnumber.maven.version}</version>
846 <groupId>com.github.spotbugs</groupId>
847 <artifactId>spotbugs-maven-plugin</artifactId>
848 <version>${spotbugs.maven.version}</version>
850 <excludeFilterFile>${project.basedir}/../dev-support/spotbugs-exclude.xml</excludeFilterFile>
851 <spotbugsXmlOutput>true</spotbugsXmlOutput>
852 <xmlOutput>true</xmlOutput>
856 <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
858 <groupId>com.github.spotbugs</groupId>
859 <artifactId>spotbugs</artifactId>
860 <version>${spotbugs.version}</version>
865 <groupId>org.codehaus.mojo</groupId>
866 <artifactId>build-helper-maven-plugin</artifactId>
867 <version>${build.helper.maven.version}</version>
870 <artifactId>maven-antrun-plugin</artifactId>
871 <version>${maven.antrun.version}</version>
874 <groupId>org.jamon</groupId>
875 <artifactId>jamon-maven-plugin</artifactId>
876 <version>${jamon.plugin.version}</version>
878 <!-- Make a jar and put the sources in the jar.
879 In the parent pom, so submodules will do the right thing. -->
881 <groupId>org.apache.maven.plugins</groupId>
882 <artifactId>maven-source-plugin</artifactId>
885 <id>attach-sources</id>
886 <phase>prepare-package</phase>
888 <goal>jar-no-fork</goal>
889 <goal>test-jar-no-fork</goal>
893 <exclude>log4j2.xml</exclude>
899 <!-- General configuration for submodules who want to build a test jar -->
901 <groupId>org.apache.maven.plugins</groupId>
902 <artifactId>maven-jar-plugin</artifactId>
905 <phase>prepare-package</phase>
907 <!--This goal will install a -test.jar when we do install
908 See https://maven.apache.org/guides/mini/guide-attached-tests.html
910 <goal>test-jar</goal>
915 <skipIfEmpty>true</skipIfEmpty>
917 <exclude>hbase-site.xml</exclude>
918 <exclude>hdfs-site.xml</exclude>
919 <exclude>mapred-queues.xml</exclude>
920 <exclude>mapred-site.xml</exclude>
925 <!-- excludes are inherited -->
926 <groupId>org.apache.rat</groupId>
927 <artifactId>apache-rat-plugin</artifactId>
930 <exclude>**/*.versionsBackup</exclude>
931 <exclude>**/*.log</exclude>
932 <exclude>**/.*</exclude>
933 <exclude>**/*.tgz</exclude>
934 <exclude>**/*.orig</exclude>
935 <exclude>**/0000000000000016310</exclude>
936 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
937 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
938 <exclude>**/.idea/**</exclude>
939 <exclude>**/*.iml</exclude>
940 <exclude>**/CHANGES.txt</exclude>
941 <exclude>**/generated/**</exclude>
942 <exclude>**/gen-*/**</exclude>
943 <!-- No material contents -->
944 <exclude>conf/regionservers</exclude>
945 <exclude>**/*.avpr</exclude>
946 <exclude>**/*.svg</exclude>
947 <!-- non-standard notice file from jruby included by reference -->
948 <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
949 <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
950 <exclude>**/src/main/asciidoc/hbase.css</exclude>
951 <!-- MIT https://jquery.org/license -->
952 <exclude>**/jquery.min.js</exclude>
953 <exclude>**/jquery.tablesorter.min.js</exclude>
954 <exclude>**/parser-date-iso8601.min.js</exclude>
955 <!-- MIT: bootstrap -->
956 <exclude>**/src/main/resources/hbase-webapps/static/*/bootstrap*</exclude>
957 <!-- vector graphics -->
958 <exclude>**/*.vm</exclude>
959 <!-- apache doxia generated -->
960 <exclude>**/control</exclude>
961 <exclude>**/conffile</exclude>
962 <!-- auto-gen docs -->
963 <exclude>docs/*</exclude>
964 <exclude>logs/*</exclude>
965 <!-- exclude source control files -->
966 <exclude>.git/**</exclude>
967 <exclude>.svn/**</exclude>
968 <exclude>**/.settings/**</exclude>
969 <exclude>**/patchprocess/**</exclude>
970 <exclude>src/site/resources/repo/**</exclude>
971 <exclude>**/dependency-reduced-pom.xml</exclude>
972 <exclude>**/rat.txt</exclude>
973 <!-- exclude the shaded protobuf files -->
974 <exclude>**/shaded/com/google/protobuf/**</exclude>
975 <exclude>**/src/main/patches/**</exclude>
976 <exclude>**/vote.tmpl</exclude>
977 <!-- gzipped list of S3N URIs for hbase-it -->
978 <exclude>**/CC-MAIN-2021-10-warc.paths.gz</exclude>
983 <artifactId>maven-assembly-plugin</artifactId>
985 <!--Defer to the hbase-assembly sub-module. It
987 <skipAssembly>true</skipAssembly>
991 <groupId>org.xolstice.maven.plugins</groupId>
992 <artifactId>protobuf-maven-plugin</artifactId>
993 <version>${protobuf.plugin.version}</version>
995 <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
996 <clearOutputDirectory>false</clearOutputDirectory>
997 <checkStaleness>true</checkStaleness>
1001 <!-- Approach followed here is roughly the same as mentioned here:
1002 https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
1004 <groupId>org.apache.maven.plugins</groupId>
1005 <artifactId>maven-checkstyle-plugin</artifactId>
1006 <version>${maven.checkstyle.version}</version>
1009 <groupId>org.apache.hbase</groupId>
1010 <artifactId>hbase-checkstyle</artifactId>
1011 <version>${project.version}</version>
1014 <groupId>com.puppycrawl.tools</groupId>
1015 <artifactId>checkstyle</artifactId>
1016 <version>${checkstyle.version}</version>
1020 <configLocation>hbase/checkstyle.xml</configLocation>
1021 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
1022 <includeTestSourceDirectory>true</includeTestSourceDirectory>
1026 <groupId>net.revelc.code</groupId>
1027 <artifactId>warbucks-maven-plugin</artifactId>
1028 <version>${maven.warbucks.version}</version>
1030 <ignoreRuleFailures>false</ignoreRuleFailures>
1033 <!-- exclude the generated java files -->
1034 <classPattern>(?!.*(.generated.|.tmpl.|\$)).*</classPattern>
1035 <includeTestClasses>false</includeTestClasses>
1036 <includePublicClasses>true</includePublicClasses>
1037 <includePackagePrivateClasses>false</includePackagePrivateClasses>
1038 <includeProtectedClasses>false</includeProtectedClasses>
1039 <includePrivateClasses>false</includePrivateClasses>
1040 <classAnnotationPattern>org[.]apache[.]yetus[.]audience[.]InterfaceAudience.*</classAnnotationPattern>
1046 <id>run-warbucks</id>
1048 <goal>check</goal><!-- runs at process-test-classes phase -->
1054 <groupId>org.apache.maven.plugins</groupId>
1055 <artifactId>maven-enforcer-plugin</artifactId>
1056 <version>${enforcer.version}</version>
1059 <groupId>org.codehaus.mojo</groupId>
1060 <artifactId>extra-enforcer-rules</artifactId>
1061 <version>${extra.enforcer.version}</version>
1064 <groupId>de.skuzzle.enforcer</groupId>
1065 <artifactId>restrict-imports-enforcer-rule</artifactId>
1066 <version>${restrict-imports.enforcer.version}</version>
1074 <groupId>org.codehaus.mojo</groupId>
1075 <artifactId>build-helper-maven-plugin</artifactId>
1078 <id>negate-license-bundles-property</id>
1080 <goal>bsh-property</goal>
1083 <source>skip.license.check = !${license.bundles.dependencies};</source>
1085 <property>skip.license.check</property>
1089 <!-- sets where to find the generated LICENSE files -->
1091 <id>create-license-file-path-property</id>
1093 <goal>regex-property</goal>
1096 <name>license.aggregate.path</name>
1097 <value>${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE</value>
1099 <replacement>/</replacement>
1100 <failIfNoMatch>false</failIfNoMatch>
1106 <groupId>org.apache.maven.plugins</groupId>
1107 <artifactId>maven-enforcer-plugin</artifactId>
1110 <id>display-info</id>
1111 <phase>initialize</phase>
1113 <goal>display-info</goal>
1115 <inherited>false</inherited>
1118 <id>hadoop-profile-min-maven-min-java-banned-xerces</id>
1120 <goal>enforce</goal>
1124 <!-- Help people activate profiles correctly -->
1126 <condition>System.getProperty("hadoop-profile", "").isEmpty()</condition>
1127 <message>The hadoop-profile property is unused, did you mean to set hadoop.profile instead?</message>
1128 </evaluateBeanshell>
1129 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
1130 <requireMavenVersion>
1131 <version>[${maven.min.version},)</version>
1132 <message>Maven is out of date.
1133 HBase requires at least version ${maven.min.version} of Maven to properly build from source.
1134 You appear to be using an older version. You can use either "mvn -version" or
1135 "mvn enforcer:display-info" to verify what version is active.
1136 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1138 </requireMavenVersion>
1139 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
1140 <requireJavaVersion>
1141 <version>[${java.min.version},)</version>
1142 <message>Java is out of date.
1143 HBase requires at least version ${java.min.version} of the JDK to properly build from source.
1144 You appear to be using an older version. You can use either "mvn -version" or
1145 "mvn enforcer:display-info" to verify what version is active.
1146 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1148 </requireJavaVersion>
1149 <bannedDependencies>
1151 <exclude>xerces:xercesImpl</exclude>
1153 <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
1154 </bannedDependencies>
1159 <id>banned-jsr305</id>
1161 <goal>enforce</goal>
1165 <bannedDependencies>
1167 <exclude>com.google.code.findbugs:jsr305</exclude>
1169 <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
1170 </bannedDependencies>
1175 <id>banned-scala</id>
1177 <goal>enforce</goal>
1181 <bannedDependencies>
1183 <exclude>org.scala-lang:scala-library</exclude>
1185 <message>We don't allow Scala, see HBASE-13992.</message>
1186 </bannedDependencies>
1191 <id>banned-commons-logging</id>
1193 <goal>enforce</goal>
1197 <bannedDependencies>
1199 <exclude>commons-logging:commons-logging</exclude>
1202 We don't use commons-logging any more, so do not depend on it directly.
1204 <searchTransitive>false</searchTransitive>
1205 </bannedDependencies>
1210 <id>banned-log4j</id>
1212 <goal>enforce</goal>
1216 <bannedDependencies>
1218 <exclude>log4j:log4j</exclude>
1221 We do not allow log4j dependencies as now we use log4j2
1223 </bannedDependencies>
1228 <id>banned-slf4j-log4j12</id>
1230 <goal>enforce</goal>
1234 <bannedDependencies>
1236 <exclude>org.slf4j:slf4j-log4j12</exclude>
1239 We do not allow slf4j-log4j12 dependency as now we use log4j-slf4j-impl
1241 </bannedDependencies>
1246 <id>banned-jetty</id>
1248 <goal>enforce</goal>
1252 <bannedDependencies>
1254 <exclude>org.eclipse.jetty:**</exclude>
1257 Use shaded jetty instead
1259 <searchTransitive>false</searchTransitive>
1260 </bannedDependencies>
1265 <id>banned-jersey</id>
1267 <goal>enforce</goal>
1271 <bannedDependencies>
1273 <exclude>org.glassfish.jersey.containers:**</exclude>
1274 <exclude>org.glassfish.jersey.core:**</exclude>
1277 Use shaded jersey instead
1279 <searchTransitive>false</searchTransitive>
1280 </bannedDependencies>
1285 <id>banned-htrace</id>
1287 <goal>enforce</goal>
1291 <bannedDependencies>
1293 <exclude>org.apache.htrace:**</exclude>
1296 Use OpenTelemetry instead
1298 <searchTransitive>false</searchTransitive>
1299 </bannedDependencies>
1304 <id>check-aggregate-license</id>
1305 <!-- must check after LICENSE is built at 'generate-resources' -->
1306 <phase>process-resources</phase>
1308 <goal>enforce</goal>
1314 File license = new File("${license.aggregate.path}");
1316 // Beanshell does not support try-with-resources,
1317 // so we must close this scanner manually
1318 Scanner scanner = new Scanner(license);
1320 while (scanner.hasNextLine()) {
1321 if (scanner.nextLine().startsWith("ERROR:")) {
1330 License errors detected, for more detail find ERROR in
1331 ${license.aggregate.path}
1333 </evaluateBeanshell>
1335 <skip>${skip.license.check}</skip>
1339 <id>banned-illegal-imports</id>
1340 <phase>process-sources</phase>
1342 <goal>enforce</goal>
1346 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1347 <includeTestCode>true</includeTestCode>
1348 <commentLineBufferSize>512</commentLineBufferSize>
1349 <reason>Use SLF4j for logging</reason>
1351 <bannedImport>org.apache.commons.logging.**</bannedImport>
1352 <bannedImport>org.apache.log4j.**</bannedImport>
1353 <bannedImport>org.apache.logging.log4j.**</bannedImport>
1356 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1357 <includeTestCode>false</includeTestCode>
1358 <commentLineBufferSize>512</commentLineBufferSize>
1360 Do not use log4j2 directly in code, see Log4jUtils in hbase-logging for more details.
1363 <bannedImport>org.apache.logging.log4j.**</bannedImport>
1366 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1367 <includeTestCode>true</includeTestCode>
1368 <commentLineBufferSize>512</commentLineBufferSize>
1369 <reason>Use shaded version in hbase-thirdparty</reason>
1371 <bannedImport>com.google.common.**</bannedImport>
1372 <bannedImport>io.netty.**</bannedImport>
1373 <bannedImport>org.apache.commons.cli.**</bannedImport>
1374 <bannedImport>org.apache.commons.collections.**</bannedImport>
1375 <bannedImport>org.apache.commons.collections4.**</bannedImport>
1378 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1379 <includeTestCode>true</includeTestCode>
1380 <commentLineBufferSize>512</commentLineBufferSize>
1381 <reason>Do not use shaded classes from other dependencies</reason>
1383 <bannedImport>org.apache.curator.shaded.**</bannedImport>
1384 <bannedImport>org.apache.htrace.shaded.**</bannedImport>
1387 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1388 <includeTestCode>true</includeTestCode>
1389 <commentLineBufferSize>512</commentLineBufferSize>
1390 <reason>Use shaded gson in hbase-thirdparty</reason>
1392 <bannedImport>org.codehaus.jackson.**</bannedImport>
1395 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1396 <includeTestCode>true</includeTestCode>
1397 <commentLineBufferSize>512</commentLineBufferSize>
1398 <reason>Use commons lang 3</reason>
1400 <bannedImport>org.apache.commons.lang.**</bannedImport>
1403 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1404 <includeTestCode>true</includeTestCode>
1405 <commentLineBufferSize>512</commentLineBufferSize>
1406 <reason>Use yetus IA and IS annotations</reason>
1408 <bannedImport>org.apache.hadoop.classificatio.**</bannedImport>
1411 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1412 <includeTestCode>true</includeTestCode>
1413 <commentLineBufferSize>512</commentLineBufferSize>
1414 <reason>Do not use htrace</reason>
1416 <bannedImport>org.htrace.**</bannedImport>
1417 <bannedImport>org.apache.htrace.**</bannedImport>
1420 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1421 <includeTestCode>true</includeTestCode>
1422 <commentLineBufferSize>512</commentLineBufferSize>
1423 <reason>Use shaded jetty in hbase-thirdparty</reason>
1425 <bannedImport>org.eclipse.jetty.**</bannedImport>
1428 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1429 <includeTestCode>true</includeTestCode>
1430 <commentLineBufferSize>512</commentLineBufferSize>
1431 <reason>Use shaded jersey in hbase-thirdparty</reason>
1433 <bannedImport>org.glassfish.jersey.**</bannedImport>
1436 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1437 <includeTestCode>true</includeTestCode>
1438 <commentLineBufferSize>512</commentLineBufferSize>
1440 You should never use this style of annotations(i.e, 'this is for test only')
1441 in IA.Public or IA.LimitedPrivate classes. Use IA.Private to tell users this is
1443 For IA.Private classes, use RestrictedApi annotation in error prone instead.
1446 <bannedImport>org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting</bannedImport>
1454 <!-- parent-module only plugins -->
1456 <groupId>org.codehaus.mojo</groupId>
1457 <artifactId>xml-maven-plugin</artifactId>
1458 <version>${xml.maven.version}</version>
1459 <inherited>false</inherited>
1462 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1464 <goal>transform</goal>
1470 <transformationSets>
1471 <!-- For asciidoc -->
1473 <!--Reaching up and over into common sub-module for hbase-default.xml-->
1474 <dir>${basedir}/hbase-common/src/main/resources/</dir>
1476 <include>hbase-default.xml</include>
1478 <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1480 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1481 <pattern>^(.*)\.xml$</pattern>
1482 <replacement>$1.adoc</replacement>
1485 <outputDir>${basedir}/target/asciidoc</outputDir>
1486 </transformationSet>
1487 </transformationSets>
1490 <!-- Special configuration for spotbugs just in the parent so
1491 the filter file location can be more general (see definition in pluginManagement) -->
1493 <groupId>com.github.spotbugs</groupId>
1494 <artifactId>spotbugs-maven-plugin</artifactId>
1497 <inherited>false</inherited>
1499 <goal>spotbugs</goal>
1502 <excludeFilterFile>${basedir}/dev-support/spotbugs-exclude.xml</excludeFilterFile>
1508 <groupId>org.apache.maven.plugins</groupId>
1509 <artifactId>maven-checkstyle-plugin</artifactId>
1512 <groupId>org.apache.maven.plugins</groupId>
1513 <artifactId>maven-site-plugin</artifactId>
1516 <!-- add support for ssh/scp -->
1517 <groupId>org.apache.maven.wagon</groupId>
1518 <artifactId>wagon-ssh</artifactId>
1519 <version>${wagon.ssh.version}</version>
1523 <siteDirectory>${basedir}/src/site</siteDirectory>
1524 <customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
1525 <inputEncoding>UTF-8</inputEncoding>
1526 <outputEncoding>UTF-8</outputEncoding>
1529 <!-- For AsciiDoc docs building -->
1531 <groupId>org.asciidoctor</groupId>
1532 <artifactId>asciidoctor-maven-plugin</artifactId>
1533 <version>${asciidoctor.plugin.version}</version>
1534 <inherited>false</inherited>
1537 <groupId>org.asciidoctor</groupId>
1538 <artifactId>asciidoctorj-pdf</artifactId>
1539 <version>${asciidoctorj.pdf.version}</version>
1542 <groupId>org.jruby</groupId>
1543 <artifactId>jruby-complete</artifactId>
1544 <version>${jruby.version}</version>
1548 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1549 <doctype>book</doctype>
1551 <docVersion>${project.version}</docVersion>
1552 <imagesdir>images</imagesdir>
1553 <source-highlighter>coderay</source-highlighter>
1558 <id>output-html</id>
1561 <goal>process-asciidoc</goal>
1565 <stylesheet>hbase.css</stylesheet>
1567 <backend>html5</backend>
1574 <goal>process-asciidoc</goal>
1577 <backend>pdf</backend>
1582 <idseparator>-</idseparator>
1589 <groupId>org.apache.maven.plugins</groupId>
1590 <artifactId>maven-resources-plugin</artifactId>
1591 <!--$NO-MVN-MAN-VER$ -->
1592 <inherited>false</inherited>
1595 <id>copy-htaccess</id>
1597 <goal>copy-resources</goal>
1601 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1604 <directory>${basedir}/src/site/resources/</directory>
1606 <include>.htaccess</include>
1612 <!-- needed to make the redirect above work -->
1614 <id>copy-empty-book-dir</id>
1616 <goal>copy-resources</goal>
1620 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1623 <directory>${basedir}/src/site/resources/</directory>
1625 <include>book/**</include>
1633 <escapeString>\</escapeString>
1637 <groupId>org.apache.maven.plugins</groupId>
1638 <artifactId>maven-antrun-plugin</artifactId>
1639 <version>${maven.antrun.version}</version>
1640 <inherited>false</inherited>
1641 <!-- Rename the book.pdf generated by asciidoctor -->
1647 <target name="rename file">
1648 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1658 <groupId>org.codehaus.mojo</groupId>
1659 <artifactId>buildnumber-maven-plugin</artifactId>
1662 <phase>validate</phase>
1664 <goal>create-timestamp</goal>
1669 <timestampFormat>yyyy</timestampFormat>
1670 <timestampPropertyName>build.year</timestampPropertyName>
1674 <groupId>org.apache.felix</groupId>
1675 <artifactId>maven-bundle-plugin</artifactId>
1676 <version>${maven.bundle.version}</version>
1677 <inherited>true</inherited>
1678 <extensions>true</extensions>
1683 <!-- override on command line to have generated LICENSE files include
1684 diagnostic info for verifying notice requirements -->
1685 <license.debug.print.included>false</license.debug.print.included>
1686 <!-- When a particular module bundles its depenendencies, should be true -->
1687 <license.bundles.dependencies>false</license.bundles.dependencies>
1688 <!-- modules that include a the logo in their source tree should set true -->
1689 <license.bundles.logo>false</license.bundles.logo>
1690 <!-- modules that include bootstrap in their source tree should set true -->
1691 <license.bundles.bootstrap>false</license.bundles.bootstrap>
1692 <!-- modules that include jquery in their source tree should set true -->
1693 <license.bundles.jquery>false</license.bundles.jquery>
1694 <tar.name>${project.build.finalName}.tar.gz</tar.name>
1695 <maven.build.timestamp.format>
1697 </maven.build.timestamp.format>
1698 <buildDate>${maven.build.timestamp}</buildDate>
1699 <compileSource>1.8</compileSource>
1700 <!-- Build dependencies -->
1701 <maven.min.version>3.0.4</maven.min.version>
1702 <java.min.version>${compileSource}</java.min.version>
1703 <!-- Dependencies -->
1704 <hadoop-three.version>3.1.2</hadoop-three.version>
1705 <!-- These must be defined here for downstream build tools that don't look at profiles.
1707 <hadoop.version>${hadoop-three.version}</hadoop.version>
1708 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
1709 <!--This property is for hadoops netty. HBase netty
1710 comes in via hbase-thirdparty hbase-shaded-netty-->
1711 <netty.hadoop.version>3.10.5.Final</netty.hadoop.version>
1712 <!-- end HBASE-15925 default hadoop compatibility values -->
1713 <audience-annotations.version>0.5.0</audience-annotations.version>
1714 <avro.version>1.7.7</avro.version>
1715 <caffeine.version>2.8.1</caffeine.version>
1716 <commons-codec.version>1.13</commons-codec.version>
1717 <commons-validator.version>1.6</commons-validator.version>
1718 <!-- pretty outdated -->
1719 <commons-io.version>2.8.0</commons-io.version>
1720 <commons-lang3.version>3.9</commons-lang3.version>
1721 <commons-math.version>3.6.1</commons-math.version>
1722 <disruptor.version>3.4.2</disruptor.version>
1723 <!-- Updating the httpclient will break hbase-rest. It writes out URLs with '//' in it
1724 especially when writing out 'no column families'. Later httpclients collapse the '//'
1725 into single '/' as double-slash is not legal in an URL. Breaks #testDelete in
1726 TestRemoteTable. -->
1727 <httpclient.version>4.5.3</httpclient.version>
1728 <httpcore.version>4.4.13</httpcore.version>
1729 <metrics-core.version>3.2.6</metrics-core.version>
1730 <jackson.version>2.10.1</jackson.version>
1731 <jackson.databind.version>2.10.1</jackson.databind.version>
1732 <jaxb-api.version>2.3.1</jaxb-api.version>
1733 <servlet.api.version>3.1.0</servlet.api.version>
1734 <wx.rs.api.version>2.1.1</wx.rs.api.version>
1735 <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
1736 <glassfish.el.version>3.0.1-b08</glassfish.el.version>
1737 <jruby.version>9.2.13.0</jruby.version>
1738 <junit.version>4.13</junit.version>
1739 <hamcrest.version>1.3</hamcrest.version>
1740 <opentelemetry.version>1.0.1</opentelemetry.version>
1741 <opentelemetry-javaagent.version>1.0.1</opentelemetry-javaagent.version>
1742 <log4j2.version>2.14.1</log4j2.version>
1743 <mockito-core.version>2.28.2</mockito-core.version>
1744 <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
1745 <thrift.path>thrift</thrift.path>
1746 <thrift.version>0.14.1</thrift.version>
1747 <zookeeper.version>3.5.7</zookeeper.version>
1748 <jline.version>2.11</jline.version>
1749 <slf4j.version>1.7.30</slf4j.version>
1750 <clover.version>4.0.3</clover.version>
1751 <jamon-runtime.version>2.4.1</jamon-runtime.version>
1752 <jettison.version>1.3.8</jettison.version>
1753 <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1754 <joni.version>2.1.31</joni.version>
1755 <jcodings.version>1.0.55</jcodings.version>
1756 <spy.version>2.12.2</spy.version>
1757 <bouncycastle.version>1.60</bouncycastle.version>
1758 <kerby.version>1.0.1</kerby.version>
1759 <commons-crypto.version>1.0.0</commons-crypto.version>
1760 <curator.version>4.2.0</curator.version>
1761 <!-- Plugin Dependencies -->
1762 <asciidoctor.plugin.version>2.1.0</asciidoctor.plugin.version>
1763 <asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
1764 <build.helper.maven.version>3.0.0</build.helper.maven.version>
1765 <buildnumber.maven.version>1.4</buildnumber.maven.version>
1767 When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
1769 <checkstyle.version>8.28</checkstyle.version>
1770 <exec.maven.version>1.6.0</exec.maven.version>
1771 <error-prone.version>2.4.0</error-prone.version>
1772 <jamon.plugin.version>2.4.2</jamon.plugin.version>
1773 <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1774 <maven.antrun.version>1.8</maven.antrun.version>
1775 <maven.bundle.version>3.3.0</maven.bundle.version>
1776 <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
1777 <maven.eclipse.version>2.10</maven.eclipse.version>
1778 <maven.javadoc.version>3.2.0</maven.javadoc.version>
1779 <maven.warbucks.version>1.1.0</maven.warbucks.version>
1780 <maven.project.info.report.version>2.9</maven.project.info.report.version>
1781 <os.maven.version>1.5.0.Final</os.maven.version>
1782 <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
1783 <spotbugs.version>4.2.2</spotbugs.version>
1784 <spotbugs.maven.version>4.2.0</spotbugs.maven.version>
1785 <surefire.version>3.0.0-M4</surefire.version>
1786 <wagon.ssh.version>2.12</wagon.ssh.version>
1787 <xml.maven.version>1.0.1</xml.maven.version>
1788 <hbase-thirdparty.version>3.5.1</hbase-thirdparty.version>
1789 <!-- Intraproject jar naming properties -->
1790 <!-- TODO this is pretty ugly, but works for the moment.
1791 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1792 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1793 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1794 <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1795 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1796 <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1797 <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
1798 <zookeeper.test.jar>hbase-zookeeper-${project.version}-tests.jar</zookeeper.test.jar>
1799 <asyncfs.test.jar>hbase-asyncfs-${project.version}-tests.jar</asyncfs.test.jar>
1800 <shell-executable>bash</shell-executable>
1801 <surefire.provider>surefire-junit47</surefire.provider>
1802 <!-- default: run small & medium, medium with 2 threads -->
1803 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1804 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1805 <!-- Fork count varies w/ CPU count. Setting is conservative mostly determined
1806 by what apache jenkins nightly builds will tolerate (See HBASE-24072). Up this
1807 value is you want to burn through tests faster (could make for more failures
1808 if more contention around resources). There is a matching MAVEN_ARG
1809 in our yetus personality where we set the maven -T command to 0.25C too.
1810 For example, to run at a rate that is more furious than our 0.25C, do
1811 something like this:
1812 f="0.5C" ; mvn -T$f -Dsurefire.firstPartForkCount=$f -Dsurefire.secondPartForkCount=$f test -PrunAllTests
1814 <surefire.firstPartForkCount>0.25C</surefire.firstPartForkCount>
1815 <surefire.secondPartForkCount>0.25C</surefire.secondPartForkCount>
1816 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1817 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1818 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1819 <test.output.tofile>true</test.output.tofile>
1820 <surefire.timeout>900</surefire.timeout>
1821 <test.exclude.pattern></test.exclude.pattern>
1823 Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value.
1824 This value is managed separately for jdk11. See below.
1826 <surefire.Xmx>2200m</surefire.Xmx>
1827 <surefire.cygwinXmx>2200m</surefire.cygwinXmx>
1828 <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1830 And for netty eventloops that have no explicit configuration, netty sets
1831 nioeventloopgroup thread count to CPU count * 2. Thats too much for mini
1834 <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1835 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1836 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
1837 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1838 -Dio.netty.eventLoopThreads=3
1839 </hbase-surefire.argLine>
1840 <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1841 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1842 "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1843 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1844 </hbase-surefire.cygwin-argLine>
1845 <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1846 <argLine>${hbase-surefire.argLine}</argLine>
1847 <jacoco.version>0.7.5.201505241946</jacoco.version>
1848 <extra.enforcer.version>1.3</extra.enforcer.version>
1849 <enforcer.version>3.0.0-M3</enforcer.version>
1850 <restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
1851 <!-- Location of test resources -->
1852 <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1853 <test.tmp.dir>${project.build.directory}</test.tmp.dir>
1854 <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1855 <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1856 Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1857 this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1858 <build.id>${maven.build.timestamp}</build.id>
1859 <shell-executable>bash</shell-executable>
1860 <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used.
1861 property as of javadoc-plugin 3.0.0 -->
1862 <doclint>none</doclint>
1864 <!-- Sorted by groups of dependencies then groupId and artifactId -->
1865 <dependencyManagement>
1868 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1869 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1870 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1871 implementation of the same, because Hadoop also uses this version
1872 javax.servlet:jsp-api in favour of javax.servlet.jsp:javax.servlet.jsp-api:2.3.1 since it
1873 is what glassfish's jspC jar uses and that's where we get our own need for a jsp-api.
1875 <!-- Intra-module dependencies -->
1877 <groupId>org.apache.hbase</groupId>
1878 <artifactId>hbase-annotations</artifactId>
1879 <version>${project.version}</version>
1880 <type>test-jar</type>
1881 <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1884 <artifactId>hbase-backup</artifactId>
1885 <groupId>org.apache.hbase</groupId>
1886 <version>${project.version}</version>
1889 <groupId>org.apache.hbase</groupId>
1890 <artifactId>hbase-common</artifactId>
1891 <version>${project.version}</version>
1894 <groupId>org.apache.hbase</groupId>
1895 <artifactId>hbase-common</artifactId>
1896 <version>${project.version}</version>
1897 <type>test-jar</type>
1901 <groupId>org.apache.hbase</groupId>
1902 <artifactId>hbase-logging</artifactId>
1903 <version>${project.version}</version>
1906 <groupId>org.apache.hbase</groupId>
1907 <artifactId>hbase-logging</artifactId>
1908 <version>${project.version}</version>
1909 <type>test-jar</type>
1913 <groupId>org.apache.hbase</groupId>
1914 <artifactId>hbase-protocol-shaded</artifactId>
1915 <version>${project.version}</version>
1918 <groupId>org.apache.hbase</groupId>
1919 <artifactId>hbase-procedure</artifactId>
1920 <version>${project.version}</version>
1923 <groupId>org.apache.hbase</groupId>
1924 <artifactId>hbase-procedure</artifactId>
1925 <version>${project.version}</version>
1926 <type>test-jar</type>
1929 <groupId>org.apache.hbase</groupId>
1930 <artifactId>hbase-hadoop-compat</artifactId>
1931 <version>${project.version}</version>
1934 <groupId>org.apache.hbase</groupId>
1935 <artifactId>hbase-hadoop-compat</artifactId>
1936 <version>${project.version}</version>
1937 <type>test-jar</type>
1941 <artifactId>hbase-replication</artifactId>
1942 <groupId>org.apache.hbase</groupId>
1943 <version>${project.version}</version>
1946 <artifactId>hbase-balancer</artifactId>
1947 <groupId>org.apache.hbase</groupId>
1948 <version>${project.version}</version>
1951 <artifactId>hbase-balancer</artifactId>
1952 <groupId>org.apache.hbase</groupId>
1953 <version>${project.version}</version>
1954 <type>test-jar</type>
1958 <artifactId>hbase-http</artifactId>
1959 <groupId>org.apache.hbase</groupId>
1960 <version>${project.version}</version>
1963 <artifactId>hbase-http</artifactId>
1964 <groupId>org.apache.hbase</groupId>
1965 <version>${project.version}</version>
1966 <type>test-jar</type>
1970 <artifactId>hbase-server</artifactId>
1971 <groupId>org.apache.hbase</groupId>
1972 <version>${project.version}</version>
1975 <artifactId>hbase-server</artifactId>
1976 <groupId>org.apache.hbase</groupId>
1977 <version>${project.version}</version>
1978 <type>test-jar</type>
1982 <artifactId>hbase-mapreduce</artifactId>
1983 <groupId>org.apache.hbase</groupId>
1984 <version>${project.version}</version>
1987 <artifactId>hbase-mapreduce</artifactId>
1988 <groupId>org.apache.hbase</groupId>
1989 <version>${project.version}</version>
1990 <type>test-jar</type>
1994 <artifactId>hbase-endpoint</artifactId>
1995 <groupId>org.apache.hbase</groupId>
1996 <version>${project.version}</version>
1999 <artifactId>hbase-shell</artifactId>
2000 <groupId>org.apache.hbase</groupId>
2001 <version>${project.version}</version>
2004 <artifactId>hbase-shell</artifactId>
2005 <groupId>org.apache.hbase</groupId>
2006 <version>${project.version}</version>
2007 <type>test-jar</type>
2011 <artifactId>hbase-thrift</artifactId>
2012 <groupId>org.apache.hbase</groupId>
2013 <version>${project.version}</version>
2016 <artifactId>hbase-thrift</artifactId>
2017 <groupId>org.apache.hbase</groupId>
2018 <version>${project.version}</version>
2019 <type>test-jar</type>
2023 <groupId>org.apache.hbase</groupId>
2024 <artifactId>hbase-testing-util</artifactId>
2025 <version>${project.version}</version>
2029 <artifactId>hbase-examples</artifactId>
2030 <groupId>org.apache.hbase</groupId>
2031 <version>${project.version}</version>
2034 <groupId>org.apache.hbase</groupId>
2035 <artifactId>hbase-external-blockcache</artifactId>
2036 <version>${project.version}</version>
2039 <artifactId>hbase-it</artifactId>
2040 <groupId>org.apache.hbase</groupId>
2041 <version>${project.version}</version>
2042 <type>test-jar</type>
2046 <artifactId>hbase-client</artifactId>
2047 <groupId>org.apache.hbase</groupId>
2048 <version>${project.version}</version>
2051 <artifactId>hbase-metrics-api</artifactId>
2052 <groupId>org.apache.hbase</groupId>
2053 <version>${project.version}</version>
2056 <artifactId>hbase-metrics-api</artifactId>
2057 <groupId>org.apache.hbase</groupId>
2058 <version>${project.version}</version>
2059 <type>test-jar</type>
2063 <artifactId>hbase-metrics</artifactId>
2064 <groupId>org.apache.hbase</groupId>
2065 <version>${project.version}</version>
2068 <artifactId>hbase-metrics</artifactId>
2069 <groupId>org.apache.hbase</groupId>
2070 <version>${project.version}</version>
2071 <type>test-jar</type>
2075 <artifactId>hbase-rest</artifactId>
2076 <groupId>org.apache.hbase</groupId>
2077 <version>${project.version}</version>
2080 <artifactId>hbase-resource-bundle</artifactId>
2081 <groupId>org.apache.hbase</groupId>
2082 <version>${project.version}</version>
2085 <artifactId>hbase-zookeeper</artifactId>
2086 <groupId>org.apache.hbase</groupId>
2087 <version>${project.version}</version>
2090 <groupId>com.google.code.findbugs</groupId>
2091 <artifactId>jsr305</artifactId>
2094 <groupId>com.github.spotbugs</groupId>
2095 <artifactId>spotbugs-annotations</artifactId>
2100 <artifactId>hbase-zookeeper</artifactId>
2101 <groupId>org.apache.hbase</groupId>
2102 <version>${project.version}</version>
2103 <type>test-jar</type>
2107 <artifactId>hbase-hbtop</artifactId>
2108 <groupId>org.apache.hbase</groupId>
2109 <version>${project.version}</version>
2112 <groupId>org.apache.hbase</groupId>
2113 <artifactId>hbase-shaded-client</artifactId>
2114 <version>${project.version}</version>
2117 <groupId>org.apache.hbase</groupId>
2118 <artifactId>hbase-shaded-client-byo-hadoop</artifactId>
2119 <version>${project.version}</version>
2122 <groupId>org.apache.hbase</groupId>
2123 <artifactId>hbase-shaded-mapreduce</artifactId>
2124 <version>${project.version}</version>
2127 <groupId>org.apache.hbase</groupId>
2128 <artifactId>hbase-asyncfs</artifactId>
2129 <version>${project.version}</version>
2132 <groupId>org.apache.hbase</groupId>
2133 <artifactId>hbase-asyncfs</artifactId>
2134 <version>${project.version}</version>
2135 <type>test-jar</type>
2138 <!-- General dependencies -->
2140 <groupId>com.github.stephenc.findbugs</groupId>
2141 <artifactId>findbugs-annotations</artifactId>
2142 <version>${findbugs-annotations.version}</version>
2145 Logging dependencies. In general, we use slf4j as the log facade in HBase, so all sub
2146 modules should depend on slf4j-api at compile scope, and then depend on log4j-slf4j-impl
2147 and log4j2 at test scope(and in hbase-assembly when shipping the binary) to redirect the
2148 log message to log4j. Do not introduce logging dependencies other than slf4j-api at compile
2149 scope as it will mess up the logging framework for downstream users.
2150 Here we also depend on jcl-over-slf4j and jul-to-slf4j, as some of the libraries we depend
2151 on use these logging framework so we need to redirect their log message to slf4j, and then
2152 redirect the log message to our log4j framework.
2155 <groupId>org.codehaus.jettison</groupId>
2156 <artifactId>jettison</artifactId>
2157 <version>${jettison.version}</version>
2161 <groupId>org.slf4j</groupId>
2162 <artifactId>slf4j-api</artifactId>
2163 <version>${slf4j.version}</version>
2166 <groupId>org.slf4j</groupId>
2167 <artifactId>jcl-over-slf4j</artifactId>
2168 <version>${slf4j.version}</version>
2171 <groupId>org.slf4j</groupId>
2172 <artifactId>jul-to-slf4j</artifactId>
2173 <version>${slf4j.version}</version>
2176 <groupId>org.apache.logging.log4j</groupId>
2177 <artifactId>log4j-api</artifactId>
2178 <version>${log4j2.version}</version>
2181 <groupId>org.apache.logging.log4j</groupId>
2182 <artifactId>log4j-core</artifactId>
2183 <version>${log4j2.version}</version>
2186 <groupId>org.apache.logging.log4j</groupId>
2187 <artifactId>log4j-slf4j-impl</artifactId>
2188 <version>${log4j2.version}</version>
2191 <groupId>org.apache.logging.log4j</groupId>
2192 <artifactId>log4j-1.2-api</artifactId>
2193 <version>${log4j2.version}</version>
2195 <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
2197 <groupId>org.apache.avro</groupId>
2198 <artifactId>avro</artifactId>
2199 <version>${avro.version}</version>
2202 <groupId>com.github.ben-manes.caffeine</groupId>
2203 <artifactId>caffeine</artifactId>
2204 <version>${caffeine.version}</version>
2207 <groupId>io.dropwizard.metrics</groupId>
2208 <artifactId>metrics-core</artifactId>
2209 <version>${metrics-core.version}</version>
2212 <groupId>org.apache.httpcomponents</groupId>
2213 <artifactId>httpclient</artifactId>
2214 <version>${httpclient.version}</version>
2217 <groupId>org.apache.httpcomponents</groupId>
2218 <artifactId>httpcore</artifactId>
2219 <version>${httpcore.version}</version>
2222 <groupId>commons-codec</groupId>
2223 <artifactId>commons-codec</artifactId>
2224 <version>${commons-codec.version}</version>
2227 <groupId>commons-validator</groupId>
2228 <artifactId>commons-validator</artifactId>
2229 <version>${commons-validator.version}</version>
2232 <groupId>commons-io</groupId>
2233 <artifactId>commons-io</artifactId>
2234 <version>${commons-io.version}</version>
2237 <groupId>org.apache.commons</groupId>
2238 <artifactId>commons-lang3</artifactId>
2239 <version>${commons-lang3.version}</version>
2242 <groupId>org.apache.commons</groupId>
2243 <artifactId>commons-math3</artifactId>
2244 <version>${commons-math.version}</version>
2247 <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's
2250 <groupId>commons-logging</groupId>
2251 <artifactId>commons-logging</artifactId>
2252 <version>1.2</version>
2255 <groupId>org.apache.zookeeper</groupId>
2256 <artifactId>zookeeper</artifactId>
2257 <version>${zookeeper.version}</version>
2260 <groupId>com.google.code.findbugs</groupId>
2261 <artifactId>jsr305</artifactId>
2264 <groupId>com.github.spotbugs</groupId>
2265 <artifactId>spotbugs-annotations</artifactId>
2268 <groupId>jline</groupId>
2269 <artifactId>jline</artifactId>
2272 <groupId>com.sun.jmx</groupId>
2273 <artifactId>jmxri</artifactId>
2276 <groupId>com.sun.jdmk</groupId>
2277 <artifactId>jmxtools</artifactId>
2280 <groupId>javax.jms</groupId>
2281 <artifactId>jms</artifactId>
2284 <groupId>io.netty</groupId>
2285 <artifactId>netty</artifactId>
2288 <groupId>io.netty</groupId>
2289 <artifactId>netty-all</artifactId>
2292 <groupId>org.slf4j</groupId>
2293 <artifactId>slf4j-log4j12</artifactId>
2296 <groupId>log4j</groupId>
2297 <artifactId>log4j</artifactId>
2302 <groupId>jline</groupId>
2303 <artifactId>jline</artifactId>
2304 <version>${jline.version}</version>
2307 <groupId>org.apache.thrift</groupId>
2308 <artifactId>libthrift</artifactId>
2309 <version>${thrift.version}</version>
2312 <groupId>org.apache.tomcat.embed</groupId>
2313 <artifactId>tomcat-embed-core</artifactId>
2318 <groupId>org.jruby</groupId>
2319 <artifactId>jruby-complete</artifactId>
2320 <version>${jruby.version}</version>
2323 <groupId>org.jruby.jcodings</groupId>
2324 <artifactId>jcodings</artifactId>
2325 <version>${jcodings.version}</version>
2328 <groupId>org.jruby.joni</groupId>
2329 <artifactId>joni</artifactId>
2330 <version>${joni.version}</version>
2333 <groupId>com.fasterxml.jackson.jaxrs</groupId>
2334 <artifactId>jackson-jaxrs-json-provider</artifactId>
2335 <version>${jackson.version}</version>
2338 <groupId>com.fasterxml.jackson.core</groupId>
2339 <artifactId>jackson-annotations</artifactId>
2340 <version>${jackson.version}</version>
2343 <groupId>com.fasterxml.jackson.core</groupId>
2344 <artifactId>jackson-core</artifactId>
2345 <version>${jackson.version}</version>
2348 <groupId>com.fasterxml.jackson.core</groupId>
2349 <artifactId>jackson-databind</artifactId>
2350 <version>${jackson.databind.version}</version>
2353 <groupId>org.jamon</groupId>
2354 <artifactId>jamon-runtime</artifactId>
2355 <version>${jamon-runtime.version}</version>
2357 <!-- REST dependencies -->
2359 <groupId>javax.servlet</groupId>
2360 <artifactId>javax.servlet-api</artifactId>
2361 <version>${servlet.api.version}</version>
2364 <groupId>javax.ws.rs</groupId>
2365 <artifactId>javax.ws.rs-api</artifactId>
2366 <version>${wx.rs.api.version}</version>
2369 <groupId>com.sun.activation</groupId>
2370 <artifactId>javax.activation</artifactId>
2371 <version>1.2.0</version>
2374 <groupId>javax.annotation</groupId>
2375 <artifactId>javax.annotation-api</artifactId>
2376 <version>1.2</version>
2379 <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.-->
2380 <groupId>org.glassfish.web</groupId>
2381 <artifactId>javax.servlet.jsp</artifactId>
2382 <version>${glassfish.jsp.version}</version>
2385 <!-- this lib is used by the compiled Jsp from the above JspC -->
2386 <groupId>javax.servlet.jsp</groupId>
2387 <artifactId>javax.servlet.jsp-api</artifactId>
2388 <version>2.3.1</version>
2391 <groupId>org.glassfish</groupId>
2392 <artifactId>javax.el</artifactId>
2393 <version>${glassfish.el.version}</version>
2396 <groupId>javax.xml.bind</groupId>
2397 <artifactId>jaxb-api</artifactId>
2398 <version>${jaxb-api.version}</version>
2401 <groupId>javax.xml.stream</groupId>
2402 <artifactId>stax-api</artifactId>
2407 <groupId>junit</groupId>
2408 <artifactId>junit</artifactId>
2409 <version>${junit.version}</version>
2412 <groupId>org.hamcrest</groupId>
2413 <artifactId>hamcrest-core</artifactId>
2414 <version>${hamcrest.version}</version>
2417 <groupId>org.hamcrest</groupId>
2418 <artifactId>hamcrest-library</artifactId>
2419 <version>${hamcrest.version}</version>
2422 <groupId>org.mockito</groupId>
2423 <artifactId>mockito-core</artifactId>
2424 <version>${mockito-core.version}</version>
2428 <groupId>io.opentelemetry</groupId>
2429 <artifactId>opentelemetry-bom</artifactId>
2430 <version>${opentelemetry.version}</version>
2432 <scope>import</scope>
2435 <groupId>io.opentelemetry</groupId>
2436 <artifactId>opentelemetry-semconv</artifactId>
2437 <version>${opentelemetry.version}-alpha</version>
2440 <groupId>io.opentelemetry.javaagent</groupId>
2441 <artifactId>opentelemetry-javaagent</artifactId>
2442 <version>${opentelemetry-javaagent.version}</version>
2443 <classifier>all</classifier>
2446 <groupId>com.lmax</groupId>
2447 <artifactId>disruptor</artifactId>
2448 <version>${disruptor.version}</version>
2451 <groupId>net.spy</groupId>
2452 <artifactId>spymemcached</artifactId>
2453 <version>${spy.version}</version>
2454 <optional>true</optional>
2457 <groupId>org.bouncycastle</groupId>
2458 <artifactId>bcprov-jdk15on</artifactId>
2459 <version>${bouncycastle.version}</version>
2463 <groupId>org.apache.kerby</groupId>
2464 <artifactId>kerb-core</artifactId>
2465 <version>${kerby.version}</version>
2468 <groupId>org.apache.kerby</groupId>
2469 <artifactId>kerb-client</artifactId>
2470 <version>${kerby.version}</version>
2473 <groupId>org.apache.kerby</groupId>
2474 <artifactId>kerb-simplekdc</artifactId>
2475 <version>${kerby.version}</version>
2478 <groupId>org.apache.commons</groupId>
2479 <artifactId>commons-crypto</artifactId>
2480 <version>${commons-crypto.version}</version>
2483 <groupId>net.java.dev.jna</groupId>
2484 <artifactId>jna</artifactId>
2489 <groupId>org.apache.curator</groupId>
2490 <artifactId>curator-framework</artifactId>
2491 <version>${curator.version}</version>
2494 <groupId>org.apache.zookeeper</groupId>
2495 <artifactId>zookeeper</artifactId>
2500 <groupId>org.apache.curator</groupId>
2501 <artifactId>curator-client</artifactId>
2502 <version>${curator.version}</version>
2505 <groupId>com.google.guava</groupId>
2506 <artifactId>guava</artifactId>
2509 <groupId>org.apache.zookeeper</groupId>
2510 <artifactId>zookeeper</artifactId>
2515 <groupId>org.apache.curator</groupId>
2516 <artifactId>curator-recipes</artifactId>
2517 <version>${curator.version}</version>
2520 <groupId>com.google.guava</groupId>
2521 <artifactId>guava</artifactId>
2524 <groupId>org.apache.zookeeper</groupId>
2525 <artifactId>zookeeper</artifactId>
2530 <groupId>org.apache.yetus</groupId>
2531 <artifactId>audience-annotations</artifactId>
2532 <version>${audience-annotations.version}</version>
2535 <groupId>org.apache.hbase.thirdparty</groupId>
2536 <artifactId>hbase-shaded-gson</artifactId>
2537 <version>${hbase-thirdparty.version}</version>
2540 <groupId>org.apache.hbase.thirdparty</groupId>
2541 <artifactId>hbase-shaded-miscellaneous</artifactId>
2542 <version>${hbase-thirdparty.version}</version>
2545 <groupId>org.apache.hbase.thirdparty</groupId>
2546 <artifactId>hbase-shaded-netty</artifactId>
2547 <version>${hbase-thirdparty.version}</version>
2550 <groupId>org.apache.hbase.thirdparty</groupId>
2551 <artifactId>hbase-shaded-protobuf</artifactId>
2552 <version>${hbase-thirdparty.version}</version>
2555 <groupId>org.apache.hbase.thirdparty</groupId>
2556 <artifactId>hbase-shaded-jetty</artifactId>
2557 <version>${hbase-thirdparty.version}</version>
2560 <groupId>org.apache.hbase.thirdparty</groupId>
2561 <artifactId>hbase-shaded-jersey</artifactId>
2562 <version>${hbase-thirdparty.version}</version>
2565 <groupId>com.sun.xml.ws</groupId>
2566 <artifactId>jaxws-ri</artifactId>
2567 <version>2.3.2</version>
2571 <groupId>javax.activation</groupId>
2572 <artifactId>javax.activation-api</artifactId>
2577 </dependencyManagement>
2579 <!--REMOVE THIS. HERE TEMPORARILY.
2580 Implication is that every module needs junit which is not so.
2581 Cannot undo though because build runs test on each module and
2582 it fails if no junit. TODO. -->
2584 <groupId>junit</groupId>
2585 <artifactId>junit</artifactId>
2591 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2596 <id>apache.releases.https</id>
2597 <username>hbase_committer</username>
2598 <password>********</password>
2602 <id>apache.snapshots.https</id>
2603 <username>hbase_committer</username>
2604 <password>********</password>
2612 $ mvn -s /my/path/settings.xml deploy
2617 <id>build-with-jdk8</id>
2629 <id>build-with-jdk11</id>
2634 <!-- TODO: replicate logic for windows support -->
2635 <argLine>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine}</argLine>
2636 <!-- We need a minimum HDFS version of 3.2.0 for HADOOP-12760 -->
2637 <hadoop-three.version>3.2.0</hadoop-three.version>
2639 Value to use for surefire when running jdk11.
2640 TODO: replicate logic for windows
2642 <surefire.Xmx>2200m</surefire.Xmx>
2645 <!-- profile activated by the Jenkins patch testing job -->
2647 <id>jenkins.patch</id>
2649 <activeByDefault>false</activeByDefault>
2651 <name>HBasePatchProcess</name>
2655 <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2660 <groupId>org.apache.maven.plugins</groupId>
2661 <artifactId>maven-antrun-plugin</artifactId>
2662 <inherited>false</inherited>
2665 <phase>validate</phase>
2671 <echo>Maven Execution Environment</echo>
2672 <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2684 <activeByDefault>false</activeByDefault>
2689 <groupId>org.jacoco</groupId>
2690 <artifactId>jacoco-maven-plugin</artifactId>
2691 <version>${jacoco.version}</version>
2694 <id>prepare-agent</id>
2696 <goal>prepare-agent</goal>
2701 <phase>prepare-package</phase>
2708 <systemPropertyVariables>
2709 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2710 </systemPropertyVariables>
2712 <exclude>**/generated/**/*.class</exclude>
2722 <activeByDefault>false</activeByDefault>
2724 <family>Linux</family>
2728 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2735 <family>Mac</family>
2739 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2746 <family>Windows</family>
2750 <build.platform>cygwin</build.platform>
2751 <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2754 <!-- this profile should match the name of the release profile in the root asf pom -->
2756 <id>apache-release</id>
2759 <!-- This should insert itself in place of the normal deploy plugin and then
2760 handle either closing or dropping the staging repository for us depending
2761 on if the build succeeds.
2764 <groupId>org.sonatype.plugins</groupId>
2765 <artifactId>nexus-staging-maven-plugin</artifactId>
2766 <version>1.6.8</version>
2767 <extensions>true</extensions>
2769 <nexusUrl>https://repository.apache.org/</nexusUrl>
2770 <serverId>apache.releases.https</serverId>
2776 <!-- this profile should be activated for release builds -->
2782 <groupId>org.apache.rat</groupId>
2783 <artifactId>apache-rat-plugin</artifactId>
2786 <phase>package</phase>
2794 <groupId>org.apache.maven.plugins</groupId>
2795 <artifactId>maven-enforcer-plugin</artifactId>
2796 <version>${enforcer.version}</version>
2799 <groupId>org.codehaus.mojo</groupId>
2800 <artifactId>extra-enforcer-rules</artifactId>
2801 <version>${extra.enforcer.version}</version>
2806 <enforceBytecodeVersion>
2807 <maxJdkVersion>${compileSource}</maxJdkVersion>
2808 <message>HBase has unsupported dependencies.
2809 HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2810 of the JDK to properly build from source. You appear to be using a newer dependency. You can use
2811 either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2812 Non-release builds can temporarily build with a newer JDK version by setting the
2813 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2816 <ignoreClass>module-info</ignoreClass>
2818 </enforceBytecodeVersion>
2825 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2826 <!-- Submodules that need hadoop dependencies should declare
2827 profiles with activation properties matching the profile here.
2828 Generally, it should be sufficient to copy the first
2829 few lines of the profile you want to match. -->
2830 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
2834 <property><name>!hadoop.profile</name></property>
2837 <hadoop.version>${hadoop-three.version}</hadoop.version>
2838 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
2840 <dependencyManagement>
2843 <groupId>org.apache.hadoop</groupId>
2844 <artifactId>hadoop-mapreduce-client-core</artifactId>
2845 <version>${hadoop-three.version}</version>
2848 <groupId>com.sun.jersey</groupId>
2849 <artifactId>jersey-core</artifactId>
2852 <groupId>org.codehaus.jackson</groupId>
2853 <artifactId>jackson-jaxrs</artifactId>
2856 <groupId>org.codehaus.jackson</groupId>
2857 <artifactId>jackson-xc</artifactId>
2860 <groupId>io.netty</groupId>
2861 <artifactId>netty</artifactId>
2864 <groupId>io.netty</groupId>
2865 <artifactId>netty-all</artifactId>
2868 <groupId>javax.servlet</groupId>
2869 <artifactId>servlet-api</artifactId>
2872 <groupId>javax.inject</groupId>
2873 <artifactId>javax.inject</artifactId>
2876 <groupId>org.codehaus.jackson</groupId>
2877 <artifactId>jackson-core-asl</artifactId>
2880 <groupId>org.codehaus.jackson</groupId>
2881 <artifactId>jackson-mapper-asl</artifactId>
2884 <groupId>com.google.guava</groupId>
2885 <artifactId>guava</artifactId>
2888 <groupId>org.slf4j</groupId>
2889 <artifactId>slf4j-log4j12</artifactId>
2892 <groupId>log4j</groupId>
2893 <artifactId>log4j</artifactId>
2898 <groupId>org.apache.hadoop</groupId>
2899 <artifactId>hadoop-mapreduce-client-app</artifactId>
2900 <version>${hadoop-three.version}</version>
2901 <type>test-jar</type>
2904 <groupId>org.codehaus.jackson</groupId>
2905 <artifactId>jackson-mapper-asl</artifactId>
2908 <groupId>org.codehaus.jackson</groupId>
2909 <artifactId>jackson-core-asl</artifactId>
2912 <groupId>org.codehaus.jackson</groupId>
2913 <artifactId>jackson-jaxrs</artifactId>
2916 <groupId>org.codehaus.jackson</groupId>
2917 <artifactId>jackson-xc</artifactId>
2920 <groupId>javax.xml.bind</groupId>
2921 <artifactId>jaxb-api</artifactId>
2924 <groupId>javax.ws.rs</groupId>
2925 <artifactId>jsr311-api</artifactId>
2928 <groupId>org.slf4j</groupId>
2929 <artifactId>slf4j-log4j12</artifactId>
2932 <groupId>log4j</groupId>
2933 <artifactId>log4j</artifactId>
2938 <groupId>org.apache.hadoop</groupId>
2939 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2940 <version>${hadoop-three.version}</version>
2943 <groupId>com.sun.jersey</groupId>
2944 <artifactId>jersey-core</artifactId>
2947 <groupId>io.netty</groupId>
2948 <artifactId>netty</artifactId>
2951 <groupId>io.netty</groupId>
2952 <artifactId>netty-all</artifactId>
2955 <groupId>javax.servlet</groupId>
2956 <artifactId>servlet-api</artifactId>
2959 <groupId>org.slf4j</groupId>
2960 <artifactId>slf4j-log4j12</artifactId>
2965 <groupId>org.apache.hadoop</groupId>
2966 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2967 <version>${hadoop-three.version}</version>
2968 <type>test-jar</type>
2972 <groupId>com.sun.jersey</groupId>
2973 <artifactId>jersey-core</artifactId>
2976 <groupId>io.netty</groupId>
2977 <artifactId>netty</artifactId>
2980 <groupId>io.netty</groupId>
2981 <artifactId>netty-all</artifactId>
2984 <groupId>javax.servlet</groupId>
2985 <artifactId>servlet-api</artifactId>
2988 <groupId>org.slf4j</groupId>
2989 <artifactId>slf4j-log4j12</artifactId>
2994 <groupId>org.apache.hadoop</groupId>
2995 <artifactId>hadoop-hdfs</artifactId>
2996 <version>${hadoop-three.version}</version>
2999 <groupId>com.sun.jersey</groupId>
3000 <artifactId>jersey-core</artifactId>
3003 <groupId>com.sun.jersey</groupId>
3004 <artifactId>jersey-server</artifactId>
3007 <groupId>javax.servlet.jsp</groupId>
3008 <artifactId>jsp-api</artifactId>
3011 <groupId>javax.servlet</groupId>
3012 <artifactId>servlet-api</artifactId>
3015 <groupId>stax</groupId>
3016 <artifactId>stax-api</artifactId>
3019 <groupId>xerces</groupId>
3020 <artifactId>xercesImpl</artifactId>
3023 <groupId>org.codehaus.jackson</groupId>
3024 <artifactId>jackson-core-asl</artifactId>
3027 <groupId>org.codehaus.jackson</groupId>
3028 <artifactId>jackson-mapper-asl</artifactId>
3031 <groupId>com.google.guava</groupId>
3032 <artifactId>guava</artifactId>
3035 <groupId>org.slf4j</groupId>
3036 <artifactId>slf4j-log4j12</artifactId>
3039 <groupId>log4j</groupId>
3040 <artifactId>log4j</artifactId>
3045 <groupId>org.apache.hadoop</groupId>
3046 <artifactId>hadoop-hdfs</artifactId>
3047 <version>${hadoop-three.version}</version>
3048 <type>test-jar</type>
3052 <groupId>javax.servlet.jsp</groupId>
3053 <artifactId>jsp-api</artifactId>
3056 <groupId>javax.servlet</groupId>
3057 <artifactId>servlet-api</artifactId>
3060 <groupId>stax</groupId>
3061 <artifactId>stax-api</artifactId>
3064 <groupId>xerces</groupId>
3065 <artifactId>xercesImpl</artifactId>
3068 <groupId>org.codehaus.jackson</groupId>
3069 <artifactId>jackson-core-asl</artifactId>
3072 <groupId>org.codehaus.jackson</groupId>
3073 <artifactId>jackson-mapper-asl</artifactId>
3076 <groupId>com.google.guava</groupId>
3077 <artifactId>guava</artifactId>
3080 <groupId>com.sun.jersey</groupId>
3081 <artifactId>jersey-core</artifactId>
3084 <groupId>org.slf4j</groupId>
3085 <artifactId>slf4j-log4j12</artifactId>
3088 <groupId>log4j</groupId>
3089 <artifactId>log4j</artifactId>
3094 <groupId>org.apache.hadoop</groupId>
3095 <artifactId>hadoop-hdfs</artifactId>
3096 <version>${hadoop-three.version}</version>
3097 <type>test-jar</type>
3098 <classifier>tests</classifier>
3102 <groupId>com.sun.jersey</groupId>
3103 <artifactId>jersey-core</artifactId>
3108 <groupId>org.apache.hadoop</groupId>
3109 <artifactId>hadoop-auth</artifactId>
3110 <version>${hadoop-three.version}</version>
3113 <groupId>com.google.guava</groupId>
3114 <artifactId>guava</artifactId>
3117 <groupId>net.minidev</groupId>
3118 <artifactId>json-smart</artifactId>
3121 <groupId>org.slf4j</groupId>
3122 <artifactId>slf4j-log4j12</artifactId>
3125 <groupId>log4j</groupId>
3126 <artifactId>log4j</artifactId>
3131 <groupId>org.apache.hadoop</groupId>
3132 <artifactId>hadoop-common</artifactId>
3133 <version>${hadoop-three.version}</version>
3136 <groupId>com.sun.jersey</groupId>
3137 <artifactId>jersey-core</artifactId>
3140 <groupId>com.sun.jersey</groupId>
3141 <artifactId>jersey-json</artifactId>
3144 <groupId>com.sun.jersey</groupId>
3145 <artifactId>jersey-servlet</artifactId>
3148 <groupId>com.sun.jersey</groupId>
3149 <artifactId>jersey-server</artifactId>
3152 <groupId>javax.servlet.jsp</groupId>
3153 <artifactId>jsp-api</artifactId>
3156 <groupId>javax.servlet</groupId>
3157 <artifactId>javax.servlet-api</artifactId>
3160 <groupId>stax</groupId>
3161 <artifactId>stax-api</artifactId>
3164 <groupId>io.netty</groupId>
3165 <artifactId>netty</artifactId>
3167 <!-- MiniMRCluster needs the hadoop netty-all transitive include... a
3168 netty-all 4.0.52 version.... so we have to let it through.
3170 <groupId>io.netty</groupId>
3171 <artifactId>netty-all</artifactId>
3175 <groupId>com.google.code.findbugs</groupId>
3176 <artifactId>jsr305</artifactId>
3179 <groupId>junit</groupId>
3180 <artifactId>junit</artifactId>
3183 <groupId>org.codehause.jackson</groupId>
3184 <artifactId>jackson-core-asl</artifactId>
3187 <groupId>org.codehause.jackson</groupId>
3188 <artifactId>jackson-mapper-asl</artifactId>
3191 <groupId>org.slf4j</groupId>
3192 <artifactId>slf4j-log4j12</artifactId>
3195 <groupId>log4j</groupId>
3196 <artifactId>log4j</artifactId>
3199 <groupId>io.netty</groupId>
3200 <artifactId>netty</artifactId>
3203 <groupId>io.netty</groupId>
3204 <artifactId>netty-all</artifactId>
3210 a missing transitive dependency on JDK9+ (obsoleted by Hadoop-3.3.0+, HADOOP-15775)
3212 <groupId>javax.activation</groupId>
3213 <artifactId>javax.activation-api</artifactId>
3214 <version>1.2.0</version>
3218 <groupId>org.apache.hadoop</groupId>
3219 <artifactId>hadoop-common</artifactId>
3220 <type>test-jar</type>
3221 <classifier>tests</classifier>
3222 <version>${hadoop-three.version}</version>
3225 <groupId>com.sun.jersey</groupId>
3226 <artifactId>jersey-core</artifactId>
3229 <groupId>com.google.code.findbugs</groupId>
3230 <artifactId>jsr305</artifactId>
3233 <groupId>org.slf4j</groupId>
3234 <artifactId>slf4j-log4j12</artifactId>
3237 <groupId>log4j</groupId>
3238 <artifactId>log4j</artifactId>
3241 <groupId>io.netty</groupId>
3242 <artifactId>netty-all</artifactId>
3247 <groupId>org.apache.hadoop</groupId>
3248 <artifactId>hadoop-client</artifactId>
3249 <version>${hadoop-three.version}</version>
3252 <groupId>org.apache.hadoop</groupId>
3253 <artifactId>hadoop-annotations</artifactId>
3254 <version>${hadoop-three.version}</version>
3256 <!-- This was marked as test dep in earlier pom, but was scoped compile.
3257 Where do we actually need it? -->
3259 <groupId>org.apache.hadoop</groupId>
3260 <artifactId>hadoop-minicluster</artifactId>
3261 <version>${hadoop-three.version}</version>
3263 <!--If we comment this in, a few tests in hbase-mapreduce
3264 fail. They depend on jersey-core somehow. But excluding
3265 jersey-core here messes up hbase-it because jersey-core
3266 implements a 1.x jaxrs Response Interface when we depend
3267 on the 2.x Interface... . Letting this jar come in
3268 transitively here but will exclude it down in hbase-it.
3271 <groupId>com.sun.jersey</groupId>
3272 <artifactId>jersey-core</artifactId>
3276 <groupId>commons-httpclient</groupId>
3277 <artifactId>commons-httpclient</artifactId>
3280 <groupId>javax.servlet.jsp</groupId>
3281 <artifactId>jsp-api</artifactId>
3284 <groupId>javax.servlet</groupId>
3285 <artifactId>servlet-api</artifactId>
3288 <groupId>stax</groupId>
3289 <artifactId>stax-api</artifactId>
3292 <groupId>io.netty</groupId>
3293 <artifactId>netty</artifactId>
3296 <groupId>io.netty</groupId>
3297 <artifactId>netty-all</artifactId>
3300 <groupId>com.google.code.findbugs</groupId>
3301 <artifactId>jsr305</artifactId>
3304 <groupId>org.slf4j</groupId>
3305 <artifactId>slf4j-log4j12</artifactId>
3308 <groupId>log4j</groupId>
3309 <artifactId>log4j</artifactId>
3314 <groupId>org.apache.hadoop</groupId>
3315 <artifactId>hadoop-minikdc</artifactId>
3316 <version>${hadoop-three.version}</version>
3320 <groupId>org.slf4j</groupId>
3321 <artifactId>slf4j-log4j12</artifactId>
3326 <groupId>org.apache.hadoop</groupId>
3327 <artifactId>hadoop-distcp</artifactId>
3328 <version>${hadoop-three.version}</version>
3332 <groupId>org.apache.hadoop</groupId>
3333 <artifactId>hadoop-hdfs-client</artifactId>
3334 <version>${hadoop-three.version}</version>
3337 </dependencyManagement>
3340 <!-- profiles for the tests
3341 See as well the properties of the project for the values
3342 when no profile is active. -->
3344 <!-- Use it to launch all tests in the same JVM -->
3345 <id>singleJVMTests</id>
3347 <activeByDefault>false</activeByDefault>
3350 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3351 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3352 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3353 <surefire.firstPartGroups/>
3357 <!-- Use it to launch small tests only -->
3358 <id>runSmallTests</id>
3360 <activeByDefault>false</activeByDefault>
3363 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3364 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3365 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3366 <surefire.secondPartGroups/>
3370 <!-- Use it to launch medium tests only -->
3371 <id>runMediumTests</id>
3373 <activeByDefault>false</activeByDefault>
3376 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3377 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3378 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
3379 <surefire.secondPartGroups/>
3383 <!-- Use it to launch large tests only -->
3384 <id>runLargeTests</id>
3386 <activeByDefault>false</activeByDefault>
3389 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3390 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3391 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
3392 <surefire.secondPartGroups/>
3396 <!-- Use it to launch small & medium tests -->
3397 <id>runDevTests</id>
3399 <activeByDefault>false</activeByDefault>
3402 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3403 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3404 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3405 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3406 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
3410 <!-- Use it to launch all tests -->
3411 <id>runAllTests</id>
3413 <activeByDefault>false</activeByDefault>
3416 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3417 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3418 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3419 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
3423 <id>runMiscTests</id>
3425 <activeByDefault>false</activeByDefault>
3428 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3429 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3430 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
3431 </surefire.firstPartGroups>
3432 <surefire.secondPartGroups></surefire.secondPartGroups>
3436 <id>runCoprocessorTests</id>
3438 <activeByDefault>false</activeByDefault>
3441 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3442 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3443 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3444 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3445 <surefire.firstPartGroups>
3446 org.apache.hadoop.hbase.testclassification.CoprocessorTests
3447 </surefire.firstPartGroups>
3448 <surefire.secondPartGroups></surefire.secondPartGroups>
3452 <id>runClientTests</id>
3454 <activeByDefault>false</activeByDefault>
3457 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3458 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3459 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3460 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3461 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
3462 </surefire.firstPartGroups>
3463 <surefire.secondPartGroups></surefire.secondPartGroups>
3467 <id>runMasterTests</id>
3469 <activeByDefault>false</activeByDefault>
3472 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3473 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3474 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3475 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3476 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
3477 </surefire.firstPartGroups>
3478 <surefire.secondPartGroups></surefire.secondPartGroups>
3482 <id>runMapredTests</id>
3484 <activeByDefault>false</activeByDefault>
3487 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3488 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3489 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3490 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3491 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
3492 </surefire.firstPartGroups>
3493 <surefire.secondPartGroups></surefire.secondPartGroups>
3497 <id>runMapreduceTests</id>
3499 <activeByDefault>false</activeByDefault>
3502 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3503 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3504 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3505 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3506 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
3507 </surefire.firstPartGroups>
3508 <surefire.secondPartGroups></surefire.secondPartGroups>
3512 <id>runRegionServerTests</id>
3514 <activeByDefault>false</activeByDefault>
3517 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3518 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3519 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3520 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3521 <surefire.firstPartGroups>
3522 org.apache.hadoop.hbase.testclassification.RegionServerTests
3523 </surefire.firstPartGroups>
3524 <surefire.secondPartGroups></surefire.secondPartGroups>
3528 <id>runVerySlowMapReduceTests</id>
3530 <activeByDefault>false</activeByDefault>
3533 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3534 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3535 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3536 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3537 <surefire.firstPartGroups>
3538 org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
3539 </surefire.firstPartGroups>
3540 <surefire.secondPartGroups></surefire.secondPartGroups>
3545 <id>runVerySlowRegionServerTests</id>
3547 <activeByDefault>false</activeByDefault>
3550 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3551 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3552 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3553 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3554 <surefire.firstPartGroups>
3555 org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
3556 </surefire.firstPartGroups>
3557 <surefire.secondPartGroups></surefire.secondPartGroups>
3562 <id>runFilterTests</id>
3564 <activeByDefault>false</activeByDefault>
3567 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3568 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3569 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3570 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3571 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
3572 </surefire.firstPartGroups>
3573 <surefire.secondPartGroups></surefire.secondPartGroups>
3579 <activeByDefault>false</activeByDefault>
3582 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3583 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3584 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3585 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3586 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
3587 </surefire.firstPartGroups>
3588 <surefire.secondPartGroups></surefire.secondPartGroups>
3592 <id>runRestTests</id>
3594 <activeByDefault>false</activeByDefault>
3597 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3598 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3599 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3600 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3601 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
3602 </surefire.firstPartGroups>
3603 <surefire.secondPartGroups></surefire.secondPartGroups>
3607 <id>runRPCTests</id>
3609 <activeByDefault>false</activeByDefault>
3612 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3613 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3614 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3615 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3616 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
3617 </surefire.firstPartGroups>
3618 <surefire.secondPartGroups></surefire.secondPartGroups>
3622 <id>runReplicationTests</id>
3624 <activeByDefault>false</activeByDefault>
3627 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3628 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3629 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3630 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3631 <surefire.firstPartGroups>
3632 org.apache.hadoop.hbase.testclassification.ReplicationTests
3633 </surefire.firstPartGroups>
3634 <surefire.secondPartGroups></surefire.secondPartGroups>
3638 <id>runSecurityTests</id>
3640 <activeByDefault>false</activeByDefault>
3643 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3644 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3645 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3646 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3647 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3648 </surefire.firstPartGroups>
3649 <surefire.secondPartGroups></surefire.secondPartGroups>
3653 <id>runFlakeyTests</id>
3655 <activeByDefault>false</activeByDefault>
3658 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3659 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3660 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3661 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3662 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3663 </surefire.firstPartGroups>
3664 <surefire.secondPartGroups></surefire.secondPartGroups>
3670 <activeByDefault>false</activeByDefault>
3673 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3674 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3675 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3676 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3677 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ZKTests
3678 </surefire.firstPartGroups>
3679 <surefire.secondPartGroups></surefire.secondPartGroups>
3683 <id>runRSGroupTests</id>
3685 <activeByDefault>false</activeByDefault>
3688 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3689 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3690 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3691 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3692 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RSGroupTests
3693 </surefire.firstPartGroups>
3694 <surefire.secondPartGroups></surefire.secondPartGroups>
3699 <!-- Use it to launch tests locally-->
3707 <surefire.provider>surefire-junit4</surefire.provider>
3708 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3709 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3710 <surefire.firstPartGroups/>
3713 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3714 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3715 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3716 The report will be generated under target/site/clover/index.html when you run
3717 MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3721 <activeByDefault>false</activeByDefault>
3727 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3731 <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3732 our instrumented classes for the doclet will fail
3735 <groupId>org.apache.maven.plugins</groupId>
3736 <artifactId>maven-javadoc-plugin</artifactId>
3739 <groupId>com.atlassian.maven.plugins</groupId>
3740 <artifactId>maven-clover2-plugin</artifactId>
3741 <version>${clover.version}</version>
3746 <groupId>com.atlassian.maven.plugins</groupId>
3747 <artifactId>maven-clover2-plugin</artifactId>
3748 <version>${clover.version}</version>
3750 <includesAllSourceRoots>true</includesAllSourceRoots>
3751 <includesTestSourceRoots>true</includesTestSourceRoots>
3752 <targetPercentage>50%</targetPercentage>
3753 <generateHtml>true</generateHtml>
3754 <generateXml>true</generateXml>
3756 <exclude>**/generated/**</exclude>
3761 <id>clover-setup</id>
3762 <phase>process-sources</phase>
3780 <!-- Used by the website generation script on jenkins to
3781 do a local install of the jars we need to run a normal
3782 site build w/o forking.
3784 <id>site-install-step</id>
3786 <skipTests>true</skipTests>
3787 <maven.javadoc.skip>true</maven.javadoc.skip>
3788 <enforcer.skip>true</enforcer.skip>
3789 <checkstyle.skip>true</checkstyle.skip>
3790 <spotbugs.skip>true</spotbugs.skip>
3791 <warbucks.skip>true</warbucks.skip>
3795 <!-- Used by the website generation script on jenkins to
3796 mitigate the impact of unneeded build forks while building
3799 <id>site-build-step</id>
3801 <skipTests>true</skipTests>
3802 <enforcer.skip>true</enforcer.skip>
3803 <maven.main.skip>true</maven.main.skip>
3804 <maven.test.skip>true</maven.test.skip>
3805 <warbucks.skip>true</warbucks.skip>
3806 <protoc.skip>true</protoc.skip>
3807 <remoteresources.skip>true</remoteresources.skip>
3811 <id>eclipse-specific</id>
3814 <name>m2e.version</name>
3820 <!-- General config for eclipse classpath/settings -->
3822 <groupId>org.apache.maven.plugins</groupId>
3823 <artifactId>maven-eclipse-plugin</artifactId>
3824 <version>${maven.eclipse.version}</version>
3826 <!--This plugin's configuration is used to store Eclipse m2e settings
3827 only. It has no influence on the Maven build itself. m2e does not
3828 provide any safeguards against rogue maven plugins that leak
3829 classloaders, modify random files inside workspace or throw nasty
3830 exceptions to fail the build.
3831 Top level doesn't do any specific configuration currently - left
3832 to modules to decide what they want to bind, sans those plugins
3833 defined in this pom. -->
3835 <groupId>org.eclipse.m2e</groupId>
3836 <artifactId>lifecycle-mapping</artifactId>
3837 <version>${lifecycle.mapping.version}</version>
3839 <lifecycleMappingMetadata>
3842 <pluginExecutionFilter>
3843 <groupId>org.jacoco</groupId>
3844 <artifactId>jacoco-maven-plugin</artifactId>
3845 <versionRange>[0.6.2.201302030002,)</versionRange>
3847 <goal>prepare-agent</goal>
3849 </pluginExecutionFilter>
3855 <pluginExecutionFilter>
3856 <groupId>org.apache.maven.plugins</groupId>
3857 <artifactId>maven-enforcer-plugin</artifactId>
3858 <versionRange>${enforcer.version}</versionRange>
3860 <goal>enforce</goal>
3862 </pluginExecutionFilter>
3868 <pluginExecutionFilter>
3869 <groupId>org.apache.maven.plugins</groupId>
3870 <artifactId>maven-remote-resources-plugin</artifactId>
3871 <versionRange>[1.5,)</versionRange>
3873 <goal>process</goal>
3876 </pluginExecutionFilter>
3882 <pluginExecutionFilter>
3883 <groupId>org.codehaus.mojo</groupId>
3884 <artifactId>buildnumber-maven-plugin</artifactId>
3885 <versionRange>[1.3,)</versionRange>
3887 <goal>create-timestamp</goal>
3889 </pluginExecutionFilter>
3892 <runOnConfiguration>true</runOnConfiguration>
3893 <runOnIncremental>true</runOnIncremental>
3898 </lifecycleMappingMetadata>
3908 <external.protobuf.groupid>org.openlabtesting.protobuf</external.protobuf.groupid>
3912 <family>linux</family>
3913 <arch>aarch64</arch>
3918 <!-- See https://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
3922 <artifactId>maven-project-info-reports-plugin</artifactId>
3923 <version>${maven.project.info.report.version}</version>
3927 <report>dependencies</report>
3928 <report>dependency-convergence</report>
3929 <report>dependency-info</report>
3930 <report>dependency-management</report>
3931 <report>index</report>
3932 <report>issue-tracking</report>
3933 <report>mailing-list</report>
3934 <report>plugin-management</report>
3935 <report>plugins</report>
3936 <report>project-team</report>
3937 <report>scm</report>
3938 <report>summary</report>
3942 <!-- see src/site/site.xml for selected reports -->
3944 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
3949 <groupId>org.apache.maven.plugins</groupId>
3950 <artifactId>maven-javadoc-plugin</artifactId>
3954 <name>apiNote</name>
3955 <placement>a</placement>
3956 <head>API Note:</head>
3965 <report>aggregate-no-fork</report>
3968 <destDir>devapidocs</destDir>
3969 <name>Developer API</name>
3970 <description>The full HBase API, including private and unstable APIs</description>
3971 <sourceFileExcludes>
3972 <exclude>**/generated/*</exclude>
3973 <exclude>**/protobuf/*</exclude>
3974 </sourceFileExcludes>
3975 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
3976 <show>private</show> <!-- (shows all classes and members) -->
3978 <linksource>true</linksource>
3979 <sourcetab>2</sourcetab>
3980 <validateLinks>true</validateLinks>
3981 <fixClassComment>true</fixClassComment>
3982 <fixFieldComment>true</fixFieldComment>
3983 <fixMethodComment>true</fixMethodComment>
3984 <fixTags>all</fixTags>
3985 <notimestamp>true</notimestamp>
3986 <locale>en_US</locale>
3987 <!-- Pass some options straight to the javadoc executable since it is easier -->
3988 <additionalJOption>-J-Xmx2G</additionalJOption>
3989 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3990 <additionalDependencies>
3991 <additionalDependency>
3992 <groupId>org.mockito</groupId>
3993 <artifactId>mockito-core</artifactId>
3994 <version>${mockito-core.version}</version>
3995 </additionalDependency>
3996 <additionalDependency>
3997 <groupId>org.hamcrest</groupId>
3998 <artifactId>hamcrest-core</artifactId>
3999 <version>${hamcrest.version}</version>
4000 </additionalDependency>
4001 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4002 <additionalDependency>
4003 <groupId>com.google.code.findbugs</groupId>
4004 <artifactId>jsr305</artifactId>
4005 <version>3.0.2</version>
4006 </additionalDependency>
4007 </additionalDependencies>
4008 <inherited>false</inherited>
4014 <report>test-aggregate-no-fork</report>
4017 <destDir>testdevapidocs</destDir>
4018 <name>Developer API</name>
4019 <description>The full HBase API test code, including private and unstable APIs</description>
4020 <sourceFileExcludes>
4021 <exclude>**/generated/*</exclude>
4022 <exclude>**/protobuf/*</exclude>
4023 </sourceFileExcludes>
4024 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
4025 <show>private</show> <!-- (shows all classes and members) -->
4027 <linksource>true</linksource>
4028 <sourcetab>2</sourcetab>
4029 <validateLinks>true</validateLinks>
4030 <fixClassComment>true</fixClassComment>
4031 <fixFieldComment>true</fixFieldComment>
4032 <fixMethodComment>true</fixMethodComment>
4033 <fixTags>all</fixTags>
4034 <notimestamp>true</notimestamp>
4035 <locale>en_US</locale>
4036 <!-- Pass some options straight to the javadoc executable since it is easier -->
4037 <additionalJOption>-J-Xmx2G</additionalJOption>
4038 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4039 <additionalDependencies>
4040 <additionalDependency>
4041 <groupId>org.mockito</groupId>
4042 <artifactId>mockito-core</artifactId>
4043 <version>${mockito-core.version}</version>
4044 </additionalDependency>
4045 <additionalDependency>
4046 <groupId>org.hamcrest</groupId>
4047 <artifactId>hamcrest-core</artifactId>
4048 <version>${hamcrest.version}</version>
4049 </additionalDependency>
4050 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4051 <additionalDependency>
4052 <groupId>com.google.code.findbugs</groupId>
4053 <artifactId>jsr305</artifactId>
4054 <version>3.0.2</version>
4055 </additionalDependency>
4056 </additionalDependencies>
4057 <inherited>false</inherited>
4065 <report>aggregate-no-fork</report>
4069 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4072 <groupId>org.apache.yetus</groupId>
4073 <artifactId>audience-annotations</artifactId>
4074 <version>${audience-annotations.version}</version>
4076 <useStandardDocletOptions>true</useStandardDocletOptions>
4077 <destDir>apidocs</destDir>
4078 <name>User API</name>
4079 <description>The HBase Application Programmer's API</description>
4080 <excludePackageNames>
4081 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*
4082 </excludePackageNames>
4083 <!-- switch on dependency-driven aggregation -->
4084 <includeDependencySources>false</includeDependencySources>
4085 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4086 <show>protected</show> <!-- (shows only public and protected classes and members) -->
4088 <linksource>true</linksource>
4089 <sourcetab>2</sourcetab>
4090 <validateLinks>true</validateLinks>
4091 <fixClassComment>true</fixClassComment>
4092 <fixFieldComment>true</fixFieldComment>
4093 <fixMethodComment>true</fixMethodComment>
4094 <fixTags>all</fixTags>
4095 <notimestamp>true</notimestamp>
4096 <locale>en_US</locale>
4097 <!-- Pass some options straight to the javadoc executable since it is easier -->
4098 <additionalJOption>-J-Xmx2G</additionalJOption>
4099 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4100 <additionalDependencies>
4101 <additionalDependency>
4102 <groupId>org.mockito</groupId>
4103 <artifactId>mockito-core</artifactId>
4104 <version>${mockito-core.version}</version>
4105 </additionalDependency>
4106 <additionalDependency>
4107 <groupId>org.hamcrest</groupId>
4108 <artifactId>hamcrest-core</artifactId>
4109 <version>${hamcrest.version}</version>
4110 </additionalDependency>
4111 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4112 <additionalDependency>
4113 <groupId>com.google.code.findbugs</groupId>
4114 <artifactId>jsr305</artifactId>
4115 <version>3.0.2</version>
4116 </additionalDependency>
4117 </additionalDependencies>
4118 <inherited>false</inherited>
4121 <!-- User Test API -->
4123 <id>testuserapi</id>
4125 <report>test-aggregate-no-fork</report>
4129 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4132 <groupId>org.apache.yetus</groupId>
4133 <artifactId>audience-annotations</artifactId>
4134 <version>${audience-annotations.version}</version>
4136 <useStandardDocletOptions>true</useStandardDocletOptions>
4137 <destDir>testapidocs</destDir>
4138 <name>User API</name>
4139 <description>The HBase Application Programmer's API</description>
4140 <excludePackageNames>
4141 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*
4142 </excludePackageNames>
4143 <!-- switch on dependency-driven aggregation -->
4144 <includeDependencySources>false</includeDependencySources>
4145 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4146 <show>protected</show> <!-- (shows only public and protected classes and members) -->
4148 <linksource>true</linksource>
4149 <sourcetab>2</sourcetab>
4150 <validateLinks>true</validateLinks>
4151 <fixClassComment>true</fixClassComment>
4152 <fixFieldComment>true</fixFieldComment>
4153 <fixMethodComment>true</fixMethodComment>
4154 <fixTags>all</fixTags>
4155 <notimestamp>true</notimestamp>
4156 <locale>en_US</locale>
4157 <!-- Pass some options straight to the javadoc executable since it is easier -->
4158 <additionalJOption>-J-Xmx2G</additionalJOption>
4159 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4160 <additionalDependencies>
4161 <additionalDependency>
4162 <groupId>org.mockito</groupId>
4163 <artifactId>mockito-core</artifactId>
4164 <version>${mockito-core.version}</version>
4165 </additionalDependency>
4166 <additionalDependency>
4167 <groupId>org.hamcrest</groupId>
4168 <artifactId>hamcrest-core</artifactId>
4169 <version>${hamcrest.version}</version>
4170 </additionalDependency>
4171 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4172 <additionalDependency>
4173 <groupId>com.google.code.findbugs</groupId>
4174 <artifactId>jsr305</artifactId>
4175 <version>3.0.2</version>
4176 </additionalDependency>
4177 </additionalDependencies>
4178 <inherited>false</inherited>
4185 <groupId>org.apache.maven.plugins</groupId>
4186 <artifactId>maven-checkstyle-plugin</artifactId>
4187 <version>${maven.checkstyle.version}</version>
4189 <excludes>target/**</excludes>
4195 <distributionManagement>
4197 <id>hbase.apache.org</id>
4198 <name>HBase Website at hbase.apache.org</name>
4199 <!-- On why this is the tmp dir and not hbase.apache.org, see
4200 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
4202 <url>file:///tmp</url>
4204 </distributionManagement>