1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License. You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
23 ON MVN COMPILE NOT WORKING
25 If you wondering why 'mvn compile' does not work building HBase
26 (in particular, if you are doing it for the first time), instead do
27 'mvn package'. If you are interested in the full story, see
28 https://issues.apache.org/jira/browse/HBASE-6795.
31 <modelVersion>4.0.0</modelVersion>
33 <groupId>org.apache</groupId>
34 <artifactId>apache</artifactId>
37 <!-- no parent resolution -->
39 <groupId>org.apache.hbase</groupId>
40 <artifactId>hbase</artifactId>
41 <packaging>pom</packaging>
42 <version>3.0.0-SNAPSHOT</version>
43 <name>Apache HBase</name>
45 Apache HBase™ is the Hadoop database. Use it when you need
46 random, realtime read/write access to your Big Data.
47 This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
48 of commodity hardware.
50 <url>https://hbase.apache.org</url>
51 <inceptionYear>2007</inceptionYear>
52 <!-- Set here so we can consistently use the correct name, even on branches with
53 an ASF parent pom older than v15. Also uses the url from v18.
57 <name>Apache License, Version 2.0</name>
58 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
59 <distribution>repo</distribution>
64 <module>hbase-build-configuration</module>
65 <module>hbase-replication</module>
66 <module>hbase-balancer</module>
67 <module>hbase-mapreduce</module>
68 <module>hbase-resource-bundle</module>
69 <module>hbase-http</module>
70 <module>hbase-server</module>
71 <module>hbase-thrift</module>
72 <module>hbase-shell</module>
73 <module>hbase-protocol-shaded</module>
74 <module>hbase-client</module>
75 <module>hbase-hadoop-compat</module>
76 <module>hbase-common</module>
77 <module>hbase-procedure</module>
78 <module>hbase-endpoint</module>
79 <module>hbase-it</module>
80 <module>hbase-examples</module>
81 <module>hbase-assembly</module>
82 <module>hbase-testing-util</module>
83 <module>hbase-annotations</module>
84 <module>hbase-rest</module>
85 <module>hbase-checkstyle</module>
86 <module>hbase-external-blockcache</module>
87 <module>hbase-shaded</module>
88 <module>hbase-archetypes</module>
89 <module>hbase-metrics-api</module>
90 <module>hbase-metrics</module>
91 <module>hbase-backup</module>
92 <module>hbase-zookeeper</module>
93 <module>hbase-hbtop</module>
94 <module>hbase-asyncfs</module>
95 <module>hbase-logging</module>
98 <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
99 <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
100 <url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
103 <system>JIRA</system>
104 <url>https://issues.apache.org/jira/browse/HBASE</url>
108 <name>User List</name>
109 <subscribe>user-subscribe@hbase.apache.org</subscribe>
110 <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
111 <post>user@hbase.apache.org</post>
112 <archive>https://lists.apache.org/list.html?user@hbase.apache.org</archive>
114 <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
115 <otherArchive>https://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
119 <name>Developer List</name>
120 <subscribe>dev-subscribe@hbase.apache.org</subscribe>
121 <unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
122 <post>dev@hbase.apache.org</post>
123 <archive>https://lists.apache.org/list.html?dev@hbase.apache.org</archive>
125 <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
126 <otherArchive>https://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
130 <name>Commits List</name>
131 <subscribe>commits-subscribe@hbase.apache.org</subscribe>
132 <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
133 <archive>https://lists.apache.org/list.html?commits@hbase.apache.org</archive>
136 <name>Issues List</name>
137 <subscribe>issues-subscribe@hbase.apache.org</subscribe>
138 <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
139 <archive>https://lists.apache.org/list.html?issues@hbase.apache.org</archive>
142 <name>Builds List</name>
143 <subscribe>builds-subscribe@hbase.apache.org</subscribe>
144 <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
145 <archive>https://lists.apache.org/list.html?builds@hbase.apache.org</archive>
148 <name>User (ZH) List</name>
149 <subscribe>user-zh-subscribe@hbase.apache.org</subscribe>
150 <unsubscribe>user-zh-unsubscribe@hbase.apache.org</unsubscribe>
151 <post>user-zh@hbase.apache.org</post>
152 <archive>https://lists.apache.org/list.html?user-zh@hbase.apache.org</archive>
158 <name>Abhishek Singh Chouhan</name>
159 <email>achouhan@apache.org</email>
160 <timezone>+5</timezone>
164 <name>Amitanand S. Aiyer</name>
165 <email>acube123@apache.org</email>
166 <timezone>-8</timezone>
170 <name>Allan Yang</name>
171 <email>allan163@apache.org</email>
172 <timezone>+8</timezone>
176 <name>Apekshit Sharma</name>
177 <email>appy@apache.org</email>
178 <timezone>-8</timezone>
182 <name>Anastasia Braginsky</name>
183 <email>anastasia@apache.org</email>
184 <timezone>+2</timezone>
188 <name>Andrew Purtell</name>
189 <email>apurtell@apache.org</email>
190 <timezone>-8</timezone>
193 <id>anoopsamjohn</id>
194 <name>Anoop Sam John</name>
195 <email>anoopsamjohn@apache.org</email>
196 <timezone>+5</timezone>
200 <name>Mikhail Antonov</name>
201 <email>antonov@apache.org</email>
202 <timezone>-8</timezone>
205 <id>ashishsinghi</id>
206 <name>Ashish Singhi</name>
207 <email>ashishsinghi@apache.org</email>
208 <timezone>+5</timezone>
212 <name>Ashu Pachauri</name>
213 <email>ashu@apache.org</email>
214 <timezone>+5</timezone>
218 <name>Bharath Vissapragada</name>
219 <email>bharathv@apache.org</email>
220 <timezone>-8</timezone>
224 <name>Lijin Bin</name>
225 <email>binlijin@apache.org</email>
226 <timezone>+8</timezone>
230 <name>Toshihiro Suzuki</name>
231 <email>brfrn169@apache.org</email>
232 <timezone>+9</timezone>
236 <name>Sean Busbey</name>
237 <email>busbey@apache.org</email>
238 <timezone>-6</timezone>
242 <name>Heng Chen</name>
243 <email>chenheng@apache.org</email>
244 <timezone>+8</timezone>
248 <name>Chia-Ping Tsai</name>
249 <email>chia7712@apache.org</email>
250 <timezone>+8</timezone>
254 <name>Devaraj Das</name>
255 <email>ddas@apache.org</email>
256 <timezone>-8</timezone>
260 <name>Dima Spivak</name>
261 <email>dimaspivak@apache.org</email>
262 <timezone>-8</timezone>
266 <name>Doug Meil</name>
267 <email>dmeil@apache.org</email>
268 <timezone>-5</timezone>
272 <name>Elliott Clark</name>
273 <email>eclark@apache.org</email>
274 <timezone>-8</timezone>
278 <name>Josh Elser</name>
279 <email>elserj@apache.org</email>
280 <timezone>-5</timezone>
284 <name>Enis Soztutar</name>
285 <email>enis@apache.org</email>
286 <timezone>-8</timezone>
290 <name>Eshcar Hillel</name>
291 <email>eshcar@apache.org</email>
292 <timezone>+2</timezone>
296 <name>Honghua Feng</name>
297 <email>fenghh@apache.org</email>
298 <timezone>+8</timezone>
302 <name>Gary Helmling</name>
303 <email>garyh@apache.org</email>
304 <timezone>-8</timezone>
308 <name>Gregory Chanan</name>
309 <email>gchanan@apache.org</email>
310 <timezone>-8</timezone>
314 <name>Guangxu Cheng</name>
315 <email>gxcheng@apache.org</email>
316 <timezone>+8</timezone>
320 <name>Huaxiang Sun</name>
321 <email>huaxiangsun@apache.org</email>
322 <timezone>-8</timezone>
326 <name>Jean-Daniel Cryans</name>
327 <email>jdcryans@apache.org</email>
328 <timezone>-8</timezone>
332 <name>Jeffrey Zhong</name>
333 <email>jeffreyz@apache.org</email>
334 <timezone>-8</timezone>
338 <name>Jing Chen (Jerry) He</name>
339 <email>jerryjch@apache.org</email>
340 <timezone>-8</timezone>
344 <name>Jesse Yates</name>
345 <email>jyates@apache.org</email>
346 <timezone>-8</timezone>
350 <name>Jonathan Gray</name>
351 <email>jgray@fb.com</email>
352 <timezone>-8</timezone>
356 <name>Jingcheng Du</name>
357 <email>jingchengdu@apache.org</email>
358 <timezone>+8</timezone>
362 <name>Esteban Gutierrez</name>
363 <email>esteban@apache.org</email>
364 <timezone>-8</timezone>
368 <name>Jan Hentschel</name>
369 <email>janh@apache.org</email>
370 <timezone>+1</timezone>
374 <name>Jonathan Hsieh</name>
375 <email>jmhsieh@apache.org</email>
376 <timezone>-8</timezone>
380 <name>Jimmy Xiang</name>
381 <email>jxiang@apache.org</email>
382 <timezone>-8</timezone>
386 <name>Kannan Muthukkaruppan</name>
387 <email>kannan@fb.com</email>
388 <timezone>-8</timezone>
392 <name>Karthik Ranganathan</name>
393 <email>kranganathan@fb.com</email>
394 <timezone>-8</timezone>
398 <name>Lars Francke</name>
399 <email>larsfrancke@apache.org</email>
400 <timezone>Europe/Berlin</timezone>
404 <name>Lars George</name>
405 <email>larsgeorge@apache.org</email>
406 <timezone>+1</timezone>
410 <name>Lars Hofhansl</name>
411 <email>larsh@apache.org</email>
412 <timezone>-8</timezone>
416 <name>Liang Xie</name>
417 <email>liangxie@apache.org</email>
418 <timezone>+8</timezone>
422 <name>Shaohui Liu</name>
423 <email>liushaohui@apache.org</email>
424 <timezone>+8</timezone>
428 <name>Liyin Tang</name>
429 <email>liyin.tang@fb.com</email>
430 <timezone>-8</timezone>
435 <email>liyu@apache.org</email>
436 <timezone>+8</timezone>
440 <name>Mikhail Bautin</name>
441 <email>mbautin@apache.org</email>
442 <timezone>-8</timezone>
446 <name>Matteo Bertozzi</name>
447 <email>mbertozzi@apache.org</email>
448 <timezone>0</timezone>
452 <name>Mike Drob</name>
453 <email>mdrob@apache.org</email>
454 <timezone>-5</timezone>
458 <name>Balazs Meszaros</name>
459 <email>meszibalu@apache.org</email>
460 <timezone>+1</timezone>
464 <name>Misty Stanley-Jones</name>
465 <email>misty@apache.org</email>
466 <timezone>-8</timezone>
470 <name>Nick Dimiduk</name>
471 <email>ndimiduk@apache.org</email>
472 <timezone>-8</timezone>
476 <name>Nicolas Liochon</name>
477 <email>nkeywal@apache.org</email>
478 <timezone>+1</timezone>
481 <id>nspiegelberg</id>
482 <name>Nicolas Spiegelberg</name>
483 <email>nspiegelberg@fb.com</email>
484 <timezone>-8</timezone>
488 <name>Andrey Stepachev</name>
489 <email>octo47@gmail.com</email>
490 <timezone>0</timezone>
494 <name>Zheng Hu</name>
495 <email>openinx@apache.org</email>
496 <timezone>+8</timezone>
500 <name>Pankaj Kumar</name>
501 <email>pankajkumar@apache.org</email>
502 <timezone>+5</timezone>
506 <name>Peter Somogyi</name>
507 <email>psomogyi@apache.org</email>
508 <timezone>+1</timezone>
512 <name>Rajeshbabu Chintaguntla</name>
513 <email>rajeshbabu@apache.org</email>
514 <timezone>+5</timezone>
518 <name>Ramkrishna S Vasudevan</name>
519 <email>ramkrishna@apache.org</email>
520 <timezone>+5</timezone>
524 <name>Ryan Rawson</name>
525 <email>rawson@apache.org</email>
526 <timezone>-8</timezone>
530 <name>Reid Chan</name>
531 <email>reidchan@apache.org</email>
532 <timezone>+8</timezone>
536 <name>Sakthi Vel</name>
537 <email>sakthi@apache.org</email>
538 <timezone>-8</timezone>
542 <name>Sergey Shelukhin</name>
543 <email>sershe@apache.org</email>
544 <timezone>-8</timezone>
548 <name>Srikanth Srungarapu</name>
549 <email>ssrungarapu@apache.org</email>
550 <timezone>-8</timezone>
554 <name>Michael Stack</name>
555 <email>stack@apache.org</email>
556 <timezone>-8</timezone>
560 <name>Stephen Yuan Jiang</name>
561 <email>syuanjiang@apache.org</email>
562 <timezone>-8</timezone>
566 <name>Tak-Lon (Stephen) Wu</name>
567 <email>taklwu@apache.org</email>
568 <timezone>-8</timezone>
573 <email>yuzhihong@gmail.com</email>
574 <timezone>-8</timezone>
578 <email>tianjy@apache.org</email>
579 <timezone>+8</timezone>
583 <name>Todd Lipcon</name>
584 <email>todd@apache.org</email>
585 <timezone>-8</timezone>
589 <name>Francis Liu</name>
590 <email>toffer@apache.org</email>
591 <timezone>-8</timezone>
595 <name>Vikas Vishwakarma</name>
596 <email>vikasv@apache.org</email>
597 <timezone>+5</timezone>
601 <name>Virag Kothari</name>
602 <email>virag@yahoo-inc.com</email>
603 <timezone>-8</timezone>
607 <name>Viraj Jasani</name>
608 <email>vjasani@apache.org</email>
609 <timezone>+5</timezone>
613 <name>Xiang Li</name>
614 <email>xiangli@apache.org</email>
615 <timezone>+8</timezone>
619 <name>Wellington Chevreuil</name>
620 <email>wchevreuil@apache.org</email>
621 <timezone>0</timezone>
626 <email>xucang@apache.org</email>
627 <timezone>-8</timezone>
631 <name>Phil Yang</name>
632 <email>yangzhe1991@apache.org</email>
633 <timezone>+8</timezone>
637 <name>Guanghao Zhang</name>
638 <email>zghao@apache.org</email>
639 <timezone>+8</timezone>
643 <name>Duo Zhang</name>
644 <email>zhangduo@apache.org</email>
645 <timezone>+8</timezone>
649 <name>Chunhui Shen</name>
650 <email>zjushch@apache.org</email>
651 <timezone>+8</timezone>
655 <name>Rahul Gidwani</name>
656 <email>churro@apache.org</email>
657 <timezone>-8</timezone>
661 <name>Yi Liang</name>
662 <email>yiliang@apache.org</email>
663 <timezone>-8</timezone>
667 <name>Zach York</name>
668 <email>zyork@apache.org</email>
669 <timezone>-8</timezone>
674 <email>meiyi@apache.org</email>
675 <timezone>+8</timezone>
681 <groupId>kr.motd.maven</groupId>
682 <artifactId>os-maven-plugin</artifactId>
683 <version>${os.maven.version}</version>
686 <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
687 For specific version use a property and define it in the parent pom.
692 <groupId>org.apache.maven.plugins</groupId>
693 <artifactId>maven-remote-resources-plugin</artifactId>
696 <groupId>org.apache.maven.plugins</groupId>
697 <artifactId>maven-release-plugin</artifactId>
699 <!--You need this profile. It'll sign your artifacts.
700 I'm not sure if this config. actually works though.
701 I've been specifying -Papache-release on the command-line
703 <releaseProfiles>apache-release</releaseProfiles>
704 <!--This stops our running tests for each stage of maven release.
705 But it builds the test jar. From SUREFIRE-172.
707 <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
708 <goals>${goals}</goals>
709 <pomFileName>pom.xml</pomFileName>
713 <groupId>org.apache.maven.plugins</groupId>
714 <artifactId>maven-compiler-plugin</artifactId>
716 <source>${compileSource}</source>
717 <target>${compileSource}</target>
718 <showWarnings>true</showWarnings>
719 <showDeprecation>false</showDeprecation>
720 <useIncrementalCompilation>false</useIncrementalCompilation>
721 <compilerArgument>-Xlint:-options</compilerArgument>
725 <groupId>org.apache.maven.plugins</groupId>
726 <artifactId>maven-javadoc-plugin</artifactId>
727 <version>${maven.javadoc.version}</version>
729 <!-- Test oriented plugins -->
731 <groupId>org.apache.maven.plugins</groupId>
732 <artifactId>maven-surefire-plugin</artifactId>
733 <version>${surefire.version}</version>
735 <!-- by default surefire selects dynamically the connector to the unit tests
736 tool. We want to use always the same as the different connectors can have different
737 bugs and behaviour. -->
739 <groupId>org.apache.maven.surefire</groupId>
740 <artifactId>${surefire.provider}</artifactId>
741 <version>${surefire.version}</version>
744 <!-- Generic testing configuration for all packages -->
746 <groups>${surefire.firstPartGroups}</groups>
747 <failIfNoTests>false</failIfNoTests>
748 <skip>${surefire.skipFirstPart}</skip>
749 <forkCount>${surefire.firstPartForkCount}</forkCount>
750 <reuseForks>false</reuseForks>
751 <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
752 <tempDir>${surefire.tempDir}</tempDir>
753 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
754 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
755 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
756 <systemPropertyVariables>
757 <test.build.classes>${test.build.classes}</test.build.classes>
758 </systemPropertyVariables>
760 <!-- users can add -D option to skip particular test classes
761 ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
763 <exclude>${test.exclude.pattern}</exclude>
767 <name>listener</name>
768 <value>org.apache.hadoop.hbase.TimedOutTestsListener,org.apache.hadoop.hbase.HBaseClassTestRuleChecker,org.apache.hadoop.hbase.ResourceCheckerJUnitListener</value>
774 <id>secondPartTestsExecution</id>
780 <skip>${surefire.skipSecondPart}</skip>
781 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
782 <reuseForks>false</reuseForks>
783 <forkCount>${surefire.secondPartForkCount}</forkCount>
784 <groups>${surefire.secondPartGroups}</groups>
785 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
791 <groupId>org.apache.maven.plugins</groupId>
792 <artifactId>maven-surefire-report-plugin</artifactId>
793 <version>${surefire.version}</version>
796 <groupId>org.codehaus.mojo</groupId>
797 <artifactId>buildnumber-maven-plugin</artifactId>
798 <version>${buildnumber.maven.version}</version>
801 <groupId>com.github.spotbugs</groupId>
802 <artifactId>spotbugs-maven-plugin</artifactId>
803 <version>${spotbugs.maven.version}</version>
805 <excludeFilterFile>${project.basedir}/../dev-support/spotbugs-exclude.xml</excludeFilterFile>
806 <spotbugsXmlOutput>true</spotbugsXmlOutput>
807 <xmlOutput>true</xmlOutput>
812 <groupId>org.codehaus.mojo</groupId>
813 <artifactId>build-helper-maven-plugin</artifactId>
814 <version>${build.helper.maven.version}</version>
817 <artifactId>maven-antrun-plugin</artifactId>
818 <version>${maven.antrun.version}</version>
821 <groupId>org.jamon</groupId>
822 <artifactId>jamon-maven-plugin</artifactId>
823 <version>${jamon.plugin.version}</version>
825 <!-- Make a jar and put the sources in the jar.
826 In the parent pom, so submodules will do the right thing. -->
828 <groupId>org.apache.maven.plugins</groupId>
829 <artifactId>maven-source-plugin</artifactId>
832 <id>attach-sources</id>
833 <phase>prepare-package</phase>
835 <goal>jar-no-fork</goal>
836 <goal>test-jar-no-fork</goal>
840 <exclude>log4j.properties</exclude>
846 <!-- General configuration for submodules who want to build a test jar -->
848 <groupId>org.apache.maven.plugins</groupId>
849 <artifactId>maven-jar-plugin</artifactId>
852 <phase>prepare-package</phase>
854 <!--This goal will install a -test.jar when we do install
855 See https://maven.apache.org/guides/mini/guide-attached-tests.html
857 <goal>test-jar</goal>
862 <skipIfEmpty>true</skipIfEmpty>
864 <exclude>hbase-site.xml</exclude>
865 <exclude>hdfs-site.xml</exclude>
866 <exclude>mapred-queues.xml</exclude>
867 <exclude>mapred-site.xml</exclude>
872 <!-- excludes are inherited -->
873 <groupId>org.apache.rat</groupId>
874 <artifactId>apache-rat-plugin</artifactId>
877 <exclude>**/*.versionsBackup</exclude>
878 <exclude>**/*.log</exclude>
879 <exclude>**/.*</exclude>
880 <exclude>**/*.tgz</exclude>
881 <exclude>**/*.orig</exclude>
882 <exclude>**/0000000000000016310</exclude>
883 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
884 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
885 <exclude>**/.idea/**</exclude>
886 <exclude>**/*.iml</exclude>
887 <exclude>**/CHANGES.txt</exclude>
888 <exclude>**/generated/**</exclude>
889 <exclude>**/gen-*/**</exclude>
890 <!-- No material contents -->
891 <exclude>conf/regionservers</exclude>
892 <exclude>**/*.avpr</exclude>
893 <exclude>**/*.svg</exclude>
894 <!-- non-standard notice file from jruby included by reference -->
895 <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
896 <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
897 <exclude>**/src/main/asciidoc/hbase.css</exclude>
898 <!-- MIT https://jquery.org/license -->
899 <exclude>**/jquery.min.js</exclude>
900 <exclude>**/jquery.tablesorter.min.js</exclude>
901 <!-- vector graphics -->
902 <exclude>**/*.vm</exclude>
903 <!-- apache doxia generated -->
904 <exclude>**/control</exclude>
905 <exclude>**/conffile</exclude>
906 <!-- auto-gen docs -->
907 <exclude>docs/*</exclude>
908 <exclude>logs/*</exclude>
909 <!-- exclude source control files -->
910 <exclude>.git/**</exclude>
911 <exclude>.svn/**</exclude>
912 <exclude>**/.settings/**</exclude>
913 <exclude>**/patchprocess/**</exclude>
914 <exclude>src/site/resources/repo/**</exclude>
915 <exclude>**/dependency-reduced-pom.xml</exclude>
916 <exclude>**/rat.txt</exclude>
917 <!-- exclude the shaded protobuf files -->
918 <exclude>**/shaded/com/google/protobuf/**</exclude>
919 <exclude>**/src/main/patches/**</exclude>
920 <exclude>**/vote.tmpl</exclude>
925 <artifactId>maven-assembly-plugin</artifactId>
927 <!--Defer to the hbase-assembly sub-module. It
929 <skipAssembly>true</skipAssembly>
933 <groupId>org.xolstice.maven.plugins</groupId>
934 <artifactId>protobuf-maven-plugin</artifactId>
935 <version>${protobuf.plugin.version}</version>
937 <protocArtifact>${external.protobuf.groupid}:protoc:${external.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
938 <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
939 <clearOutputDirectory>false</clearOutputDirectory>
940 <checkStaleness>true</checkStaleness>
944 <!-- Approach followed here is roughly the same as mentioned here:
945 https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
947 <groupId>org.apache.maven.plugins</groupId>
948 <artifactId>maven-checkstyle-plugin</artifactId>
949 <version>${maven.checkstyle.version}</version>
952 <groupId>org.apache.hbase</groupId>
953 <artifactId>hbase-checkstyle</artifactId>
954 <version>${project.version}</version>
957 <groupId>com.puppycrawl.tools</groupId>
958 <artifactId>checkstyle</artifactId>
959 <version>${checkstyle.version}</version>
963 <configLocation>hbase/checkstyle.xml</configLocation>
964 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
965 <includeTestSourceDirectory>true</includeTestSourceDirectory>
969 <groupId>net.revelc.code</groupId>
970 <artifactId>warbucks-maven-plugin</artifactId>
971 <version>${maven.warbucks.version}</version>
973 <ignoreRuleFailures>false</ignoreRuleFailures>
976 <!-- exclude the generated java files -->
977 <classPattern>(?!.*(.generated.|.tmpl.|\$)).*</classPattern>
978 <includeTestClasses>false</includeTestClasses>
979 <includePublicClasses>true</includePublicClasses>
980 <includePackagePrivateClasses>false</includePackagePrivateClasses>
981 <includeProtectedClasses>false</includeProtectedClasses>
982 <includePrivateClasses>false</includePrivateClasses>
983 <classAnnotationPattern>org[.]apache[.]yetus[.]audience[.]InterfaceAudience.*</classAnnotationPattern>
989 <id>run-warbucks</id>
991 <goal>check</goal><!-- runs at process-test-classes phase -->
997 <groupId>org.apache.maven.plugins</groupId>
998 <artifactId>maven-enforcer-plugin</artifactId>
999 <version>${enforcer.version}</version>
1002 <groupId>org.codehaus.mojo</groupId>
1003 <artifactId>extra-enforcer-rules</artifactId>
1004 <version>${extra.enforcer.version}</version>
1007 <groupId>de.skuzzle.enforcer</groupId>
1008 <artifactId>restrict-imports-enforcer-rule</artifactId>
1009 <version>${restrict-imports.enforcer.version}</version>
1017 <groupId>org.codehaus.mojo</groupId>
1018 <artifactId>build-helper-maven-plugin</artifactId>
1021 <id>negate-license-bundles-property</id>
1023 <goal>bsh-property</goal>
1026 <source>skip.license.check = !${license.bundles.dependencies};</source>
1028 <property>skip.license.check</property>
1032 <!-- sets where to find the generated LICENSE files -->
1034 <id>create-license-file-path-property</id>
1036 <goal>regex-property</goal>
1039 <name>license.aggregate.path</name>
1040 <value>${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE</value>
1042 <replacement>/</replacement>
1043 <failIfNoMatch>false</failIfNoMatch>
1049 <groupId>org.apache.maven.plugins</groupId>
1050 <artifactId>maven-enforcer-plugin</artifactId>
1053 <id>display-info</id>
1054 <phase>initialize</phase>
1056 <goal>display-info</goal>
1058 <inherited>false</inherited>
1061 <id>hadoop-profile-min-maven-min-java-banned-xerces</id>
1063 <goal>enforce</goal>
1067 <!-- Help people activate profiles correctly -->
1069 <condition>System.getProperty("hadoop-profile", "").isEmpty()</condition>
1070 <message>The hadoop-profile property is unused, did you mean to set hadoop.profile instead?</message>
1071 </evaluateBeanshell>
1072 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
1073 <requireMavenVersion>
1074 <version>[${maven.min.version},)</version>
1075 <message>Maven is out of date.
1076 HBase requires at least version ${maven.min.version} of Maven to properly build from source.
1077 You appear to be using an older version. You can use either "mvn -version" or
1078 "mvn enforcer:display-info" to verify what version is active.
1079 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1081 </requireMavenVersion>
1082 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
1083 <requireJavaVersion>
1084 <version>[${java.min.version},)</version>
1085 <message>Java is out of date.
1086 HBase requires at least version ${java.min.version} of the JDK to properly build from source.
1087 You appear to be using an older version. You can use either "mvn -version" or
1088 "mvn enforcer:display-info" to verify what version is active.
1089 See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1091 </requireJavaVersion>
1092 <bannedDependencies>
1094 <exclude>xerces:xercesImpl</exclude>
1096 <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
1097 </bannedDependencies>
1102 <id>banned-jsr305</id>
1104 <goal>enforce</goal>
1108 <bannedDependencies>
1110 <exclude>com.google.code.findbugs:jsr305</exclude>
1112 <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
1113 </bannedDependencies>
1118 <id>banned-scala</id>
1120 <goal>enforce</goal>
1124 <bannedDependencies>
1126 <exclude>org.scala-lang:scala-library</exclude>
1128 <message>We don't allow Scala, see HBASE-13992.</message>
1129 </bannedDependencies>
1134 <id>banned-commons-logging</id>
1136 <goal>enforce</goal>
1140 <bannedDependencies>
1142 <exclude>commons-logging:commons-logging</exclude>
1145 We don't use commons-logging any more, so do not depend on it directly.
1147 <searchTransitive>false</searchTransitive>
1148 </bannedDependencies>
1153 <id>check-aggregate-license</id>
1154 <!-- must check after LICENSE is built at 'generate-resources' -->
1155 <phase>process-resources</phase>
1157 <goal>enforce</goal>
1163 File license = new File("${license.aggregate.path}");
1165 // Beanshell does not support try-with-resources,
1166 // so we must close this scanner manually
1167 Scanner scanner = new Scanner(license);
1169 while (scanner.hasNextLine()) {
1170 if (scanner.nextLine().startsWith("ERROR:")) {
1179 License errors detected, for more detail find ERROR in
1180 ${license.aggregate.path}
1182 </evaluateBeanshell>
1184 <skip>${skip.license.check}</skip>
1188 <id>banned-illegal-imports</id>
1189 <phase>process-sources</phase>
1191 <goal>enforce</goal>
1195 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1196 <includeTestCode>true</includeTestCode>
1197 <commentLineBufferSize>512</commentLineBufferSize>
1198 <reason>Use SLF4j for logging</reason>
1200 <bannedImport>org.apache.commons.logging.**</bannedImport>
1203 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1204 <includeTestCode>false</includeTestCode>
1205 <commentLineBufferSize>512</commentLineBufferSize>
1207 Do not use log4j directly in code, see Log4jUtils in hbase-logging for more details.
1210 <bannedImport>org.apache.log4j.**</bannedImport>
1213 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1214 <includeTestCode>true</includeTestCode>
1215 <commentLineBufferSize>512</commentLineBufferSize>
1216 <reason>Use shaded version in hbase-thirdparty</reason>
1218 <bannedImport>com.google.common.**</bannedImport>
1219 <bannedImport>io.netty.**</bannedImport>
1220 <bannedImport>org.apache.commons.cli.**</bannedImport>
1221 <bannedImport>org.apache.commons.collections.**</bannedImport>
1222 <bannedImport>org.apache.commons.collections4.**</bannedImport>
1225 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1226 <includeTestCode>true</includeTestCode>
1227 <commentLineBufferSize>512</commentLineBufferSize>
1228 <reason>Do not use shaded classes from other dependencies</reason>
1230 <bannedImport>org.apache.curator.shaded.**</bannedImport>
1231 <bannedImport>org.apache.htrace.shaded.**</bannedImport>
1234 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1235 <includeTestCode>true</includeTestCode>
1236 <commentLineBufferSize>512</commentLineBufferSize>
1237 <reason>Use shaded gson in hbase-thirdparty</reason>
1239 <bannedImport>org.codehaus.jackson.**</bannedImport>
1242 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1243 <includeTestCode>true</includeTestCode>
1244 <commentLineBufferSize>512</commentLineBufferSize>
1245 <reason>Use commons lang 3</reason>
1247 <bannedImport>org.apache.commons.lang.**</bannedImport>
1250 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1251 <includeTestCode>true</includeTestCode>
1252 <commentLineBufferSize>512</commentLineBufferSize>
1253 <reason>Use yetus IA and IS annotations</reason>
1255 <bannedImport>org.apache.hadoop.classificatio.**</bannedImport>
1258 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1259 <includeTestCode>true</includeTestCode>
1260 <commentLineBufferSize>512</commentLineBufferSize>
1261 <reason>Do not use htrace v3</reason>
1263 <bannedImport>org.htrace.**</bannedImport>
1271 <!-- parent-module only plugins -->
1273 <groupId>org.codehaus.mojo</groupId>
1274 <artifactId>xml-maven-plugin</artifactId>
1275 <version>${xml.maven.version}</version>
1276 <inherited>false</inherited>
1279 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1281 <goal>transform</goal>
1287 <transformationSets>
1288 <!-- For asciidoc -->
1290 <!--Reaching up and over into common sub-module for hbase-default.xml-->
1291 <dir>${basedir}/hbase-common/src/main/resources/</dir>
1293 <include>hbase-default.xml</include>
1295 <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1297 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1298 <pattern>^(.*)\.xml$</pattern>
1299 <replacement>$1.adoc</replacement>
1302 <outputDir>${basedir}/target/asciidoc</outputDir>
1303 </transformationSet>
1304 </transformationSets>
1307 <!-- Special configuration for spotbugs just in the parent so
1308 the filter file location can be more general (see definition in pluginManagement) -->
1310 <groupId>com.github.spotbugs</groupId>
1311 <artifactId>spotbugs-maven-plugin</artifactId>
1314 <inherited>false</inherited>
1316 <goal>spotbugs</goal>
1319 <excludeFilterFile>${basedir}/dev-support/spotbugs-exclude.xml</excludeFilterFile>
1325 <groupId>org.apache.maven.plugins</groupId>
1326 <artifactId>maven-checkstyle-plugin</artifactId>
1329 <groupId>org.apache.maven.plugins</groupId>
1330 <artifactId>maven-site-plugin</artifactId>
1333 <!-- add support for ssh/scp -->
1334 <groupId>org.apache.maven.wagon</groupId>
1335 <artifactId>wagon-ssh</artifactId>
1336 <version>${wagon.ssh.version}</version>
1340 <siteDirectory>${basedir}/src/site</siteDirectory>
1341 <customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
1342 <inputEncoding>UTF-8</inputEncoding>
1343 <outputEncoding>UTF-8</outputEncoding>
1346 <!-- For AsciiDoc docs building -->
1348 <groupId>org.asciidoctor</groupId>
1349 <artifactId>asciidoctor-maven-plugin</artifactId>
1350 <version>${asciidoctor.plugin.version}</version>
1351 <inherited>false</inherited>
1354 <groupId>org.asciidoctor</groupId>
1355 <artifactId>asciidoctorj-pdf</artifactId>
1356 <version>${asciidoctorj.pdf.version}</version>
1359 <groupId>org.jruby</groupId>
1360 <artifactId>jruby-complete</artifactId>
1361 <version>${jruby.version}</version>
1365 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1366 <doctype>book</doctype>
1367 <imagesDir>images</imagesDir>
1368 <sourceHighlighter>coderay</sourceHighlighter>
1370 <docVersion>${project.version}</docVersion>
1375 <id>output-html</id>
1378 <goal>process-asciidoc</goal>
1382 <stylesheet>hbase.css</stylesheet>
1384 <backend>html5</backend>
1391 <goal>process-asciidoc</goal>
1394 <backend>pdf</backend>
1399 <idseparator>-</idseparator>
1406 <groupId>org.apache.maven.plugins</groupId>
1407 <artifactId>maven-resources-plugin</artifactId>
1408 <!--$NO-MVN-MAN-VER$ -->
1409 <inherited>false</inherited>
1412 <id>copy-htaccess</id>
1414 <goal>copy-resources</goal>
1418 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1421 <directory>${basedir}/src/site/resources/</directory>
1423 <include>.htaccess</include>
1429 <!-- needed to make the redirect above work -->
1431 <id>copy-empty-book-dir</id>
1433 <goal>copy-resources</goal>
1437 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1440 <directory>${basedir}/src/site/resources/</directory>
1442 <include>book/**</include>
1450 <escapeString>\</escapeString>
1454 <groupId>org.apache.maven.plugins</groupId>
1455 <artifactId>maven-antrun-plugin</artifactId>
1456 <version>${maven.antrun.version}</version>
1457 <inherited>false</inherited>
1458 <!-- Rename the book.pdf generated by asciidoctor -->
1464 <target name="rename file">
1465 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1475 <groupId>org.codehaus.mojo</groupId>
1476 <artifactId>buildnumber-maven-plugin</artifactId>
1479 <phase>validate</phase>
1481 <goal>create-timestamp</goal>
1486 <timestampFormat>yyyy</timestampFormat>
1487 <timestampPropertyName>build.year</timestampPropertyName>
1491 <groupId>org.apache.felix</groupId>
1492 <artifactId>maven-bundle-plugin</artifactId>
1493 <version>${maven.bundle.version}</version>
1494 <inherited>true</inherited>
1495 <extensions>true</extensions>
1500 <!-- override on command line to have generated LICENSE files include
1501 diagnostic info for verifying notice requirements -->
1502 <license.debug.print.included>false</license.debug.print.included>
1503 <!-- When a particular module bundles its depenendencies, should be true -->
1504 <license.bundles.dependencies>false</license.bundles.dependencies>
1505 <!-- modules that include a the logo in their source tree should set true -->
1506 <license.bundles.logo>false</license.bundles.logo>
1507 <!-- modules that include bootstrap in their source tree should set true -->
1508 <license.bundles.bootstrap>false</license.bundles.bootstrap>
1509 <!-- modules that include jquery in their source tree should set true -->
1510 <license.bundles.jquery>false</license.bundles.jquery>
1511 <tar.name>${project.build.finalName}.tar.gz</tar.name>
1512 <maven.build.timestamp.format>
1514 </maven.build.timestamp.format>
1515 <buildDate>${maven.build.timestamp}</buildDate>
1516 <compileSource>1.8</compileSource>
1517 <!-- Build dependencies -->
1518 <maven.min.version>3.0.4</maven.min.version>
1519 <java.min.version>${compileSource}</java.min.version>
1520 <!-- Dependencies -->
1521 <hadoop-three.version>3.1.2</hadoop-three.version>
1522 <!-- These must be defined here for downstream build tools that don't look at profiles.
1524 <hadoop.version>${hadoop-three.version}</hadoop.version>
1525 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
1526 <!--This property is for hadoops netty. HBase netty
1527 comes in via hbase-thirdparty hbase-shaded-netty-->
1528 <netty.hadoop.version>3.10.5.Final</netty.hadoop.version>
1529 <!-- end HBASE-15925 default hadoop compatibility values -->
1530 <audience-annotations.version>0.5.0</audience-annotations.version>
1531 <avro.version>1.7.7</avro.version>
1532 <caffeine.version>2.8.1</caffeine.version>
1533 <commons-codec.version>1.13</commons-codec.version>
1534 <commons-validator.version>1.6</commons-validator.version>
1535 <!-- pretty outdated -->
1536 <commons-io.version>2.6</commons-io.version>
1537 <commons-lang3.version>3.9</commons-lang3.version>
1538 <commons-math.version>3.6.1</commons-math.version>
1539 <disruptor.version>3.4.2</disruptor.version>
1540 <!-- Updating the httpclient will break hbase-rest. It writes out URLs with '//' in it
1541 especially when writing out 'no column families'. Later httpclients collapse the '//'
1542 into single '/' as double-slash is not legal in an URL. Breaks #testDelete in
1543 TestRemoteTable. -->
1544 <httpclient.version>4.5.3</httpclient.version>
1545 <httpcore.version>4.4.13</httpcore.version>
1546 <metrics-core.version>3.2.6</metrics-core.version>
1547 <jackson.version>2.10.1</jackson.version>
1548 <jackson.databind.version>2.10.1</jackson.databind.version>
1549 <jaxb-api.version>2.2.12</jaxb-api.version>
1550 <jetty.version>9.3.28.v20191105</jetty.version>
1551 <servlet.api.version>3.1.0</servlet.api.version>
1552 <wx.rs.api.version>2.0.1</wx.rs.api.version>
1553 <!-- Jersey 2.26 requires jetty 9.4 which breaks hadoop. Tread lightly. -->
1554 <jersey.version>2.25.1</jersey.version>
1555 <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
1556 <glassfish.el.version>3.0.1-b08</glassfish.el.version>
1557 <jruby.version>9.1.17.0</jruby.version>
1558 <junit.version>4.13</junit.version>
1559 <hamcrest.version>1.3</hamcrest.version>
1560 <htrace.version>4.2.0-incubating</htrace.version>
1561 <log4j.version>1.2.17</log4j.version>
1562 <mockito-core.version>2.28.2</mockito-core.version>
1563 <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
1564 <external.protobuf.version>2.5.0</external.protobuf.version>
1565 <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
1566 <thrift.path>thrift</thrift.path>
1567 <thrift.version>0.13.0</thrift.version>
1568 <zookeeper.version>3.5.7</zookeeper.version>
1569 <jline.version>2.11</jline.version>
1570 <slf4j.version>1.7.30</slf4j.version>
1571 <clover.version>4.0.3</clover.version>
1572 <jamon-runtime.version>2.4.1</jamon-runtime.version>
1573 <jettison.version>1.3.8</jettison.version>
1574 <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1575 <joni.version>2.1.11</joni.version>
1576 <jcodings.version>1.0.18</jcodings.version>
1577 <spy.version>2.12.2</spy.version>
1578 <bouncycastle.version>1.60</bouncycastle.version>
1579 <kerby.version>1.0.1</kerby.version>
1580 <commons-crypto.version>1.0.0</commons-crypto.version>
1581 <curator.version>4.2.0</curator.version>
1582 <!-- Plugin Dependencies -->
1583 <asciidoctor.plugin.version>1.5.8</asciidoctor.plugin.version>
1584 <asciidoctorj.pdf.version>1.5.0-rc.2</asciidoctorj.pdf.version>
1585 <build.helper.maven.version>3.0.0</build.helper.maven.version>
1586 <buildnumber.maven.version>1.4</buildnumber.maven.version>
1588 When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
1590 <checkstyle.version>8.28</checkstyle.version>
1591 <exec.maven.version>1.6.0</exec.maven.version>
1592 <error-prone.version>2.3.4</error-prone.version>
1593 <jamon.plugin.version>2.4.2</jamon.plugin.version>
1594 <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1595 <maven.antrun.version>1.8</maven.antrun.version>
1596 <maven.bundle.version>3.3.0</maven.bundle.version>
1597 <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
1598 <maven.eclipse.version>2.10</maven.eclipse.version>
1599 <maven.javadoc.version>3.2.0</maven.javadoc.version>
1600 <maven.warbucks.version>1.1.0</maven.warbucks.version>
1601 <maven.project.info.report.version>2.9</maven.project.info.report.version>
1602 <os.maven.version>1.5.0.Final</os.maven.version>
1603 <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
1604 <spotbugs.version>3.1.12</spotbugs.version>
1605 <spotbugs.maven.version>3.1.12.2</spotbugs.maven.version>
1606 <surefire.version>3.0.0-M4</surefire.version>
1607 <wagon.ssh.version>2.12</wagon.ssh.version>
1608 <xml.maven.version>1.0.1</xml.maven.version>
1609 <hbase-thirdparty.version>3.3.0</hbase-thirdparty.version>
1610 <!-- Intraproject jar naming properties -->
1611 <!-- TODO this is pretty ugly, but works for the moment.
1612 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1613 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1614 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1615 <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1616 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1617 <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1618 <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
1619 <zookeeper.test.jar>hbase-zookeeper-${project.version}-tests.jar</zookeeper.test.jar>
1620 <asyncfs.test.jar>hbase-asyncfs-${project.version}-tests.jar</asyncfs.test.jar>
1621 <shell-executable>bash</shell-executable>
1622 <surefire.provider>surefire-junit47</surefire.provider>
1623 <!-- default: run small & medium, medium with 2 threads -->
1624 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1625 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1626 <!-- Fork count varies w/ CPU count. Setting is conservative mostly determined
1627 by what apache jenkins nightly builds will tolerate (See HBASE-24072). Up this
1628 value is you want to burn through tests faster (could make for more failures
1629 if more contention around resources). There is a matching MAVEN_ARG
1630 in our yetus personality where we set the maven -T command to 0.25C too.
1631 For example, to run at a rate that is more furious than our 0.25C, do
1632 something like this:
1633 f="0.5C" ; mvn -T$f -Dsurefire.firstPartForkCount=$f -Dsurefire.secondPartForkCount=$f test -PrunAllTests
1635 <surefire.firstPartForkCount>0.25C</surefire.firstPartForkCount>
1636 <surefire.secondPartForkCount>0.25C</surefire.secondPartForkCount>
1637 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1638 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1639 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1640 <test.output.tofile>true</test.output.tofile>
1641 <surefire.timeout>900</surefire.timeout>
1642 <test.exclude.pattern></test.exclude.pattern>
1644 Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value.
1645 This value is managed separately for jdk11. See below.
1647 <surefire.Xmx>2200m</surefire.Xmx>
1648 <surefire.cygwinXmx>2200m</surefire.cygwinXmx>
1649 <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1651 And for netty eventloops that have no explicit configuration, netty sets
1652 nioeventloopgroup thread count to CPU count * 2. Thats too much for mini
1655 <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1656 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1657 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
1658 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1659 -Dio.netty.eventLoopThreads=3
1660 </hbase-surefire.argLine>
1661 <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1662 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1663 "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1664 -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1665 </hbase-surefire.cygwin-argLine>
1666 <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1667 <argLine>${hbase-surefire.argLine}</argLine>
1668 <jacoco.version>0.7.5.201505241946</jacoco.version>
1669 <extra.enforcer.version>1.0-beta-9</extra.enforcer.version>
1670 <enforcer.version>3.0.0-M2</enforcer.version>
1671 <restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
1672 <!-- Location of test resources -->
1673 <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1674 <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1675 <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1676 Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1677 this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1678 <build.id>${maven.build.timestamp}</build.id>
1679 <shell-executable>bash</shell-executable>
1680 <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used.
1681 property as of javadoc-plugin 3.0.0 -->
1682 <doclint>none</doclint>
1683 <external.protobuf.groupid>com.google.protobuf</external.protobuf.groupid>
1685 <!-- Sorted by groups of dependencies then groupId and artifactId -->
1686 <dependencyManagement>
1689 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1690 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1691 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1692 implementation of the same, because Hadoop also uses this version
1693 javax.servlet:jsp-api in favour of javax.servlet.jsp:javax.servlet.jsp-api:2.3.1 since it
1694 is what glassfish's jspC jar uses and that's where we get our own need for a jsp-api.
1696 <!-- Intra-module dependencies -->
1698 <groupId>org.apache.hbase</groupId>
1699 <artifactId>hbase-annotations</artifactId>
1700 <version>${project.version}</version>
1701 <type>test-jar</type>
1702 <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1705 <artifactId>hbase-backup</artifactId>
1706 <groupId>org.apache.hbase</groupId>
1707 <version>${project.version}</version>
1710 <groupId>org.apache.hbase</groupId>
1711 <artifactId>hbase-common</artifactId>
1712 <version>${project.version}</version>
1715 <groupId>org.apache.hbase</groupId>
1716 <artifactId>hbase-common</artifactId>
1717 <version>${project.version}</version>
1718 <type>test-jar</type>
1722 <groupId>org.apache.hbase</groupId>
1723 <artifactId>hbase-logging</artifactId>
1724 <version>${project.version}</version>
1727 <groupId>org.apache.hbase</groupId>
1728 <artifactId>hbase-logging</artifactId>
1729 <version>${project.version}</version>
1730 <type>test-jar</type>
1734 <groupId>org.apache.hbase</groupId>
1735 <artifactId>hbase-protocol-shaded</artifactId>
1736 <version>${project.version}</version>
1739 <groupId>org.apache.hbase</groupId>
1740 <artifactId>hbase-procedure</artifactId>
1741 <version>${project.version}</version>
1744 <groupId>org.apache.hbase</groupId>
1745 <artifactId>hbase-procedure</artifactId>
1746 <version>${project.version}</version>
1747 <type>test-jar</type>
1750 <groupId>org.apache.hbase</groupId>
1751 <artifactId>hbase-hadoop-compat</artifactId>
1752 <version>${project.version}</version>
1755 <groupId>org.apache.hbase</groupId>
1756 <artifactId>hbase-hadoop-compat</artifactId>
1757 <version>${project.version}</version>
1758 <type>test-jar</type>
1762 <artifactId>hbase-replication</artifactId>
1763 <groupId>org.apache.hbase</groupId>
1764 <version>${project.version}</version>
1767 <artifactId>hbase-balancer</artifactId>
1768 <groupId>org.apache.hbase</groupId>
1769 <version>${project.version}</version>
1772 <artifactId>hbase-http</artifactId>
1773 <groupId>org.apache.hbase</groupId>
1774 <version>${project.version}</version>
1777 <artifactId>hbase-http</artifactId>
1778 <groupId>org.apache.hbase</groupId>
1779 <version>${project.version}</version>
1780 <type>test-jar</type>
1784 <artifactId>hbase-server</artifactId>
1785 <groupId>org.apache.hbase</groupId>
1786 <version>${project.version}</version>
1789 <artifactId>hbase-server</artifactId>
1790 <groupId>org.apache.hbase</groupId>
1791 <version>${project.version}</version>
1792 <type>test-jar</type>
1796 <artifactId>hbase-mapreduce</artifactId>
1797 <groupId>org.apache.hbase</groupId>
1798 <version>${project.version}</version>
1801 <artifactId>hbase-mapreduce</artifactId>
1802 <groupId>org.apache.hbase</groupId>
1803 <version>${project.version}</version>
1804 <type>test-jar</type>
1808 <artifactId>hbase-endpoint</artifactId>
1809 <groupId>org.apache.hbase</groupId>
1810 <version>${project.version}</version>
1813 <artifactId>hbase-shell</artifactId>
1814 <groupId>org.apache.hbase</groupId>
1815 <version>${project.version}</version>
1818 <artifactId>hbase-shell</artifactId>
1819 <groupId>org.apache.hbase</groupId>
1820 <version>${project.version}</version>
1821 <type>test-jar</type>
1825 <artifactId>hbase-thrift</artifactId>
1826 <groupId>org.apache.hbase</groupId>
1827 <version>${project.version}</version>
1830 <artifactId>hbase-thrift</artifactId>
1831 <groupId>org.apache.hbase</groupId>
1832 <version>${project.version}</version>
1833 <type>test-jar</type>
1837 <groupId>org.apache.hbase</groupId>
1838 <artifactId>hbase-testing-util</artifactId>
1839 <version>${project.version}</version>
1843 <artifactId>hbase-examples</artifactId>
1844 <groupId>org.apache.hbase</groupId>
1845 <version>${project.version}</version>
1848 <groupId>org.apache.hbase</groupId>
1849 <artifactId>hbase-external-blockcache</artifactId>
1850 <version>${project.version}</version>
1853 <artifactId>hbase-it</artifactId>
1854 <groupId>org.apache.hbase</groupId>
1855 <version>${project.version}</version>
1856 <type>test-jar</type>
1860 <artifactId>hbase-client</artifactId>
1861 <groupId>org.apache.hbase</groupId>
1862 <version>${project.version}</version>
1865 <artifactId>hbase-metrics-api</artifactId>
1866 <groupId>org.apache.hbase</groupId>
1867 <version>${project.version}</version>
1870 <artifactId>hbase-metrics-api</artifactId>
1871 <groupId>org.apache.hbase</groupId>
1872 <version>${project.version}</version>
1873 <type>test-jar</type>
1877 <artifactId>hbase-metrics</artifactId>
1878 <groupId>org.apache.hbase</groupId>
1879 <version>${project.version}</version>
1882 <artifactId>hbase-metrics</artifactId>
1883 <groupId>org.apache.hbase</groupId>
1884 <version>${project.version}</version>
1885 <type>test-jar</type>
1889 <artifactId>hbase-rest</artifactId>
1890 <groupId>org.apache.hbase</groupId>
1891 <version>${project.version}</version>
1894 <artifactId>hbase-resource-bundle</artifactId>
1895 <groupId>org.apache.hbase</groupId>
1896 <version>${project.version}</version>
1899 <artifactId>hbase-zookeeper</artifactId>
1900 <groupId>org.apache.hbase</groupId>
1901 <version>${project.version}</version>
1904 <groupId>com.google.code.findbugs</groupId>
1905 <artifactId>jsr305</artifactId>
1908 <groupId>com.github.spotbugs</groupId>
1909 <artifactId>spotbugs-annotations</artifactId>
1914 <artifactId>hbase-zookeeper</artifactId>
1915 <groupId>org.apache.hbase</groupId>
1916 <version>${project.version}</version>
1917 <type>test-jar</type>
1921 <artifactId>hbase-hbtop</artifactId>
1922 <groupId>org.apache.hbase</groupId>
1923 <version>${project.version}</version>
1926 <groupId>org.apache.hbase</groupId>
1927 <artifactId>hbase-shaded-client</artifactId>
1928 <version>${project.version}</version>
1931 <groupId>org.apache.hbase</groupId>
1932 <artifactId>hbase-shaded-client-byo-hadoop</artifactId>
1933 <version>${project.version}</version>
1936 <groupId>org.apache.hbase</groupId>
1937 <artifactId>hbase-shaded-mapreduce</artifactId>
1938 <version>${project.version}</version>
1941 <groupId>org.apache.hbase</groupId>
1942 <artifactId>hbase-asyncfs</artifactId>
1943 <version>${project.version}</version>
1946 <groupId>org.apache.hbase</groupId>
1947 <artifactId>hbase-asyncfs</artifactId>
1948 <version>${project.version}</version>
1949 <type>test-jar</type>
1952 <!-- General dependencies -->
1954 <groupId>com.github.stephenc.findbugs</groupId>
1955 <artifactId>findbugs-annotations</artifactId>
1956 <version>${findbugs-annotations.version}</version>
1959 Logging dependencies. In general, we use slf4j as the log facade in HBase, so all sub
1960 modules should depend on slf4j-api at compile scope, and then depend on slf4j-log4j12
1961 and log4j at test scope(and in hbase-assembly when shipping the binary) to redirect the
1962 log message to log4j. Do not introduce logging dependencies other than slf4j-api at compile
1963 scope as it will mess up the logging framework for downstream users.
1964 Here we also depend on jcl-over-slf4j and jul-to-slf4j, as some of the libraries we depend
1965 on use these logging framework so we need to redirect their log message to slf4j, and then
1966 redirect the log message to our log4j framework.
1969 <groupId>org.codehaus.jettison</groupId>
1970 <artifactId>jettison</artifactId>
1971 <version>${jettison.version}</version>
1974 <groupId>org.slf4j</groupId>
1975 <artifactId>slf4j-api</artifactId>
1976 <version>${slf4j.version}</version>
1979 <groupId>org.slf4j</groupId>
1980 <artifactId>slf4j-log4j12</artifactId>
1981 <version>${slf4j.version}</version>
1984 <groupId>org.slf4j</groupId>
1985 <artifactId>jcl-over-slf4j</artifactId>
1986 <version>${slf4j.version}</version>
1989 <groupId>org.slf4j</groupId>
1990 <artifactId>jul-to-slf4j</artifactId>
1991 <version>${slf4j.version}</version>
1994 <groupId>log4j</groupId>
1995 <artifactId>log4j</artifactId>
1996 <version>${log4j.version}</version>
1998 <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
2000 <groupId>org.apache.avro</groupId>
2001 <artifactId>avro</artifactId>
2002 <version>${avro.version}</version>
2004 <!--This is not used by hbase directly. Used by thrift,
2005 dropwizard and zk.-->
2007 <groupId>com.github.ben-manes.caffeine</groupId>
2008 <artifactId>caffeine</artifactId>
2009 <version>${caffeine.version}</version>
2012 <groupId>io.dropwizard.metrics</groupId>
2013 <artifactId>metrics-core</artifactId>
2014 <version>${metrics-core.version}</version>
2017 <groupId>org.apache.httpcomponents</groupId>
2018 <artifactId>httpclient</artifactId>
2019 <version>${httpclient.version}</version>
2022 <groupId>org.apache.httpcomponents</groupId>
2023 <artifactId>httpcore</artifactId>
2024 <version>${httpcore.version}</version>
2027 <groupId>commons-codec</groupId>
2028 <artifactId>commons-codec</artifactId>
2029 <version>${commons-codec.version}</version>
2032 <groupId>commons-validator</groupId>
2033 <artifactId>commons-validator</artifactId>
2034 <version>${commons-validator.version}</version>
2037 <groupId>commons-io</groupId>
2038 <artifactId>commons-io</artifactId>
2039 <version>${commons-io.version}</version>
2042 <groupId>org.apache.commons</groupId>
2043 <artifactId>commons-lang3</artifactId>
2044 <version>${commons-lang3.version}</version>
2047 <groupId>org.apache.commons</groupId>
2048 <artifactId>commons-math3</artifactId>
2049 <version>${commons-math.version}</version>
2052 <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's
2055 <groupId>commons-logging</groupId>
2056 <artifactId>commons-logging</artifactId>
2057 <version>1.2</version>
2060 <groupId>org.apache.zookeeper</groupId>
2061 <artifactId>zookeeper</artifactId>
2062 <version>${zookeeper.version}</version>
2065 <groupId>com.google.code.findbugs</groupId>
2066 <artifactId>jsr305</artifactId>
2069 <groupId>com.github.spotbugs</groupId>
2070 <artifactId>spotbugs-annotations</artifactId>
2073 <groupId>jline</groupId>
2074 <artifactId>jline</artifactId>
2077 <groupId>com.sun.jmx</groupId>
2078 <artifactId>jmxri</artifactId>
2081 <groupId>com.sun.jdmk</groupId>
2082 <artifactId>jmxtools</artifactId>
2085 <groupId>javax.jms</groupId>
2086 <artifactId>jms</artifactId>
2089 <groupId>io.netty</groupId>
2090 <artifactId>netty</artifactId>
2093 <groupId>org.slf4j</groupId>
2094 <artifactId>slf4j-log4j12</artifactId>
2097 <groupId>log4j</groupId>
2098 <artifactId>log4j</artifactId>
2103 <groupId>jline</groupId>
2104 <artifactId>jline</artifactId>
2105 <version>${jline.version}</version>
2108 <groupId>org.apache.thrift</groupId>
2109 <artifactId>libthrift</artifactId>
2110 <version>${thrift.version}</version>
2113 <groupId>org.slf4j</groupId>
2114 <artifactId>slf4j-simple</artifactId>
2119 <groupId>org.jruby</groupId>
2120 <artifactId>jruby-complete</artifactId>
2121 <version>${jruby.version}</version>
2124 <groupId>org.jruby.jcodings</groupId>
2125 <artifactId>jcodings</artifactId>
2126 <version>${jcodings.version}</version>
2129 <groupId>org.jruby.joni</groupId>
2130 <artifactId>joni</artifactId>
2131 <version>${joni.version}</version>
2134 <groupId>com.fasterxml.jackson.jaxrs</groupId>
2135 <artifactId>jackson-jaxrs-json-provider</artifactId>
2136 <version>${jackson.version}</version>
2139 <groupId>com.fasterxml.jackson.core</groupId>
2140 <artifactId>jackson-annotations</artifactId>
2141 <version>${jackson.version}</version>
2144 <groupId>com.fasterxml.jackson.core</groupId>
2145 <artifactId>jackson-core</artifactId>
2146 <version>${jackson.version}</version>
2149 <groupId>com.fasterxml.jackson.core</groupId>
2150 <artifactId>jackson-databind</artifactId>
2151 <version>${jackson.databind.version}</version>
2154 <groupId>org.jamon</groupId>
2155 <artifactId>jamon-runtime</artifactId>
2156 <version>${jamon-runtime.version}</version>
2158 <!-- REST dependencies -->
2160 <groupId>javax.servlet</groupId>
2161 <artifactId>javax.servlet-api</artifactId>
2162 <version>${servlet.api.version}</version>
2165 <groupId>javax.ws.rs</groupId>
2166 <artifactId>javax.ws.rs-api</artifactId>
2167 <version>${wx.rs.api.version}</version>
2170 <groupId>com.sun.activation</groupId>
2171 <artifactId>javax.activation</artifactId>
2172 <version>1.2.0</version>
2175 <groupId>javax.annotation</groupId>
2176 <artifactId>javax.annotation-api</artifactId>
2177 <version>1.2</version>
2180 <groupId>org.eclipse.jetty</groupId>
2181 <artifactId>jetty-server</artifactId>
2182 <version>${jetty.version}</version>
2185 <groupId>org.eclipse.jetty</groupId>
2186 <artifactId>jetty-servlet</artifactId>
2187 <version>${jetty.version}</version>
2190 <groupId>org.eclipse.jetty</groupId>
2191 <artifactId>servlet-api</artifactId>
2196 <groupId>org.eclipse.jetty</groupId>
2197 <artifactId>jetty-security</artifactId>
2198 <version>${jetty.version}</version>
2201 <groupId>org.eclipse.jetty</groupId>
2202 <artifactId>jetty-http</artifactId>
2203 <version>${jetty.version}</version>
2206 <groupId>org.eclipse.jetty</groupId>
2207 <artifactId>jetty-util</artifactId>
2208 <version>${jetty.version}</version>
2211 <groupId>org.eclipse.jetty</groupId>
2212 <artifactId>jetty-io</artifactId>
2213 <version>${jetty.version}</version>
2216 <groupId>org.eclipse.jetty</groupId>
2217 <artifactId>jetty-jmx</artifactId>
2218 <version>${jetty.version}</version>
2221 <groupId>org.eclipse.jetty</groupId>
2222 <artifactId>jetty-webapp</artifactId>
2223 <version>${jetty.version}</version>
2226 <groupId>org.eclipse.jetty</groupId>
2227 <artifactId>jetty-util-ajax</artifactId>
2228 <version>${jetty.version}</version>
2231 <groupId>com.google.protobuf</groupId>
2232 <artifactId>protobuf-java</artifactId>
2233 <version>${external.protobuf.version}</version>
2236 <groupId>org.glassfish.jersey.containers</groupId>
2237 <artifactId>jersey-container-servlet-core</artifactId>
2238 <version>${jersey.version}</version>
2241 <groupId>org.glassfish.jersey.core</groupId>
2242 <artifactId>jersey-client</artifactId>
2243 <version>${jersey.version}</version>
2246 <groupId>org.glassfish.jersey.core</groupId>
2247 <artifactId>jersey-server</artifactId>
2248 <version>${jersey.version}</version>
2251 <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.-->
2252 <groupId>org.glassfish.web</groupId>
2253 <artifactId>javax.servlet.jsp</artifactId>
2254 <version>${glassfish.jsp.version}</version>
2257 <!-- this lib is used by the compiled Jsp from the above JspC -->
2258 <groupId>javax.servlet.jsp</groupId>
2259 <artifactId>javax.servlet.jsp-api</artifactId>
2260 <version>2.3.1</version>
2263 <groupId>org.glassfish</groupId>
2264 <artifactId>javax.el</artifactId>
2265 <version>${glassfish.el.version}</version>
2268 <groupId>javax.xml.bind</groupId>
2269 <artifactId>jaxb-api</artifactId>
2270 <version>${jaxb-api.version}</version>
2273 <groupId>javax.xml.stream</groupId>
2274 <artifactId>stax-api</artifactId>
2279 <groupId>junit</groupId>
2280 <artifactId>junit</artifactId>
2281 <version>${junit.version}</version>
2284 <groupId>org.hamcrest</groupId>
2285 <artifactId>hamcrest-core</artifactId>
2286 <version>${hamcrest.version}</version>
2290 <groupId>org.hamcrest</groupId>
2291 <artifactId>hamcrest-library</artifactId>
2292 <version>${hamcrest.version}</version>
2296 <groupId>org.mockito</groupId>
2297 <artifactId>mockito-core</artifactId>
2298 <version>${mockito-core.version}</version>
2302 <groupId>org.apache.htrace</groupId>
2303 <artifactId>htrace-core4</artifactId>
2304 <version>${htrace.version}</version>
2307 <groupId>com.lmax</groupId>
2308 <artifactId>disruptor</artifactId>
2309 <version>${disruptor.version}</version>
2312 <groupId>net.spy</groupId>
2313 <artifactId>spymemcached</artifactId>
2314 <version>${spy.version}</version>
2315 <optional>true</optional>
2318 <groupId>org.bouncycastle</groupId>
2319 <artifactId>bcprov-jdk15on</artifactId>
2320 <version>${bouncycastle.version}</version>
2324 <groupId>org.apache.kerby</groupId>
2325 <artifactId>kerb-core</artifactId>
2326 <version>${kerby.version}</version>
2329 <groupId>org.apache.kerby</groupId>
2330 <artifactId>kerb-client</artifactId>
2331 <version>${kerby.version}</version>
2334 <groupId>org.apache.kerby</groupId>
2335 <artifactId>kerb-simplekdc</artifactId>
2336 <version>${kerby.version}</version>
2339 <groupId>org.apache.commons</groupId>
2340 <artifactId>commons-crypto</artifactId>
2341 <version>${commons-crypto.version}</version>
2344 <groupId>net.java.dev.jna</groupId>
2345 <artifactId>jna</artifactId>
2350 <groupId>org.apache.curator</groupId>
2351 <artifactId>curator-framework</artifactId>
2352 <version>${curator.version}</version>
2355 <groupId>org.apache.zookeeper</groupId>
2356 <artifactId>zookeeper</artifactId>
2361 <groupId>org.apache.curator</groupId>
2362 <artifactId>curator-client</artifactId>
2363 <version>${curator.version}</version>
2366 <groupId>com.google.guava</groupId>
2367 <artifactId>guava</artifactId>
2370 <groupId>org.apache.zookeeper</groupId>
2371 <artifactId>zookeeper</artifactId>
2376 <groupId>org.apache.curator</groupId>
2377 <artifactId>curator-recipes</artifactId>
2378 <version>${curator.version}</version>
2381 <groupId>com.google.guava</groupId>
2382 <artifactId>guava</artifactId>
2385 <groupId>org.apache.zookeeper</groupId>
2386 <artifactId>zookeeper</artifactId>
2391 <groupId>org.apache.yetus</groupId>
2392 <artifactId>audience-annotations</artifactId>
2393 <version>${audience-annotations.version}</version>
2396 <groupId>org.apache.hbase.thirdparty</groupId>
2397 <artifactId>hbase-shaded-gson</artifactId>
2398 <version>${hbase-thirdparty.version}</version>
2401 <groupId>org.apache.hbase.thirdparty</groupId>
2402 <artifactId>hbase-shaded-miscellaneous</artifactId>
2403 <version>${hbase-thirdparty.version}</version>
2406 <groupId>org.apache.hbase.thirdparty</groupId>
2407 <artifactId>hbase-shaded-netty</artifactId>
2408 <version>${hbase-thirdparty.version}</version>
2411 <groupId>org.apache.hbase.thirdparty</groupId>
2412 <artifactId>hbase-shaded-protobuf</artifactId>
2413 <version>${hbase-thirdparty.version}</version>
2416 <groupId>com.sun.xml.ws</groupId>
2417 <artifactId>jaxws-ri</artifactId>
2418 <version>2.3.2</version>
2422 <groupId>javax.activation</groupId>
2423 <artifactId>javax.activation-api</artifactId>
2428 </dependencyManagement>
2430 <!--REMOVE THIS. HERE TEMPORARILY.
2431 Implication is that every module needs junit which is not so.
2432 Cannot undo though because build runs test on each module and
2433 it fails if no junit. TODO. -->
2435 <groupId>junit</groupId>
2436 <artifactId>junit</artifactId>
2442 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2447 <id>apache.releases.https</id>
2448 <username>hbase_committer</username>
2449 <password>********</password>
2453 <id>apache.snapshots.https</id>
2454 <username>hbase_committer</username>
2455 <password>********</password>
2463 $ mvn -s /my/path/settings.xml deploy
2468 <id>build-with-jdk8</id>
2480 <id>build-with-jdk11</id>
2485 <!-- TODO: replicate logic for windows support -->
2486 <argLine>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine}</argLine>
2487 <!-- We need a minimum HDFS version of 3.2.0 for HADOOP-12760 -->
2488 <hadoop-three.version>3.2.0</hadoop-three.version>
2490 Value to use for surefire when running jdk11.
2491 TODO: replicate logic for windows
2493 <surefire.Xmx>2200m</surefire.Xmx>
2496 <!-- profile activated by the Jenkins patch testing job -->
2498 <id>jenkins.patch</id>
2500 <activeByDefault>false</activeByDefault>
2502 <name>HBasePatchProcess</name>
2506 <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2511 <groupId>org.apache.maven.plugins</groupId>
2512 <artifactId>maven-antrun-plugin</artifactId>
2513 <inherited>false</inherited>
2516 <phase>validate</phase>
2522 <echo>Maven Execution Environment</echo>
2523 <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2535 <activeByDefault>false</activeByDefault>
2540 <groupId>org.jacoco</groupId>
2541 <artifactId>jacoco-maven-plugin</artifactId>
2542 <version>${jacoco.version}</version>
2545 <id>prepare-agent</id>
2547 <goal>prepare-agent</goal>
2552 <phase>prepare-package</phase>
2559 <systemPropertyVariables>
2560 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2561 </systemPropertyVariables>
2563 <exclude>**/generated/**/*.class</exclude>
2573 <activeByDefault>false</activeByDefault>
2575 <family>Linux</family>
2579 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2586 <family>Mac</family>
2590 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2597 <family>Windows</family>
2601 <build.platform>cygwin</build.platform>
2602 <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2605 <!-- this profile should match the name of the release profile in the root asf pom -->
2607 <id>apache-release</id>
2610 <!-- This should insert itself in place of the normal deploy plugin and then
2611 handle either closing or dropping the staging repository for us depending
2612 on if the build succeeds.
2615 <groupId>org.sonatype.plugins</groupId>
2616 <artifactId>nexus-staging-maven-plugin</artifactId>
2617 <version>1.6.8</version>
2618 <extensions>true</extensions>
2620 <nexusUrl>https://repository.apache.org/</nexusUrl>
2621 <serverId>apache.releases.https</serverId>
2627 <!-- this profile should be activated for release builds -->
2633 <groupId>org.apache.rat</groupId>
2634 <artifactId>apache-rat-plugin</artifactId>
2637 <phase>package</phase>
2645 <groupId>org.apache.maven.plugins</groupId>
2646 <artifactId>maven-enforcer-plugin</artifactId>
2647 <version>${enforcer.version}</version>
2650 <groupId>org.codehaus.mojo</groupId>
2651 <artifactId>extra-enforcer-rules</artifactId>
2652 <version>${extra.enforcer.version}</version>
2657 <enforceBytecodeVersion>
2658 <maxJdkVersion>${compileSource}</maxJdkVersion>
2659 <message>HBase has unsupported dependencies.
2660 HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2661 of the JDK to properly build from source. You appear to be using a newer dependency. You can use
2662 either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2663 Non-release builds can temporarily build with a newer JDK version by setting the
2664 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2667 <ignoreClass>module-info</ignoreClass>
2669 </enforceBytecodeVersion>
2676 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2677 <!-- Submodules that need hadoop dependencies should declare
2678 profiles with activation properties matching the profile here.
2679 Generally, it should be sufficient to copy the first
2680 few lines of the profile you want to match. -->
2681 <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
2685 <property><name>!hadoop.profile</name></property>
2688 <hadoop.version>${hadoop-three.version}</hadoop.version>
2689 <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
2691 <dependencyManagement>
2694 <groupId>org.apache.hadoop</groupId>
2695 <artifactId>hadoop-mapreduce-client-core</artifactId>
2696 <version>${hadoop-three.version}</version>
2699 <groupId>com.sun.jersey</groupId>
2700 <artifactId>jersey-core</artifactId>
2703 <groupId>org.codehaus.jackson</groupId>
2704 <artifactId>jackson-jaxrs</artifactId>
2707 <groupId>org.codehaus.jackson</groupId>
2708 <artifactId>jackson-xc</artifactId>
2711 <groupId>io.netty</groupId>
2712 <artifactId>netty</artifactId>
2715 <groupId>javax.servlet</groupId>
2716 <artifactId>servlet-api</artifactId>
2719 <groupId>javax.inject</groupId>
2720 <artifactId>javax.inject</artifactId>
2723 <groupId>org.codehaus.jackson</groupId>
2724 <artifactId>jackson-core-asl</artifactId>
2727 <groupId>org.codehaus.jackson</groupId>
2728 <artifactId>jackson-mapper-asl</artifactId>
2731 <groupId>com.google.guava</groupId>
2732 <artifactId>guava</artifactId>
2735 <groupId>org.slf4j</groupId>
2736 <artifactId>slf4j-log4j12</artifactId>
2739 <groupId>log4j</groupId>
2740 <artifactId>log4j</artifactId>
2745 <groupId>org.apache.hadoop</groupId>
2746 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2747 <version>${hadoop-three.version}</version>
2750 <groupId>com.sun.jersey</groupId>
2751 <artifactId>jersey-core</artifactId>
2754 <groupId>io.netty</groupId>
2755 <artifactId>netty</artifactId>
2758 <groupId>javax.servlet</groupId>
2759 <artifactId>servlet-api</artifactId>
2762 <groupId>org.slf4j</groupId>
2763 <artifactId>slf4j-log4j12</artifactId>
2766 <groupId>log4j</groupId>
2767 <artifactId>log4j</artifactId>
2772 <groupId>org.apache.hadoop</groupId>
2773 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2774 <version>${hadoop-three.version}</version>
2775 <type>test-jar</type>
2779 <groupId>com.sun.jersey</groupId>
2780 <artifactId>jersey-core</artifactId>
2783 <groupId>io.netty</groupId>
2784 <artifactId>netty</artifactId>
2787 <groupId>javax.servlet</groupId>
2788 <artifactId>servlet-api</artifactId>
2791 <groupId>org.slf4j</groupId>
2792 <artifactId>slf4j-log4j12</artifactId>
2795 <groupId>log4j</groupId>
2796 <artifactId>log4j</artifactId>
2801 <groupId>org.apache.hadoop</groupId>
2802 <artifactId>hadoop-hdfs</artifactId>
2803 <version>${hadoop-three.version}</version>
2806 <groupId>com.sun.jersey</groupId>
2807 <artifactId>jersey-core</artifactId>
2810 <groupId>com.sun.jersey</groupId>
2811 <artifactId>jersey-server</artifactId>
2814 <groupId>javax.servlet.jsp</groupId>
2815 <artifactId>jsp-api</artifactId>
2818 <groupId>javax.servlet</groupId>
2819 <artifactId>servlet-api</artifactId>
2822 <groupId>stax</groupId>
2823 <artifactId>stax-api</artifactId>
2826 <groupId>xerces</groupId>
2827 <artifactId>xercesImpl</artifactId>
2830 <groupId>org.codehaus.jackson</groupId>
2831 <artifactId>jackson-core-asl</artifactId>
2834 <groupId>org.codehaus.jackson</groupId>
2835 <artifactId>jackson-mapper-asl</artifactId>
2838 <groupId>com.google.guava</groupId>
2839 <artifactId>guava</artifactId>
2842 <groupId>org.slf4j</groupId>
2843 <artifactId>slf4j-log4j12</artifactId>
2846 <groupId>log4j</groupId>
2847 <artifactId>log4j</artifactId>
2852 <groupId>org.apache.hadoop</groupId>
2853 <artifactId>hadoop-hdfs</artifactId>
2854 <version>${hadoop-three.version}</version>
2855 <type>test-jar</type>
2859 <groupId>javax.servlet.jsp</groupId>
2860 <artifactId>jsp-api</artifactId>
2863 <groupId>javax.servlet</groupId>
2864 <artifactId>servlet-api</artifactId>
2867 <groupId>stax</groupId>
2868 <artifactId>stax-api</artifactId>
2871 <groupId>xerces</groupId>
2872 <artifactId>xercesImpl</artifactId>
2875 <groupId>org.codehaus.jackson</groupId>
2876 <artifactId>jackson-core-asl</artifactId>
2879 <groupId>org.codehaus.jackson</groupId>
2880 <artifactId>jackson-mapper-asl</artifactId>
2883 <groupId>com.google.guava</groupId>
2884 <artifactId>guava</artifactId>
2887 <groupId>com.sun.jersey</groupId>
2888 <artifactId>jersey-core</artifactId>
2891 <groupId>org.slf4j</groupId>
2892 <artifactId>slf4j-log4j12</artifactId>
2895 <groupId>log4j</groupId>
2896 <artifactId>log4j</artifactId>
2901 <groupId>org.apache.hadoop</groupId>
2902 <artifactId>hadoop-hdfs</artifactId>
2903 <version>${hadoop-three.version}</version>
2904 <type>test-jar</type>
2905 <classifier>tests</classifier>
2909 <groupId>com.sun.jersey</groupId>
2910 <artifactId>jersey-core</artifactId>
2915 <groupId>org.apache.hadoop</groupId>
2916 <artifactId>hadoop-auth</artifactId>
2917 <version>${hadoop-three.version}</version>
2920 <groupId>com.google.guava</groupId>
2921 <artifactId>guava</artifactId>
2924 <groupId>net.minidev</groupId>
2925 <artifactId>json-smart</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-common</artifactId>
2940 <version>${hadoop-three.version}</version>
2943 <groupId>com.sun.jersey</groupId>
2944 <artifactId>jersey-core</artifactId>
2947 <groupId>com.sun.jersey</groupId>
2948 <artifactId>jersey-json</artifactId>
2951 <groupId>com.sun.jersey</groupId>
2952 <artifactId>jersey-servlet</artifactId>
2955 <groupId>com.sun.jersey</groupId>
2956 <artifactId>jersey-server</artifactId>
2959 <groupId>javax.servlet.jsp</groupId>
2960 <artifactId>jsp-api</artifactId>
2963 <groupId>javax.servlet</groupId>
2964 <artifactId>javax.servlet-api</artifactId>
2967 <groupId>stax</groupId>
2968 <artifactId>stax-api</artifactId>
2971 <groupId>io.netty</groupId>
2972 <artifactId>netty</artifactId>
2975 <groupId>com.google.code.findbugs</groupId>
2976 <artifactId>jsr305</artifactId>
2979 <groupId>junit</groupId>
2980 <artifactId>junit</artifactId>
2983 <groupId>org.codehause.jackson</groupId>
2984 <artifactId>jackson-core-asl</artifactId>
2987 <groupId>org.codehause.jackson</groupId>
2988 <artifactId>jackson-mapper-asl</artifactId>
2991 <groupId>org.slf4j</groupId>
2992 <artifactId>slf4j-log4j12</artifactId>
2995 <groupId>log4j</groupId>
2996 <artifactId>log4j</artifactId>
3002 a missing transitive dependency on JDK9+ (obsoleted by Hadoop-3.3.0+, HADOOP-15775)
3004 <groupId>javax.activation</groupId>
3005 <artifactId>javax.activation-api</artifactId>
3006 <version>1.2.0</version>
3010 <groupId>org.apache.hadoop</groupId>
3011 <artifactId>hadoop-common</artifactId>
3012 <type>test-jar</type>
3013 <classifier>tests</classifier>
3014 <version>${hadoop-three.version}</version>
3017 <groupId>com.sun.jersey</groupId>
3018 <artifactId>jersey-core</artifactId>
3021 <groupId>com.google.code.findbugs</groupId>
3022 <artifactId>jsr305</artifactId>
3027 <groupId>org.apache.hadoop</groupId>
3028 <artifactId>hadoop-client</artifactId>
3029 <version>${hadoop-three.version}</version>
3032 <groupId>org.apache.hadoop</groupId>
3033 <artifactId>hadoop-annotations</artifactId>
3034 <version>${hadoop-three.version}</version>
3036 <!-- This was marked as test dep in earlier pom, but was scoped compile.
3037 Where do we actually need it? -->
3039 <groupId>org.apache.hadoop</groupId>
3040 <artifactId>hadoop-minicluster</artifactId>
3041 <version>${hadoop-three.version}</version>
3043 <!--If we comment this in, a few tests in hbase-mapreduce
3044 fail. They depend on jersey-core somehow. But excluding
3045 jersey-core here messes up hbase-it because jersey-core
3046 implements a 1.x jaxrs Response Interface when we depend
3047 on the 2.x Interface... . Letting this jar come in
3048 transitively here but will exclude it down in hbase-it.
3051 <groupId>com.sun.jersey</groupId>
3052 <artifactId>jersey-core</artifactId>
3056 <groupId>commons-httpclient</groupId>
3057 <artifactId>commons-httpclient</artifactId>
3060 <groupId>javax.servlet.jsp</groupId>
3061 <artifactId>jsp-api</artifactId>
3064 <groupId>javax.servlet</groupId>
3065 <artifactId>servlet-api</artifactId>
3068 <groupId>stax</groupId>
3069 <artifactId>stax-api</artifactId>
3072 <groupId>io.netty</groupId>
3073 <artifactId>netty</artifactId>
3076 <groupId>com.google.code.findbugs</groupId>
3077 <artifactId>jsr305</artifactId>
3080 <groupId>org.slf4j</groupId>
3081 <artifactId>slf4j-log4j12</artifactId>
3084 <groupId>log4j</groupId>
3085 <artifactId>log4j</artifactId>
3090 <groupId>org.apache.hadoop</groupId>
3091 <artifactId>hadoop-minikdc</artifactId>
3092 <version>${hadoop-three.version}</version>
3096 <groupId>org.slf4j</groupId>
3097 <artifactId>slf4j-log4j12</artifactId>
3100 <groupId>log4j</groupId>
3101 <artifactId>log4j</artifactId>
3106 <groupId>org.apache.hadoop</groupId>
3107 <artifactId>hadoop-distcp</artifactId>
3108 <version>${hadoop-three.version}</version>
3112 <groupId>org.apache.hadoop</groupId>
3113 <artifactId>hadoop-hdfs-client</artifactId>
3114 <version>${hadoop-three.version}</version>
3117 </dependencyManagement>
3120 <!-- profiles for the tests
3121 See as well the properties of the project for the values
3122 when no profile is active. -->
3124 <!-- Use it to launch all tests in the same JVM -->
3125 <id>singleJVMTests</id>
3127 <activeByDefault>false</activeByDefault>
3130 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3131 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3132 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3133 <surefire.firstPartGroups/>
3137 <!-- Use it to launch small tests only -->
3138 <id>runSmallTests</id>
3140 <activeByDefault>false</activeByDefault>
3143 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3144 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3145 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3146 <surefire.secondPartGroups/>
3150 <!-- Use it to launch medium tests only -->
3151 <id>runMediumTests</id>
3153 <activeByDefault>false</activeByDefault>
3156 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3157 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3158 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
3159 <surefire.secondPartGroups/>
3163 <!-- Use it to launch large tests only -->
3164 <id>runLargeTests</id>
3166 <activeByDefault>false</activeByDefault>
3169 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3170 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3171 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
3172 <surefire.secondPartGroups/>
3176 <!-- Use it to launch small & medium tests -->
3177 <id>runDevTests</id>
3179 <activeByDefault>false</activeByDefault>
3182 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3183 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3184 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3185 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3186 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
3190 <!-- Use it to launch all tests -->
3191 <id>runAllTests</id>
3193 <activeByDefault>false</activeByDefault>
3196 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3197 <surefire.skipSecondPart>false</surefire.skipSecondPart>
3198 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3199 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
3203 <id>runMiscTests</id>
3205 <activeByDefault>false</activeByDefault>
3208 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3209 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3210 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
3211 </surefire.firstPartGroups>
3212 <surefire.secondPartGroups></surefire.secondPartGroups>
3216 <id>runCoprocessorTests</id>
3218 <activeByDefault>false</activeByDefault>
3221 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3222 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3223 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3224 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3225 <surefire.firstPartGroups>
3226 org.apache.hadoop.hbase.testclassification.CoprocessorTests
3227 </surefire.firstPartGroups>
3228 <surefire.secondPartGroups></surefire.secondPartGroups>
3232 <id>runClientTests</id>
3234 <activeByDefault>false</activeByDefault>
3237 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3238 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3239 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3240 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3241 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
3242 </surefire.firstPartGroups>
3243 <surefire.secondPartGroups></surefire.secondPartGroups>
3247 <id>runMasterTests</id>
3249 <activeByDefault>false</activeByDefault>
3252 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3253 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3254 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3255 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3256 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
3257 </surefire.firstPartGroups>
3258 <surefire.secondPartGroups></surefire.secondPartGroups>
3262 <id>runMapredTests</id>
3264 <activeByDefault>false</activeByDefault>
3267 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3268 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3269 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3270 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3271 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
3272 </surefire.firstPartGroups>
3273 <surefire.secondPartGroups></surefire.secondPartGroups>
3277 <id>runMapreduceTests</id>
3279 <activeByDefault>false</activeByDefault>
3282 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3283 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3284 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3285 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3286 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
3287 </surefire.firstPartGroups>
3288 <surefire.secondPartGroups></surefire.secondPartGroups>
3292 <id>runRegionServerTests</id>
3294 <activeByDefault>false</activeByDefault>
3297 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3298 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3299 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3300 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3301 <surefire.firstPartGroups>
3302 org.apache.hadoop.hbase.testclassification.RegionServerTests
3303 </surefire.firstPartGroups>
3304 <surefire.secondPartGroups></surefire.secondPartGroups>
3308 <id>runVerySlowMapReduceTests</id>
3310 <activeByDefault>false</activeByDefault>
3313 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3314 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3315 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3316 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3317 <surefire.firstPartGroups>
3318 org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
3319 </surefire.firstPartGroups>
3320 <surefire.secondPartGroups></surefire.secondPartGroups>
3325 <id>runVerySlowRegionServerTests</id>
3327 <activeByDefault>false</activeByDefault>
3330 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3331 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3332 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3333 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3334 <surefire.firstPartGroups>
3335 org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
3336 </surefire.firstPartGroups>
3337 <surefire.secondPartGroups></surefire.secondPartGroups>
3342 <id>runFilterTests</id>
3344 <activeByDefault>false</activeByDefault>
3347 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3348 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3349 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3350 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3351 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
3352 </surefire.firstPartGroups>
3353 <surefire.secondPartGroups></surefire.secondPartGroups>
3359 <activeByDefault>false</activeByDefault>
3362 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3363 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3364 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3365 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3366 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
3367 </surefire.firstPartGroups>
3368 <surefire.secondPartGroups></surefire.secondPartGroups>
3372 <id>runRestTests</id>
3374 <activeByDefault>false</activeByDefault>
3377 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3378 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3379 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3380 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3381 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
3382 </surefire.firstPartGroups>
3383 <surefire.secondPartGroups></surefire.secondPartGroups>
3387 <id>runRPCTests</id>
3389 <activeByDefault>false</activeByDefault>
3392 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3393 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3394 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3395 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3396 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
3397 </surefire.firstPartGroups>
3398 <surefire.secondPartGroups></surefire.secondPartGroups>
3402 <id>runReplicationTests</id>
3404 <activeByDefault>false</activeByDefault>
3407 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3408 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3409 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3410 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3411 <surefire.firstPartGroups>
3412 org.apache.hadoop.hbase.testclassification.ReplicationTests
3413 </surefire.firstPartGroups>
3414 <surefire.secondPartGroups></surefire.secondPartGroups>
3418 <id>runSecurityTests</id>
3420 <activeByDefault>false</activeByDefault>
3423 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3424 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3425 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3426 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3427 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3428 </surefire.firstPartGroups>
3429 <surefire.secondPartGroups></surefire.secondPartGroups>
3433 <id>runFlakeyTests</id>
3435 <activeByDefault>false</activeByDefault>
3438 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3439 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3440 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3441 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3442 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3443 </surefire.firstPartGroups>
3444 <surefire.secondPartGroups></surefire.secondPartGroups>
3450 <activeByDefault>false</activeByDefault>
3453 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3454 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3455 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3456 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3457 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ZKTests
3458 </surefire.firstPartGroups>
3459 <surefire.secondPartGroups></surefire.secondPartGroups>
3463 <id>runRSGroupTests</id>
3465 <activeByDefault>false</activeByDefault>
3468 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3469 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3470 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3471 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3472 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RSGroupTests
3473 </surefire.firstPartGroups>
3474 <surefire.secondPartGroups></surefire.secondPartGroups>
3479 <!-- Use it to launch tests locally-->
3487 <surefire.provider>surefire-junit4</surefire.provider>
3488 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3489 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3490 <surefire.firstPartGroups/>
3493 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3494 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3495 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3496 The report will be generated under target/site/clover/index.html when you run
3497 MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3501 <activeByDefault>false</activeByDefault>
3507 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3511 <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3512 our instrumented classes for the doclet will fail
3515 <groupId>org.apache.maven.plugins</groupId>
3516 <artifactId>maven-javadoc-plugin</artifactId>
3519 <groupId>com.atlassian.maven.plugins</groupId>
3520 <artifactId>maven-clover2-plugin</artifactId>
3521 <version>${clover.version}</version>
3526 <groupId>com.atlassian.maven.plugins</groupId>
3527 <artifactId>maven-clover2-plugin</artifactId>
3528 <version>${clover.version}</version>
3530 <includesAllSourceRoots>true</includesAllSourceRoots>
3531 <includesTestSourceRoots>true</includesTestSourceRoots>
3532 <targetPercentage>50%</targetPercentage>
3533 <generateHtml>true</generateHtml>
3534 <generateXml>true</generateXml>
3536 <exclude>**/generated/**</exclude>
3541 <id>clover-setup</id>
3542 <phase>process-sources</phase>
3560 <!-- Used by the website generation script on jenkins to
3561 do a local install of the jars we need to run a normal
3562 site build w/o forking.
3564 <id>site-install-step</id>
3566 <skipTests>true</skipTests>
3567 <maven.javadoc.skip>true</maven.javadoc.skip>
3568 <enforcer.skip>true</enforcer.skip>
3569 <checkstyle.skip>true</checkstyle.skip>
3570 <spotbugs.skip>true</spotbugs.skip>
3571 <warbucks.skip>true</warbucks.skip>
3575 <!-- Used by the website generation script on jenkins to
3576 mitigate the impact of unneeded build forks while building
3579 <id>site-build-step</id>
3581 <skipTests>true</skipTests>
3582 <enforcer.skip>true</enforcer.skip>
3583 <maven.main.skip>true</maven.main.skip>
3584 <maven.test.skip>true</maven.test.skip>
3585 <warbucks.skip>true</warbucks.skip>
3586 <protoc.skip>true</protoc.skip>
3587 <remoteresources.skip>true</remoteresources.skip>
3591 <id>eclipse-specific</id>
3594 <name>m2e.version</name>
3600 <!-- General config for eclipse classpath/settings -->
3602 <groupId>org.apache.maven.plugins</groupId>
3603 <artifactId>maven-eclipse-plugin</artifactId>
3604 <version>${maven.eclipse.version}</version>
3606 <!--This plugin's configuration is used to store Eclipse m2e settings
3607 only. It has no influence on the Maven build itself. m2e does not
3608 provide any safeguards against rogue maven plugins that leak
3609 classloaders, modify random files inside workspace or throw nasty
3610 exceptions to fail the build.
3611 Top level doesn't do any specific configuration currently - left
3612 to modules to decide what they want to bind, sans those plugins
3613 defined in this pom. -->
3615 <groupId>org.eclipse.m2e</groupId>
3616 <artifactId>lifecycle-mapping</artifactId>
3617 <version>${lifecycle.mapping.version}</version>
3619 <lifecycleMappingMetadata>
3622 <pluginExecutionFilter>
3623 <groupId>org.jacoco</groupId>
3624 <artifactId>jacoco-maven-plugin</artifactId>
3625 <versionRange>[0.6.2.201302030002,)</versionRange>
3627 <goal>prepare-agent</goal>
3629 </pluginExecutionFilter>
3635 <pluginExecutionFilter>
3636 <groupId>org.apache.maven.plugins</groupId>
3637 <artifactId>maven-enforcer-plugin</artifactId>
3638 <versionRange>${enforcer.version}</versionRange>
3640 <goal>enforce</goal>
3642 </pluginExecutionFilter>
3648 <pluginExecutionFilter>
3649 <groupId>org.apache.maven.plugins</groupId>
3650 <artifactId>maven-remote-resources-plugin</artifactId>
3651 <versionRange>[1.5,)</versionRange>
3653 <goal>process</goal>
3656 </pluginExecutionFilter>
3662 <pluginExecutionFilter>
3663 <groupId>org.codehaus.mojo</groupId>
3664 <artifactId>buildnumber-maven-plugin</artifactId>
3665 <versionRange>[1.3,)</versionRange>
3667 <goal>create-timestamp</goal>
3669 </pluginExecutionFilter>
3672 <runOnConfiguration>true</runOnConfiguration>
3673 <runOnIncremental>true</runOnIncremental>
3678 </lifecycleMappingMetadata>
3688 <external.protobuf.groupid>org.openlabtesting.protobuf</external.protobuf.groupid>
3692 <family>linux</family>
3693 <arch>aarch64</arch>
3698 <!-- See https://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
3702 <artifactId>maven-project-info-reports-plugin</artifactId>
3703 <version>${maven.project.info.report.version}</version>
3707 <report>dependencies</report>
3708 <report>dependency-convergence</report>
3709 <report>dependency-info</report>
3710 <report>dependency-management</report>
3711 <report>index</report>
3712 <report>issue-tracking</report>
3713 <report>mailing-list</report>
3714 <report>plugin-management</report>
3715 <report>plugins</report>
3716 <report>project-team</report>
3717 <report>scm</report>
3718 <report>summary</report>
3722 <!-- see src/site/site.xml for selected reports -->
3724 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
3729 <groupId>org.apache.maven.plugins</groupId>
3730 <artifactId>maven-javadoc-plugin</artifactId>
3734 <name>apiNote</name>
3735 <placement>a</placement>
3736 <head>API Note:</head>
3745 <report>aggregate-no-fork</report>
3748 <destDir>devapidocs</destDir>
3749 <name>Developer API</name>
3750 <description>The full HBase API, including private and unstable APIs</description>
3751 <sourceFileExcludes>
3752 <exclude>**/generated/*</exclude>
3753 <exclude>**/protobuf/*</exclude>
3754 </sourceFileExcludes>
3755 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
3756 <show>private</show> <!-- (shows all classes and members) -->
3758 <linksource>true</linksource>
3759 <sourcetab>2</sourcetab>
3760 <validateLinks>true</validateLinks>
3761 <fixClassComment>true</fixClassComment>
3762 <fixFieldComment>true</fixFieldComment>
3763 <fixMethodComment>true</fixMethodComment>
3764 <fixTags>all</fixTags>
3765 <notimestamp>true</notimestamp>
3766 <locale>en_US</locale>
3767 <!-- Pass some options straight to the javadoc executable since it is easier -->
3768 <additionalJOption>-J-Xmx2G</additionalJOption>
3769 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3770 <additionalDependencies>
3771 <additionalDependency>
3772 <groupId>org.mockito</groupId>
3773 <artifactId>mockito-core</artifactId>
3774 <version>${mockito-core.version}</version>
3775 </additionalDependency>
3776 <additionalDependency>
3777 <groupId>org.hamcrest</groupId>
3778 <artifactId>hamcrest-core</artifactId>
3779 <version>${hamcrest.version}</version>
3780 </additionalDependency>
3781 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3782 <additionalDependency>
3783 <groupId>com.google.code.findbugs</groupId>
3784 <artifactId>jsr305</artifactId>
3785 <version>3.0.2</version>
3786 </additionalDependency>
3787 </additionalDependencies>
3788 <inherited>false</inherited>
3794 <report>test-aggregate-no-fork</report>
3797 <destDir>testdevapidocs</destDir>
3798 <name>Developer API</name>
3799 <description>The full HBase API test code, including private and unstable APIs</description>
3800 <sourceFileExcludes>
3801 <exclude>**/generated/*</exclude>
3802 <exclude>**/protobuf/*</exclude>
3803 </sourceFileExcludes>
3804 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
3805 <show>private</show> <!-- (shows all classes and members) -->
3807 <linksource>true</linksource>
3808 <sourcetab>2</sourcetab>
3809 <validateLinks>true</validateLinks>
3810 <fixClassComment>true</fixClassComment>
3811 <fixFieldComment>true</fixFieldComment>
3812 <fixMethodComment>true</fixMethodComment>
3813 <fixTags>all</fixTags>
3814 <notimestamp>true</notimestamp>
3815 <locale>en_US</locale>
3816 <!-- Pass some options straight to the javadoc executable since it is easier -->
3817 <additionalJOption>-J-Xmx2G</additionalJOption>
3818 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3819 <additionalDependencies>
3820 <additionalDependency>
3821 <groupId>org.mockito</groupId>
3822 <artifactId>mockito-core</artifactId>
3823 <version>${mockito-core.version}</version>
3824 </additionalDependency>
3825 <additionalDependency>
3826 <groupId>org.hamcrest</groupId>
3827 <artifactId>hamcrest-core</artifactId>
3828 <version>${hamcrest.version}</version>
3829 </additionalDependency>
3830 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3831 <additionalDependency>
3832 <groupId>com.google.code.findbugs</groupId>
3833 <artifactId>jsr305</artifactId>
3834 <version>3.0.2</version>
3835 </additionalDependency>
3836 </additionalDependencies>
3837 <inherited>false</inherited>
3845 <report>aggregate-no-fork</report>
3849 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
3852 <groupId>org.apache.yetus</groupId>
3853 <artifactId>audience-annotations</artifactId>
3854 <version>${audience-annotations.version}</version>
3856 <useStandardDocletOptions>true</useStandardDocletOptions>
3857 <destDir>apidocs</destDir>
3858 <name>User API</name>
3859 <description>The HBase Application Programmer's API</description>
3860 <excludePackageNames>
3861 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*
3862 </excludePackageNames>
3863 <!-- switch on dependency-driven aggregation -->
3864 <includeDependencySources>false</includeDependencySources>
3865 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3866 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3868 <linksource>true</linksource>
3869 <sourcetab>2</sourcetab>
3870 <validateLinks>true</validateLinks>
3871 <fixClassComment>true</fixClassComment>
3872 <fixFieldComment>true</fixFieldComment>
3873 <fixMethodComment>true</fixMethodComment>
3874 <fixTags>all</fixTags>
3875 <notimestamp>true</notimestamp>
3876 <locale>en_US</locale>
3877 <!-- Pass some options straight to the javadoc executable since it is easier -->
3878 <additionalJOption>-J-Xmx2G</additionalJOption>
3879 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3880 <additionalDependencies>
3881 <additionalDependency>
3882 <groupId>org.mockito</groupId>
3883 <artifactId>mockito-core</artifactId>
3884 <version>${mockito-core.version}</version>
3885 </additionalDependency>
3886 <additionalDependency>
3887 <groupId>org.hamcrest</groupId>
3888 <artifactId>hamcrest-core</artifactId>
3889 <version>${hamcrest.version}</version>
3890 </additionalDependency>
3891 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3892 <additionalDependency>
3893 <groupId>com.google.code.findbugs</groupId>
3894 <artifactId>jsr305</artifactId>
3895 <version>3.0.2</version>
3896 </additionalDependency>
3897 </additionalDependencies>
3898 <inherited>false</inherited>
3901 <!-- User Test API -->
3903 <id>testuserapi</id>
3905 <report>test-aggregate-no-fork</report>
3909 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
3912 <groupId>org.apache.yetus</groupId>
3913 <artifactId>audience-annotations</artifactId>
3914 <version>${audience-annotations.version}</version>
3916 <useStandardDocletOptions>true</useStandardDocletOptions>
3917 <destDir>testapidocs</destDir>
3918 <name>User API</name>
3919 <description>The HBase Application Programmer's API</description>
3920 <excludePackageNames>
3921 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*
3922 </excludePackageNames>
3923 <!-- switch on dependency-driven aggregation -->
3924 <includeDependencySources>false</includeDependencySources>
3925 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3926 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3928 <linksource>true</linksource>
3929 <sourcetab>2</sourcetab>
3930 <validateLinks>true</validateLinks>
3931 <fixClassComment>true</fixClassComment>
3932 <fixFieldComment>true</fixFieldComment>
3933 <fixMethodComment>true</fixMethodComment>
3934 <fixTags>all</fixTags>
3935 <notimestamp>true</notimestamp>
3936 <locale>en_US</locale>
3937 <!-- Pass some options straight to the javadoc executable since it is easier -->
3938 <additionalJOption>-J-Xmx2G</additionalJOption>
3939 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3940 <additionalDependencies>
3941 <additionalDependency>
3942 <groupId>org.mockito</groupId>
3943 <artifactId>mockito-core</artifactId>
3944 <version>${mockito-core.version}</version>
3945 </additionalDependency>
3946 <additionalDependency>
3947 <groupId>org.hamcrest</groupId>
3948 <artifactId>hamcrest-core</artifactId>
3949 <version>${hamcrest.version}</version>
3950 </additionalDependency>
3951 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
3952 <additionalDependency>
3953 <groupId>com.google.code.findbugs</groupId>
3954 <artifactId>jsr305</artifactId>
3955 <version>3.0.2</version>
3956 </additionalDependency>
3957 </additionalDependencies>
3958 <inherited>false</inherited>
3965 <groupId>org.apache.maven.plugins</groupId>
3966 <artifactId>maven-checkstyle-plugin</artifactId>
3967 <version>${maven.checkstyle.version}</version>
3969 <excludes>target/**</excludes>
3975 <distributionManagement>
3977 <id>hbase.apache.org</id>
3978 <name>HBase Website at hbase.apache.org</name>
3979 <!-- On why this is the tmp dir and not hbase.apache.org, see
3980 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
3982 <url>file:///tmp</url>
3984 </distributionManagement>