HBASE-26323 Introduce a Snapshot Procedure (#4115)
[hbase.git] / pom.xml
blobbbd54261b9edd123ccdec06e6746d7e2711dc04d
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">
3 <!--
4 /**
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
12  *
13  *     http://www.apache.org/licenses/LICENSE-2.0
14  *
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.
20  */
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.
30 -->
31   <modelVersion>4.0.0</modelVersion>
32   <parent>
33     <groupId>org.apache</groupId>
34     <artifactId>apache</artifactId>
35     <version>23</version>
36     <relativePath/>
37     <!-- no parent resolution -->
38   </parent>
39   <groupId>org.apache.hbase</groupId>
40   <artifactId>hbase</artifactId>
41   <packaging>pom</packaging>
42   <version>3.0.0-alpha-3-SNAPSHOT</version>
43   <name>Apache HBase</name>
44   <description>
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.
49   </description>
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.
54     -->
55   <licenses>
56     <license>
57       <name>Apache License, Version 2.0</name>
58       <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
59       <distribution>repo</distribution>
60     </license>
61   </licenses>
63   <modules>
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>
96     <module>hbase-compression</module>
97   </modules>
98   <scm>
99     <connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
100     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/hbase.git</developerConnection>
101     <url>https://gitbox.apache.org/repos/asf?p=hbase.git</url>
102   </scm>
103   <issueManagement>
104     <system>JIRA</system>
105     <url>https://issues.apache.org/jira/browse/HBASE</url>
106   </issueManagement>
107   <mailingLists>
108     <mailingList>
109       <name>User List</name>
110       <subscribe>user-subscribe@hbase.apache.org</subscribe>
111       <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
112       <post>user@hbase.apache.org</post>
113       <archive>https://lists.apache.org/list.html?user@hbase.apache.org</archive>
114       <otherArchives>
115         <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
116       </otherArchives>
117     </mailingList>
118     <mailingList>
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>
124       <otherArchives>
125         <otherArchive>https://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
126       </otherArchives>
127     </mailingList>
128     <mailingList>
129       <name>Commits List</name>
130       <subscribe>commits-subscribe@hbase.apache.org</subscribe>
131       <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
132       <archive>https://lists.apache.org/list.html?commits@hbase.apache.org</archive>
133     </mailingList>
134     <mailingList>
135       <name>Issues List</name>
136       <subscribe>issues-subscribe@hbase.apache.org</subscribe>
137       <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
138       <archive>https://lists.apache.org/list.html?issues@hbase.apache.org</archive>
139     </mailingList>
140     <mailingList>
141       <name>Builds List</name>
142       <subscribe>builds-subscribe@hbase.apache.org</subscribe>
143       <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
144       <archive>https://lists.apache.org/list.html?builds@hbase.apache.org</archive>
145     </mailingList>
146     <mailingList>
147       <name>User (ZH) List</name>
148       <subscribe>user-zh-subscribe@hbase.apache.org</subscribe>
149       <unsubscribe>user-zh-unsubscribe@hbase.apache.org</unsubscribe>
150       <post>user-zh@hbase.apache.org</post>
151       <archive>https://lists.apache.org/list.html?user-zh@hbase.apache.org</archive>
152     </mailingList>
153   </mailingLists>
154   <developers>
155     <developer>
156       <id>achouhan</id>
157       <name>Abhishek Singh Chouhan</name>
158       <email>achouhan@apache.org</email>
159       <timezone>+5</timezone>
160     </developer>
161     <developer>
162       <id>acube123</id>
163       <name>Amitanand S. Aiyer</name>
164       <email>acube123@apache.org</email>
165       <timezone>-8</timezone>
166     </developer>
167     <developer>
168       <id>allan163</id>
169       <name>Allan Yang</name>
170       <email>allan163@apache.org</email>
171       <timezone>+8</timezone>
172     </developer>
173     <developer>
174       <id>appy</id>
175       <name>Apekshit Sharma</name>
176       <email>appy@apache.org</email>
177       <timezone>-8</timezone>
178     </developer>
179     <developer>
180       <id>anastasia</id>
181       <name>Anastasia Braginsky</name>
182       <email>anastasia@apache.org</email>
183       <timezone>+2</timezone>
184     </developer>
185     <developer>
186       <id>apurtell</id>
187       <name>Andrew Purtell</name>
188       <email>apurtell@apache.org</email>
189       <timezone>-8</timezone>
190     </developer>
191     <developer>
192       <id>anoopsamjohn</id>
193       <name>Anoop Sam John</name>
194       <email>anoopsamjohn@apache.org</email>
195       <timezone>+5</timezone>
196     </developer>
197     <developer>
198       <id>antonov</id>
199       <name>Mikhail Antonov</name>
200       <email>antonov@apache.org</email>
201       <timezone>-8</timezone>
202     </developer>
203     <developer>
204       <id>ashishsinghi</id>
205       <name>Ashish Singhi</name>
206       <email>ashishsinghi@apache.org</email>
207       <timezone>+5</timezone>
208     </developer>
209     <developer>
210       <id>ashu</id>
211       <name>Ashu Pachauri</name>
212       <email>ashu@apache.org</email>
213       <timezone>+5</timezone>
214     </developer>
215     <developer>
216       <id>bharathv</id>
217       <name>Bharath Vissapragada</name>
218       <email>bharathv@apache.org</email>
219       <timezone>-8</timezone>
220     </developer>
221     <developer>
222       <id>binlijin</id>
223       <name>Lijin Bin</name>
224       <email>binlijin@apache.org</email>
225       <timezone>+8</timezone>
226     </developer>
227     <developer>
228       <id>brfrn169</id>
229       <name>Toshihiro Suzuki</name>
230       <email>brfrn169@apache.org</email>
231       <timezone>+9</timezone>
232     </developer>
233     <developer>
234       <id>busbey</id>
235       <name>Sean Busbey</name>
236       <email>busbey@apache.org</email>
237       <timezone>-6</timezone>
238     </developer>
239     <developer>
240       <id>chenglei</id>
241       <name>Cheng Lei</name>
242       <email>chenglei@apache.org</email>
243       <timezone>+8</timezone>
244     </developer>
245     <developer>
246       <id>chenheng</id>
247       <name>Heng Chen</name>
248       <email>chenheng@apache.org</email>
249       <timezone>+8</timezone>
250     </developer>
251     <developer>
252       <id>chia7712</id>
253       <name>Chia-Ping Tsai</name>
254       <email>chia7712@apache.org</email>
255       <timezone>+8</timezone>
256     </developer>
257     <developer>
258       <id>ddas</id>
259       <name>Devaraj Das</name>
260       <email>ddas@apache.org</email>
261       <timezone>-8</timezone>
262     </developer>
263     <developer>
264       <id>dimaspivak</id>
265       <name>Dima Spivak</name>
266       <email>dimaspivak@apache.org</email>
267       <timezone>-8</timezone>
268     </developer>
269     <developer>
270       <id>dmeil</id>
271       <name>Doug Meil</name>
272       <email>dmeil@apache.org</email>
273       <timezone>-5</timezone>
274     </developer>
275     <developer>
276       <id>eclark</id>
277       <name>Elliott Clark</name>
278       <email>eclark@apache.org</email>
279       <timezone>-8</timezone>
280     </developer>
281     <developer>
282       <id>elserj</id>
283       <name>Josh Elser</name>
284       <email>elserj@apache.org</email>
285       <timezone>-5</timezone>
286     </developer>
287     <developer>
288       <id>enis</id>
289       <name>Enis Soztutar</name>
290       <email>enis@apache.org</email>
291       <timezone>-8</timezone>
292     </developer>
293     <developer>
294       <id>eshcar</id>
295       <name>Eshcar Hillel</name>
296       <email>eshcar@apache.org</email>
297       <timezone>+2</timezone>
298     </developer>
299     <developer>
300       <id>fenghh</id>
301       <name>Honghua Feng</name>
302       <email>fenghh@apache.org</email>
303       <timezone>+8</timezone>
304     </developer>
305     <developer>
306       <id>garyh</id>
307       <name>Gary Helmling</name>
308       <email>garyh@apache.org</email>
309       <timezone>-8</timezone>
310     </developer>
311     <developer>
312       <id>gchanan</id>
313       <name>Gregory Chanan</name>
314       <email>gchanan@apache.org</email>
315       <timezone>-8</timezone>
316     </developer>
317     <developer>
318       <id>gjacoby</id>
319       <name>Geoffrey Jacoby</name>
320       <email>gjacoby@apache.org</email>
321       <timezone>-5</timezone>
322     </developer>
323     <developer>
324         <id>gxcheng</id>
325         <name>Guangxu Cheng</name>
326         <email>gxcheng@apache.org</email>
327         <timezone>+8</timezone>
328     </developer>
329     <developer>
330       <id>haxiaolin</id>
331       <name>Xiaolin Ha</name>
332       <email>haxiaolin@apache.org</email>
333       <timezone>+8</timezone>
334     </developer>
335     <developer>
336       <id>huaxiangsun</id>
337       <name>Huaxiang Sun</name>
338       <email>huaxiangsun@apache.org</email>
339       <timezone>-8</timezone>
340     </developer>
341     <developer>
342       <id>jdcryans</id>
343       <name>Jean-Daniel Cryans</name>
344       <email>jdcryans@apache.org</email>
345       <timezone>-8</timezone>
346     </developer>
347     <developer>
348       <id>jeffreyz</id>
349       <name>Jeffrey Zhong</name>
350       <email>jeffreyz@apache.org</email>
351       <timezone>-8</timezone>
352     </developer>
353     <developer>
354       <id>jerryjch</id>
355       <name>Jing Chen (Jerry) He</name>
356       <email>jerryjch@apache.org</email>
357       <timezone>-8</timezone>
358     </developer>
359     <developer>
360       <id>jyates</id>
361       <name>Jesse Yates</name>
362       <email>jyates@apache.org</email>
363       <timezone>-8</timezone>
364     </developer>
365     <developer>
366       <id>jgray</id>
367       <name>Jonathan Gray</name>
368       <email>jgray@fb.com</email>
369       <timezone>-8</timezone>
370     </developer>
371     <developer>
372       <id>jingchengdu</id>
373       <name>Jingcheng Du</name>
374       <email>jingchengdu@apache.org</email>
375       <timezone>+8</timezone>
376     </developer>
377     <developer>
378       <id>esteban</id>
379       <name>Esteban Gutierrez</name>
380       <email>esteban@apache.org</email>
381       <timezone>-8</timezone>
382     </developer>
383     <developer>
384       <id>janh</id>
385       <name>Jan Hentschel</name>
386       <email>janh@apache.org</email>
387       <timezone>+1</timezone>
388     </developer>
389     <developer>
390       <id>jmhsieh</id>
391       <name>Jonathan Hsieh</name>
392       <email>jmhsieh@apache.org</email>
393       <timezone>-8</timezone>
394     </developer>
395     <developer>
396       <id>jxiang</id>
397       <name>Jimmy Xiang</name>
398       <email>jxiang@apache.org</email>
399       <timezone>-8</timezone>
400     </developer>
401     <developer>
402       <id>kannan</id>
403       <name>Kannan Muthukkaruppan</name>
404       <email>kannan@fb.com</email>
405       <timezone>-8</timezone>
406     </developer>
407     <developer>
408       <id>karthik</id>
409       <name>Karthik Ranganathan</name>
410       <email>kranganathan@fb.com</email>
411       <timezone>-8</timezone>
412     </developer>
413     <developer>
414       <id>larsfrancke</id>
415       <name>Lars Francke</name>
416       <email>larsfrancke@apache.org</email>
417       <timezone>Europe/Berlin</timezone>
418     </developer>
419     <developer>
420       <id>larsgeorge</id>
421       <name>Lars George</name>
422       <email>larsgeorge@apache.org</email>
423       <timezone>+1</timezone>
424     </developer>
425     <developer>
426       <id>larsh</id>
427       <name>Lars Hofhansl</name>
428       <email>larsh@apache.org</email>
429       <timezone>-8</timezone>
430     </developer>
431     <developer>
432       <id>liangxie</id>
433       <name>Liang Xie</name>
434       <email>liangxie@apache.org</email>
435       <timezone>+8</timezone>
436     </developer>
437     <developer>
438       <id>liushaohui</id>
439       <name>Shaohui Liu</name>
440       <email>liushaohui@apache.org</email>
441       <timezone>+8</timezone>
442     </developer>
443     <developer>
444       <id>liyin</id>
445       <name>Liyin Tang</name>
446       <email>liyin.tang@fb.com</email>
447       <timezone>-8</timezone>
448     </developer>
449     <developer>
450       <id>liyu</id>
451       <name>Yu Li</name>
452       <email>liyu@apache.org</email>
453       <timezone>+8</timezone>
454     </developer>
455     <developer>
456       <id>mbautin</id>
457       <name>Mikhail Bautin</name>
458       <email>mbautin@apache.org</email>
459       <timezone>-8</timezone>
460     </developer>
461     <developer>
462       <id>mbertozzi</id>
463       <name>Matteo Bertozzi</name>
464       <email>mbertozzi@apache.org</email>
465       <timezone>0</timezone>
466     </developer>
467     <developer>
468       <id>mdrob</id>
469       <name>Mike Drob</name>
470       <email>mdrob@apache.org</email>
471       <timezone>-5</timezone>
472     </developer>
473     <developer>
474       <id>meszibalu</id>
475       <name>Balazs Meszaros</name>
476       <email>meszibalu@apache.org</email>
477       <timezone>+1</timezone>
478     </developer>
479     <developer>
480       <id>misty</id>
481       <name>Misty Stanley-Jones</name>
482       <email>misty@apache.org</email>
483       <timezone>-8</timezone>
484     </developer>
485     <developer>
486       <id>ndimiduk</id>
487       <name>Nick Dimiduk</name>
488       <email>ndimiduk@apache.org</email>
489       <timezone>-8</timezone>
490     </developer>
491     <developer>
492       <id>niuyulin</id>
493       <name>Yulin Niu</name>
494       <email>niuyulin@apache.org</email>
495       <timezone>+8</timezone>
496     </developer>
497     <developer>
498       <id>nkeywal</id>
499       <name>Nicolas Liochon</name>
500       <email>nkeywal@apache.org</email>
501       <timezone>+1</timezone>
502     </developer>
503     <developer>
504       <id>nspiegelberg</id>
505       <name>Nicolas Spiegelberg</name>
506       <email>nspiegelberg@fb.com</email>
507       <timezone>-8</timezone>
508     </developer>
509     <developer>
510       <id>octo47</id>
511       <name>Andrey Stepachev</name>
512       <email>octo47@gmail.com</email>
513       <timezone>0</timezone>
514     </developer>
515     <developer>
516       <id>openinx</id>
517       <name>Zheng Hu</name>
518       <email>openinx@apache.org</email>
519       <timezone>+8</timezone>
520     </developer>
521     <developer>
522       <id>pankajkumar</id>
523       <name>Pankaj Kumar</name>
524       <email>pankajkumar@apache.org</email>
525       <timezone>+5</timezone>
526     </developer>
527     <developer>
528       <id>psomogyi</id>
529       <name>Peter Somogyi</name>
530       <email>psomogyi@apache.org</email>
531       <timezone>+1</timezone>
532     </developer>
533     <developer>
534       <id>rajeshbabu</id>
535       <name>Rajeshbabu Chintaguntla</name>
536       <email>rajeshbabu@apache.org</email>
537       <timezone>+5</timezone>
538     </developer>
539     <developer>
540       <id>ramkrishna</id>
541       <name>Ramkrishna S Vasudevan</name>
542       <email>ramkrishna@apache.org</email>
543       <timezone>+5</timezone>
544     </developer>
545     <developer>
546       <id>rawson</id>
547       <name>Ryan Rawson</name>
548       <email>rawson@apache.org</email>
549       <timezone>-8</timezone>
550     </developer>
551     <developer>
552       <id>reidchan</id>
553       <name>Reid Chan</name>
554       <email>reidchan@apache.org</email>
555       <timezone>+8</timezone>
556     </developer>
557     <developer>
558       <id>sakthi</id>
559       <name>Sakthi Vel</name>
560       <email>sakthi@apache.org</email>
561       <timezone>-8</timezone>
562     </developer>
563     <developer>
564       <id>sershe</id>
565       <name>Sergey Shelukhin</name>
566       <email>sershe@apache.org</email>
567       <timezone>-8</timezone>
568     </developer>
569     <developer>
570       <id>ssrungarapu</id>
571       <name>Srikanth Srungarapu</name>
572       <email>ssrungarapu@apache.org</email>
573       <timezone>-8</timezone>
574     </developer>
575     <developer>
576       <id>stack</id>
577       <name>Michael Stack</name>
578       <email>stack@apache.org</email>
579       <timezone>-8</timezone>
580     </developer>
581     <developer>
582       <id>syuanjiang</id>
583       <name>Stephen Yuan Jiang</name>
584       <email>syuanjiang@apache.org</email>
585       <timezone>-8</timezone>
586     </developer>
587     <developer>
588       <id>taklwu</id>
589       <name>Tak-Lon (Stephen) Wu</name>
590       <email>taklwu@apache.org</email>
591       <timezone>-8</timezone>
592     </developer>
593     <developer>
594       <id>tedyu</id>
595       <name>Ted Yu</name>
596       <email>yuzhihong@gmail.com</email>
597       <timezone>-8</timezone>
598     </developer>
599     <developer>
600       <id>tianjy</id>
601       <email>tianjy@apache.org</email>
602       <timezone>+8</timezone>
603     </developer>
604     <developer>
605       <id>todd</id>
606       <name>Todd Lipcon</name>
607       <email>todd@apache.org</email>
608       <timezone>-8</timezone>
609     </developer>
610     <developer>
611       <id>toffer</id>
612       <name>Francis Liu</name>
613       <email>toffer@apache.org</email>
614       <timezone>-8</timezone>
615     </developer>
616     <developer>
617       <id>vikasv</id>
618       <name>Vikas Vishwakarma</name>
619       <email>vikasv@apache.org</email>
620       <timezone>+5</timezone>
621     </developer>
622     <developer>
623       <id>virag</id>
624       <name>Virag Kothari</name>
625       <email>virag@yahoo-inc.com</email>
626       <timezone>-8</timezone>
627     </developer>
628     <developer>
629       <id>vjasani</id>
630       <name>Viraj Jasani</name>
631       <email>vjasani@apache.org</email>
632       <timezone>+5</timezone>
633     </developer>
634     <developer>
635       <id>water</id>
636       <name>Xiang Li</name>
637       <email>xiangli@apache.org</email>
638       <timezone>+8</timezone>
639     </developer>
640     <developer>
641       <id>wchevreuil</id>
642       <name>Wellington Chevreuil</name>
643       <email>wchevreuil@apache.org</email>
644       <timezone>0</timezone>
645     </developer>
646     <developer>
647       <id>weichiu</id>
648       <name>Wei-Chiu Chuang</name>
649       <email>weichiu@apache.org</email>
650       <timezone>-8</timezone>
651     </developer>
652     <developer>
653       <id>xucang</id>
654       <name>Xu Cang</name>
655       <email>xucang@apache.org</email>
656       <timezone>-8</timezone>
657     </developer>
658     <developer>
659       <id>yangzhe1991</id>
660       <name>Phil Yang</name>
661       <email>yangzhe1991@apache.org</email>
662       <timezone>+8</timezone>
663     </developer>
664     <developer>
665       <id>zghao</id>
666       <name>Guanghao Zhang</name>
667       <email>zghao@apache.org</email>
668       <timezone>+8</timezone>
669     </developer>
670     <developer>
671       <id>zhangduo</id>
672       <name>Duo Zhang</name>
673       <email>zhangduo@apache.org</email>
674       <timezone>+8</timezone>
675     </developer>
676     <developer>
677       <id>zhaobaiqiang</id>
678       <name>Baiqiang Zhao</name>
679       <email>zhaobaiqiang@apache.org</email>
680       <timezone>+8</timezone>
681     </developer>
682     <developer>
683       <id>zjushch</id>
684       <name>Chunhui Shen</name>
685       <email>zjushch@apache.org</email>
686       <timezone>+8</timezone>
687     </developer>
688     <developer>
689       <id>churro</id>
690       <name>Rahul Gidwani</name>
691       <email>churro@apache.org</email>
692       <timezone>-8</timezone>
693     </developer>
694     <developer>
695       <id>yiliang</id>
696       <name>Yi Liang</name>
697       <email>yiliang@apache.org</email>
698       <timezone>-8</timezone>
699     </developer>
700     <developer>
701       <id>zyork</id>
702       <name>Zach York</name>
703       <email>zyork@apache.org</email>
704       <timezone>-8</timezone>
705     </developer>
706     <developer>
707       <id>meiyi</id>
708       <name>Yi Mei</name>
709       <email>meiyi@apache.org</email>
710       <timezone>+8</timezone>
711     </developer>
712     <developer>
713       <id>wangzheng</id>
714       <name>Zheng (bsglz) Wang</name>
715       <email>wangzheng@apache.org</email>
716       <timezone>+8</timezone>
717     </developer>
718     <developer>
719       <id>sunxin</id>
720       <name>Xin Sun</name>
721       <email>sunxin@apache.org</email>
722       <timezone>+8</timezone>
723     </developer>
724     <developer>
725       <id>huangzhuoyue</id>
726       <name>Zhuoyue Huang</name>
727       <email>huangzhuoyue@apache.org</email>
728       <timezone>+8</timezone>
729     </developer>
730     <developer>
731       <id>xiaoyt</id>
732       <name>Yutong Xiao</name>
733       <email>xiaoyt@apache.org</email>
734       <timezone>+8</timezone>
735     </developer>
736   </developers>
737   <build>
738     <extensions>
739       <extension>
740         <groupId>kr.motd.maven</groupId>
741         <artifactId>os-maven-plugin</artifactId>
742         <version>${os.maven.version}</version>
743       </extension>
744     </extensions>
745     <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
746          For specific version use a property and define it in the parent pom.
747      -->
748     <pluginManagement>
749       <plugins>
750         <plugin>
751           <groupId>org.apache.maven.plugins</groupId>
752           <artifactId>maven-remote-resources-plugin</artifactId>
753         </plugin>
754         <plugin>
755           <groupId>org.apache.maven.plugins</groupId>
756           <artifactId>maven-release-plugin</artifactId>
757           <configuration>
758             <!--You need this profile. It'll sign your artifacts.
759                 I'm not sure if this config. actually works though.
760                 I've been specifying -Papache-release on the command-line
761              -->
762             <releaseProfiles>apache-release</releaseProfiles>
763             <!--This stops our running tests for each stage of maven release.
764                 But it builds the test jar.  From SUREFIRE-172.
765               -->
766             <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
767             <goals>${goals}</goals>
768             <pomFileName>pom.xml</pomFileName>
769           </configuration>
770         </plugin>
771         <plugin>
772           <groupId>org.apache.maven.plugins</groupId>
773           <artifactId>maven-compiler-plugin</artifactId>
774           <configuration>
775             <source>${compileSource}</source>
776             <target>${compileSource}</target>
777             <showWarnings>true</showWarnings>
778             <showDeprecation>false</showDeprecation>
779             <useIncrementalCompilation>false</useIncrementalCompilation>
780             <compilerArgument>-Xlint:-options</compilerArgument>
781           </configuration>
782         </plugin>
783         <plugin>
784           <groupId>org.apache.maven.plugins</groupId>
785           <artifactId>maven-javadoc-plugin</artifactId>
786           <version>${maven.javadoc.version}</version>
787           <configuration>
788             <source>${compileSource}</source>
789           </configuration>
790         </plugin>
791         <!-- Test oriented plugins -->
792         <plugin>
793           <groupId>org.apache.maven.plugins</groupId>
794           <artifactId>maven-surefire-plugin</artifactId>
795           <version>${surefire.version}</version>
796           <dependencies>
797             <!-- by default surefire selects dynamically the connector to the unit tests
798               tool. We want to use always the same as the different connectors can have different
799               bugs and behaviour. -->
800             <dependency>
801               <groupId>org.apache.maven.surefire</groupId>
802               <artifactId>${surefire.provider}</artifactId>
803               <version>${surefire.version}</version>
804             </dependency>
805           </dependencies>
806           <!-- Generic testing configuration for all packages -->
807           <configuration>
808             <groups>${surefire.firstPartGroups}</groups>
809             <failIfNoTests>false</failIfNoTests>
810             <trimStackTrace>false</trimStackTrace>
811             <skip>${surefire.skipFirstPart}</skip>
812             <forkCount>${surefire.firstPartForkCount}</forkCount>
813             <reuseForks>false</reuseForks>
814             <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
815             <tempDir>${surefire.tempDir}</tempDir>
816             <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
817             <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
818             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
819             <systemPropertyVariables>
820               <test.build.classes>${test.build.classes}</test.build.classes>
821               <java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
822               <java.util.logging.config.class>org.apache.hadoop.hbase.logging.JulToSlf4jInitializer</java.util.logging.config.class>
823             </systemPropertyVariables>
824             <excludes>
825               <!-- users can add -D option to skip particular test classes
826              ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
827               -->
828               <exclude>${test.exclude.pattern}</exclude>
829             </excludes>
830             <properties>
831               <property>
832                 <name>listener</name>
833                 <value>org.apache.hadoop.hbase.TimedOutTestsListener,org.apache.hadoop.hbase.HBaseClassTestRuleChecker,org.apache.hadoop.hbase.ResourceCheckerJUnitListener</value>
834               </property>
835             </properties>
836           </configuration>
837           <executions>
838             <execution>
839               <id>secondPartTestsExecution</id>
840               <phase>test</phase>
841               <goals>
842                 <goal>test</goal>
843               </goals>
844               <configuration>
845                 <skip>${surefire.skipSecondPart}</skip>
846                 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
847                 <reuseForks>false</reuseForks>
848                 <forkCount>${surefire.secondPartForkCount}</forkCount>
849                 <groups>${surefire.secondPartGroups}</groups>
850                 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
851               </configuration>
852             </execution>
853           </executions>
854         </plugin>
855         <plugin>
856           <groupId>org.apache.maven.plugins</groupId>
857           <artifactId>maven-surefire-report-plugin</artifactId>
858           <version>${surefire.version}</version>
859         </plugin>
860         <plugin>
861           <groupId>org.codehaus.mojo</groupId>
862           <artifactId>buildnumber-maven-plugin</artifactId>
863           <version>${buildnumber.maven.version}</version>
864         </plugin>
865         <plugin>
866           <groupId>com.github.spotbugs</groupId>
867           <artifactId>spotbugs-maven-plugin</artifactId>
868           <version>${spotbugs.maven.version}</version>
869           <configuration>
870             <excludeFilterFile>${project.basedir}/../dev-support/spotbugs-exclude.xml</excludeFilterFile>
871             <spotbugsXmlOutput>true</spotbugsXmlOutput>
872             <xmlOutput>true</xmlOutput>
873             <effort>Max</effort>
874           </configuration>
875           <dependencies>
876           <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
877             <dependency>
878               <groupId>com.github.spotbugs</groupId>
879               <artifactId>spotbugs</artifactId>
880               <version>${spotbugs.version}</version>
881             </dependency>
882           </dependencies>
883         </plugin>
884         <plugin>
885           <groupId>org.codehaus.mojo</groupId>
886           <artifactId>build-helper-maven-plugin</artifactId>
887           <version>${build.helper.maven.version}</version>
888         </plugin>
889         <plugin>
890           <artifactId>maven-antrun-plugin</artifactId>
891           <version>${maven.antrun.version}</version>
892         </plugin>
893         <plugin>
894           <groupId>org.jamon</groupId>
895           <artifactId>jamon-maven-plugin</artifactId>
896           <version>${jamon.plugin.version}</version>
897         </plugin>
898         <!-- Make a jar and put the sources in the jar.
899         In the parent pom, so submodules will do the right thing. -->
900         <plugin>
901           <groupId>org.apache.maven.plugins</groupId>
902           <artifactId>maven-source-plugin</artifactId>
903           <executions>
904             <execution>
905               <id>attach-sources</id>
906               <phase>prepare-package</phase>
907               <goals>
908                 <goal>jar-no-fork</goal>
909                 <goal>test-jar-no-fork</goal>
910               </goals>
911               <configuration>
912                 <excludes>
913                   <exclude>log4j2.xml</exclude>
914                 </excludes>
915               </configuration>
916             </execution>
917           </executions>
918         </plugin>
919         <!-- General configuration for submodules who want to build a test jar -->
920         <plugin>
921           <groupId>org.apache.maven.plugins</groupId>
922           <artifactId>maven-jar-plugin</artifactId>
923           <executions>
924             <execution>
925               <phase>prepare-package</phase>
926               <goals>
927                   <!--This goal will install a -test.jar when we do install
928                       See https://maven.apache.org/guides/mini/guide-attached-tests.html
929                    -->
930                 <goal>test-jar</goal>
931               </goals>
932             </execution>
933           </executions>
934           <configuration>
935             <skipIfEmpty>true</skipIfEmpty>
936             <excludes>
937               <exclude>hbase-site.xml</exclude>
938               <exclude>hdfs-site.xml</exclude>
939               <exclude>mapred-queues.xml</exclude>
940               <exclude>mapred-site.xml</exclude>
941             </excludes>
942           </configuration>
943         </plugin>
944         <plugin>
945           <!-- excludes are inherited -->
946           <groupId>org.apache.rat</groupId>
947           <artifactId>apache-rat-plugin</artifactId>
948           <configuration>
949             <excludes>
950               <exclude>**/*.versionsBackup</exclude>
951               <exclude>**/*.log</exclude>
952               <exclude>**/.*</exclude>
953               <exclude>**/*.tgz</exclude>
954               <exclude>**/*.orig</exclude>
955               <exclude>**/0000000000000016310</exclude>
956               <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
957               <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
958               <exclude>**/.idea/**</exclude>
959               <exclude>**/*.iml</exclude>
960               <exclude>**/CHANGES.txt</exclude>
961               <exclude>**/generated/**</exclude>
962               <exclude>**/gen-*/**</exclude>
963               <!-- No material contents -->
964               <exclude>conf/regionservers</exclude>
965               <exclude>**/*.avpr</exclude>
966               <exclude>**/*.svg</exclude>
967               <!-- non-standard notice file from jruby included by reference -->
968               <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
969               <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
970               <exclude>**/src/main/asciidoc/hbase.css</exclude>
971               <!-- MIT https://jquery.org/license -->
972               <exclude>**/jquery.min.js</exclude>
973               <exclude>**/jquery.tablesorter.min.js</exclude>
974               <exclude>**/parser-date-iso8601.min.js</exclude>
975               <!-- MIT: bootstrap -->
976               <exclude>**/src/main/resources/hbase-webapps/static/*/bootstrap*</exclude>
977               <!-- vector graphics -->
978               <exclude>**/*.vm</exclude>
979               <!-- apache doxia generated -->
980               <exclude>**/control</exclude>
981               <exclude>**/conffile</exclude>
982               <!-- auto-gen docs -->
983               <exclude>docs/*</exclude>
984               <exclude>logs/*</exclude>
985               <!--  exclude source control files -->
986               <exclude>.git/**</exclude>
987               <exclude>.svn/**</exclude>
988               <exclude>**/.settings/**</exclude>
989               <exclude>**/patchprocess/**</exclude>
990               <exclude>src/site/resources/repo/**</exclude>
991               <exclude>**/dependency-reduced-pom.xml</exclude>
992               <exclude>**/rat.txt</exclude>
993               <!-- exclude the shaded protobuf files -->
994               <exclude>**/shaded/com/google/protobuf/**</exclude>
995               <exclude>**/src/main/patches/**</exclude>
996               <exclude>**/vote.tmpl</exclude>
997               <!-- gzipped list of S3N URIs for hbase-it -->
998               <exclude>**/CC-MAIN-2021-10-warc.paths.gz</exclude>
999             </excludes>
1000           </configuration>
1001         </plugin>
1002         <plugin>
1003           <artifactId>maven-assembly-plugin</artifactId>
1004           <configuration>
1005             <!--Defer to the hbase-assembly sub-module.  It
1006              does all assembly-->
1007             <skipAssembly>true</skipAssembly>
1008           </configuration>
1009         </plugin>
1010         <plugin>
1011           <groupId>org.xolstice.maven.plugins</groupId>
1012           <artifactId>protobuf-maven-plugin</artifactId>
1013           <version>${protobuf.plugin.version}</version>
1014           <configuration>
1015             <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
1016             <clearOutputDirectory>false</clearOutputDirectory>
1017             <checkStaleness>true</checkStaleness>
1018           </configuration>
1019         </plugin>
1020         <plugin>
1021           <!-- Approach followed here is roughly the same as mentioned here:
1022           https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
1023           -->
1024           <groupId>org.apache.maven.plugins</groupId>
1025           <artifactId>maven-checkstyle-plugin</artifactId>
1026           <version>${maven.checkstyle.version}</version>
1027           <dependencies>
1028             <dependency>
1029               <groupId>org.apache.hbase</groupId>
1030               <artifactId>hbase-checkstyle</artifactId>
1031               <version>${project.version}</version>
1032             </dependency>
1033             <dependency>
1034               <groupId>com.puppycrawl.tools</groupId>
1035               <artifactId>checkstyle</artifactId>
1036               <version>${checkstyle.version}</version>
1037             </dependency>
1038           </dependencies>
1039           <configuration>
1040             <configLocation>hbase/checkstyle.xml</configLocation>
1041             <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
1042             <includeTestSourceDirectory>true</includeTestSourceDirectory>
1043           </configuration>
1044         </plugin>
1045         <plugin>
1046           <groupId>net.revelc.code</groupId>
1047           <artifactId>warbucks-maven-plugin</artifactId>
1048           <version>${maven.warbucks.version}</version>
1049           <configuration>
1050             <ignoreRuleFailures>false</ignoreRuleFailures>
1051             <rules>
1052               <rule>
1053                 <!-- exclude the generated java files -->
1054                 <classPattern>(?!.*(.generated.|.tmpl.|\$)).*</classPattern>
1055                 <includeTestClasses>false</includeTestClasses>
1056                 <includePublicClasses>true</includePublicClasses>
1057                 <includePackagePrivateClasses>false</includePackagePrivateClasses>
1058                 <includeProtectedClasses>false</includeProtectedClasses>
1059                 <includePrivateClasses>false</includePrivateClasses>
1060                 <classAnnotationPattern>org[.]apache[.]yetus[.]audience[.]InterfaceAudience.*</classAnnotationPattern>
1061               </rule>
1062             </rules>
1063           </configuration>
1064           <executions>
1065             <execution>
1066               <id>run-warbucks</id>
1067               <goals>
1068                 <goal>check</goal><!-- runs at process-test-classes phase -->
1069               </goals>
1070             </execution>
1071           </executions>
1072         </plugin>
1073         <plugin>
1074           <groupId>org.apache.maven.plugins</groupId>
1075           <artifactId>maven-enforcer-plugin</artifactId>
1076           <version>${enforcer.version}</version>
1077           <dependencies>
1078             <dependency>
1079               <groupId>org.codehaus.mojo</groupId>
1080               <artifactId>extra-enforcer-rules</artifactId>
1081               <version>${extra.enforcer.version}</version>
1082             </dependency>
1083             <dependency>
1084               <groupId>de.skuzzle.enforcer</groupId>
1085               <artifactId>restrict-imports-enforcer-rule</artifactId>
1086               <version>${restrict-imports.enforcer.version}</version>
1087             </dependency>
1088           </dependencies>
1089         </plugin>
1090         <plugin>
1091           <groupId>org.apache.maven.plugins</groupId>
1092           <artifactId>maven-gpg-plugin</artifactId>
1093           <version>${maven.gpg.version}</version>
1094         </plugin>
1095       </plugins>
1096     </pluginManagement>
1097     <plugins>
1098       <plugin>
1099         <groupId>org.codehaus.mojo</groupId>
1100         <artifactId>build-helper-maven-plugin</artifactId>
1101         <executions>
1102           <execution>
1103             <id>negate-license-bundles-property</id>
1104             <goals>
1105               <goal>bsh-property</goal>
1106             </goals>
1107             <configuration>
1108               <source>skip.license.check = !${license.bundles.dependencies};</source>
1109               <properties>
1110                 <property>skip.license.check</property>
1111               </properties>
1112             </configuration>
1113           </execution>
1114           <!-- sets where to find the generated LICENSE files -->
1115           <execution>
1116             <id>create-license-file-path-property</id>
1117             <goals>
1118               <goal>regex-property</goal>
1119             </goals>
1120             <configuration>
1121               <name>license.aggregate.path</name>
1122               <value>${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE</value>
1123               <regex>\\</regex>
1124               <replacement>/</replacement>
1125               <failIfNoMatch>false</failIfNoMatch>
1126             </configuration>
1127           </execution>
1128         </executions>
1129       </plugin>
1130       <plugin>
1131         <groupId>org.apache.maven.plugins</groupId>
1132         <artifactId>maven-enforcer-plugin</artifactId>
1133         <executions>
1134           <execution>
1135             <id>display-info</id>
1136             <phase>initialize</phase>
1137             <goals>
1138               <goal>display-info</goal>
1139             </goals>
1140             <inherited>false</inherited>
1141           </execution>
1142           <execution>
1143             <id>hadoop-profile-min-maven-min-java-banned-xerces</id>
1144             <goals>
1145               <goal>enforce</goal>
1146             </goals>
1147             <configuration>
1148               <rules>
1149                 <!-- Help people activate profiles correctly -->
1150                 <evaluateBeanshell>
1151                   <condition>System.getProperty("hadoop-profile", "").isEmpty()</condition>
1152                   <message>The hadoop-profile property is unused, did you mean to set hadoop.profile instead?</message>
1153                 </evaluateBeanshell>
1154                 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
1155                 <requireMavenVersion>
1156                   <version>[${maven.min.version},)</version>
1157                   <message>Maven is out of date.
1158   HBase requires at least version ${maven.min.version} of Maven to properly build from source.
1159   You appear to be using an older version. You can use either "mvn -version" or
1160   "mvn enforcer:display-info" to verify what version is active.
1161   See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1162                   </message>
1163                 </requireMavenVersion>
1164                 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
1165                 <requireJavaVersion>
1166                   <version>[${java.min.version},)</version>
1167                   <message>Java is out of date.
1168   HBase requires at least version ${java.min.version} of the JDK to properly build from source.
1169   You appear to be using an older version. You can use either "mvn -version" or
1170   "mvn enforcer:display-info" to verify what version is active.
1171   See the reference guide on building for more information: https://hbase.apache.org/book.html#build
1172                   </message>
1173                 </requireJavaVersion>
1174                 <bannedDependencies>
1175                   <excludes>
1176                     <exclude>xerces:xercesImpl</exclude>
1177                   </excludes>
1178                   <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
1179                 </bannedDependencies>
1180               </rules>
1181             </configuration>
1182           </execution>
1183           <execution>
1184             <id>banned-jsr305</id>
1185             <goals>
1186               <goal>enforce</goal>
1187             </goals>
1188             <configuration>
1189               <rules>
1190                 <bannedDependencies>
1191                   <excludes>
1192                     <exclude>com.google.code.findbugs:jsr305</exclude>
1193                   </excludes>
1194                   <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
1195                 </bannedDependencies>
1196               </rules>
1197             </configuration>
1198           </execution>
1199           <execution>
1200             <id>banned-scala</id>
1201             <goals>
1202               <goal>enforce</goal>
1203             </goals>
1204             <configuration>
1205               <rules>
1206                 <bannedDependencies>
1207                   <excludes>
1208                     <exclude>org.scala-lang:scala-library</exclude>
1209                   </excludes>
1210                   <message>We don't allow Scala, see HBASE-13992.</message>
1211                 </bannedDependencies>
1212               </rules>
1213             </configuration>
1214           </execution>
1215           <execution>
1216             <id>banned-commons-logging</id>
1217             <goals>
1218               <goal>enforce</goal>
1219             </goals>
1220             <configuration>
1221               <rules>
1222                 <bannedDependencies>
1223                   <excludes>
1224                     <exclude>commons-logging:commons-logging</exclude>
1225                   </excludes>
1226                   <message>
1227                     We don't use commons-logging any more, so do not depend on it directly.
1228                   </message>
1229                   <searchTransitive>false</searchTransitive>
1230                 </bannedDependencies>
1231               </rules>
1232             </configuration>
1233           </execution>
1234           <execution>
1235             <id>banned-other-logging-framework</id>
1236             <goals>
1237               <goal>enforce</goal>
1238             </goals>
1239             <configuration>
1240               <rules>
1241                 <bannedDependencies>
1242                   <excludes>
1243                     <exclude>log4j:*</exclude>
1244                     <exclude>org.slf4j:slf4j-log4j12</exclude>
1245                     <exclude>ch.qos.reload4j:*</exclude>
1246                     <exclude>org.slf4j:slf4j-reload4j</exclude>
1247                     <exclude>ch.qos.logback:*</exclude>
1248                   </excludes>
1249                   <message>
1250                     We do not allow other logging frameworks as now we use log4j2
1251                   </message>
1252                 </bannedDependencies>
1253               </rules>
1254             </configuration>
1255           </execution>
1256           <execution>
1257             <id>banned-jetty</id>
1258             <goals>
1259               <goal>enforce</goal>
1260             </goals>
1261             <configuration>
1262               <rules>
1263                 <bannedDependencies>
1264                   <excludes>
1265                     <exclude>org.eclipse.jetty:**</exclude>
1266                   </excludes>
1267                   <message>
1268                     Use shaded jetty instead
1269                   </message>
1270                   <searchTransitive>false</searchTransitive>
1271                 </bannedDependencies>
1272               </rules>
1273             </configuration>
1274           </execution>
1275           <execution>
1276             <id>banned-jersey</id>
1277             <goals>
1278               <goal>enforce</goal>
1279             </goals>
1280             <configuration>
1281               <rules>
1282                 <bannedDependencies>
1283                   <excludes>
1284                     <exclude>org.glassfish.jersey.containers:**</exclude>
1285                     <exclude>org.glassfish.jersey.core:**</exclude>
1286                   </excludes>
1287                   <message>
1288                     Use shaded jersey instead
1289                   </message>
1290                   <searchTransitive>false</searchTransitive>
1291                 </bannedDependencies>
1292               </rules>
1293             </configuration>
1294           </execution>
1295           <execution>
1296             <id>banned-htrace</id>
1297             <goals>
1298               <goal>enforce</goal>
1299             </goals>
1300             <configuration>
1301               <rules>
1302                 <bannedDependencies>
1303                   <excludes>
1304                     <exclude>org.apache.htrace:**</exclude>
1305                   </excludes>
1306                   <message>
1307                     Use OpenTelemetry instead
1308                   </message>
1309                   <searchTransitive>false</searchTransitive>
1310                 </bannedDependencies>
1311               </rules>
1312             </configuration>
1313           </execution>
1314           <execution>
1315             <id>check-aggregate-license</id>
1316             <!-- must check after LICENSE is built at 'generate-resources' -->
1317             <phase>process-resources</phase>
1318             <goals>
1319               <goal>enforce</goal>
1320             </goals>
1321             <configuration>
1322               <rules>
1323                 <evaluateBeanshell>
1324                   <condition>
1325                     File license = new File("${license.aggregate.path}");
1327                     // Beanshell does not support try-with-resources,
1328                     // so we must close this scanner manually
1329                     Scanner scanner = new Scanner(license);
1331                     while (scanner.hasNextLine()) {
1332                       if (scanner.nextLine().startsWith("ERROR:")) {
1333                         scanner.close();
1334                         return false;
1335                       }
1336                     }
1337                     scanner.close();
1338                     return true;
1339                   </condition>
1340                   <message>
1341                     License errors detected, for more detail find ERROR in
1342                     ${license.aggregate.path}
1343                   </message>
1344                 </evaluateBeanshell>
1345               </rules>
1346               <skip>${skip.license.check}</skip>
1347             </configuration>
1348           </execution>
1349           <execution>
1350             <id>banned-illegal-imports</id>
1351             <phase>process-sources</phase>
1352             <goals>
1353               <goal>enforce</goal>
1354             </goals>
1355             <configuration>
1356               <rules>
1357                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1358                   <includeTestCode>true</includeTestCode>
1359                   <commentLineBufferSize>512</commentLineBufferSize>
1360                   <reason>Use SLF4j for logging</reason>
1361                   <bannedImports>
1362                     <bannedImport>org.apache.commons.logging.**</bannedImport>
1363                     <bannedImport>org.apache.log4j.**</bannedImport>
1364                     <bannedImport>org.apache.logging.log4j.**</bannedImport>
1365                   </bannedImports>
1366                 </restrictImports>
1367                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1368                   <includeTestCode>false</includeTestCode>
1369                   <commentLineBufferSize>512</commentLineBufferSize>
1370                   <reason>
1371                     Do not use log4j2 directly in code, see Log4jUtils in hbase-logging for more details.
1372                   </reason>
1373                   <bannedImports>
1374                     <bannedImport>org.apache.logging.log4j.**</bannedImport>
1375                   </bannedImports>
1376                 </restrictImports>
1377                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1378                   <includeTestCode>true</includeTestCode>
1379                   <commentLineBufferSize>512</commentLineBufferSize>
1380                   <reason>Use shaded version in hbase-thirdparty</reason>
1381                   <bannedImports>
1382                     <bannedImport>com.google.common.**</bannedImport>
1383                     <bannedImport>io.netty.**</bannedImport>
1384                     <bannedImport>org.apache.commons.cli.**</bannedImport>
1385                     <bannedImport>org.apache.commons.collections.**</bannedImport>
1386                     <bannedImport>org.apache.commons.collections4.**</bannedImport>
1387                   </bannedImports>
1388                 </restrictImports>
1389                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1390                   <includeTestCode>true</includeTestCode>
1391                   <commentLineBufferSize>512</commentLineBufferSize>
1392                   <reason>Do not use shaded classes from other dependencies</reason>
1393                   <bannedImports>
1394                     <bannedImport>org.apache.curator.shaded.**</bannedImport>
1395                     <bannedImport>org.apache.htrace.shaded.**</bannedImport>
1396                   </bannedImports>
1397                 </restrictImports>
1398                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1399                   <includeTestCode>true</includeTestCode>
1400                   <commentLineBufferSize>512</commentLineBufferSize>
1401                   <reason>Use shaded gson in hbase-thirdparty</reason>
1402                   <bannedImports>
1403                     <bannedImport>org.codehaus.jackson.**</bannedImport>
1404                   </bannedImports>
1405                 </restrictImports>
1406                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1407                   <includeTestCode>true</includeTestCode>
1408                   <commentLineBufferSize>512</commentLineBufferSize>
1409                   <reason>Use commons lang 3</reason>
1410                   <bannedImports>
1411                     <bannedImport>org.apache.commons.lang.**</bannedImport>
1412                   </bannedImports>
1413                 </restrictImports>
1414                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1415                   <includeTestCode>true</includeTestCode>
1416                   <commentLineBufferSize>512</commentLineBufferSize>
1417                   <reason>Use yetus IA and IS annotations</reason>
1418                   <bannedImports>
1419                     <bannedImport>org.apache.hadoop.classificatio.**</bannedImport>
1420                   </bannedImports>
1421                 </restrictImports>
1422                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1423                   <includeTestCode>true</includeTestCode>
1424                   <commentLineBufferSize>512</commentLineBufferSize>
1425                   <reason>Do not use htrace</reason>
1426                   <bannedImports>
1427                     <bannedImport>org.htrace.**</bannedImport>
1428                     <bannedImport>org.apache.htrace.**</bannedImport>
1429                   </bannedImports>
1430                 </restrictImports>
1431                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1432                   <includeTestCode>true</includeTestCode>
1433                   <commentLineBufferSize>512</commentLineBufferSize>
1434                   <reason>Use shaded jetty in hbase-thirdparty</reason>
1435                   <bannedImports>
1436                     <bannedImport>org.eclipse.jetty.**</bannedImport>
1437                   </bannedImports>
1438                 </restrictImports>
1439                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1440                   <includeTestCode>true</includeTestCode>
1441                   <commentLineBufferSize>512</commentLineBufferSize>
1442                   <reason>Use shaded jersey in hbase-thirdparty</reason>
1443                   <bannedImports>
1444                     <bannedImport>org.glassfish.jersey.**</bannedImport>
1445                   </bannedImports>
1446                 </restrictImports>
1447                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1448                   <includeTestCode>true</includeTestCode>
1449                   <commentLineBufferSize>512</commentLineBufferSize>
1450                   <reason>
1451                     You should never use this style of annotations(i.e, 'this is for test only')
1452                     in IA.Public or IA.LimitedPrivate classes. Use IA.Private to tell users this is
1453                     not for public use.
1454                     For IA.Private classes, use RestrictedApi annotation in error prone instead.
1455                   </reason>
1456                   <bannedImports>
1457                     <bannedImport>org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting</bannedImport>
1458                   </bannedImports>
1459                 </restrictImports>
1460                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1461                   <includeTestCode>true</includeTestCode>
1462                   <commentLineBufferSize>512</commentLineBufferSize>
1463                   <reason>Use shaded javax.ws.rs in hbase-thirdparty</reason>
1464                   <bannedImports>
1465                     <bannedImport>javax.ws.rs.**</bannedImport>
1466                   </bannedImports>
1467                 </restrictImports>
1468                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1469                   <includeTestCode>true</includeTestCode>
1470                   <commentLineBufferSize>512</commentLineBufferSize>
1471                   <reason>Use shaded jackson-jaxrs-json-provider in hbase-thirdparty</reason>
1472                   <bannedImports>
1473                     <bannedImport>com.fasterxml.jackson.jaxrs.**</bannedImport>
1474                   </bannedImports>
1475                 </restrictImports>
1476                 <restrictImports implementation="de.skuzzle.enforcer.restrictimports.rule.RestrictImports">
1477                   <includeTestCode>true</includeTestCode>
1478                   <commentLineBufferSize>512</commentLineBufferSize>
1479                   <reason>Use junit4 instead</reason>
1480                   <bannedImports>
1481                     <bannedImport>junit.framework.**</bannedImport>
1482                   </bannedImports>
1483                 </restrictImports>
1484               </rules>
1485             </configuration>
1486           </execution>
1487         </executions>
1488       </plugin>
1489       <!-- parent-module only plugins -->
1490       <plugin>
1491         <groupId>org.codehaus.mojo</groupId>
1492         <artifactId>xml-maven-plugin</artifactId>
1493         <version>${xml.maven.version}</version>
1494         <inherited>false</inherited>
1495         <executions>
1496           <execution>
1497             <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1498             <goals>
1499               <goal>transform</goal>
1500             </goals>
1501             <phase>site</phase>
1502           </execution>
1503         </executions>
1504         <configuration>
1505           <transformationSets>
1506             <!-- For asciidoc -->
1507             <transformationSet>
1508               <!--Reaching up and over into common sub-module for hbase-default.xml-->
1509               <dir>${basedir}/hbase-common/src/main/resources/</dir>
1510               <includes>
1511                 <include>hbase-default.xml</include>
1512               </includes>
1513               <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1514               <fileMappers>
1515                 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1516                   <pattern>^(.*)\.xml$</pattern>
1517                   <replacement>$1.adoc</replacement>
1518                 </fileMapper>
1519               </fileMappers>
1520               <outputDir>${basedir}/target/asciidoc</outputDir>
1521             </transformationSet>
1522           </transformationSets>
1523         </configuration>
1524       </plugin>
1525       <!-- Special configuration for spotbugs just in the parent so
1526       the filter file location can be more general (see definition in pluginManagement) -->
1527       <plugin>
1528         <groupId>com.github.spotbugs</groupId>
1529         <artifactId>spotbugs-maven-plugin</artifactId>
1530         <executions>
1531           <execution>
1532             <inherited>false</inherited>
1533             <goals>
1534               <goal>spotbugs</goal>
1535             </goals>
1536             <configuration>
1537               <excludeFilterFile>${basedir}/dev-support/spotbugs-exclude.xml</excludeFilterFile>
1538             </configuration>
1539           </execution>
1540         </executions>
1541       </plugin>
1542       <plugin>
1543         <groupId>org.apache.maven.plugins</groupId>
1544         <artifactId>maven-checkstyle-plugin</artifactId>
1545       </plugin>
1546       <plugin>
1547         <groupId>org.apache.maven.plugins</groupId>
1548         <artifactId>maven-site-plugin</artifactId>
1549         <dependencies>
1550           <dependency>
1551             <!-- add support for ssh/scp -->
1552             <groupId>org.apache.maven.wagon</groupId>
1553             <artifactId>wagon-ssh</artifactId>
1554             <version>${wagon.ssh.version}</version>
1555           </dependency>
1556         </dependencies>
1557         <configuration>
1558           <siteDirectory>${basedir}/src/site</siteDirectory>
1559           <customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
1560           <inputEncoding>UTF-8</inputEncoding>
1561           <outputEncoding>UTF-8</outputEncoding>
1562         </configuration>
1563       </plugin>
1564       <!-- For AsciiDoc docs building -->
1565       <plugin>
1566         <groupId>org.asciidoctor</groupId>
1567         <artifactId>asciidoctor-maven-plugin</artifactId>
1568         <version>${asciidoctor.plugin.version}</version>
1569         <inherited>false</inherited>
1570         <dependencies>
1571           <dependency>
1572             <groupId>org.asciidoctor</groupId>
1573             <artifactId>asciidoctorj-pdf</artifactId>
1574             <version>${asciidoctorj.pdf.version}</version>
1575           </dependency>
1576           <dependency>
1577             <groupId>org.jruby</groupId>
1578             <artifactId>jruby-complete</artifactId>
1579             <version>${jruby.version}</version>
1580           </dependency>
1581         </dependencies>
1582         <configuration>
1583           <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1584           <doctype>book</doctype>
1585           <attributes>
1586             <docVersion>${project.version}</docVersion>
1587             <imagesdir>images</imagesdir>
1588             <source-highlighter>coderay</source-highlighter>
1589           </attributes>
1590         </configuration>
1591         <executions>
1592           <execution>
1593             <id>output-html</id>
1594             <phase>site</phase>
1595             <goals>
1596               <goal>process-asciidoc</goal>
1597             </goals>
1598             <configuration>
1599               <attributes>
1600                 <stylesheet>hbase.css</stylesheet>
1601               </attributes>
1602               <backend>html5</backend>
1603             </configuration>
1604           </execution>
1605           <execution>
1606             <id>output-pdf</id>
1607             <phase>site</phase>
1608             <goals>
1609               <goal>process-asciidoc</goal>
1610             </goals>
1611             <configuration>
1612               <backend>pdf</backend>
1613               <attributes>
1614                 <pagenums/>
1615                 <toc/>
1616                 <idprefix/>
1617                 <idseparator>-</idseparator>
1618               </attributes>
1619             </configuration>
1620           </execution>
1621         </executions>
1622       </plugin>
1623       <plugin>
1624         <groupId>org.apache.maven.plugins</groupId>
1625         <artifactId>maven-resources-plugin</artifactId>
1626         <!--$NO-MVN-MAN-VER$ -->
1627         <inherited>false</inherited>
1628         <executions>
1629           <execution>
1630             <id>copy-htaccess</id>
1631             <goals>
1632               <goal>copy-resources</goal>
1633             </goals>
1634             <phase>site</phase>
1635             <configuration>
1636               <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1637               <resources>
1638                 <resource>
1639                   <directory>${basedir}/src/site/resources/</directory>
1640                   <includes>
1641                     <include>.htaccess</include>
1642                   </includes>
1643                 </resource>
1644               </resources>
1645             </configuration>
1646           </execution>
1647           <!-- needed to make the redirect above work -->
1648           <execution>
1649             <id>copy-empty-book-dir</id>
1650             <goals>
1651               <goal>copy-resources</goal>
1652             </goals>
1653             <phase>site</phase>
1654             <configuration>
1655               <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1656               <resources>
1657                 <resource>
1658                   <directory>${basedir}/src/site/resources/</directory>
1659                   <includes>
1660                     <include>book/**</include>
1661                   </includes>
1662                 </resource>
1663               </resources>
1664             </configuration>
1665           </execution>
1666         </executions>
1667         <configuration>
1668           <escapeString>\</escapeString>
1669         </configuration>
1670       </plugin>
1671       <plugin>
1672         <groupId>org.apache.maven.plugins</groupId>
1673         <artifactId>maven-antrun-plugin</artifactId>
1674         <version>${maven.antrun.version}</version>
1675         <inherited>false</inherited>
1676         <!-- Rename the book.pdf generated by asciidoctor -->
1677         <executions>
1678           <execution>
1679             <id>rename-pdf</id>
1680             <phase>site</phase>
1681             <configuration>
1682               <target name="rename file">
1683                 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1684               </target>
1685             </configuration>
1686             <goals>
1687               <goal>run</goal>
1688             </goals>
1689           </execution>
1690         </executions>
1691       </plugin>
1692       <plugin>
1693         <groupId>org.codehaus.mojo</groupId>
1694         <artifactId>buildnumber-maven-plugin</artifactId>
1695         <executions>
1696           <execution>
1697             <phase>validate</phase>
1698             <goals>
1699               <goal>create-timestamp</goal>
1700             </goals>
1701           </execution>
1702         </executions>
1703         <configuration>
1704           <timestampFormat>yyyy</timestampFormat>
1705           <timestampPropertyName>build.year</timestampPropertyName>
1706         </configuration>
1707       </plugin>
1708       <plugin>
1709         <groupId>org.apache.felix</groupId>
1710         <artifactId>maven-bundle-plugin</artifactId>
1711         <version>${maven.bundle.version}</version>
1712         <inherited>true</inherited>
1713         <extensions>true</extensions>
1714       </plugin>
1715     </plugins>
1716   </build>
1717   <properties>
1718     <!-- override on command line to have generated LICENSE files include
1719          diagnostic info for verifying notice requirements -->
1720     <license.debug.print.included>false</license.debug.print.included>
1721     <!-- When a particular module bundles its depenendencies, should be true -->
1722     <license.bundles.dependencies>false</license.bundles.dependencies>
1723     <!-- modules that include a the logo in their source tree should set true -->
1724     <license.bundles.logo>false</license.bundles.logo>
1725     <!-- modules that include bootstrap in their source tree should set true -->
1726     <license.bundles.bootstrap>false</license.bundles.bootstrap>
1727     <!-- modules that include jquery in their source tree should set true -->
1728     <license.bundles.jquery>false</license.bundles.jquery>
1729     <tar.name>${project.build.finalName}.tar.gz</tar.name>
1730     <maven.build.timestamp.format>
1731       yyyy-MM-dd'T'HH:mm
1732     </maven.build.timestamp.format>
1733     <buildDate>${maven.build.timestamp}</buildDate>
1734     <compileSource>1.8</compileSource>
1735     <releaseTarget>8</releaseTarget>
1736     <!-- Build dependencies -->
1737     <maven.min.version>3.0.4</maven.min.version>
1738     <java.min.version>${compileSource}</java.min.version>
1739     <!-- Dependencies -->
1740     <hadoop-three.version>3.1.2</hadoop-three.version>
1741     <!-- These must be defined here for downstream build tools that don't look at profiles.
1742     -->
1743     <hadoop.version>${hadoop-three.version}</hadoop.version>
1744     <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
1745     <!--This property is for hadoops netty. HBase netty
1746          comes in via hbase-thirdparty hbase-shaded-netty-->
1747     <netty.hadoop.version>3.10.5.Final</netty.hadoop.version>
1748     <!-- end HBASE-15925 default hadoop compatibility values -->
1749     <audience-annotations.version>0.5.0</audience-annotations.version>
1750     <avro.version>1.7.7</avro.version>
1751     <caffeine.version>2.8.1</caffeine.version>
1752     <commons-codec.version>1.13</commons-codec.version>
1753     <commons-validator.version>1.6</commons-validator.version>
1754     <commons-io.version>2.11.0</commons-io.version>
1755     <commons-lang3.version>3.9</commons-lang3.version>
1756     <commons-math.version>3.6.1</commons-math.version>
1757     <disruptor.version>3.4.2</disruptor.version>
1758     <!-- Updating the httpclient will break hbase-rest. It writes out URLs with '//' in it
1759       especially when writing out 'no column families'. Later httpclients collapse the '//'
1760       into single '/' as double-slash is not legal in an URL. Breaks #testDelete in
1761       TestRemoteTable. -->
1762     <httpclient.version>4.5.3</httpclient.version>
1763     <httpcore.version>4.4.13</httpcore.version>
1764     <metrics-core.version>3.2.6</metrics-core.version>
1765     <jackson.version>2.13.1</jackson.version>
1766     <jackson.databind.version>2.13.1</jackson.databind.version>
1767     <jaxb-api.version>2.3.1</jaxb-api.version>
1768     <servlet.api.version>3.1.0</servlet.api.version>
1769     <wx.rs.api.version>2.1.1</wx.rs.api.version>
1770     <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
1771     <glassfish.el.version>3.0.1-b08</glassfish.el.version>
1772     <jruby.version>9.2.13.0</jruby.version>
1773     <junit.version>4.13.2</junit.version>
1774     <hamcrest.version>1.3</hamcrest.version>
1775     <opentelemetry.version>1.0.1</opentelemetry.version>
1776     <opentelemetry-javaagent.version>1.0.1</opentelemetry-javaagent.version>
1777     <log4j2.version>2.17.2</log4j2.version>
1778     <mockito-core.version>2.28.2</mockito-core.version>
1779     <protobuf.plugin.version>0.6.1</protobuf.plugin.version>
1780     <thrift.path>thrift</thrift.path>
1781     <thrift.version>0.14.1</thrift.version>
1782     <zookeeper.version>3.5.7</zookeeper.version>
1783     <jline.version>2.11</jline.version>
1784     <slf4j.version>1.7.30</slf4j.version>
1785     <clover.version>4.0.3</clover.version>
1786     <jamon-runtime.version>2.4.1</jamon-runtime.version>
1787     <jettison.version>1.3.8</jettison.version>
1788     <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1789     <joni.version>2.1.31</joni.version>
1790     <jcodings.version>1.0.55</jcodings.version>
1791     <spy.version>2.12.2</spy.version>
1792     <bouncycastle.version>1.60</bouncycastle.version>
1793     <kerby.version>1.0.1</kerby.version>
1794     <commons-crypto.version>1.0.0</commons-crypto.version>
1795     <curator.version>4.2.0</curator.version>
1796     <!-- Plugin Dependencies -->
1797     <asciidoctor.plugin.version>2.1.0</asciidoctor.plugin.version>
1798     <asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
1799     <build.helper.maven.version>3.0.0</build.helper.maven.version>
1800     <buildnumber.maven.version>1.4</buildnumber.maven.version>
1801     <!--
1802       When updating checkstyle.version, please make the same change in `.idea/checkstyle-idea.xml`
1803     -->
1804     <checkstyle.version>8.28</checkstyle.version>
1805     <exec.maven.version>1.6.0</exec.maven.version>
1806     <error-prone.version>2.10.0</error-prone.version>
1807     <jamon.plugin.version>2.4.2</jamon.plugin.version>
1808     <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1809     <maven.antrun.version>1.8</maven.antrun.version>
1810     <maven.bundle.version>3.3.0</maven.bundle.version>
1811     <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
1812     <maven.eclipse.version>2.10</maven.eclipse.version>
1813     <maven.gpg.version>3.0.1</maven.gpg.version>
1814     <maven.javadoc.version>3.2.0</maven.javadoc.version>
1815     <maven.warbucks.version>1.1.0</maven.warbucks.version>
1816     <maven.project.info.report.version>3.1.2</maven.project.info.report.version>
1817     <os.maven.version>1.5.0.Final</os.maven.version>
1818     <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
1819     <spotbugs.version>4.2.2</spotbugs.version>
1820     <spotbugs.maven.version>4.2.0</spotbugs.maven.version>
1821     <surefire.version>3.0.0-M4</surefire.version>
1822     <wagon.ssh.version>2.12</wagon.ssh.version>
1823     <xml.maven.version>1.0.1</xml.maven.version>
1824     <!-- compression -->
1825     <aircompressor.version>0.21</aircompressor.version>
1826     <lz4.version>1.8.0</lz4.version>
1827     <snappy.version>1.1.8.4</snappy.version>
1828     <xz.version>1.9</xz.version>
1829     <zstd-jni.version>1.5.0-4</zstd-jni.version>
1830     <hbase-thirdparty.version>4.1.0</hbase-thirdparty.version>
1831     <!-- Intraproject jar naming properties -->
1832     <!-- TODO this is pretty ugly, but works for the moment.
1833       Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1834     <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1835     <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1836     <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1837     <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1838     <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1839     <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
1840     <zookeeper.test.jar>hbase-zookeeper-${project.version}-tests.jar</zookeeper.test.jar>
1841     <asyncfs.test.jar>hbase-asyncfs-${project.version}-tests.jar</asyncfs.test.jar>
1842     <shell-executable>bash</shell-executable>
1843     <surefire.provider>surefire-junit47</surefire.provider>
1844     <!-- default: run small & medium, medium with 2 threads -->
1845     <surefire.skipFirstPart>false</surefire.skipFirstPart>
1846     <surefire.skipSecondPart>false</surefire.skipSecondPart>
1847       <!-- Fork count varies w/ CPU count. Setting is conservative mostly determined
1848         by what apache jenkins nightly builds will tolerate (See HBASE-24072). Up this
1849       value is you want to burn through tests faster (could make for more failures
1850       if more contention around resources). There is a matching MAVEN_ARG
1851       in our yetus personality where we set the maven -T command to 0.25C too.
1852       For example, to run at a rate that is more furious than our 0.25C, do
1853       something like this:
1854          f="0.5C" ;  mvn -T$f -Dsurefire.firstPartForkCount=$f -Dsurefire.secondPartForkCount=$f test -PrunAllTests
1855     -->
1856     <surefire.firstPartForkCount>0.25C</surefire.firstPartForkCount>
1857     <surefire.secondPartForkCount>0.25C</surefire.secondPartForkCount>
1858     <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1859     <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1860     <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1861     <test.output.tofile>true</test.output.tofile>
1862     <surefire.timeout>900</surefire.timeout>
1863     <test.exclude.pattern></test.exclude.pattern>
1864     <!--
1865       Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value.
1866       This value is managed separately for jdk11. See below.
1867     -->
1868     <surefire.Xmx>2200m</surefire.Xmx>
1869     <surefire.cygwinXmx>2200m</surefire.cygwinXmx>
1870     <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1872       And for netty eventloops that have no explicit configuration, netty sets
1873       nioeventloopgroup thread count to CPU count * 2. Thats too much for mini
1874       clusters/tests.
1875      -->
1876     <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1877       -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1878       -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
1879       -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1880       -Dio.netty.eventLoopThreads=3
1881     </hbase-surefire.argLine>
1882     <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1883       -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1884       "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1885       -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
1886     </hbase-surefire.cygwin-argLine>
1887     <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1888     <argLine>${hbase-surefire.argLine}</argLine>
1889     <jacoco.version>0.7.5.201505241946</jacoco.version>
1890     <extra.enforcer.version>1.5.1</extra.enforcer.version>
1891     <enforcer.version>3.0.0</enforcer.version>
1892     <restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
1893     <!-- Location of test resources -->
1894     <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1895     <test.tmp.dir>${project.build.directory}</test.tmp.dir>
1896     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1897     <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1898         Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1899         this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1900     <build.id>${maven.build.timestamp}</build.id>
1901     <shell-executable>bash</shell-executable>
1902     <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used.
1903          property as of javadoc-plugin 3.0.0 -->
1904     <doclint>none</doclint>
1905   </properties>
1906   <!-- Sorted by groups of dependencies then groupId and artifactId -->
1907   <dependencyManagement>
1908     <dependencies>
1909       <!--
1910       Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1911           org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1912           the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1913           implementation of the same, because Hadoop also uses this version
1914           javax.servlet:jsp-api in favour of javax.servlet.jsp:javax.servlet.jsp-api:2.3.1 since it
1915           is what glassfish's jspC jar uses and that's where we get our own need for a jsp-api.
1916         -->
1917       <!-- Intra-module dependencies -->
1918       <dependency>
1919         <groupId>org.apache.hbase</groupId>
1920         <artifactId>hbase-annotations</artifactId>
1921         <version>${project.version}</version>
1922         <type>test-jar</type>
1923         <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1924       </dependency>
1925       <dependency>
1926         <artifactId>hbase-backup</artifactId>
1927         <groupId>org.apache.hbase</groupId>
1928         <version>${project.version}</version>
1929       </dependency>
1930       <dependency>
1931         <groupId>org.apache.hbase</groupId>
1932         <artifactId>hbase-common</artifactId>
1933         <version>${project.version}</version>
1934       </dependency>
1935       <dependency>
1936         <groupId>org.apache.hbase</groupId>
1937         <artifactId>hbase-common</artifactId>
1938         <version>${project.version}</version>
1939         <type>test-jar</type>
1940         <scope>test</scope>
1941       </dependency>
1942       <dependency>
1943         <groupId>org.apache.hbase</groupId>
1944         <artifactId>hbase-logging</artifactId>
1945         <version>${project.version}</version>
1946       </dependency>
1947       <dependency>
1948         <groupId>org.apache.hbase</groupId>
1949         <artifactId>hbase-logging</artifactId>
1950         <version>${project.version}</version>
1951         <type>test-jar</type>
1952         <scope>test</scope>
1953       </dependency>
1954       <dependency>
1955         <groupId>org.apache.hbase</groupId>
1956         <artifactId>hbase-protocol-shaded</artifactId>
1957         <version>${project.version}</version>
1958       </dependency>
1959       <dependency>
1960         <groupId>org.apache.hbase</groupId>
1961         <artifactId>hbase-procedure</artifactId>
1962         <version>${project.version}</version>
1963       </dependency>
1964       <dependency>
1965         <groupId>org.apache.hbase</groupId>
1966         <artifactId>hbase-procedure</artifactId>
1967         <version>${project.version}</version>
1968         <type>test-jar</type>
1969       </dependency>
1970       <dependency>
1971         <groupId>org.apache.hbase</groupId>
1972         <artifactId>hbase-hadoop-compat</artifactId>
1973         <version>${project.version}</version>
1974       </dependency>
1975       <dependency>
1976         <groupId>org.apache.hbase</groupId>
1977         <artifactId>hbase-hadoop-compat</artifactId>
1978         <version>${project.version}</version>
1979         <type>test-jar</type>
1980         <scope>test</scope>
1981       </dependency>
1982       <dependency>
1983         <artifactId>hbase-replication</artifactId>
1984         <groupId>org.apache.hbase</groupId>
1985         <version>${project.version}</version>
1986       </dependency>
1987       <dependency>
1988         <artifactId>hbase-balancer</artifactId>
1989         <groupId>org.apache.hbase</groupId>
1990         <version>${project.version}</version>
1991       </dependency>
1992       <dependency>
1993         <artifactId>hbase-balancer</artifactId>
1994         <groupId>org.apache.hbase</groupId>
1995         <version>${project.version}</version>
1996         <type>test-jar</type>
1997         <scope>test</scope>
1998       </dependency>
1999       <dependency>
2000         <artifactId>hbase-http</artifactId>
2001         <groupId>org.apache.hbase</groupId>
2002         <version>${project.version}</version>
2003       </dependency>
2004       <dependency>
2005         <artifactId>hbase-http</artifactId>
2006         <groupId>org.apache.hbase</groupId>
2007         <version>${project.version}</version>
2008         <type>test-jar</type>
2009         <scope>test</scope>
2010       </dependency>
2011       <dependency>
2012         <artifactId>hbase-server</artifactId>
2013         <groupId>org.apache.hbase</groupId>
2014         <version>${project.version}</version>
2015       </dependency>
2016       <dependency>
2017         <artifactId>hbase-server</artifactId>
2018         <groupId>org.apache.hbase</groupId>
2019         <version>${project.version}</version>
2020         <type>test-jar</type>
2021         <scope>test</scope>
2022       </dependency>
2023       <dependency>
2024         <artifactId>hbase-mapreduce</artifactId>
2025         <groupId>org.apache.hbase</groupId>
2026         <version>${project.version}</version>
2027       </dependency>
2028       <dependency>
2029         <artifactId>hbase-mapreduce</artifactId>
2030         <groupId>org.apache.hbase</groupId>
2031         <version>${project.version}</version>
2032         <type>test-jar</type>
2033         <scope>test</scope>
2034       </dependency>
2035       <dependency>
2036         <artifactId>hbase-endpoint</artifactId>
2037         <groupId>org.apache.hbase</groupId>
2038         <version>${project.version}</version>
2039       </dependency>
2040       <dependency>
2041         <artifactId>hbase-shell</artifactId>
2042         <groupId>org.apache.hbase</groupId>
2043         <version>${project.version}</version>
2044       </dependency>
2045       <dependency>
2046         <artifactId>hbase-shell</artifactId>
2047         <groupId>org.apache.hbase</groupId>
2048         <version>${project.version}</version>
2049         <type>test-jar</type>
2050         <scope>test</scope>
2051       </dependency>
2052       <dependency>
2053         <artifactId>hbase-thrift</artifactId>
2054         <groupId>org.apache.hbase</groupId>
2055         <version>${project.version}</version>
2056       </dependency>
2057       <dependency>
2058         <artifactId>hbase-thrift</artifactId>
2059         <groupId>org.apache.hbase</groupId>
2060         <version>${project.version}</version>
2061         <type>test-jar</type>
2062         <scope>test</scope>
2063       </dependency>
2064       <dependency>
2065         <groupId>org.apache.hbase</groupId>
2066         <artifactId>hbase-testing-util</artifactId>
2067         <version>${project.version}</version>
2068         <scope>test</scope>
2069       </dependency>
2070       <dependency>
2071         <artifactId>hbase-examples</artifactId>
2072         <groupId>org.apache.hbase</groupId>
2073         <version>${project.version}</version>
2074       </dependency>
2075       <dependency>
2076         <groupId>org.apache.hbase</groupId>
2077         <artifactId>hbase-external-blockcache</artifactId>
2078         <version>${project.version}</version>
2079       </dependency>
2080       <dependency>
2081         <artifactId>hbase-it</artifactId>
2082         <groupId>org.apache.hbase</groupId>
2083         <version>${project.version}</version>
2084         <type>test-jar</type>
2085         <scope>test</scope>
2086       </dependency>
2087       <dependency>
2088         <artifactId>hbase-client</artifactId>
2089         <groupId>org.apache.hbase</groupId>
2090         <version>${project.version}</version>
2091       </dependency>
2092       <dependency>
2093         <artifactId>hbase-client</artifactId>
2094         <groupId>org.apache.hbase</groupId>
2095         <version>${project.version}</version>
2096         <type>test-jar</type>
2097         <scope>test</scope>
2098       </dependency>
2099       <dependency>
2100         <artifactId>hbase-metrics-api</artifactId>
2101         <groupId>org.apache.hbase</groupId>
2102         <version>${project.version}</version>
2103       </dependency>
2104       <dependency>
2105         <artifactId>hbase-metrics-api</artifactId>
2106         <groupId>org.apache.hbase</groupId>
2107         <version>${project.version}</version>
2108         <type>test-jar</type>
2109         <scope>test</scope>
2110       </dependency>
2111       <dependency>
2112         <artifactId>hbase-metrics</artifactId>
2113         <groupId>org.apache.hbase</groupId>
2114         <version>${project.version}</version>
2115       </dependency>
2116       <dependency>
2117         <artifactId>hbase-metrics</artifactId>
2118         <groupId>org.apache.hbase</groupId>
2119         <version>${project.version}</version>
2120         <type>test-jar</type>
2121         <scope>test</scope>
2122       </dependency>
2123       <dependency>
2124         <artifactId>hbase-rest</artifactId>
2125         <groupId>org.apache.hbase</groupId>
2126         <version>${project.version}</version>
2127       </dependency>
2128       <dependency>
2129         <artifactId>hbase-resource-bundle</artifactId>
2130         <groupId>org.apache.hbase</groupId>
2131         <version>${project.version}</version>
2132       </dependency>
2133       <dependency>
2134         <artifactId>hbase-zookeeper</artifactId>
2135         <groupId>org.apache.hbase</groupId>
2136         <version>${project.version}</version>
2137         <exclusions>
2138           <exclusion>
2139             <groupId>com.google.code.findbugs</groupId>
2140             <artifactId>jsr305</artifactId>
2141           </exclusion>
2142           <exclusion>
2143             <groupId>com.github.spotbugs</groupId>
2144             <artifactId>spotbugs-annotations</artifactId>
2145           </exclusion>
2146         </exclusions>
2147       </dependency>
2148       <dependency>
2149         <artifactId>hbase-zookeeper</artifactId>
2150         <groupId>org.apache.hbase</groupId>
2151         <version>${project.version}</version>
2152         <type>test-jar</type>
2153         <scope>test</scope>
2154       </dependency>
2155       <dependency>
2156         <artifactId>hbase-hbtop</artifactId>
2157         <groupId>org.apache.hbase</groupId>
2158         <version>${project.version}</version>
2159       </dependency>
2160       <dependency>
2161         <groupId>org.apache.hbase</groupId>
2162         <artifactId>hbase-shaded-client</artifactId>
2163         <version>${project.version}</version>
2164       </dependency>
2165       <dependency>
2166         <groupId>org.apache.hbase</groupId>
2167         <artifactId>hbase-shaded-client-byo-hadoop</artifactId>
2168         <version>${project.version}</version>
2169       </dependency>
2170       <dependency>
2171         <groupId>org.apache.hbase</groupId>
2172         <artifactId>hbase-shaded-mapreduce</artifactId>
2173         <version>${project.version}</version>
2174       </dependency>
2175       <dependency>
2176         <groupId>org.apache.hbase</groupId>
2177         <artifactId>hbase-asyncfs</artifactId>
2178         <version>${project.version}</version>
2179       </dependency>
2180       <dependency>
2181         <groupId>org.apache.hbase</groupId>
2182         <artifactId>hbase-asyncfs</artifactId>
2183         <version>${project.version}</version>
2184         <type>test-jar</type>
2185         <scope>test</scope>
2186       </dependency>
2187       <dependency>
2188         <groupId>org.apache.hbase</groupId>
2189         <artifactId>hbase-compression-aircompressor</artifactId>
2190         <version>${project.version}</version>
2191       </dependency>
2192       <dependency>
2193         <groupId>org.apache.hbase</groupId>
2194         <artifactId>hbase-compression-lz4</artifactId>
2195         <version>${project.version}</version>
2196       </dependency>
2197       <dependency>
2198         <groupId>org.apache.hbase</groupId>
2199         <artifactId>hbase-compression-snappy</artifactId>
2200         <version>${project.version}</version>
2201       </dependency>
2202       <dependency>
2203         <groupId>org.apache.hbase</groupId>
2204         <artifactId>hbase-compression-xz</artifactId>
2205         <version>${project.version}</version>
2206       </dependency>
2207       <dependency>
2208         <groupId>org.apache.hbase</groupId>
2209         <artifactId>hbase-compression-zstd</artifactId>
2210         <version>${project.version}</version>
2211       </dependency>
2212       <!-- General dependencies -->
2213       <dependency>
2214         <groupId>com.github.stephenc.findbugs</groupId>
2215         <artifactId>findbugs-annotations</artifactId>
2216         <version>${findbugs-annotations.version}</version>
2217       </dependency>
2218       <!--
2219         Logging dependencies. In general, we use slf4j as the log facade in HBase, so all sub
2220         modules should depend on slf4j-api at compile scope, and then depend on log4j-slf4j-impl
2221         and log4j2 at test scope(and in hbase-assembly when shipping the binary) to redirect the
2222         log message to log4j. Do not introduce logging dependencies other than slf4j-api at compile
2223         scope as it will mess up the logging framework for downstream users.
2224         Here we also depend on jcl-over-slf4j and jul-to-slf4j, as some of the libraries we depend
2225         on use these logging framework so we need to redirect their log message to slf4j, and then
2226         redirect the log message to our log4j framework.
2227       -->
2228       <dependency>
2229         <groupId>org.codehaus.jettison</groupId>
2230         <artifactId>jettison</artifactId>
2231         <version>${jettison.version}</version>
2232       </dependency>
2233       <!-- Logging -->
2234       <dependency>
2235         <groupId>org.slf4j</groupId>
2236         <artifactId>slf4j-api</artifactId>
2237         <version>${slf4j.version}</version>
2238       </dependency>
2239       <dependency>
2240         <groupId>org.slf4j</groupId>
2241         <artifactId>jcl-over-slf4j</artifactId>
2242         <version>${slf4j.version}</version>
2243       </dependency>
2244       <dependency>
2245         <groupId>org.slf4j</groupId>
2246         <artifactId>jul-to-slf4j</artifactId>
2247         <version>${slf4j.version}</version>
2248       </dependency>
2249       <dependency>
2250         <groupId>org.apache.logging.log4j</groupId>
2251         <artifactId>log4j-api</artifactId>
2252         <version>${log4j2.version}</version>
2253       </dependency>
2254       <dependency>
2255         <groupId>org.apache.logging.log4j</groupId>
2256         <artifactId>log4j-core</artifactId>
2257         <version>${log4j2.version}</version>
2258       </dependency>
2259       <dependency>
2260         <groupId>org.apache.logging.log4j</groupId>
2261         <artifactId>log4j-slf4j-impl</artifactId>
2262         <version>${log4j2.version}</version>
2263       </dependency>
2264       <dependency>
2265         <groupId>org.apache.logging.log4j</groupId>
2266         <artifactId>log4j-1.2-api</artifactId>
2267         <version>${log4j2.version}</version>
2268       </dependency>
2269       <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
2270       <dependency>
2271         <groupId>org.apache.avro</groupId>
2272         <artifactId>avro</artifactId>
2273         <version>${avro.version}</version>
2274       </dependency>
2275       <dependency>
2276         <groupId>com.github.ben-manes.caffeine</groupId>
2277         <artifactId>caffeine</artifactId>
2278         <version>${caffeine.version}</version>
2279       </dependency>
2280       <dependency>
2281         <groupId>io.dropwizard.metrics</groupId>
2282         <artifactId>metrics-core</artifactId>
2283         <version>${metrics-core.version}</version>
2284       </dependency>
2285       <dependency>
2286         <groupId>org.apache.httpcomponents</groupId>
2287         <artifactId>httpclient</artifactId>
2288         <version>${httpclient.version}</version>
2289       </dependency>
2290       <dependency>
2291         <groupId>org.apache.httpcomponents</groupId>
2292         <artifactId>httpcore</artifactId>
2293         <version>${httpcore.version}</version>
2294       </dependency>
2295       <dependency>
2296         <groupId>commons-codec</groupId>
2297         <artifactId>commons-codec</artifactId>
2298         <version>${commons-codec.version}</version>
2299       </dependency>
2300       <dependency>
2301         <groupId>commons-validator</groupId>
2302         <artifactId>commons-validator</artifactId>
2303         <version>${commons-validator.version}</version>
2304       </dependency>
2305       <dependency>
2306         <groupId>commons-io</groupId>
2307         <artifactId>commons-io</artifactId>
2308         <version>${commons-io.version}</version>
2309       </dependency>
2310       <dependency>
2311         <groupId>org.apache.commons</groupId>
2312         <artifactId>commons-lang3</artifactId>
2313         <version>${commons-lang3.version}</version>
2314       </dependency>
2315       <dependency>
2316         <groupId>org.apache.commons</groupId>
2317         <artifactId>commons-math3</artifactId>
2318         <version>${commons-math.version}</version>
2319       </dependency>
2320       <dependency>
2321         <!-- commons-logging is only used by hbase-http's HttpRequestLog and hbase-server's
2322              HBaseTestingUtil.
2323           -->
2324         <groupId>commons-logging</groupId>
2325         <artifactId>commons-logging</artifactId>
2326         <version>1.2</version>
2327       </dependency>
2328       <dependency>
2329         <groupId>org.apache.zookeeper</groupId>
2330         <artifactId>zookeeper</artifactId>
2331         <version>${zookeeper.version}</version>
2332         <exclusions>
2333           <exclusion>
2334             <groupId>com.google.code.findbugs</groupId>
2335             <artifactId>jsr305</artifactId>
2336           </exclusion>
2337           <exclusion>
2338             <groupId>com.github.spotbugs</groupId>
2339             <artifactId>spotbugs-annotations</artifactId>
2340           </exclusion>
2341           <exclusion>
2342             <groupId>jline</groupId>
2343             <artifactId>jline</artifactId>
2344           </exclusion>
2345           <exclusion>
2346             <groupId>com.sun.jmx</groupId>
2347             <artifactId>jmxri</artifactId>
2348           </exclusion>
2349           <exclusion>
2350             <groupId>com.sun.jdmk</groupId>
2351             <artifactId>jmxtools</artifactId>
2352           </exclusion>
2353           <exclusion>
2354             <groupId>javax.jms</groupId>
2355             <artifactId>jms</artifactId>
2356           </exclusion>
2357           <exclusion>
2358             <groupId>io.netty</groupId>
2359             <artifactId>netty</artifactId>
2360           </exclusion>
2361           <exclusion>
2362             <groupId>io.netty</groupId>
2363             <artifactId>netty-all</artifactId>
2364           </exclusion>
2365           <exclusion>
2366             <groupId>org.slf4j</groupId>
2367             <artifactId>slf4j-log4j12</artifactId>
2368           </exclusion>
2369           <exclusion>
2370             <groupId>log4j</groupId>
2371             <artifactId>log4j</artifactId>
2372           </exclusion>
2373         </exclusions>
2374       </dependency>
2375       <dependency>
2376         <groupId>jline</groupId>
2377         <artifactId>jline</artifactId>
2378         <version>${jline.version}</version>
2379       </dependency>
2380       <dependency>
2381         <groupId>org.apache.thrift</groupId>
2382         <artifactId>libthrift</artifactId>
2383         <version>${thrift.version}</version>
2384         <exclusions>
2385           <exclusion>
2386             <groupId>org.apache.tomcat.embed</groupId>
2387             <artifactId>tomcat-embed-core</artifactId>
2388           </exclusion>
2389         </exclusions>
2390       </dependency>
2391       <dependency>
2392         <groupId>org.jruby</groupId>
2393         <artifactId>jruby-complete</artifactId>
2394         <version>${jruby.version}</version>
2395       </dependency>
2396       <dependency>
2397         <groupId>org.jruby.jcodings</groupId>
2398         <artifactId>jcodings</artifactId>
2399         <version>${jcodings.version}</version>
2400       </dependency>
2401       <dependency>
2402         <groupId>org.jruby.joni</groupId>
2403         <artifactId>joni</artifactId>
2404         <version>${joni.version}</version>
2405       </dependency>
2406       <dependency>
2407         <groupId>com.fasterxml.jackson.core</groupId>
2408         <artifactId>jackson-annotations</artifactId>
2409         <version>${jackson.version}</version>
2410       </dependency>
2411       <dependency>
2412         <groupId>com.fasterxml.jackson.core</groupId>
2413         <artifactId>jackson-core</artifactId>
2414         <version>${jackson.version}</version>
2415       </dependency>
2416       <dependency>
2417         <groupId>com.fasterxml.jackson.core</groupId>
2418         <artifactId>jackson-databind</artifactId>
2419         <version>${jackson.databind.version}</version>
2420       </dependency>
2421       <dependency>
2422         <groupId>org.jamon</groupId>
2423         <artifactId>jamon-runtime</artifactId>
2424         <version>${jamon-runtime.version}</version>
2425       </dependency>
2426       <!-- REST dependencies -->
2427       <dependency>
2428         <groupId>javax.servlet</groupId>
2429         <artifactId>javax.servlet-api</artifactId>
2430         <version>${servlet.api.version}</version>
2431       </dependency>
2432       <dependency>
2433         <groupId>javax.ws.rs</groupId>
2434         <artifactId>javax.ws.rs-api</artifactId>
2435         <version>${wx.rs.api.version}</version>
2436       </dependency>
2437       <dependency>
2438         <groupId>com.sun.activation</groupId>
2439         <artifactId>javax.activation</artifactId>
2440         <version>1.2.0</version>
2441       </dependency>
2442       <dependency>
2443         <groupId>javax.annotation</groupId>
2444         <artifactId>javax.annotation-api</artifactId>
2445         <version>1.2</version>
2446       </dependency>
2447       <dependency>
2448         <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.-->
2449         <groupId>org.glassfish.web</groupId>
2450         <artifactId>javax.servlet.jsp</artifactId>
2451         <version>${glassfish.jsp.version}</version>
2452       </dependency>
2453       <dependency>
2454         <!-- this lib is used by the compiled Jsp from the above JspC -->
2455         <groupId>javax.servlet.jsp</groupId>
2456         <artifactId>javax.servlet.jsp-api</artifactId>
2457         <version>2.3.1</version>
2458       </dependency>
2459       <dependency>
2460         <groupId>org.glassfish</groupId>
2461         <artifactId>javax.el</artifactId>
2462         <version>${glassfish.el.version}</version>
2463       </dependency>
2464       <dependency>
2465         <groupId>javax.xml.bind</groupId>
2466         <artifactId>jaxb-api</artifactId>
2467         <version>${jaxb-api.version}</version>
2468         <exclusions>
2469           <exclusion>
2470             <groupId>javax.xml.stream</groupId>
2471             <artifactId>stax-api</artifactId>
2472           </exclusion>
2473         </exclusions>
2474       </dependency>
2475       <dependency>
2476         <groupId>junit</groupId>
2477         <artifactId>junit</artifactId>
2478         <version>${junit.version}</version>
2479       </dependency>
2480       <dependency>
2481         <groupId>org.hamcrest</groupId>
2482         <artifactId>hamcrest-core</artifactId>
2483         <version>${hamcrest.version}</version>
2484       </dependency>
2485       <dependency>
2486         <groupId>org.hamcrest</groupId>
2487         <artifactId>hamcrest-library</artifactId>
2488         <version>${hamcrest.version}</version>
2489       </dependency>
2490       <dependency>
2491         <groupId>org.mockito</groupId>
2492         <artifactId>mockito-core</artifactId>
2493         <version>${mockito-core.version}</version>
2494         <scope>test</scope>
2495       </dependency>
2496       <dependency>
2497         <groupId>io.opentelemetry</groupId>
2498         <artifactId>opentelemetry-bom</artifactId>
2499         <version>${opentelemetry.version}</version>
2500         <type>pom</type>
2501         <scope>import</scope>
2502       </dependency>
2503       <dependency>
2504         <groupId>io.opentelemetry</groupId>
2505         <artifactId>opentelemetry-semconv</artifactId>
2506         <version>${opentelemetry.version}-alpha</version>
2507       </dependency>
2508       <dependency>
2509         <groupId>io.opentelemetry.javaagent</groupId>
2510         <artifactId>opentelemetry-javaagent</artifactId>
2511         <version>${opentelemetry-javaagent.version}</version>
2512         <classifier>all</classifier>
2513       </dependency>
2514       <dependency>
2515         <groupId>com.lmax</groupId>
2516         <artifactId>disruptor</artifactId>
2517         <version>${disruptor.version}</version>
2518       </dependency>
2519       <dependency>
2520         <groupId>net.spy</groupId>
2521         <artifactId>spymemcached</artifactId>
2522         <version>${spy.version}</version>
2523         <optional>true</optional>
2524       </dependency>
2525       <dependency>
2526         <groupId>org.bouncycastle</groupId>
2527         <artifactId>bcprov-jdk15on</artifactId>
2528         <version>${bouncycastle.version}</version>
2529         <scope>test</scope>
2530       </dependency>
2531       <dependency>
2532         <groupId>org.apache.kerby</groupId>
2533         <artifactId>kerb-core</artifactId>
2534         <version>${kerby.version}</version>
2535       </dependency>
2536       <dependency>
2537         <groupId>org.apache.kerby</groupId>
2538         <artifactId>kerb-client</artifactId>
2539         <version>${kerby.version}</version>
2540       </dependency>
2541       <dependency>
2542         <groupId>org.apache.kerby</groupId>
2543         <artifactId>kerb-simplekdc</artifactId>
2544         <version>${kerby.version}</version>
2545       </dependency>
2546       <dependency>
2547         <groupId>org.apache.commons</groupId>
2548         <artifactId>commons-crypto</artifactId>
2549         <version>${commons-crypto.version}</version>
2550         <exclusions>
2551           <exclusion>
2552             <groupId>net.java.dev.jna</groupId>
2553             <artifactId>jna</artifactId>
2554           </exclusion>
2555         </exclusions>
2556       </dependency>
2557       <dependency>
2558         <groupId>org.apache.curator</groupId>
2559         <artifactId>curator-framework</artifactId>
2560         <version>${curator.version}</version>
2561         <exclusions>
2562           <exclusion>
2563             <groupId>org.apache.zookeeper</groupId>
2564             <artifactId>zookeeper</artifactId>
2565           </exclusion>
2566         </exclusions>
2567       </dependency>
2568       <dependency>
2569         <groupId>org.apache.curator</groupId>
2570         <artifactId>curator-client</artifactId>
2571         <version>${curator.version}</version>
2572         <exclusions>
2573           <exclusion>
2574             <groupId>com.google.guava</groupId>
2575             <artifactId>guava</artifactId>
2576           </exclusion>
2577           <exclusion>
2578             <groupId>org.apache.zookeeper</groupId>
2579             <artifactId>zookeeper</artifactId>
2580           </exclusion>
2581         </exclusions>
2582       </dependency>
2583       <dependency>
2584         <groupId>org.apache.curator</groupId>
2585         <artifactId>curator-recipes</artifactId>
2586         <version>${curator.version}</version>
2587         <exclusions>
2588           <exclusion>
2589             <groupId>com.google.guava</groupId>
2590             <artifactId>guava</artifactId>
2591           </exclusion>
2592           <exclusion>
2593             <groupId>org.apache.zookeeper</groupId>
2594             <artifactId>zookeeper</artifactId>
2595           </exclusion>
2596         </exclusions>
2597       </dependency>
2598       <dependency>
2599         <groupId>org.apache.yetus</groupId>
2600         <artifactId>audience-annotations</artifactId>
2601         <version>${audience-annotations.version}</version>
2602       </dependency>
2603       <!-- compression -->
2604       <dependency>
2605         <groupId>io.airlift</groupId>
2606         <artifactId>aircompressor</artifactId>
2607         <version>${aircompressor.version}</version>
2608       </dependency>
2609       <dependency>
2610         <groupId>org.lz4</groupId>
2611         <artifactId>lz4-java</artifactId>
2612         <version>${lz4.version}</version>
2613       </dependency>
2614       <dependency>
2615         <groupId>org.tukaani</groupId>
2616         <artifactId>xz</artifactId>
2617         <version>${xz.version}</version>
2618       </dependency>
2619       <dependency>
2620         <groupId>org.xerial.snappy</groupId>
2621         <artifactId>snappy-java</artifactId>
2622         <version>${snappy.version}</version>
2623       </dependency>
2624       <dependency>
2625         <groupId>com.github.luben</groupId>
2626         <artifactId>zstd-jni</artifactId>
2627         <version>${zstd-jni.version}</version>
2628       </dependency>
2629       <!-- shaded thirdparty -->
2630       <dependency>
2631         <groupId>org.apache.hbase.thirdparty</groupId>
2632         <artifactId>hbase-shaded-gson</artifactId>
2633         <version>${hbase-thirdparty.version}</version>
2634       </dependency>
2635       <dependency>
2636         <groupId>org.apache.hbase.thirdparty</groupId>
2637         <artifactId>hbase-shaded-miscellaneous</artifactId>
2638         <version>${hbase-thirdparty.version}</version>
2639       </dependency>
2640       <dependency>
2641         <groupId>org.apache.hbase.thirdparty</groupId>
2642         <artifactId>hbase-shaded-netty</artifactId>
2643         <version>${hbase-thirdparty.version}</version>
2644       </dependency>
2645       <dependency>
2646         <groupId>org.apache.hbase.thirdparty</groupId>
2647         <artifactId>hbase-shaded-protobuf</artifactId>
2648         <version>${hbase-thirdparty.version}</version>
2649       </dependency>
2650       <dependency>
2651         <groupId>org.apache.hbase.thirdparty</groupId>
2652         <artifactId>hbase-shaded-jetty</artifactId>
2653         <version>${hbase-thirdparty.version}</version>
2654       </dependency>
2655       <dependency>
2656         <groupId>org.apache.hbase.thirdparty</groupId>
2657         <artifactId>hbase-shaded-jersey</artifactId>
2658         <version>${hbase-thirdparty.version}</version>
2659       </dependency>
2660       <dependency>
2661         <groupId>org.apache.hbase.thirdparty</groupId>
2662         <artifactId>hbase-shaded-jackson-jaxrs-json-provider</artifactId>
2663         <version>${hbase-thirdparty.version}</version>
2664       </dependency>
2665       <dependency>
2666         <groupId>org.apache.hbase.thirdparty</groupId>
2667         <artifactId>hbase-unsafe</artifactId>
2668         <version>${hbase-thirdparty.version}</version>
2669       </dependency>
2670       <dependency>
2671         <groupId>com.sun.xml.ws</groupId>
2672           <artifactId>jaxws-ri</artifactId>
2673         <version>2.3.2</version>
2674         <type>pom</type>
2675         <exclusions>
2676           <exclusion>
2677             <groupId>javax.activation</groupId>
2678             <artifactId>javax.activation-api</artifactId>
2679           </exclusion>
2680         </exclusions>
2681       </dependency>
2682     </dependencies>
2683   </dependencyManagement>
2684   <dependencies>
2685     <!--REMOVE THIS. HERE TEMPORARILY.
2686          Implication is that every module needs junit which is not so.
2687          Cannot undo though because build runs test on each module and
2688          it fails if no junit. TODO. -->
2689     <dependency>
2690       <groupId>junit</groupId>
2691       <artifactId>junit</artifactId>
2692       <scope>test</scope>
2693     </dependency>
2694   </dependencies>
2696   <!--
2697   To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2699  <settings>
2700   <servers>
2701     <server>
2702       <id>apache.releases.https</id>
2703       <username>hbase_committer</username>
2704       <password>********</password>
2705     </server>
2707     <server>
2708       <id>apache.snapshots.https</id>
2709       <username>hbase_committer</username>
2710       <password>********</password>
2711     </server>
2713   </servers>
2714  </settings>
2716   $ mvn deploy
2717 (or)
2718   $ mvn -s /my/path/settings.xml deploy
2720   -->
2721   <profiles>
2722     <profile>
2723       <id>build-with-jdk8</id>
2724       <activation>
2725         <jdk>[1.8,)</jdk>
2726       </activation>
2727       <build>
2728         <pluginManagement>
2729           <plugins>
2730           </plugins>
2731         </pluginManagement>
2732       </build>
2733     </profile>
2734     <profile>
2735       <id>build-with-jdk11</id>
2736       <activation>
2737         <jdk>[1.11,)</jdk>
2738       </activation>
2739       <properties>
2740         <maven.compiler.release>${releaseTarget}</maven.compiler.release>
2741         <!-- TODO: replicate logic for windows support -->
2742         <argLine>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine}</argLine>
2743         <!-- We need a minimum HDFS version of 3.2.0 for HADOOP-12760 -->
2744         <hadoop-three.version>3.2.0</hadoop-three.version>
2745         <!--
2746           Value to use for surefire when running jdk11.
2747           TODO: replicate logic for windows
2748         -->
2749         <surefire.Xmx>2200m</surefire.Xmx>
2750       </properties>
2751     </profile>
2752     <!-- profile activated by the Jenkins patch testing job -->
2753     <profile>
2754       <id>jenkins.patch</id>
2755       <activation>
2756         <activeByDefault>false</activeByDefault>
2757         <property>
2758             <name>HBasePatchProcess</name>
2759         </property>
2760       </activation>
2761       <properties>
2762         <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2763       </properties>
2764       <build>
2765         <plugins>
2766           <plugin>
2767             <groupId>org.apache.maven.plugins</groupId>
2768             <artifactId>maven-antrun-plugin</artifactId>
2769             <inherited>false</inherited>
2770             <executions>
2771               <execution>
2772                 <phase>validate</phase>
2773                 <goals>
2774                   <goal>run</goal>
2775                 </goals>
2776                 <configuration>
2777                   <tasks>
2778                     <echo>Maven Execution Environment</echo>
2779                     <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2780                   </tasks>
2781                 </configuration>
2782               </execution>
2783             </executions>
2784           </plugin>
2785         </plugins>
2786       </build>
2787     </profile>
2788     <profile>
2789       <id>jacoco</id>
2790       <activation>
2791         <activeByDefault>false</activeByDefault>
2792       </activation>
2793       <build>
2794         <plugins>
2795           <plugin>
2796             <groupId>org.jacoco</groupId>
2797             <artifactId>jacoco-maven-plugin</artifactId>
2798             <version>${jacoco.version}</version>
2799             <executions>
2800               <execution>
2801                 <id>prepare-agent</id>
2802                 <goals>
2803                   <goal>prepare-agent</goal>
2804                 </goals>
2805               </execution>
2806               <execution>
2807                 <id>report</id>
2808                 <phase>prepare-package</phase>
2809                 <goals>
2810                   <goal>report</goal>
2811                 </goals>
2812               </execution>
2813             </executions>
2814             <configuration>
2815               <systemPropertyVariables>
2816                 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2817               </systemPropertyVariables>
2818               <excludes>
2819                 <exclude>**/generated/**/*.class</exclude>
2820               </excludes>
2821             </configuration>
2822           </plugin>
2823         </plugins>
2824       </build>
2825     </profile>
2826     <profile>
2827       <id>os.linux</id>
2828       <activation>
2829         <activeByDefault>false</activeByDefault>
2830         <os>
2831           <family>Linux</family>
2832         </os>
2833       </activation>
2834       <properties>
2835         <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2836       </properties>
2837     </profile>
2838     <profile>
2839       <id>os.mac</id>
2840       <activation>
2841         <os>
2842           <family>Mac</family>
2843         </os>
2844       </activation>
2845       <properties>
2846         <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2847       </properties>
2848     </profile>
2849     <profile>
2850       <id>os.windows</id>
2851       <activation>
2852         <os>
2853           <family>Windows</family>
2854         </os>
2855       </activation>
2856       <properties>
2857         <build.platform>cygwin</build.platform>
2858         <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2859       </properties>
2860     </profile>
2861     <!-- this profile should match the name of the release profile in the root asf pom -->
2862     <profile>
2863       <id>apache-release</id>
2864       <build>
2865         <plugins>
2866           <!-- This should insert itself in place of the normal deploy plugin and then
2867                handle either closing or dropping the staging repository for us depending
2868                on if the build succeeds.
2869             -->
2870           <plugin>
2871             <groupId>org.sonatype.plugins</groupId>
2872             <artifactId>nexus-staging-maven-plugin</artifactId>
2873             <version>1.6.8</version>
2874             <extensions>true</extensions>
2875             <configuration>
2876               <nexusUrl>https://repository.apache.org/</nexusUrl>
2877               <serverId>apache.releases.https</serverId>
2878             </configuration>
2879           </plugin>
2880         </plugins>
2881       </build>
2882     </profile>
2883     <!-- this profile should be activated for release builds -->
2884     <profile>
2885       <id>release</id>
2886       <build>
2887         <plugins>
2888           <plugin>
2889             <groupId>org.apache.rat</groupId>
2890             <artifactId>apache-rat-plugin</artifactId>
2891             <executions>
2892               <execution>
2893                 <phase>package</phase>
2894                 <goals>
2895                   <goal>check</goal>
2896                 </goals>
2897               </execution>
2898             </executions>
2899           </plugin>
2900           <plugin>
2901             <groupId>org.apache.maven.plugins</groupId>
2902             <artifactId>maven-enforcer-plugin</artifactId>
2903             <version>${enforcer.version}</version>
2904             <dependencies>
2905               <dependency>
2906                 <groupId>org.codehaus.mojo</groupId>
2907                 <artifactId>extra-enforcer-rules</artifactId>
2908                 <version>${extra.enforcer.version}</version>
2909               </dependency>
2910             </dependencies>
2911             <configuration>
2912               <rules>
2913                 <enforceBytecodeVersion>
2914                 <maxJdkVersion>${compileSource}</maxJdkVersion>
2915                 <message>HBase has unsupported dependencies.
2916   HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2917   of the JDK to properly build from source.  You appear to be using a newer dependency. You can use
2918   either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2919   Non-release builds can temporarily build with a newer JDK version by setting the
2920   'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2921                 </message>
2922                 <ignoreClasses>
2923                   <ignoreClass>module-info</ignoreClass>
2924                 </ignoreClasses>
2925               </enforceBytecodeVersion>
2926             </rules>
2927           </configuration>
2928           </plugin>
2929         </plugins>
2930       </build>
2931     </profile>
2932     <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2933     <!-- Submodules that need hadoop dependencies should declare
2934          profiles with activation properties matching the profile here.
2935          Generally, it should be sufficient to copy the first
2936          few lines of the profile you want to match. -->
2937     <!-- Profile for building against Hadoop 3.0.0. Activate by default -->
2938     <profile>
2939       <id>hadoop-3.0</id>
2940       <activation>
2941         <property><name>!hadoop.profile</name></property>
2942       </activation>
2943       <properties>
2944         <hadoop.version>${hadoop-three.version}</hadoop.version>
2945         <assembly.file>src/main/assembly/hadoop-three-compat.xml</assembly.file>
2946       </properties>
2947      <dependencyManagement>
2948        <dependencies>
2949          <dependency>
2950            <groupId>org.apache.hadoop</groupId>
2951            <artifactId>hadoop-mapreduce-client-core</artifactId>
2952            <version>${hadoop-three.version}</version>
2953            <exclusions>
2954              <exclusion>
2955                <groupId>com.sun.jersey</groupId>
2956                <artifactId>jersey-core</artifactId>
2957              </exclusion>
2958              <exclusion>
2959                <groupId>org.codehaus.jackson</groupId>
2960                <artifactId>jackson-jaxrs</artifactId>
2961              </exclusion>
2962              <exclusion>
2963                <groupId>org.codehaus.jackson</groupId>
2964                <artifactId>jackson-xc</artifactId>
2965              </exclusion>
2966              <exclusion>
2967                <groupId>io.netty</groupId>
2968                <artifactId>netty</artifactId>
2969              </exclusion>
2970              <exclusion>
2971                <groupId>io.netty</groupId>
2972                <artifactId>netty-all</artifactId>
2973              </exclusion>
2974               <exclusion>
2975                 <groupId>javax.servlet</groupId>
2976                 <artifactId>servlet-api</artifactId>
2977               </exclusion>
2978               <exclusion>
2979                 <groupId>javax.inject</groupId>
2980                 <artifactId>javax.inject</artifactId>
2981               </exclusion>
2982               <exclusion>
2983                 <groupId>org.codehaus.jackson</groupId>
2984                 <artifactId>jackson-core-asl</artifactId>
2985               </exclusion>
2986               <exclusion>
2987                 <groupId>org.codehaus.jackson</groupId>
2988                 <artifactId>jackson-mapper-asl</artifactId>
2989               </exclusion>
2990               <exclusion>
2991                 <groupId>com.google.guava</groupId>
2992                 <artifactId>guava</artifactId>
2993               </exclusion>
2994               <exclusion>
2995                 <groupId>org.slf4j</groupId>
2996                 <artifactId>slf4j-log4j12</artifactId>
2997               </exclusion>
2998               <exclusion>
2999                 <groupId>log4j</groupId>
3000                 <artifactId>log4j</artifactId>
3001               </exclusion>
3002            </exclusions>
3003          </dependency>
3004          <dependency>
3005            <groupId>org.apache.hadoop</groupId>
3006            <artifactId>hadoop-mapreduce-client-app</artifactId>
3007            <version>${hadoop-three.version}</version>
3008            <type>test-jar</type>
3009            <exclusions>
3010              <exclusion>
3011                <groupId>org.codehaus.jackson</groupId>
3012                <artifactId>jackson-mapper-asl</artifactId>
3013              </exclusion>
3014              <exclusion>
3015                <groupId>org.codehaus.jackson</groupId>
3016                <artifactId>jackson-core-asl</artifactId>
3017              </exclusion>
3018              <exclusion>
3019                <groupId>org.codehaus.jackson</groupId>
3020                <artifactId>jackson-jaxrs</artifactId>
3021              </exclusion>
3022              <exclusion>
3023                <groupId>org.codehaus.jackson</groupId>
3024                <artifactId>jackson-xc</artifactId>
3025              </exclusion>
3026              <exclusion>
3027                <groupId>javax.xml.bind</groupId>
3028                <artifactId>jaxb-api</artifactId>
3029              </exclusion>
3030              <exclusion>
3031                <groupId>javax.ws.rs</groupId>
3032                <artifactId>jsr311-api</artifactId>
3033              </exclusion>
3034              <exclusion>
3035                <groupId>org.slf4j</groupId>
3036               <artifactId>slf4j-log4j12</artifactId>
3037              </exclusion>
3038              <exclusion>
3039                 <groupId>log4j</groupId>
3040                 <artifactId>log4j</artifactId>
3041               </exclusion>
3042            </exclusions>
3043          </dependency>
3044          <dependency>
3045            <groupId>org.apache.hadoop</groupId>
3046            <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
3047            <version>${hadoop-three.version}</version>
3048            <exclusions>
3049              <exclusion>
3050                <groupId>com.sun.jersey</groupId>
3051                <artifactId>jersey-core</artifactId>
3052              </exclusion>
3053              <exclusion>
3054                <groupId>io.netty</groupId>
3055                <artifactId>netty</artifactId>
3056              </exclusion>
3057              <exclusion>
3058                <groupId>io.netty</groupId>
3059                <artifactId>netty-all</artifactId>
3060              </exclusion>
3061               <exclusion>
3062                 <groupId>javax.servlet</groupId>
3063                 <artifactId>servlet-api</artifactId>
3064               </exclusion>
3065              <exclusion>
3066                <groupId>org.slf4j</groupId>
3067                <artifactId>slf4j-log4j12</artifactId>
3068              </exclusion>
3069            </exclusions>
3070          </dependency>
3071          <dependency>
3072            <groupId>org.apache.hadoop</groupId>
3073            <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
3074            <version>${hadoop-three.version}</version>
3075            <type>test-jar</type>
3076            <scope>test</scope>
3077            <exclusions>
3078              <exclusion>
3079                <groupId>com.sun.jersey</groupId>
3080                <artifactId>jersey-core</artifactId>
3081              </exclusion>
3082              <exclusion>
3083                <groupId>io.netty</groupId>
3084                <artifactId>netty</artifactId>
3085              </exclusion>
3086              <exclusion>
3087                <groupId>io.netty</groupId>
3088                <artifactId>netty-all</artifactId>
3089              </exclusion>
3090               <exclusion>
3091                 <groupId>javax.servlet</groupId>
3092                 <artifactId>servlet-api</artifactId>
3093               </exclusion>
3094               <exclusion>
3095                 <groupId>org.slf4j</groupId>
3096                 <artifactId>slf4j-log4j12</artifactId>
3097               </exclusion>
3098            </exclusions>
3099          </dependency>
3100          <dependency>
3101            <groupId>org.apache.hadoop</groupId>
3102            <artifactId>hadoop-hdfs</artifactId>
3103            <version>${hadoop-three.version}</version>
3104            <exclusions>
3105              <exclusion>
3106                <groupId>com.sun.jersey</groupId>
3107                <artifactId>jersey-core</artifactId>
3108              </exclusion>
3109              <exclusion>
3110                <groupId>com.sun.jersey</groupId>
3111                <artifactId>jersey-server</artifactId>
3112              </exclusion>
3113              <exclusion>
3114                <groupId>javax.servlet.jsp</groupId>
3115                <artifactId>jsp-api</artifactId>
3116              </exclusion>
3117              <exclusion>
3118                <groupId>javax.servlet</groupId>
3119                <artifactId>servlet-api</artifactId>
3120              </exclusion>
3121              <exclusion>
3122                <groupId>stax</groupId>
3123                <artifactId>stax-api</artifactId>
3124              </exclusion>
3125              <exclusion>
3126                <groupId>xerces</groupId>
3127                <artifactId>xercesImpl</artifactId>
3128              </exclusion>
3129              <exclusion>
3130                <groupId>org.codehaus.jackson</groupId>
3131                <artifactId>jackson-core-asl</artifactId>
3132              </exclusion>
3133              <exclusion>
3134                <groupId>org.codehaus.jackson</groupId>
3135                <artifactId>jackson-mapper-asl</artifactId>
3136              </exclusion>
3137              <exclusion>
3138                <groupId>com.google.guava</groupId>
3139                <artifactId>guava</artifactId>
3140              </exclusion>
3141              <exclusion>
3142                <groupId>org.slf4j</groupId>
3143                <artifactId>slf4j-log4j12</artifactId>
3144              </exclusion>
3145              <exclusion>
3146                <groupId>log4j</groupId>
3147                <artifactId>log4j</artifactId>
3148              </exclusion>
3149            </exclusions>
3150          </dependency>
3151          <dependency>
3152            <groupId>org.apache.hadoop</groupId>
3153            <artifactId>hadoop-hdfs</artifactId>
3154            <version>${hadoop-three.version}</version>
3155            <type>test-jar</type>
3156            <scope>test</scope>
3157            <exclusions>
3158              <exclusion>
3159                <groupId>javax.servlet.jsp</groupId>
3160                <artifactId>jsp-api</artifactId>
3161              </exclusion>
3162              <exclusion>
3163                <groupId>javax.servlet</groupId>
3164                <artifactId>servlet-api</artifactId>
3165              </exclusion>
3166              <exclusion>
3167                <groupId>stax</groupId>
3168                <artifactId>stax-api</artifactId>
3169              </exclusion>
3170              <exclusion>
3171                <groupId>xerces</groupId>
3172                <artifactId>xercesImpl</artifactId>
3173              </exclusion>
3174              <exclusion>
3175                <groupId>org.codehaus.jackson</groupId>
3176                <artifactId>jackson-core-asl</artifactId>
3177              </exclusion>
3178              <exclusion>
3179                <groupId>org.codehaus.jackson</groupId>
3180                <artifactId>jackson-mapper-asl</artifactId>
3181              </exclusion>
3182              <exclusion>
3183                <groupId>com.google.guava</groupId>
3184                <artifactId>guava</artifactId>
3185              </exclusion>
3186              <exclusion>
3187                <groupId>com.sun.jersey</groupId>
3188                <artifactId>jersey-core</artifactId>
3189              </exclusion>
3190              <exclusion>
3191                <groupId>org.slf4j</groupId>
3192                <artifactId>slf4j-log4j12</artifactId>
3193              </exclusion>
3194              <exclusion>
3195                <groupId>log4j</groupId>
3196                <artifactId>log4j</artifactId>
3197              </exclusion>
3198            </exclusions>
3199          </dependency>
3200          <dependency>
3201            <groupId>org.apache.hadoop</groupId>
3202            <artifactId>hadoop-hdfs</artifactId>
3203            <version>${hadoop-three.version}</version>
3204            <type>test-jar</type>
3205            <classifier>tests</classifier>
3206            <scope>test</scope>
3207            <exclusions>
3208              <exclusion>
3209                <groupId>com.sun.jersey</groupId>
3210                <artifactId>jersey-core</artifactId>
3211              </exclusion>
3212            </exclusions>
3213          </dependency>
3214          <dependency>
3215            <groupId>org.apache.hadoop</groupId>
3216            <artifactId>hadoop-auth</artifactId>
3217            <version>${hadoop-three.version}</version>
3218            <exclusions>
3219              <exclusion>
3220                <groupId>com.google.guava</groupId>
3221                <artifactId>guava</artifactId>
3222              </exclusion>
3223              <exclusion>
3224                <groupId>net.minidev</groupId>
3225                <artifactId>json-smart</artifactId>
3226              </exclusion>
3227              <exclusion>
3228                <groupId>org.slf4j</groupId>
3229                <artifactId>slf4j-log4j12</artifactId>
3230              </exclusion>
3231              <exclusion>
3232                <groupId>log4j</groupId>
3233                <artifactId>log4j</artifactId>
3234              </exclusion>
3235            </exclusions>
3236          </dependency>
3237          <dependency>
3238            <groupId>org.apache.hadoop</groupId>
3239            <artifactId>hadoop-common</artifactId>
3240            <version>${hadoop-three.version}</version>
3241            <exclusions>
3242              <exclusion>
3243                <groupId>com.sun.jersey</groupId>
3244                <artifactId>jersey-core</artifactId>
3245              </exclusion>
3246              <exclusion>
3247                <groupId>com.sun.jersey</groupId>
3248                <artifactId>jersey-json</artifactId>
3249              </exclusion>
3250              <exclusion>
3251                <groupId>com.sun.jersey</groupId>
3252                <artifactId>jersey-servlet</artifactId>
3253              </exclusion>
3254              <exclusion>
3255               <groupId>com.sun.jersey</groupId>
3256                <artifactId>jersey-server</artifactId>
3257              </exclusion>
3258              <exclusion>
3259                <groupId>javax.servlet.jsp</groupId>
3260                <artifactId>jsp-api</artifactId>
3261              </exclusion>
3262              <exclusion>
3263                <groupId>javax.servlet</groupId>
3264                <artifactId>javax.servlet-api</artifactId>
3265              </exclusion>
3266              <exclusion>
3267                <groupId>stax</groupId>
3268                <artifactId>stax-api</artifactId>
3269              </exclusion>
3270              <exclusion>
3271                <groupId>io.netty</groupId>
3272                <artifactId>netty</artifactId>
3273              </exclusion>
3274              <!-- MiniMRCluster needs the hadoop netty-all transitive include... a
3275                netty-all 4.0.52 version.... so we have to let it through.
3276              <exclusion>
3277                <groupId>io.netty</groupId>
3278                <artifactId>netty-all</artifactId>
3279              </exclusion>
3280              -->
3281              <exclusion>
3282                <groupId>com.google.code.findbugs</groupId>
3283                <artifactId>jsr305</artifactId>
3284              </exclusion>
3285              <exclusion>
3286                <groupId>junit</groupId>
3287                <artifactId>junit</artifactId>
3288              </exclusion>
3289              <exclusion>
3290                <groupId>org.codehause.jackson</groupId>
3291                <artifactId>jackson-core-asl</artifactId>
3292              </exclusion>
3293              <exclusion>
3294                <groupId>org.codehause.jackson</groupId>
3295                <artifactId>jackson-mapper-asl</artifactId>
3296              </exclusion>
3297              <exclusion>
3298                <groupId>org.slf4j</groupId>
3299                <artifactId>slf4j-log4j12</artifactId>
3300              </exclusion>
3301              <exclusion>
3302                <groupId>log4j</groupId>
3303                <artifactId>log4j</artifactId>
3304              </exclusion>
3305               <exclusion>
3306                 <groupId>io.netty</groupId>
3307                 <artifactId>netty</artifactId>
3308               </exclusion>
3309               <exclusion>
3310                 <groupId>io.netty</groupId>
3311                 <artifactId>netty-all</artifactId>
3312               </exclusion>
3313            </exclusions>
3314          </dependency>
3315          <dependency>
3316            <!--
3317              a missing transitive dependency on JDK9+ (obsoleted by Hadoop-3.3.0+, HADOOP-15775)
3318            -->
3319            <groupId>javax.activation</groupId>
3320            <artifactId>javax.activation-api</artifactId>
3321            <version>1.2.0</version>
3322            <scope>test</scope>
3323          </dependency>
3324          <dependency>
3325            <groupId>org.apache.hadoop</groupId>
3326            <artifactId>hadoop-common</artifactId>
3327            <type>test-jar</type>
3328            <classifier>tests</classifier>
3329            <version>${hadoop-three.version}</version>
3330            <exclusions>
3331              <exclusion>
3332                <groupId>com.sun.jersey</groupId>
3333                <artifactId>jersey-core</artifactId>
3334              </exclusion>
3335              <exclusion>
3336                <groupId>com.google.code.findbugs</groupId>
3337                <artifactId>jsr305</artifactId>
3338              </exclusion>
3339              <exclusion>
3340                <groupId>org.slf4j</groupId>
3341                <artifactId>slf4j-log4j12</artifactId>
3342              </exclusion>
3343              <exclusion>
3344                <groupId>log4j</groupId>
3345                <artifactId>log4j</artifactId>
3346              </exclusion>
3347              <exclusion>
3348                <groupId>io.netty</groupId>
3349                <artifactId>netty-all</artifactId>
3350              </exclusion>
3351            </exclusions>
3352          </dependency>
3353          <dependency>
3354            <groupId>org.apache.hadoop</groupId>
3355            <artifactId>hadoop-client</artifactId>
3356            <version>${hadoop-three.version}</version>
3357          </dependency>
3358          <dependency>
3359            <groupId>org.apache.hadoop</groupId>
3360            <artifactId>hadoop-annotations</artifactId>
3361            <version>${hadoop-three.version}</version>
3362          </dependency>
3363          <!-- This was marked as test dep in earlier pom, but was scoped compile.
3364            Where do we actually need it? -->
3365          <dependency>
3366            <groupId>org.apache.hadoop</groupId>
3367            <artifactId>hadoop-minicluster</artifactId>
3368            <version>${hadoop-three.version}</version>
3369            <exclusions>
3370               <!--If we comment this in, a few tests in hbase-mapreduce
3371                    fail. They depend on jersey-core somehow. But excluding
3372                    jersey-core here messes up hbase-it because jersey-core
3373                    implements a 1.x jaxrs Response Interface when we depend
3374                    on the 2.x Interface... . Letting this jar come in
3375                    transitively here but will exclude it down in hbase-it.
3376                    See HBASE-22029.
3377              <exclusion>
3378                <groupId>com.sun.jersey</groupId>
3379                <artifactId>jersey-core</artifactId>
3380              </exclusion>
3381              -->
3382              <exclusion>
3383                <groupId>commons-httpclient</groupId>
3384                <artifactId>commons-httpclient</artifactId>
3385              </exclusion>
3386              <exclusion>
3387                <groupId>javax.servlet.jsp</groupId>
3388                <artifactId>jsp-api</artifactId>
3389              </exclusion>
3390              <exclusion>
3391                <groupId>javax.servlet</groupId>
3392                <artifactId>servlet-api</artifactId>
3393              </exclusion>
3394              <exclusion>
3395                <groupId>stax</groupId>
3396                <artifactId>stax-api</artifactId>
3397              </exclusion>
3398              <exclusion>
3399                <groupId>io.netty</groupId>
3400                <artifactId>netty</artifactId>
3401              </exclusion>
3402              <exclusion>
3403                <groupId>io.netty</groupId>
3404                <artifactId>netty-all</artifactId>
3405              </exclusion>
3406              <exclusion>
3407                <groupId>com.google.code.findbugs</groupId>
3408                <artifactId>jsr305</artifactId>
3409              </exclusion>
3410              <exclusion>
3411                <groupId>org.slf4j</groupId>
3412                <artifactId>slf4j-log4j12</artifactId>
3413              </exclusion>
3414              <exclusion>
3415                <groupId>log4j</groupId>
3416                <artifactId>log4j</artifactId>
3417              </exclusion>
3418            </exclusions>
3419          </dependency>
3420          <dependency>
3421            <groupId>org.apache.hadoop</groupId>
3422            <artifactId>hadoop-minikdc</artifactId>
3423            <version>${hadoop-three.version}</version>
3424            <scope>test</scope>
3425            <exclusions>
3426              <exclusion>
3427                <groupId>org.slf4j</groupId>
3428                <artifactId>slf4j-log4j12</artifactId>
3429              </exclusion>
3430            </exclusions>
3431          </dependency>
3432          <dependency>
3433            <groupId>org.apache.hadoop</groupId>
3434            <artifactId>hadoop-distcp</artifactId>
3435            <version>${hadoop-three.version}</version>
3436          </dependency>
3438          <dependency>
3439            <groupId>org.apache.hadoop</groupId>
3440            <artifactId>hadoop-hdfs-client</artifactId>
3441            <version>${hadoop-three.version}</version>
3442          </dependency>
3443        </dependencies>
3444      </dependencyManagement>
3446     </profile>
3447     <!-- profiles for the tests
3448          See as well the properties of the project for the values
3449          when no profile is active.     -->
3450     <profile>
3451       <!-- Use it to launch all tests in the same JVM  -->
3452       <id>singleJVMTests</id>
3453       <activation>
3454         <activeByDefault>false</activeByDefault>
3455       </activation>
3456       <properties>
3457         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3458         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3459         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3460         <surefire.firstPartGroups/>
3461       </properties>
3462     </profile>
3463     <profile>
3464       <!-- Use it to launch small tests only -->
3465       <id>runSmallTests</id>
3466       <activation>
3467         <activeByDefault>false</activeByDefault>
3468       </activation>
3469       <properties>
3470         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3471         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3472         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3473         <surefire.secondPartGroups/>
3474       </properties>
3475     </profile>
3476     <profile>
3477       <!-- Use it to launch medium tests only -->
3478       <id>runMediumTests</id>
3479       <activation>
3480         <activeByDefault>false</activeByDefault>
3481       </activation>
3482       <properties>
3483         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3484         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3485         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
3486         <surefire.secondPartGroups/>
3487       </properties>
3488     </profile>
3489     <profile>
3490       <!-- Use it to launch large tests only -->
3491       <id>runLargeTests</id>
3492       <activation>
3493         <activeByDefault>false</activeByDefault>
3494       </activation>
3495       <properties>
3496         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3497         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3498         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
3499         <surefire.secondPartGroups/>
3500       </properties>
3501     </profile>
3502     <profile>
3503       <!-- Use it to launch small & medium tests -->
3504       <id>runDevTests</id>
3505       <activation>
3506         <activeByDefault>false</activeByDefault>
3507       </activation>
3508       <properties>
3509         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3510         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3511         <surefire.skipSecondPart>false</surefire.skipSecondPart>
3512         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3513         <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
3514       </properties>
3515     </profile>
3516     <profile>
3517       <!-- Use it to launch all tests -->
3518       <id>runAllTests</id>
3519       <activation>
3520         <activeByDefault>false</activeByDefault>
3521       </activation>
3522       <properties>
3523         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3524         <surefire.skipSecondPart>false</surefire.skipSecondPart>
3525         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
3526         <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
3527       </properties>
3528     </profile>
3529     <profile>
3530       <id>runMiscTests</id>
3531       <activation>
3532         <activeByDefault>false</activeByDefault>
3533       </activation>
3534       <properties>
3535         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3536         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3537         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
3538         </surefire.firstPartGroups>
3539         <surefire.secondPartGroups></surefire.secondPartGroups>
3540       </properties>
3541     </profile>
3542     <profile>
3543       <id>runCoprocessorTests</id>
3544       <activation>
3545         <activeByDefault>false</activeByDefault>
3546       </activation>
3547       <properties>
3548         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3549         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3550         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3551         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3552         <surefire.firstPartGroups>
3553           org.apache.hadoop.hbase.testclassification.CoprocessorTests
3554         </surefire.firstPartGroups>
3555         <surefire.secondPartGroups></surefire.secondPartGroups>
3556       </properties>
3557     </profile>
3558     <profile>
3559       <id>runClientTests</id>
3560       <activation>
3561         <activeByDefault>false</activeByDefault>
3562       </activation>
3563       <properties>
3564         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3565         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3566         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3567         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3568         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
3569         </surefire.firstPartGroups>
3570         <surefire.secondPartGroups></surefire.secondPartGroups>
3571       </properties>
3572     </profile>
3573     <profile>
3574       <id>runMasterTests</id>
3575       <activation>
3576         <activeByDefault>false</activeByDefault>
3577       </activation>
3578       <properties>
3579         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3580         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3581         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3582         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3583         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
3584         </surefire.firstPartGroups>
3585         <surefire.secondPartGroups></surefire.secondPartGroups>
3586       </properties>
3587     </profile>
3588     <profile>
3589       <id>runMapredTests</id>
3590       <activation>
3591         <activeByDefault>false</activeByDefault>
3592       </activation>
3593       <properties>
3594         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3595         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3596         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3597         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3598         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
3599         </surefire.firstPartGroups>
3600         <surefire.secondPartGroups></surefire.secondPartGroups>
3601       </properties>
3602     </profile>
3603     <profile>
3604       <id>runMapreduceTests</id>
3605       <activation>
3606         <activeByDefault>false</activeByDefault>
3607       </activation>
3608       <properties>
3609         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3610         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3611         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3612         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3613         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
3614         </surefire.firstPartGroups>
3615         <surefire.secondPartGroups></surefire.secondPartGroups>
3616       </properties>
3617     </profile>
3618     <profile>
3619       <id>runRegionServerTests</id>
3620       <activation>
3621         <activeByDefault>false</activeByDefault>
3622       </activation>
3623       <properties>
3624         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3625         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3626         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3627         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3628         <surefire.firstPartGroups>
3629           org.apache.hadoop.hbase.testclassification.RegionServerTests
3630         </surefire.firstPartGroups>
3631         <surefire.secondPartGroups></surefire.secondPartGroups>
3632       </properties>
3633     </profile>
3634     <profile>
3635       <id>runVerySlowMapReduceTests</id>
3636       <activation>
3637         <activeByDefault>false</activeByDefault>
3638       </activation>
3639       <properties>
3640         <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3641         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3642         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3643         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3644         <surefire.firstPartGroups>
3645           org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
3646         </surefire.firstPartGroups>
3647         <surefire.secondPartGroups></surefire.secondPartGroups>
3648       </properties>
3649     </profile>
3651     <profile>
3652       <id>runVerySlowRegionServerTests</id>
3653       <activation>
3654         <activeByDefault>false</activeByDefault>
3655       </activation>
3656       <properties>
3657         <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3658         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3659         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3660         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3661         <surefire.firstPartGroups>
3662           org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
3663         </surefire.firstPartGroups>
3664         <surefire.secondPartGroups></surefire.secondPartGroups>
3665       </properties>
3666     </profile>
3668     <profile>
3669       <id>runFilterTests</id>
3670       <activation>
3671         <activeByDefault>false</activeByDefault>
3672       </activation>
3673       <properties>
3674         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3675         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3676         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3677         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3678         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
3679         </surefire.firstPartGroups>
3680         <surefire.secondPartGroups></surefire.secondPartGroups>
3681       </properties>
3682     </profile>
3683     <profile>
3684       <id>runIOTests</id>
3685       <activation>
3686         <activeByDefault>false</activeByDefault>
3687       </activation>
3688       <properties>
3689         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3690         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3691         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3692         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3693         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
3694         </surefire.firstPartGroups>
3695         <surefire.secondPartGroups></surefire.secondPartGroups>
3696       </properties>
3697     </profile>
3698     <profile>
3699       <id>runRestTests</id>
3700       <activation>
3701         <activeByDefault>false</activeByDefault>
3702       </activation>
3703       <properties>
3704         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3705         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3706         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3707         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3708         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
3709         </surefire.firstPartGroups>
3710         <surefire.secondPartGroups></surefire.secondPartGroups>
3711       </properties>
3712     </profile>
3713     <profile>
3714       <id>runRPCTests</id>
3715       <activation>
3716         <activeByDefault>false</activeByDefault>
3717       </activation>
3718       <properties>
3719         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3720         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3721         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3722         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3723         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
3724         </surefire.firstPartGroups>
3725         <surefire.secondPartGroups></surefire.secondPartGroups>
3726       </properties>
3727     </profile>
3728     <profile>
3729       <id>runReplicationTests</id>
3730       <activation>
3731         <activeByDefault>false</activeByDefault>
3732       </activation>
3733       <properties>
3734         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3735         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3736         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3737         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3738         <surefire.firstPartGroups>
3739           org.apache.hadoop.hbase.testclassification.ReplicationTests
3740         </surefire.firstPartGroups>
3741         <surefire.secondPartGroups></surefire.secondPartGroups>
3742       </properties>
3743     </profile>
3744     <profile>
3745       <id>runSecurityTests</id>
3746       <activation>
3747         <activeByDefault>false</activeByDefault>
3748       </activation>
3749       <properties>
3750         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3751         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3752         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3753         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3754         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3755         </surefire.firstPartGroups>
3756         <surefire.secondPartGroups></surefire.secondPartGroups>
3757       </properties>
3758     </profile>
3759     <profile>
3760       <id>runFlakeyTests</id>
3761       <activation>
3762         <activeByDefault>false</activeByDefault>
3763       </activation>
3764       <properties>
3765         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3766         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3767         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3768         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3769         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3770         </surefire.firstPartGroups>
3771         <surefire.secondPartGroups></surefire.secondPartGroups>
3772       </properties>
3773     </profile>
3774     <profile>
3775       <id>runZKTests</id>
3776       <activation>
3777         <activeByDefault>false</activeByDefault>
3778       </activation>
3779       <properties>
3780         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3781         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3782         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3783         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3784         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ZKTests
3785         </surefire.firstPartGroups>
3786         <surefire.secondPartGroups></surefire.secondPartGroups>
3787       </properties>
3788     </profile>
3789     <profile>
3790       <id>runRSGroupTests</id>
3791       <activation>
3792         <activeByDefault>false</activeByDefault>
3793       </activation>
3794       <properties>
3795         <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3796         <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3797         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3798         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3799         <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RSGroupTests
3800         </surefire.firstPartGroups>
3801         <surefire.secondPartGroups></surefire.secondPartGroups>
3802       </properties>
3803     </profile>
3805     <profile>
3806       <!-- Use it to launch tests locally-->
3807       <id>localTests</id>
3808       <activation>
3809         <property>
3810           <name>test</name>
3811         </property>
3812       </activation>
3813       <properties>
3814         <surefire.provider>surefire-junit4</surefire.provider>
3815         <surefire.skipFirstPart>false</surefire.skipFirstPart>
3816         <surefire.skipSecondPart>true</surefire.skipSecondPart>
3817         <surefire.firstPartGroups/>
3818       </properties>
3819     </profile>
3820     <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3821          or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3822          the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3823          The report will be generated under target/site/clover/index.html when you run
3824          MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3825     <profile>
3826       <id>clover</id>
3827       <activation>
3828         <activeByDefault>false</activeByDefault>
3829         <property>
3830           <name>clover</name>
3831         </property>
3832       </activation>
3833       <properties>
3834         <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3835       </properties>
3836       <build>
3837         <plugins>
3838         <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3839              our instrumented classes for the doclet will fail
3840           -->
3841           <plugin>
3842             <groupId>org.apache.maven.plugins</groupId>
3843             <artifactId>maven-javadoc-plugin</artifactId>
3844             <dependencies>
3845               <dependency>
3846                 <groupId>com.atlassian.maven.plugins</groupId>
3847                 <artifactId>maven-clover2-plugin</artifactId>
3848                 <version>${clover.version}</version>
3849               </dependency>
3850             </dependencies>
3851           </plugin>
3852           <plugin>
3853             <groupId>com.atlassian.maven.plugins</groupId>
3854             <artifactId>maven-clover2-plugin</artifactId>
3855             <version>${clover.version}</version>
3856             <configuration>
3857               <includesAllSourceRoots>true</includesAllSourceRoots>
3858               <includesTestSourceRoots>true</includesTestSourceRoots>
3859               <targetPercentage>50%</targetPercentage>
3860               <generateHtml>true</generateHtml>
3861               <generateXml>true</generateXml>
3862               <excludes>
3863                 <exclude>**/generated/**</exclude>
3864               </excludes>
3865             </configuration>
3866             <executions>
3867               <execution>
3868                 <id>clover-setup</id>
3869                 <phase>process-sources</phase>
3870                 <goals>
3871                   <goal>setup</goal>
3872                 </goals>
3873               </execution>
3874               <execution>
3875                 <id>clover</id>
3876                 <phase>site</phase>
3877                 <goals>
3878                   <goal>clover</goal>
3879                 </goals>
3880               </execution>
3881             </executions>
3882           </plugin>
3883         </plugins>
3884       </build>
3885     </profile>
3886     <profile>
3887       <!-- Used by the website generation script on jenkins to
3888            do a local install of the jars we need to run a normal
3889            site build w/o forking.
3890         -->
3891       <id>site-install-step</id>
3892       <properties>
3893         <skipTests>true</skipTests>
3894         <maven.javadoc.skip>true</maven.javadoc.skip>
3895         <enforcer.skip>true</enforcer.skip>
3896         <checkstyle.skip>true</checkstyle.skip>
3897         <spotbugs.skip>true</spotbugs.skip>
3898         <warbucks.skip>true</warbucks.skip>
3899       </properties>
3900     </profile>
3901     <profile>
3902       <!-- Used by the website generation script on jenkins to
3903            mitigate the impact of unneeded build forks while building
3904            our javadocs.
3905         -->
3906       <id>site-build-step</id>
3907       <properties>
3908         <skipTests>true</skipTests>
3909         <enforcer.skip>true</enforcer.skip>
3910         <maven.main.skip>true</maven.main.skip>
3911         <maven.test.skip>true</maven.test.skip>
3912         <warbucks.skip>true</warbucks.skip>
3913         <protoc.skip>true</protoc.skip>
3914         <remoteresources.skip>true</remoteresources.skip>
3915       </properties>
3916     </profile>
3917     <profile>
3918       <id>eclipse-specific</id>
3919       <activation>
3920         <property>
3921           <name>m2e.version</name>
3922         </property>
3923       </activation>
3924       <build>
3925         <pluginManagement>
3926           <plugins>
3927             <!-- General config for eclipse classpath/settings -->
3928             <plugin>
3929               <groupId>org.apache.maven.plugins</groupId>
3930               <artifactId>maven-eclipse-plugin</artifactId>
3931               <version>${maven.eclipse.version}</version>
3932             </plugin>
3933             <!--This plugin's configuration is used to store Eclipse m2e settings
3934                 only. It has no influence on the Maven build itself. m2e does not
3935                 provide any safeguards against rogue maven plugins that leak
3936                 classloaders, modify random files inside workspace or throw nasty
3937                 exceptions to fail the build.
3938                 Top level doesn't do any specific configuration currently - left
3939                 to modules to decide what they want to bind, sans those plugins
3940                 defined in this pom. -->
3941             <plugin>
3942               <groupId>org.eclipse.m2e</groupId>
3943               <artifactId>lifecycle-mapping</artifactId>
3944               <version>${lifecycle.mapping.version}</version>
3945               <configuration>
3946                 <lifecycleMappingMetadata>
3947                   <pluginExecutions>
3948                     <pluginExecution>
3949                       <pluginExecutionFilter>
3950                         <groupId>org.jacoco</groupId>
3951                         <artifactId>jacoco-maven-plugin</artifactId>
3952                         <versionRange>[0.6.2.201302030002,)</versionRange>
3953                         <goals>
3954                           <goal>prepare-agent</goal>
3955                         </goals>
3956                       </pluginExecutionFilter>
3957                       <action>
3958                         <ignore></ignore>
3959                       </action>
3960                     </pluginExecution>
3961                     <pluginExecution>
3962                       <pluginExecutionFilter>
3963                         <groupId>org.apache.maven.plugins</groupId>
3964                         <artifactId>maven-enforcer-plugin</artifactId>
3965                         <versionRange>${enforcer.version}</versionRange>
3966                         <goals>
3967                           <goal>enforce</goal>
3968                         </goals>
3969                       </pluginExecutionFilter>
3970                       <action>
3971                         <ignore />
3972                       </action>
3973                     </pluginExecution>
3974                     <pluginExecution>
3975                       <pluginExecutionFilter>
3976                         <groupId>org.apache.maven.plugins</groupId>
3977                         <artifactId>maven-remote-resources-plugin</artifactId>
3978                         <versionRange>[1.5,)</versionRange>
3979                         <goals>
3980                           <goal>process</goal>
3981                           <goal>bundle</goal>
3982                         </goals>
3983                       </pluginExecutionFilter>
3984                       <action>
3985                         <ignore />
3986                       </action>
3987                     </pluginExecution>
3988                       <pluginExecution>
3989                         <pluginExecutionFilter>
3990                           <groupId>org.codehaus.mojo</groupId>
3991                           <artifactId>buildnumber-maven-plugin</artifactId>
3992                           <versionRange>[1.3,)</versionRange>
3993                           <goals>
3994                             <goal>create-timestamp</goal>
3995                           </goals>
3996                         </pluginExecutionFilter>
3997                         <action>
3998                           <execute>
3999                             <runOnConfiguration>true</runOnConfiguration>
4000                             <runOnIncremental>true</runOnIncremental>
4001                           </execute>
4002                         </action>
4003                       </pluginExecution>
4004                   </pluginExecutions>
4005                 </lifecycleMappingMetadata>
4006               </configuration>
4007             </plugin>
4008           </plugins>
4009         </pluginManagement>
4010       </build>
4011     </profile>
4012     <profile>
4013       <id>aarch64</id>
4014       <properties>
4015         <external.protobuf.groupid>org.openlabtesting.protobuf</external.protobuf.groupid>
4016       </properties>
4017       <activation>
4018         <os>
4019           <family>linux</family>
4020           <arch>aarch64</arch>
4021         </os>
4022       </activation>
4023     </profile>
4024   </profiles>
4025   <!-- See https://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
4026   <reporting>
4027     <plugins>
4028       <plugin>
4029         <artifactId>maven-project-info-reports-plugin</artifactId>
4030         <version>${maven.project.info.report.version}</version>
4031         <reportSets>
4032           <reportSet>
4033             <reports>
4034               <report>dependencies</report>
4035               <report>dependency-convergence</report>
4036               <report>dependency-info</report>
4037               <report>dependency-management</report>
4038               <report>index</report>
4039               <report>issue-management</report>
4040               <report>licenses</report>
4041               <report>mailing-lists</report>
4042               <report>plugin-management</report>
4043               <report>plugins</report>
4044               <report>team</report>
4045               <report>scm</report>
4046               <report>summary</report>
4047             </reports>
4048           </reportSet>
4049         </reportSets>
4050         <!-- see src/site/site.xml for selected reports -->
4051         <configuration>
4052           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
4053         </configuration>
4054       </plugin>
4056       <plugin>
4057         <groupId>org.apache.maven.plugins</groupId>
4058         <artifactId>maven-javadoc-plugin</artifactId>
4059         <configuration>
4060           <tags>
4061             <tag>
4062               <name>apiNote</name>
4063               <placement>a</placement>
4064               <head>API Note:</head>
4065             </tag>
4066           </tags>
4067         </configuration>
4068         <reportSets>
4069           <!-- Dev API -->
4070           <reportSet>
4071             <id>devapi</id>
4072             <reports>
4073               <report>aggregate-no-fork</report>
4074             </reports>
4075             <configuration>
4076               <destDir>devapidocs</destDir>
4077               <name>Developer API</name>
4078               <description>The full HBase API, including private and unstable APIs</description>
4079               <sourceFileExcludes>
4080                 <exclude>**/generated/*</exclude>
4081                 <exclude>**/protobuf/*</exclude>
4082               </sourceFileExcludes>
4083               <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
4084               <show>private</show> <!-- (shows all classes and members) -->
4085               <quiet>true</quiet>
4086               <linksource>true</linksource>
4087               <sourcetab>2</sourcetab>
4088               <validateLinks>true</validateLinks>
4089               <fixClassComment>true</fixClassComment>
4090               <fixFieldComment>true</fixFieldComment>
4091               <fixMethodComment>true</fixMethodComment>
4092               <fixTags>all</fixTags>
4093               <notimestamp>true</notimestamp>
4094               <locale>en_US</locale>
4095               <!-- Pass some options straight to the javadoc executable since it is easier -->
4096               <additionalJOption>-J-Xmx2G</additionalJOption>
4097               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4098               <additionalDependencies>
4099                 <additionalDependency>
4100                   <groupId>org.mockito</groupId>
4101                   <artifactId>mockito-core</artifactId>
4102                   <version>${mockito-core.version}</version>
4103                 </additionalDependency>
4104                 <additionalDependency>
4105                   <groupId>org.hamcrest</groupId>
4106                   <artifactId>hamcrest-core</artifactId>
4107                   <version>${hamcrest.version}</version>
4108                 </additionalDependency>
4109                 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4110                 <additionalDependency>
4111                   <groupId>com.google.code.findbugs</groupId>
4112                   <artifactId>jsr305</artifactId>
4113                   <version>3.0.2</version>
4114                 </additionalDependency>
4115               </additionalDependencies>
4116               <inherited>false</inherited>
4117             </configuration>
4118           </reportSet>
4119           <reportSet>
4120             <id>testdevapi</id>
4121             <reports>
4122               <report>test-aggregate-no-fork</report>
4123             </reports>
4124             <configuration>
4125               <destDir>testdevapidocs</destDir>
4126               <name>Developer API</name>
4127               <description>The full HBase API test code, including private and unstable APIs</description>
4128               <sourceFileExcludes>
4129                 <exclude>**/generated/*</exclude>
4130                 <exclude>**/protobuf/*</exclude>
4131               </sourceFileExcludes>
4132               <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.generated*</excludePackageNames>
4133               <show>private</show> <!-- (shows all classes and members) -->
4134               <quiet>true</quiet>
4135               <linksource>true</linksource>
4136               <sourcetab>2</sourcetab>
4137               <validateLinks>true</validateLinks>
4138               <fixClassComment>true</fixClassComment>
4139               <fixFieldComment>true</fixFieldComment>
4140               <fixMethodComment>true</fixMethodComment>
4141               <fixTags>all</fixTags>
4142               <notimestamp>true</notimestamp>
4143               <locale>en_US</locale>
4144               <!-- Pass some options straight to the javadoc executable since it is easier -->
4145               <additionalJOption>-J-Xmx2G</additionalJOption>
4146               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4147               <additionalDependencies>
4148                 <additionalDependency>
4149                   <groupId>org.mockito</groupId>
4150                   <artifactId>mockito-core</artifactId>
4151                   <version>${mockito-core.version}</version>
4152                 </additionalDependency>
4153                 <additionalDependency>
4154                   <groupId>org.hamcrest</groupId>
4155                   <artifactId>hamcrest-core</artifactId>
4156                   <version>${hamcrest.version}</version>
4157                 </additionalDependency>
4158                 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4159                 <additionalDependency>
4160                   <groupId>com.google.code.findbugs</groupId>
4161                   <artifactId>jsr305</artifactId>
4162                   <version>3.0.2</version>
4163                 </additionalDependency>
4164               </additionalDependencies>
4165               <inherited>false</inherited>
4166             </configuration>
4167           </reportSet>
4169           <!-- User API -->
4170           <reportSet>
4171             <id>userapi</id>
4172             <reports>
4173               <report>aggregate-no-fork</report>
4174             </reports>
4175             <configuration>
4176               <doclet>
4177                 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4178               </doclet>
4179               <docletArtifact>
4180                 <groupId>org.apache.yetus</groupId>
4181                 <artifactId>audience-annotations</artifactId>
4182                 <version>${audience-annotations.version}</version>
4183               </docletArtifact>
4184               <useStandardDocletOptions>true</useStandardDocletOptions>
4185               <destDir>apidocs</destDir>
4186               <name>User API</name>
4187               <description>The HBase Application Programmer's API</description>
4188               <excludePackageNames>
4189                 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*
4190               </excludePackageNames>
4191               <!-- switch on dependency-driven aggregation -->
4192               <includeDependencySources>false</includeDependencySources>
4193               <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4194               <show>protected</show> <!-- (shows only public and protected classes and members) -->
4195               <quiet>true</quiet>
4196               <linksource>true</linksource>
4197               <sourcetab>2</sourcetab>
4198               <validateLinks>true</validateLinks>
4199               <fixClassComment>true</fixClassComment>
4200               <fixFieldComment>true</fixFieldComment>
4201               <fixMethodComment>true</fixMethodComment>
4202               <fixTags>all</fixTags>
4203               <notimestamp>true</notimestamp>
4204               <locale>en_US</locale>
4205               <!-- Pass some options straight to the javadoc executable since it is easier -->
4206               <additionalJOption>-J-Xmx2G</additionalJOption>
4207               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4208               <additionalDependencies>
4209                 <additionalDependency>
4210                   <groupId>org.mockito</groupId>
4211                   <artifactId>mockito-core</artifactId>
4212                   <version>${mockito-core.version}</version>
4213                 </additionalDependency>
4214                 <additionalDependency>
4215                   <groupId>org.hamcrest</groupId>
4216                   <artifactId>hamcrest-core</artifactId>
4217                   <version>${hamcrest.version}</version>
4218                 </additionalDependency>
4219                 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4220                 <additionalDependency>
4221                   <groupId>com.google.code.findbugs</groupId>
4222                   <artifactId>jsr305</artifactId>
4223                   <version>3.0.2</version>
4224                 </additionalDependency>
4225               </additionalDependencies>
4226               <inherited>false</inherited>
4227             </configuration>
4228           </reportSet>
4229           <!-- User Test API -->
4230           <reportSet>
4231             <id>testuserapi</id>
4232             <reports>
4233               <report>test-aggregate-no-fork</report>
4234             </reports>
4235             <configuration>
4236               <doclet>
4237                 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
4238               </doclet>
4239               <docletArtifact>
4240                 <groupId>org.apache.yetus</groupId>
4241                 <artifactId>audience-annotations</artifactId>
4242                 <version>${audience-annotations.version}</version>
4243               </docletArtifact>
4244               <useStandardDocletOptions>true</useStandardDocletOptions>
4245               <destDir>testapidocs</destDir>
4246               <name>User API</name>
4247               <description>The HBase Application Programmer's API</description>
4248               <excludePackageNames>
4249                 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*
4250               </excludePackageNames>
4251               <!-- switch on dependency-driven aggregation -->
4252               <includeDependencySources>false</includeDependencySources>
4253               <sourceFilesExclude>**/generated/*</sourceFilesExclude>
4254               <show>protected</show> <!-- (shows only public and protected classes and members) -->
4255               <quiet>true</quiet>
4256               <linksource>true</linksource>
4257               <sourcetab>2</sourcetab>
4258               <validateLinks>true</validateLinks>
4259               <fixClassComment>true</fixClassComment>
4260               <fixFieldComment>true</fixFieldComment>
4261               <fixMethodComment>true</fixMethodComment>
4262               <fixTags>all</fixTags>
4263               <notimestamp>true</notimestamp>
4264               <locale>en_US</locale>
4265               <!-- Pass some options straight to the javadoc executable since it is easier -->
4266               <additionalJOption>-J-Xmx2G</additionalJOption>
4267               <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
4268               <additionalDependencies>
4269                 <additionalDependency>
4270                   <groupId>org.mockito</groupId>
4271                   <artifactId>mockito-core</artifactId>
4272                   <version>${mockito-core.version}</version>
4273                 </additionalDependency>
4274                 <additionalDependency>
4275                   <groupId>org.hamcrest</groupId>
4276                   <artifactId>hamcrest-core</artifactId>
4277                   <version>${hamcrest.version}</version>
4278                 </additionalDependency>
4279                 <!-- javadoc tooling requires jsr305 due to references to it from things we rely on -->
4280                 <additionalDependency>
4281                   <groupId>com.google.code.findbugs</groupId>
4282                   <artifactId>jsr305</artifactId>
4283                   <version>3.0.2</version>
4284                 </additionalDependency>
4285               </additionalDependencies>
4286               <inherited>false</inherited>
4287             </configuration>
4288           </reportSet>
4289         </reportSets>
4290       </plugin>
4292       <plugin>
4293         <groupId>org.apache.maven.plugins</groupId>
4294         <artifactId>maven-checkstyle-plugin</artifactId>
4295         <version>${maven.checkstyle.version}</version>
4296         <configuration>
4297           <excludes>target/**</excludes>
4298         </configuration>
4299       </plugin>
4301     </plugins>
4302   </reporting>
4303   <distributionManagement>
4304     <site>
4305       <id>hbase.apache.org</id>
4306       <name>HBase Website at hbase.apache.org</name>
4307       <!-- On why this is the tmp dir and not hbase.apache.org, see
4308         https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
4309        -->
4310       <url>file:///tmp</url>
4311     </site>
4312   </distributionManagement>
4313 </project>