1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements. See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership. The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License. You may obtain a copy of the License at
13 * http://www.apache.org/licenses/LICENSE-2.0
15 * Unless required by applicable law or agreed to in writing, software
16 * distributed under the License is distributed on an "AS IS" BASIS,
17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 * See the License for the specific language governing permissions and
19 * limitations under the License.
23 ON MVN COMPILE NOT WORKING
25 If you wondering why 'mvn compile' does not work building HBase
26 (in particular, if you are doing it for the first time), instead do
27 'mvn package'. If you are interested in the full story, see
28 https://issues.apache.org/jira/browse/HBASE-6795.
31 <modelVersion>4.0.0</modelVersion>
33 <groupId>org.apache</groupId>
34 <artifactId>apache</artifactId>
37 <!-- no parent resolution -->
39 <groupId>org.apache.hbase</groupId>
40 <artifactId>hbase</artifactId>
41 <packaging>pom</packaging>
42 <version>3.0.0-SNAPSHOT</version>
43 <name>Apache HBase</name>
45 Apache HBase™ is the Hadoop database. Use it when you need
46 random, realtime read/write access to your Big Data.
47 This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
48 of commodity hardware.
50 <url>http://hbase.apache.org</url>
51 <inceptionYear>2007</inceptionYear>
52 <!-- Set here so we can consistently use the correct name, even on branches with
53 an ASF parent pom older than v15. Also uses the url from v18.
57 <name>Apache License, Version 2.0</name>
58 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
59 <distribution>repo</distribution>
64 <module>hbase-resource-bundle</module>
65 <module>hbase-server</module>
66 <module>hbase-thrift</module>
67 <module>hbase-shell</module>
68 <module>hbase-protocol-shaded</module>
69 <module>hbase-protocol</module>
70 <module>hbase-client</module>
71 <module>hbase-hadoop-compat</module>
72 <module>hbase-common</module>
73 <module>hbase-procedure</module>
74 <module>hbase-endpoint</module>
75 <module>hbase-it</module>
76 <module>hbase-examples</module>
77 <module>hbase-prefix-tree</module>
78 <module>hbase-assembly</module>
79 <module>hbase-testing-util</module>
80 <module>hbase-annotations</module>
81 <module>hbase-rest</module>
82 <module>hbase-checkstyle</module>
83 <module>hbase-external-blockcache</module>
84 <module>hbase-shaded</module>
85 <module>hbase-spark</module>
86 <module>hbase-archetypes</module>
87 <module>hbase-metrics-api</module>
88 <module>hbase-metrics</module>
90 <!--Add apache snapshots in case we want to use unreleased versions of plugins:
91 e.g. surefire 2.18-SNAPSHOT-->
94 <id>apache.snapshots</id>
95 <url>http://repository.apache.org/snapshots/</url>
99 <connection>scm:git:git://git.apache.org/hbase.git</connection>
100 <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
101 <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url>
104 <system>JIRA</system>
105 <url>http://issues.apache.org/jira/browse/HBASE</url>
108 <system>hudson</system>
109 <url>http://hudson.zones.apache.org/hudson/view/HBase/job/HBase-TRUNK/</url>
113 <name>User List</name>
114 <subscribe>user-subscribe@hbase.apache.org</subscribe>
115 <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
116 <post>user@hbase.apache.org</post>
117 <archive>http://mail-archives.apache.org/mod_mbox/hbase-user/</archive>
119 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
120 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
124 <name>Developer List</name>
125 <subscribe>dev-subscribe@hbase.apache.org</subscribe>
126 <unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
127 <post>dev@hbase.apache.org</post>
128 <archive>http://mail-archives.apache.org/mod_mbox/hbase-dev/</archive>
130 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
131 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
135 <name>Commits List</name>
136 <subscribe>commits-subscribe@hbase.apache.org</subscribe>
137 <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
138 <archive>http://mail-archives.apache.org/mod_mbox/hbase-commits/</archive>
141 <name>Issues List</name>
142 <subscribe>issues-subscribe@hbase.apache.org</subscribe>
143 <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
144 <archive>http://mail-archives.apache.org/mod_mbox/hbase-issues/</archive>
147 <name>Builds List</name>
148 <subscribe>builds-subscribe@hbase.apache.org</subscribe>
149 <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
150 <archive>http://mail-archives.apache.org/mod_mbox/hbase-builds/</archive>
156 <name>Amitanand S. Aiyer</name>
157 <email>acube123@apache.org</email>
158 <timezone>-8</timezone>
162 <name>Allan Yang</name>
163 <email>allan163@apache.org</email>
164 <timezone>+8</timezone>
168 <name>Apekshit Sharma</name>
169 <email>appy@apache.org</email>
170 <timezone>-8</timezone>
174 <name>Anastasia Braginsky</name>
175 <email>anastasia@apache.org</email>
176 <timezone>+2</timezone>
180 <name>Andrew Purtell</name>
181 <email>apurtell@apache.org</email>
182 <timezone>-8</timezone>
185 <id>anoopsamjohn</id>
186 <name>Anoop Sam John</name>
187 <email>anoopsamjohn@apache.org</email>
188 <timezone>+5</timezone>
192 <name>Mikhail Antonov</name>
193 <email>antonov@apache.org</email>
194 <timezone>-8</timezone>
197 <id>ashishsinghi</id>
198 <name>Ashish Singhi</name>
199 <email>ashishsinghi@apache.org</email>
200 <timezone>+5</timezone>
204 <name>Ashu Pachauri</name>
205 <email>ashu@apache.org</email>
206 <timezone>-8</timezone>
210 <name>Lijin Bin</name>
211 <email>binlijin@apache.org</email>
212 <timezone>+8</timezone>
216 <name>Sean Busbey</name>
217 <email>busbey@apache.org</email>
218 <timezone>-6</timezone>
222 <name>Heng Chen</name>
223 <email>chenheng@apache.org</email>
224 <timezone>+8</timezone>
228 <name>Chia-Ping Tsai</name>
229 <email>chia7712@apache.org</email>
230 <timezone>+8</timezone>
234 <name>Devaraj Das</name>
235 <email>ddas@apache.org</email>
236 <timezone>-8</timezone>
240 <name>Dima Spivak</name>
241 <email>dimaspivak@apache.org</email>
242 <timezone>-8</timezone>
246 <name>Doug Meil</name>
247 <email>dmeil@apache.org</email>
248 <timezone>-5</timezone>
252 <name>Elliott Clark</name>
253 <email>eclark@apache.org</email>
254 <timezone>-8</timezone>
258 <name>Josh Elser</name>
259 <email>elserj@apache.org</email>
260 <timezone>-5</timezone>
264 <name>Enis Soztutar</name>
265 <email>enis@apache.org</email>
266 <timezone>-8</timezone>
270 <name>Eshcar Hillel</name>
271 <email>eshcar@apache.org</email>
272 <timezone>+2</timezone>
276 <name>Honghua Feng</name>
277 <email>fenghh@apache.org</email>
278 <timezone>+8</timezone>
282 <name>Gary Helmling</name>
283 <email>garyh@apache.org</email>
284 <timezone>-8</timezone>
288 <name>Gregory Chanan</name>
289 <email>gchanan@apache.org</email>
290 <timezone>-8</timezone>
294 <name>Jean-Daniel Cryans</name>
295 <email>jdcryans@apache.org</email>
296 <timezone>-8</timezone>
300 <name>Jeffrey Zhong</name>
301 <email>jeffreyz@apache.org</email>
302 <timezone>-8</timezone>
306 <name>Jing Chen (Jerry) He</name>
307 <email>jerryjch@apache.org</email>
308 <timezone>-8</timezone>
312 <name>Jesse Yates</name>
313 <email>jyates@apache.org</email>
314 <timezone>-8</timezone>
318 <name>Jonathan Gray</name>
319 <email>jgray@fb.com</email>
320 <timezone>-8</timezone>
324 <name>Jingcheng Du</name>
325 <email>jingchengdu@apache.org</email>
326 <timezone>+8</timezone>
330 <name>Esteban Gutierrez</name>
331 <email>esteban@apache.org</email>
332 <timezone>-8</timezone>
336 <name>Jonathan Hsieh</name>
337 <email>jmhsieh@apache.org</email>
338 <timezone>-8</timezone>
342 <name>Jimmy Xiang</name>
343 <email>jxiang@apache.org</email>
344 <timezone>-8</timezone>
348 <name>Kannan Muthukkaruppan</name>
349 <email>kannan@fb.com</email>
350 <timezone>-8</timezone>
354 <name>Karthik Ranganathan</name>
355 <email>kranganathan@fb.com</email>
356 <timezone>-8</timezone>
360 <name>Lars George</name>
361 <email>larsgeorge@apache.org</email>
362 <timezone>+1</timezone>
366 <name>Lars Hofhansl</name>
367 <email>larsh@apache.org</email>
368 <timezone>-8</timezone>
372 <name>Liang Xie</name>
373 <email>liangxie@apache.org</email>
374 <timezone>+8</timezone>
378 <name>Shaohui Liu</name>
379 <email>liushaohui@apache.org</email>
380 <timezone>+8</timezone>
384 <name>Liyin Tang</name>
385 <email>liyin.tang@fb.com</email>
386 <timezone>-8</timezone>
391 <email>liyu@apache.org</email>
392 <timezone>+8</timezone>
396 <name>Mikhail Bautin</name>
397 <email>mbautin@apache.org</email>
398 <timezone>-8</timezone>
402 <name>Matteo Bertozzi</name>
403 <email>mbertozzi@apache.org</email>
404 <timezone>0</timezone>
408 <name>Misty Stanley-Jones</name>
409 <email>misty@apache.org</email>
410 <timezone>+10</timezone>
414 <name>Nick Dimiduk</name>
415 <email>ndimiduk@apache.org</email>
416 <timezone>-8</timezone>
420 <name>Nicolas Liochon</name>
421 <email>nkeywal@apache.org</email>
422 <timezone>+1</timezone>
425 <id>nspiegelberg</id>
426 <name>Nicolas Spiegelberg</name>
427 <email>nspiegelberg@fb.com</email>
428 <timezone>-8</timezone>
432 <name>Andrey Stepachev</name>
433 <email>octo47@gmail.com</email>
434 <timezone>0</timezone>
438 <name>Rajeshbabu Chintaguntla</name>
439 <email>rajeshbabu@apache.org</email>
440 <timezone>+5</timezone>
444 <name>Ramkrishna S Vasudevan</name>
445 <email>ramkrishna@apache.org</email>
446 <timezone>+5</timezone>
450 <name>Ryan Rawson</name>
451 <email>rawson@apache.org</email>
452 <timezone>-8</timezone>
456 <name>Sergey Shelukhin</name>
457 <email>sershe@apache.org</email>
458 <timezone>-8</timezone>
462 <name>Srikanth Srungarapu</name>
463 <email>ssrungarapu@apache.org</email>
464 <timezone>-8</timezone>
468 <name>Michael Stack</name>
469 <email>stack@apache.org</email>
470 <timezone>-8</timezone>
474 <name>Stephen Yuan Jiang</name>
475 <email>syuanjiang@apache.org</email>
476 <timezone>-8</timezone>
481 <email>yuzhihong@gmail.com</email>
482 <timezone>-8</timezone>
486 <name>Todd Lipcon</name>
487 <email>todd@apache.org</email>
488 <timezone>-8</timezone>
492 <name>Francis Liu</name>
493 <email>toffer@apache.org</email>
494 <timezone>-8</timezone>
498 <name>Virag Kothari</name>
499 <email>virag@yahoo-inc.com</email>
500 <timezone>-8</timezone>
504 <name>Phil Yang</name>
505 <email>yangzhe1991@apache.org</email>
506 <timezone>+8</timezone>
510 <name>Guanghao Zhang</name>
511 <email>zghao@apache.org</email>
512 <timezone>+8</timezone>
516 <name>Duo Zhang</name>
517 <email>zhangduo@apache.org</email>
518 <timezone>+8</timezone>
522 <name>Chunhui Shen</name>
523 <email>zjushch@apache.org</email>
524 <timezone>+8</timezone>
530 <groupId>kr.motd.maven</groupId>
531 <artifactId>os-maven-plugin</artifactId>
532 <version>${os.maven.version}</version>
535 <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
536 For specific version use a property and define it in the parent pom.
541 <groupId>org.apache.maven.plugins</groupId>
542 <artifactId>maven-javadoc-plugin</artifactId>
545 <groupId>org.apache.maven.plugins</groupId>
546 <artifactId>maven-remote-resources-plugin</artifactId>
549 <groupId>org.apache.maven.plugins</groupId>
550 <artifactId>maven-shade-plugin</artifactId>
551 <version>${maven.shade.version}</version>
554 <groupId>org.apache.maven.plugins</groupId>
555 <artifactId>maven-release-plugin</artifactId>
557 <!--You need this profile. It'll sign your artifacts.
558 I'm not sure if this config. actually works though.
559 I've been specifying -Papache-release on the command-line
561 <releaseProfiles>apache-release</releaseProfiles>
562 <!--This stops our running tests for each stage of maven release.
563 But it builds the test jar. From SUREFIRE-172.
565 <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
566 <goals>${goals}</goals>
567 <pomFileName>pom.xml</pomFileName>
571 <groupId>org.apache.maven.plugins</groupId>
572 <artifactId>maven-compiler-plugin</artifactId>
573 <version>${maven.compiler.version}</version>
575 <source>${compileSource}</source>
576 <target>${compileSource}</target>
577 <showWarnings>true</showWarnings>
578 <showDeprecation>false</showDeprecation>
579 <useIncrementalCompilation>false</useIncrementalCompilation>
580 <compilerArgument>-Xlint:-options</compilerArgument>
583 <!-- Test oriented plugins -->
585 <groupId>org.apache.maven.plugins</groupId>
586 <artifactId>maven-surefire-plugin</artifactId>
587 <version>${surefire.version}</version>
589 <!-- by default surefire selects dynamically the connector to the unit tests
590 tool. We want to use always the same as the different connectors can have different
591 bugs and behaviour. -->
593 <groupId>org.apache.maven.surefire</groupId>
594 <artifactId>${surefire.provider}</artifactId>
595 <version>${surefire.version}</version>
598 <!-- Generic testing configuration for all packages -->
600 <groups>${surefire.firstPartGroups}</groups>
601 <failIfNoTests>false</failIfNoTests>
602 <skip>${surefire.skipFirstPart}</skip>
603 <forkCount>${surefire.firstPartForkCount}</forkCount>
604 <reuseForks>false</reuseForks>
605 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
606 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
607 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
608 <systemPropertyVariables>
609 <test.build.classes>${test.build.classes}</test.build.classes>
610 </systemPropertyVariables>
613 <!-- users can add -D option to skip particular test classes
614 ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
616 <exclude>${test.exclude.pattern}</exclude>
621 <id>secondPartTestsExecution</id>
627 <skip>${surefire.skipSecondPart}</skip>
628 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
629 <reuseForks>false</reuseForks>
630 <forkCount>${surefire.secondPartForkCount}</forkCount>
631 <groups>${surefire.secondPartGroups}</groups>
632 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
638 <groupId>org.apache.maven.plugins</groupId>
639 <artifactId>maven-surefire-report-plugin</artifactId>
640 <version>${surefire.version}</version>
643 <groupId>org.apache.maven.plugins</groupId>
644 <artifactId>maven-clean-plugin</artifactId>
648 <!--dfs tests have build dir hardcoded. Clean it as part of
650 <directory>build</directory>
656 <groupId>org.codehaus.mojo</groupId>
657 <artifactId>buildnumber-maven-plugin</artifactId>
658 <version>${buildnumber.maven.version}</version>
661 <groupId>org.codehaus.mojo</groupId>
662 <artifactId>findbugs-maven-plugin</artifactId>
663 <version>${findbugs.maven.version}</version>
664 <!--NOTE: Findbugs 3.0.0 requires jdk7-->
666 <excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
667 <findbugsXmlOutput>true</findbugsXmlOutput>
668 <xmlOutput>true</xmlOutput>
673 <groupId>org.codehaus.mojo</groupId>
674 <artifactId>build-helper-maven-plugin</artifactId>
675 <version>${build.helper.maven.version}</version>
678 <artifactId>maven-antrun-plugin</artifactId>
679 <version>${maven.antrun.version}</version>
682 <groupId>org.jamon</groupId>
683 <artifactId>jamon-maven-plugin</artifactId>
684 <version>${jamon.plugin.version}</version>
686 <!-- Make a jar and put the sources in the jar.
687 In the parent pom, so submodules will do the right thing. -->
689 <groupId>org.apache.maven.plugins</groupId>
690 <artifactId>maven-source-plugin</artifactId>
693 <id>attach-sources</id>
694 <phase>prepare-package</phase>
696 <goal>jar-no-fork</goal>
701 <!-- General configuration for submodules who want to build a test jar -->
703 <groupId>org.apache.maven.plugins</groupId>
704 <artifactId>maven-jar-plugin</artifactId>
707 <phase>prepare-package</phase>
709 <!--This goal will install a -test.jar when we do install
710 See http://maven.apache.org/guides/mini/guide-attached-tests.html
712 <goal>test-jar</goal>
717 <skipIfEmpty>true</skipIfEmpty>
719 <exclude>hbase-site.xml</exclude>
720 <exclude>hdfs-site.xml</exclude>
721 <exclude>log4j.properties</exclude>
722 <exclude>mapred-queues.xml</exclude>
723 <exclude>mapred-site.xml</exclude>
724 <!--I was seeing this w/o the below addition:
725 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project hbase-protocol-shaded: Error assembling JAR: A zip file cannot include itself -> [Help 1]
727 <exclude>*.jar</exclude>
731 <!-- General config for eclipse classpath/settings -->
733 <groupId>org.apache.maven.plugins</groupId>
734 <artifactId>maven-eclipse-plugin</artifactId>
735 <version>${maven.eclipse.version}</version>
737 <!--This plugin's configuration is used to store Eclipse m2e settings
738 only. It has no influence on the Maven build itself. m2e does not
739 provide any safeguards against rogue maven plugins that leak
740 classloaders, modify random files inside workspace or throw nasty
741 exceptions to fail the build.
742 Top level doesn't do any specific configuration currently - left
743 to modules to decide what they want to bind, sans those plugins
744 defined in this pom. -->
746 <groupId>org.eclipse.m2e</groupId>
747 <artifactId>lifecycle-mapping</artifactId>
748 <version>${lifecycle.mapping.version}</version>
750 <lifecycleMappingMetadata>
753 <pluginExecutionFilter>
754 <groupId>org.jacoco</groupId>
755 <artifactId>jacoco-maven-plugin</artifactId>
756 <versionRange>[0.6.2.201302030002,)</versionRange>
758 <goal>prepare-agent</goal>
760 </pluginExecutionFilter>
766 <pluginExecutionFilter>
767 <groupId>org.apache.maven.plugins</groupId>
768 <artifactId>maven-enforcer-plugin</artifactId>
769 <versionRange>[1.0.1,)</versionRange>
773 </pluginExecutionFilter>
779 <pluginExecutionFilter>
780 <groupId>org.apache.maven.plugins</groupId>
781 <artifactId>maven-remote-resources-plugin</artifactId>
782 <versionRange>[1.5,)</versionRange>
787 </pluginExecutionFilter>
793 <pluginExecutionFilter>
794 <groupId>org.codehaus.mojo</groupId>
795 <artifactId>buildnumber-maven-plugin</artifactId>
796 <versionRange>[1.3,)</versionRange>
798 <goal>create-timestamp</goal>
800 </pluginExecutionFilter>
803 <runOnConfiguration>true</runOnConfiguration>
804 <runOnIncremental>true</runOnIncremental>
809 </lifecycleMappingMetadata>
813 <!-- excludes are inherited -->
814 <groupId>org.apache.rat</groupId>
815 <artifactId>apache-rat-plugin</artifactId>
816 <version>${apache.rat.version}</version>
819 <exclude>**/*.versionsBackup</exclude>
820 <exclude>**/*.log</exclude>
821 <exclude>**/.*</exclude>
822 <exclude>**/*.tgz</exclude>
823 <exclude>**/*.orig</exclude>
824 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
825 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
826 <exclude>**/0000000000000016310</exclude>
827 <exclude>**/.idea/**</exclude>
828 <exclude>**/*.iml</exclude>
829 <exclude>**/CHANGES.txt</exclude>
830 <exclude>**/generated/**</exclude>
831 <exclude>**/gen-*/**</exclude>
832 <!-- No material contents -->
833 <exclude>conf/regionservers</exclude>
834 <exclude>**/*.avpr</exclude>
835 <exclude>**/*.svg</exclude>
836 <!-- non-standard notice file from jruby included by reference -->
837 <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
838 <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
839 <exclude>**/src/main/asciidoc/hbase.css</exclude>
840 <!-- MIT http://jquery.org/license -->
841 <exclude>**/jquery.min.js</exclude>
842 <!-- vector graphics -->
843 <exclude>**/*.vm</exclude>
844 <!-- apache doxia generated -->
845 <exclude>**/control</exclude>
846 <exclude>**/conffile</exclude>
847 <!-- auto-gen docs -->
848 <exclude>docs/*</exclude>
849 <exclude>logs/*</exclude>
850 <!-- exclude source control files -->
851 <exclude>.git/**</exclude>
852 <exclude>.svn/**</exclude>
853 <exclude>**/.settings/**</exclude>
854 <exclude>**/patchprocess/**</exclude>
855 <exclude>src/main/site/resources/repo/**</exclude>
856 <exclude>**/dependency-reduced-pom.xml</exclude>
857 <exclude>**/rat.txt</exclude>
858 <!-- exclude the shaded protobuf files -->
859 <exclude>**/shaded/com/google/protobuf/**</exclude>
860 <exclude>**/src/main/patches/**</exclude>
865 <artifactId>maven-assembly-plugin</artifactId>
867 <!--Defer to the hbase-assembly sub-module. It
869 <skipAssembly>true</skipAssembly>
873 <groupId>org.xolstice.maven.plugins</groupId>
874 <artifactId>protobuf-maven-plugin</artifactId>
875 <version>${protobuf.plugin.version}</version>
877 <protocArtifact>com.google.protobuf:protoc:${external.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
878 <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
879 <clearOutputDirectory>false</clearOutputDirectory>
880 <checkStaleness>true</checkStaleness>
884 <groupId>org.apache.maven.plugins</groupId>
885 <artifactId>maven-checkstyle-plugin</artifactId>
886 <version>${maven.checkstyle.version}</version>
889 <groupId>org.apache.hbase</groupId>
890 <artifactId>hbase-checkstyle</artifactId>
891 <version>${project.version}</version>
894 <groupId>com.puppycrawl.tools</groupId>
895 <artifactId>checkstyle</artifactId>
896 <version>${checkstyle.version}</version>
900 <configLocation>hbase/checkstyle.xml</configLocation>
901 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
908 <groupId>org.codehaus.mojo</groupId>
909 <artifactId>build-helper-maven-plugin</artifactId>
912 <id>negate-license-bundles-property</id>
914 <goal>bsh-property</goal>
917 <source>skip.license.check = !${license.bundles.dependencies};</source>
919 <property>skip.license.check</property>
926 <groupId>org.apache.maven.plugins</groupId>
927 <artifactId>maven-enforcer-plugin</artifactId>
930 <groupId>org.codehaus.mojo</groupId>
931 <artifactId>extra-enforcer-rules</artifactId>
932 <version>${extra.enforcer.version}</version>
935 <!-- version set by parent -->
938 <id>min-maven-min-java-banned-xerces</id>
944 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
945 <requireMavenVersion>
946 <version>[${maven.min.version},)</version>
947 <message>Maven is out of date.
948 HBase requires at least version ${maven.min.version} of Maven to properly build from source.
949 You appear to be using an older version. You can use either "mvn -version" or
950 "mvn enforcer:display-info" to verify what version is active.
951 See the reference guide on building for more information: http://hbase.apache.org/book.html#build
953 </requireMavenVersion>
954 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
956 <version>[${java.min.version},)</version>
957 <message>Java is out of date.
958 HBase requirs at least version ${java.min.version} of the JDK to properly build from source.
959 You appear to be using an older version. You can use either "mvn -version" or
960 "mvn enforcer:display-info" to verify what version is active.
961 See the reference guide on building for more information: http://hbase.apache.org/book.html#build
963 </requireJavaVersion>
966 <exclude>xerces:xercesImpl</exclude>
968 <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
969 </bannedDependencies>
974 <id>banned-jsr305</id>
982 <exclude>com.google.code.findbugs:jsr305</exclude>
984 <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
985 </bannedDependencies>
990 <id>banned-scala</id>
998 <exclude>org.scala-lang:scala-library</exclude>
1000 <message>We don't allow Scala outside of the hbase-spark module, see HBASE-13992.</message>
1001 </bannedDependencies>
1006 <id>banned-hbase-spark</id>
1008 <goal>enforce</goal>
1012 <bannedDependencies>
1014 <exclude>org.apache.hbase:hbase-spark</exclude>
1016 <message>We don't allow other modules to depend on hbase-spark, see HBASE-13992.</message>
1017 </bannedDependencies>
1022 <id>check-aggregate-license</id>
1023 <!-- must check after LICENSE is built at 'generate-resources' -->
1024 <phase>process-resources</phase>
1026 <goal>enforce</goal>
1032 File license = new File("${license.aggregate.path}");
1034 // Beanshell does not support try-with-resources,
1035 // so we must close this scanner manually
1036 Scanner scanner = new Scanner(license);
1038 while (scanner.hasNextLine()) {
1039 if (scanner.nextLine().startsWith("ERROR:")) {
1048 License errors detected, for more detail find ERROR in
1049 ${license.aggregate.path}
1051 </evaluateBeanshell>
1053 <skip>${skip.license.check}</skip>
1058 <!-- parent-module only plugins -->
1060 <groupId>org.codehaus.mojo</groupId>
1061 <artifactId>xml-maven-plugin</artifactId>
1062 <version>${xml.maven.version}</version>
1063 <inherited>false</inherited>
1066 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1068 <goal>transform</goal>
1074 <transformationSets>
1075 <!-- For asciidoc -->
1077 <!--Reaching up and over into common sub-module for hbase-default.xml-->
1078 <dir>${basedir}/hbase-common/src/main/resources/</dir>
1080 <include>hbase-default.xml</include>
1082 <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1084 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1085 <pattern>^(.*)\.xml$</pattern>
1086 <replacement>$1.adoc</replacement>
1089 <outputDir>${basedir}/target/asciidoc</outputDir>
1090 </transformationSet>
1091 </transformationSets>
1094 <!-- Special configuration for findbugs just in the parent so
1095 the filter file location can be more general (see definition in pluginManagement) -->
1097 <groupId>org.codehaus.mojo</groupId>
1098 <artifactId>findbugs-maven-plugin</artifactId>
1101 <inherited>false</inherited>
1103 <goal>findbugs</goal>
1106 <excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
1112 <groupId>org.apache.maven.plugins</groupId>
1113 <artifactId>maven-checkstyle-plugin</artifactId>
1116 <groupId>org.apache.hbase</groupId>
1117 <artifactId>hbase-checkstyle</artifactId>
1118 <version>${project.version}</version>
1121 <groupId>com.puppycrawl.tools</groupId>
1122 <artifactId>checkstyle</artifactId>
1123 <version>${checkstyle.version}</version>
1127 <configLocation>hbase/checkstyle.xml</configLocation>
1128 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
1132 <groupId>org.apache.maven.plugins</groupId>
1133 <artifactId>maven-site-plugin</artifactId>
1134 <version>${maven.site.version}</version>
1135 <inherited>false</inherited>
1138 <!-- add support for ssh/scp -->
1139 <groupId>org.apache.maven.wagon</groupId>
1140 <artifactId>wagon-ssh</artifactId>
1141 <version>${wagon.ssh.version}</version>
1145 <siteDirectory>${basedir}/src/main/site</siteDirectory>
1146 <customBundle>${basedir}/src/main/site/custom/project-info-report.properties</customBundle>
1147 <inputEncoding>UTF-8</inputEncoding>
1148 <outputEncoding>UTF-8</outputEncoding>
1151 <!-- For AsciiDoc docs building -->
1153 <groupId>org.asciidoctor</groupId>
1154 <artifactId>asciidoctor-maven-plugin</artifactId>
1155 <version>${asciidoctor.plugin.version}</version>
1156 <inherited>false</inherited>
1159 <groupId>org.asciidoctor</groupId>
1160 <artifactId>asciidoctorj-pdf</artifactId>
1161 <version>${asciidoctorj.pdf.version}</version>
1165 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1166 <doctype>book</doctype>
1167 <imagesDir>images</imagesDir>
1168 <sourceHighlighter>coderay</sourceHighlighter>
1170 <docVersion>${project.version}</docVersion>
1175 <id>output-html</id>
1178 <goal>process-asciidoc</goal>
1182 <stylesheet>hbase.css</stylesheet>
1184 <backend>html5</backend>
1191 <goal>process-asciidoc</goal>
1194 <backend>pdf</backend>
1199 <idseparator>-</idseparator>
1206 <groupId>org.apache.maven.plugins</groupId>
1207 <artifactId>maven-resources-plugin</artifactId>
1208 <!--$NO-MVN-MAN-VER$ -->
1209 <inherited>false</inherited>
1212 <id>copy-htaccess</id>
1214 <goal>copy-resources</goal>
1218 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1221 <directory>${basedir}/src/main/site/resources/</directory>
1223 <include>.htaccess</include>
1229 <!-- needed to make the redirect above work -->
1231 <id>copy-empty-book-dir</id>
1233 <goal>copy-resources</goal>
1237 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1240 <directory>${basedir}/src/main/site/resources/</directory>
1242 <include>book/**</include>
1250 <escapeString>\</escapeString>
1254 <groupId>org.apache.maven.plugins</groupId>
1255 <artifactId>maven-antrun-plugin</artifactId>
1256 <version>${maven.antrun.version}</version>
1257 <inherited>false</inherited>
1258 <!-- Rename the book.pdf generated by asciidoctor -->
1264 <target name="rename file">
1265 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1266 <move file="${project.reporting.outputDirectory}/book.pdfmarks" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdfmarks" />
1276 <groupId>org.codehaus.mojo</groupId>
1277 <artifactId>buildnumber-maven-plugin</artifactId>
1280 <phase>validate</phase>
1282 <goal>create-timestamp</goal>
1287 <timestampFormat>yyyy</timestampFormat>
1288 <timestampPropertyName>build.year</timestampPropertyName>
1292 <groupId>org.apache.felix</groupId>
1293 <artifactId>maven-bundle-plugin</artifactId>
1294 <version>${maven.bundle.version}</version>
1295 <inherited>true</inherited>
1296 <extensions>true</extensions>
1299 <groupId>org.scala-tools</groupId>
1300 <artifactId>maven-scala-plugin</artifactId>
1301 <version>${maven.scala.version}</version>
1306 <!-- override on command line to have generated LICENSE files include
1307 diagnostic info for verifying notice requirements -->
1308 <license.debug.print.included>false</license.debug.print.included>
1309 <!-- When a particular module bundles its depenendencies, should be true -->
1310 <license.bundles.dependencies>false</license.bundles.dependencies>
1311 <!-- modules that include a the logo in their source tree should set true -->
1312 <license.bundles.logo>false</license.bundles.logo>
1313 <!-- modules that include bootstrap in their source tree should set true -->
1314 <license.bundles.bootstrap>false</license.bundles.bootstrap>
1315 <!-- modules that include jquery in their source tree should set true -->
1316 <license.bundles.jquery>false</license.bundles.jquery>
1317 <!-- where to find the generated LICENSE files -->
1318 <license.aggregate.path>
1319 ${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE
1320 </license.aggregate.path>
1321 <tar.name>${project.build.finalName}.tar.gz</tar.name>
1322 <maven.build.timestamp.format>
1324 </maven.build.timestamp.format>
1325 <buildDate>${maven.build.timestamp}</buildDate>
1326 <compileSource>1.8</compileSource>
1327 <!-- Build dependencies -->
1328 <maven.min.version>3.0.4</maven.min.version>
1329 <java.min.version>${compileSource}</java.min.version>
1330 <!-- Dependencies -->
1331 <hadoop-two.version>2.7.1</hadoop-two.version>
1332 <hadoop-three.version>3.0.0-alpha2</hadoop-three.version>
1333 <!-- These must be defined here for downstream build tools that don't look at profiles.
1334 They ought to match the values found in our default hadoop profile, which is
1335 currently "hadoop-2.0". See HBASE-15925 for more info. -->
1336 <hadoop.version>${hadoop-two.version}</hadoop.version>
1337 <compat.module>hbase-hadoop2-compat</compat.module>
1338 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
1339 <!-- end HBASE-15925 default hadoop compatibility values -->
1340 <avro.version>1.7.7</avro.version>
1341 <commons-cli.version>1.4</commons-cli.version>
1342 <commons-codec.version>1.9</commons-codec.version>
1343 <!-- pretty outdated -->
1344 <commons-io.version>2.5</commons-io.version>
1345 <commons-lang.version>2.6</commons-lang.version>
1346 <commons-logging.version>1.2</commons-logging.version>
1347 <commons-math.version>2.2</commons-math.version>
1348 <disruptor.version>3.3.6</disruptor.version>
1349 <!-- Do not use versions earlier than 3.2.2 due to a security vulnerability -->
1350 <collections.version>3.2.2</collections.version>
1351 <httpclient.version>4.5.3</httpclient.version>
1352 <httpcore.version>4.4.6</httpcore.version>
1353 <metrics-core.version>3.2.1</metrics-core.version>
1354 <guava.version>12.0.1</guava.version>
1355 <jackson.version>2.23.2</jackson.version>
1356 <jaxb-api.version>2.2.12</jaxb-api.version>
1357 <jetty.version>9.3.8.v20160314</jetty.version>
1358 <jetty-jsp.version>9.2.19.v20160908</jetty-jsp.version>
1359 <jackson1.version>1.9.13</jackson1.version>
1360 <servlet.api.version>3.1.0</servlet.api.version>
1361 <wx.rs.api.version>2.0.1</wx.rs.api.version>
1362 <jersey.version>2.25.1</jersey.version>
1363 <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
1364 <jruby.version>9.1.10.0</jruby.version>
1365 <junit.version>4.12</junit.version>
1366 <hamcrest.version>1.3</hamcrest.version>
1367 <htrace.version>3.2.0-incubating</htrace.version>
1368 <log4j.version>1.2.17</log4j.version>
1369 <mockito-all.version>1.10.19</mockito-all.version>
1370 <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
1371 <external.protobuf.version>2.5.0</external.protobuf.version>
1372 <protobuf.plugin.version>0.5.0</protobuf.plugin.version>
1373 <thrift.path>thrift</thrift.path>
1374 <thrift.version>0.9.3</thrift.version>
1375 <zookeeper.version>3.4.9</zookeeper.version>
1376 <slf4j.version>1.7.24</slf4j.version>
1377 <clover.version>4.0.3</clover.version>
1378 <jamon-runtime.version>2.4.1</jamon-runtime.version>
1379 <jettison.version>1.3.8</jettison.version>
1380 <netty.version>4.1.9.Final</netty.version>
1381 <netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
1382 <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1383 <joni.version>2.1.11</joni.version>
1384 <jcodings.version>1.0.18</jcodings.version>
1385 <spy.version>2.12.2</spy.version>
1386 <bouncycastle.version>1.46</bouncycastle.version>
1387 <kerby.version>1.0.0-RC2</kerby.version>
1388 <commons-crypto.version>1.0.0</commons-crypto.version>
1389 <curator.version>2.12.0</curator.version>
1390 <!-- Plugin Dependencies -->
1391 <apache.rat.version>0.12</apache.rat.version>
1392 <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
1393 <asciidoctorj.pdf.version>1.5.0-alpha.6</asciidoctorj.pdf.version>
1394 <build.helper.maven.version>3.0.0</build.helper.maven.version>
1395 <buildnumber.maven.version>1.4</buildnumber.maven.version>
1396 <checkstyle.version>6.18</checkstyle.version>
1397 <exec.maven.version>1.6.0</exec.maven.version>
1398 <findbugs-annotations>1.3.9-1</findbugs-annotations>
1399 <findbugs.maven.version>3.0.4</findbugs.maven.version>
1400 <jamon.plugin.version>2.4.2</jamon.plugin.version>
1401 <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1402 <maven.antrun.version>1.8</maven.antrun.version>
1403 <maven.bundle.version>3.3.0</maven.bundle.version>
1404 <maven.checkstyle.version>2.17</maven.checkstyle.version>
1405 <maven.compiler.version>3.6.1</maven.compiler.version>
1406 <maven.eclipse.version>2.10</maven.eclipse.version>
1407 <maven.install.version>2.5.2</maven.install.version>
1408 <maven.jar.version>3.0.2</maven.jar.version>
1409 <maven.patch.version>1.2</maven.patch.version>
1410 <maven.scala.version>2.15.2</maven.scala.version>
1411 <maven.shade.version>3.0.0</maven.shade.version>
1412 <maven.site.version>3.4</maven.site.version>
1413 <maven.source.version>3.0.1</maven.source.version>
1414 <os.maven.version>1.5.0.Final</os.maven.version>
1415 <scala.maven.version>3.2.2</scala.maven.version>
1416 <scalatest.maven.version>1.0</scalatest.maven.version>
1417 <spotbugs.version>3.1.0-RC3</spotbugs.version>
1418 <wagon.ssh.version>2.12</wagon.ssh.version>
1419 <xml.maven.version>1.0.1</xml.maven.version>
1420 <hbase-thirdparty.version>1.0.0</hbase-thirdparty.version>
1421 <!-- General Packaging -->
1422 <package.prefix>/usr</package.prefix>
1423 <package.conf.dir>/etc/hbase</package.conf.dir>
1424 <package.log.dir>/var/log/hbase</package.log.dir>
1425 <package.pid.dir>/var/run/hbase</package.pid.dir>
1426 <package.release>1</package.release>
1427 <final.name>${project.artifactId}-${project.version}</final.name>
1428 <!-- Intraproject jar naming properties -->
1429 <!-- TODO this is pretty ugly, but works for the moment.
1430 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1431 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1432 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1433 <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1434 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1435 <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1436 <rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
1437 <surefire.version>2.20</surefire.version>
1438 <surefire.provider>surefire-junit47</surefire.provider>
1439 <!-- default: run small & medium, medium with 2 threads -->
1440 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1441 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1442 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
1443 <surefire.secondPartForkCount>2</surefire.secondPartForkCount>
1444 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1445 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1446 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1447 <test.output.tofile>true</test.output.tofile>
1448 <surefire.timeout>900</surefire.timeout>
1449 <test.exclude.pattern></test.exclude.pattern>
1450 <!-- default Xmx value is 2800m. Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value -->
1451 <surefire.Xmx>2800m</surefire.Xmx>
1452 <surefire.cygwinXmx>2800m</surefire.cygwinXmx>
1453 <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1455 <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1456 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1457 -Djava.awt.headless=true
1458 </hbase-surefire.argLine>
1459 <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1460 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1461 "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1462 </hbase-surefire.cygwin-argLine>
1463 <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1464 <argLine>${hbase-surefire.argLine}</argLine>
1465 <jacoco.version>0.7.5.201505241946</jacoco.version>
1466 <extra.enforcer.version>1.0-beta-6</extra.enforcer.version>
1467 <!-- Location of test resources -->
1468 <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1469 <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1470 <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1471 Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1472 this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1473 <build.id>${maven.build.timestamp}</build.id>
1475 <!-- Sorted by groups of dependencies then groupId and artifactId -->
1476 <dependencyManagement>
1479 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1480 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1481 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1482 implementation of the same, because Hadoop also uses this version
1483 javax.servlet:jsp-api in favour of org.mortbay.jetty:jsp-api-2.1
1485 <!-- Intra-module dependencies -->
1487 <groupId>org.apache.hbase</groupId>
1488 <artifactId>hbase-annotations</artifactId>
1489 <version>${project.version}</version>
1492 <groupId>org.apache.hbase</groupId>
1493 <artifactId>hbase-annotations</artifactId>
1494 <version>${project.version}</version>
1495 <type>test-jar</type>
1496 <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1499 <groupId>org.apache.hbase</groupId>
1500 <artifactId>hbase-common</artifactId>
1501 <version>${project.version}</version>
1504 <groupId>org.apache.hbase</groupId>
1505 <artifactId>hbase-common</artifactId>
1506 <version>${project.version}</version>
1507 <type>test-jar</type>
1511 <groupId>org.apache.hbase</groupId>
1512 <artifactId>hbase-protocol-shaded</artifactId>
1513 <version>${project.version}</version>
1516 <groupId>org.apache.hbase</groupId>
1517 <artifactId>hbase-protocol</artifactId>
1518 <version>${project.version}</version>
1521 <groupId>org.apache.hbase</groupId>
1522 <artifactId>hbase-procedure</artifactId>
1523 <version>${project.version}</version>
1526 <groupId>org.apache.hbase</groupId>
1527 <artifactId>hbase-procedure</artifactId>
1528 <version>${project.version}</version>
1529 <type>test-jar</type>
1532 <groupId>org.apache.hbase</groupId>
1533 <artifactId>hbase-hadoop-compat</artifactId>
1534 <version>${project.version}</version>
1537 <groupId>org.apache.hbase</groupId>
1538 <artifactId>hbase-hadoop-compat</artifactId>
1539 <version>${project.version}</version>
1540 <type>test-jar</type>
1544 <groupId>org.apache.hbase</groupId>
1545 <artifactId>${compat.module}</artifactId>
1546 <version>${project.version}</version>
1549 <groupId>org.apache.hbase</groupId>
1550 <artifactId>${compat.module}</artifactId>
1551 <version>${project.version}</version>
1552 <type>test-jar</type>
1556 <artifactId>hbase-rsgroup</artifactId>
1557 <groupId>org.apache.hbase</groupId>
1558 <version>${project.version}</version>
1561 <artifactId>hbase-rsgroup</artifactId>
1562 <groupId>org.apache.hbase</groupId>
1563 <version>${project.version}</version>
1564 <type>test-jar</type>
1568 <artifactId>hbase-server</artifactId>
1569 <groupId>org.apache.hbase</groupId>
1570 <version>${project.version}</version>
1573 <artifactId>hbase-server</artifactId>
1574 <groupId>org.apache.hbase</groupId>
1575 <version>${project.version}</version>
1576 <type>test-jar</type>
1580 <artifactId>hbase-endpoint</artifactId>
1581 <groupId>org.apache.hbase</groupId>
1582 <version>${project.version}</version>
1585 <artifactId>hbase-shell</artifactId>
1586 <groupId>org.apache.hbase</groupId>
1587 <version>${project.version}</version>
1590 <artifactId>hbase-shell</artifactId>
1591 <groupId>org.apache.hbase</groupId>
1592 <version>${project.version}</version>
1593 <type>test-jar</type>
1597 <artifactId>hbase-thrift</artifactId>
1598 <groupId>org.apache.hbase</groupId>
1599 <version>${project.version}</version>
1602 <artifactId>hbase-thrift</artifactId>
1603 <groupId>org.apache.hbase</groupId>
1604 <version>${project.version}</version>
1605 <type>test-jar</type>
1609 <groupId>org.apache.hbase</groupId>
1610 <artifactId>hbase-testing-util</artifactId>
1611 <version>${project.version}</version>
1615 <groupId>org.apache.hbase</groupId>
1616 <artifactId>hbase-prefix-tree</artifactId>
1617 <version>${project.version}</version>
1618 <!-- unfortunately, runtime scope causes Eclipse to give compile time access which isn't
1619 needed, however it is apparently needed to run things within Eclipse -->
1620 <scope>runtime</scope>
1623 <artifactId>hbase-examples</artifactId>
1624 <groupId>org.apache.hbase</groupId>
1625 <version>${project.version}</version>
1628 <groupId>org.apache.hbase</groupId>
1629 <artifactId>hbase-external-blockcache</artifactId>
1630 <version>${project.version}</version>
1633 <artifactId>hbase-it</artifactId>
1634 <groupId>org.apache.hbase</groupId>
1635 <version>${project.version}</version>
1636 <type>test-jar</type>
1640 <artifactId>hbase-client</artifactId>
1641 <groupId>org.apache.hbase</groupId>
1642 <version>${project.version}</version>
1645 <artifactId>hbase-metrics-api</artifactId>
1646 <groupId>org.apache.hbase</groupId>
1647 <version>${project.version}</version>
1650 <artifactId>hbase-metrics-api</artifactId>
1651 <groupId>org.apache.hbase</groupId>
1652 <version>${project.version}</version>
1653 <type>test-jar</type>
1657 <artifactId>hbase-metrics</artifactId>
1658 <groupId>org.apache.hbase</groupId>
1659 <version>${project.version}</version>
1662 <artifactId>hbase-metrics</artifactId>
1663 <groupId>org.apache.hbase</groupId>
1664 <version>${project.version}</version>
1665 <type>test-jar</type>
1668 <!-- General dependencies -->
1670 <groupId>com.github.stephenc.findbugs</groupId>
1671 <artifactId>findbugs-annotations</artifactId>
1672 <version>${findbugs-annotations}</version>
1674 <!-- General dependencies -->
1676 <groupId>org.codehaus.jettison</groupId>
1677 <artifactId>jettison</artifactId>
1678 <version>${jettison.version}</version>
1681 <groupId>log4j</groupId>
1682 <artifactId>log4j</artifactId>
1683 <version>${log4j.version}</version>
1685 <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
1687 <groupId>org.apache.avro</groupId>
1688 <artifactId>avro</artifactId>
1689 <version>${avro.version}</version>
1691 <!--This is not used by hbase directly. Used by thrift,
1692 dropwizard and zk.-->
1694 <groupId>org.slf4j</groupId>
1695 <artifactId>slf4j-api</artifactId>
1696 <version>${slf4j.version}</version>
1699 <groupId>io.dropwizard.metrics</groupId>
1700 <artifactId>metrics-core</artifactId>
1701 <version>${metrics-core.version}</version>
1704 <groupId>com.google.guava</groupId>
1705 <artifactId>guava</artifactId>
1706 <version>${guava.version}</version>
1709 <groupId>com.google.code.findbugs</groupId>
1710 <artifactId>jsr305</artifactId>
1715 <groupId>commons-collections</groupId>
1716 <artifactId>commons-collections</artifactId>
1717 <version>${collections.version}</version>
1720 <groupId>org.apache.httpcomponents</groupId>
1721 <artifactId>httpclient</artifactId>
1722 <version>${httpclient.version}</version>
1725 <groupId>org.apache.httpcomponents</groupId>
1726 <artifactId>httpcore</artifactId>
1727 <version>${httpcore.version}</version>
1730 <groupId>commons-cli</groupId>
1731 <artifactId>commons-cli</artifactId>
1732 <version>${commons-cli.version}</version>
1735 <groupId>commons-codec</groupId>
1736 <artifactId>commons-codec</artifactId>
1737 <version>${commons-codec.version}</version>
1740 <groupId>commons-io</groupId>
1741 <artifactId>commons-io</artifactId>
1742 <version>${commons-io.version}</version>
1745 <groupId>commons-lang</groupId>
1746 <artifactId>commons-lang</artifactId>
1747 <version>${commons-lang.version}</version>
1750 <groupId>commons-logging</groupId>
1751 <artifactId>commons-logging</artifactId>
1752 <version>${commons-logging.version}</version>
1755 <groupId>org.apache.commons</groupId>
1756 <artifactId>commons-math</artifactId>
1757 <version>${commons-math.version}</version>
1760 <groupId>org.apache.zookeeper</groupId>
1761 <artifactId>zookeeper</artifactId>
1762 <version>${zookeeper.version}</version>
1765 <groupId>jline</groupId>
1766 <artifactId>jline</artifactId>
1769 <groupId>com.sun.jmx</groupId>
1770 <artifactId>jmxri</artifactId>
1773 <groupId>com.sun.jdmk</groupId>
1774 <artifactId>jmxtools</artifactId>
1777 <groupId>javax.jms</groupId>
1778 <artifactId>jms</artifactId>
1781 <groupId>io.netty</groupId>
1782 <artifactId>netty</artifactId>
1787 <groupId>io.netty</groupId>
1788 <artifactId>netty-all</artifactId>
1789 <version>${netty.version}</version>
1792 <groupId>org.apache.thrift</groupId>
1793 <artifactId>libthrift</artifactId>
1794 <version>${thrift.version}</version>
1797 <groupId>org.slf4j</groupId>
1798 <artifactId>slf4j-simple</artifactId>
1803 <groupId>org.jruby</groupId>
1804 <artifactId>jruby-complete</artifactId>
1805 <version>${jruby.version}</version>
1808 <groupId>org.jruby.jcodings</groupId>
1809 <artifactId>jcodings</artifactId>
1810 <version>${jcodings.version}</version>
1813 <groupId>org.jruby.joni</groupId>
1814 <artifactId>joni</artifactId>
1815 <version>${joni.version}</version>
1817 <!-- While jackson is also a dependency of jersey it
1818 can bring in jars from different, incompatible versions. We force
1819 the same version with these dependencies -->
1821 <groupId>org.codehaus.jackson</groupId>
1822 <artifactId>jackson-core-asl</artifactId>
1823 <version>${jackson1.version}</version>
1826 <groupId>org.codehaus.jackson</groupId>
1827 <artifactId>jackson-mapper-asl</artifactId>
1828 <version>${jackson1.version}</version>
1831 <groupId>org.codehaus.jackson</groupId>
1832 <artifactId>jackson-jaxrs</artifactId>
1833 <version>${jackson1.version}</version>
1836 <groupId>org.codehaus.jackson</groupId>
1837 <artifactId>jackson-xc</artifactId>
1838 <version>${jackson1.version}</version>
1841 <groupId>org.jamon</groupId>
1842 <artifactId>jamon-runtime</artifactId>
1843 <version>${jamon-runtime.version}</version>
1845 <!-- REST dependencies -->
1847 <groupId>javax.servlet</groupId>
1848 <artifactId>javax.servlet-api</artifactId>
1849 <version>${servlet.api.version}</version>
1852 <groupId>javax.ws.rs</groupId>
1853 <artifactId>javax.ws.rs-api</artifactId>
1854 <version>${wx.rs.api.version}</version>
1857 <groupId>org.eclipse.jetty</groupId>
1858 <artifactId>jetty-server</artifactId>
1859 <version>${jetty.version}</version>
1862 <groupId>org.eclipse.jetty</groupId>
1863 <artifactId>jetty-servlet</artifactId>
1864 <version>${jetty.version}</version>
1867 <groupId>org.eclipse.jetty</groupId>
1868 <artifactId>servlet-api</artifactId>
1873 <groupId>org.eclipse.jetty</groupId>
1874 <artifactId>jetty-security</artifactId>
1875 <version>${jetty.version}</version>
1878 <groupId>org.eclipse.jetty</groupId>
1879 <artifactId>jetty-http</artifactId>
1880 <version>${jetty.version}</version>
1883 <groupId>org.eclipse.jetty</groupId>
1884 <artifactId>jetty-util</artifactId>
1885 <version>${jetty.version}</version>
1888 <groupId>org.eclipse.jetty</groupId>
1889 <artifactId>jetty-io</artifactId>
1890 <version>${jetty.version}</version>
1893 <groupId>org.eclipse.jetty</groupId>
1894 <artifactId>jetty-jsp</artifactId>
1895 <version>${jetty-jsp.version}</version>
1898 <groupId>org.eclipse.jetty</groupId>
1899 <artifactId>jetty-jmx</artifactId>
1900 <version>${jetty.version}</version>
1903 <groupId>org.eclipse.jetty</groupId>
1904 <artifactId>jetty-webapp</artifactId>
1905 <version>${jetty.version}</version>
1908 <groupId>org.eclipse.jetty</groupId>
1909 <artifactId>jetty-util-ajax</artifactId>
1910 <version>${jetty.version}</version>
1913 <groupId>com.google.protobuf</groupId>
1914 <artifactId>protobuf-java</artifactId>
1915 <version>${external.protobuf.version}</version>
1918 <groupId>org.glassfish.jersey.containers</groupId>
1919 <artifactId>jersey-container-servlet-core</artifactId>
1920 <version>${jersey.version}</version>
1923 <groupId>org.glassfish.jersey.media</groupId>
1924 <artifactId>jersey-media-json-jackson1</artifactId>
1925 <version>${jackson.version}</version>
1928 <groupId>javax.xml.bind</groupId>
1929 <artifactId>jaxb-api</artifactId>
1930 <version>${jaxb-api.version}</version>
1933 <groupId>javax.xml.stream</groupId>
1934 <artifactId>stax-api</artifactId>
1939 <groupId>junit</groupId>
1940 <artifactId>junit</artifactId>
1941 <version>${junit.version}</version>
1944 <groupId>org.hamcrest</groupId>
1945 <artifactId>hamcrest-core</artifactId>
1946 <version>${hamcrest.version}</version>
1950 <groupId>org.mockito</groupId>
1951 <artifactId>mockito-all</artifactId>
1952 <version>${mockito-all.version}</version>
1956 <groupId>org.apache.htrace</groupId>
1957 <artifactId>htrace-core</artifactId>
1958 <version>${htrace.version}</version>
1961 <groupId>com.lmax</groupId>
1962 <artifactId>disruptor</artifactId>
1963 <version>${disruptor.version}</version>
1966 <groupId>net.spy</groupId>
1967 <artifactId>spymemcached</artifactId>
1968 <version>${spy.version}</version>
1969 <optional>true</optional>
1972 <groupId>org.bouncycastle</groupId>
1973 <artifactId>bcprov-jdk16</artifactId>
1974 <version>${bouncycastle.version}</version>
1978 <groupId>org.apache.kerby</groupId>
1979 <artifactId>kerb-client</artifactId>
1980 <version>${kerby.version}</version>
1983 <groupId>org.apache.kerby</groupId>
1984 <artifactId>kerb-simplekdc</artifactId>
1985 <version>${kerby.version}</version>
1988 <groupId>org.apache.commons</groupId>
1989 <artifactId>commons-crypto</artifactId>
1990 <version>${commons-crypto.version}</version>
1993 <groupId>net.java.dev.jna</groupId>
1994 <artifactId>jna</artifactId>
1999 <groupId>org.apache.curator</groupId>
2000 <artifactId>curator-recipes</artifactId>
2001 <version>${curator.version}</version>
2004 <groupId>org.apache.curator</groupId>
2005 <artifactId>curator-framework</artifactId>
2006 <version>${curator.version}</version>
2009 <groupId>org.apache.curator</groupId>
2010 <artifactId>curator-client</artifactId>
2011 <version>${curator.version}</version>
2014 <groupId>com.google.guava</groupId>
2015 <artifactId>guava</artifactId>
2020 <groupId>org.apache.hbase.thirdparty</groupId>
2021 <artifactId>hbase-shaded-miscellaneous</artifactId>
2022 <version>${hbase-thirdparty.version}</version>
2025 <groupId>org.apache.hbase.thirdparty</groupId>
2026 <artifactId>hbase-shaded-netty</artifactId>
2027 <version>${hbase-thirdparty.version}</version>
2030 <groupId>org.apache.hbase.thirdparty</groupId>
2031 <artifactId>hbase-shaded-protobuf</artifactId>
2032 <version>${hbase-thirdparty.version}</version>
2035 </dependencyManagement>
2036 <!-- Dependencies needed by subprojects -->
2039 <groupId>com.github.stephenc.findbugs</groupId>
2040 <artifactId>findbugs-annotations</artifactId>
2041 <scope>compile</scope>
2044 <groupId>log4j</groupId>
2045 <artifactId>log4j</artifactId>
2047 <!-- Test dependencies -->
2049 <groupId>junit</groupId>
2050 <artifactId>junit</artifactId>
2053 <groupId>org.mockito</groupId>
2054 <artifactId>mockito-all</artifactId>
2058 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2063 <id>apache.releases.https</id>
2064 <username>hbase_committer</username>
2065 <password>********</password>
2069 <id>apache.snapshots.https</id>
2070 <username>hbase_committer</username>
2071 <password>********</password>
2079 $ mvn -s /my/path/settings.xml deploy
2087 <name>!skip-rsgroup</name>
2091 <module>hbase-rsgroup</module>
2095 <id>build-with-jdk8</id>
2103 <groupId>org.apache.maven.plugins</groupId>
2104 <artifactId>maven-javadoc-plugin</artifactId>
2106 <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used -->
2107 <additionalparam>-Xdoclint:none</additionalparam>
2111 <groupId>org.codehaus.mojo</groupId>
2112 <artifactId>findbugs-maven-plugin</artifactId>
2113 <version>3.0.0</version>
2114 <!--NOTE: Findbugs 3.0.0 requires jdk7-->
2116 <excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
2117 <findbugsXmlOutput>true</findbugsXmlOutput>
2118 <xmlOutput>true</xmlOutput>
2119 <effort>Max</effort>
2123 <groupId>com.github.spotbugs</groupId>
2124 <artifactId>spotbugs</artifactId>
2125 <version>${spotbugs.version}</version>
2133 <!-- profile activated by the Jenkins patch testing job -->
2135 <id>jenkins.patch</id>
2137 <activeByDefault>false</activeByDefault>
2139 <name>HBasePatchProcess</name>
2143 <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2148 <groupId>org.apache.maven.plugins</groupId>
2149 <artifactId>maven-antrun-plugin</artifactId>
2150 <inherited>false</inherited>
2153 <phase>validate</phase>
2159 <echo>Maven Execution Environment</echo>
2160 <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2172 <activeByDefault>false</activeByDefault>
2177 <groupId>org.jacoco</groupId>
2178 <artifactId>jacoco-maven-plugin</artifactId>
2179 <version>${jacoco.version}</version>
2182 <id>prepare-agent</id>
2184 <goal>prepare-agent</goal>
2189 <phase>prepare-package</phase>
2196 <systemPropertyVariables>
2197 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2198 </systemPropertyVariables>
2200 <exclude>**/generated/**/*.class</exclude>
2210 <activeByDefault>false</activeByDefault>
2212 <family>Linux</family>
2216 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2223 <family>Mac</family>
2227 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2234 <family>Windows</family>
2238 <build.platform>cygwin</build.platform>
2239 <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2242 <!-- this profile should be activated for release builds -->
2248 <groupId>org.apache.rat</groupId>
2249 <artifactId>apache-rat-plugin</artifactId>
2252 <phase>package</phase>
2260 <groupId>org.apache.maven.plugins</groupId>
2261 <artifactId>maven-enforcer-plugin</artifactId>
2264 <enforceBytecodeVersion>
2265 <maxJdkVersion>${compileSource}</maxJdkVersion>
2266 <message>HBase has unsupported dependencies.
2267 HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2268 of the JDK to properly build from source. You appear to be using a newer dependency. You can use
2269 either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2270 Non-release builds can temporarily build with a newer JDK version by setting the
2271 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2273 </enforceBytecodeVersion>
2280 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2281 <!-- Submodules that need hadoop dependencies should declare
2282 profiles with activation properties matching the profile here.
2283 Generally, it should be sufficient to copy the first
2284 few lines of the profile you want to match. -->
2285 <!-- profile for building against Hadoop 2.0.x
2286 This is the default.
2292 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
2293 <!--h2--><name>!hadoop.profile</name>
2297 <module>hbase-hadoop2-compat</module>
2300 <hadoop.version>${hadoop-two.version}</hadoop.version>
2301 <compat.module>hbase-hadoop2-compat</compat.module>
2302 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
2304 <dependencyManagement>
2307 <groupId>org.apache.hadoop</groupId>
2308 <artifactId>hadoop-mapreduce-client-core</artifactId>
2309 <version>${hadoop-two.version}</version>
2312 <groupId>io.netty</groupId>
2313 <artifactId>netty</artifactId>
2316 <groupId>javax.servlet</groupId>
2317 <artifactId>servlet-api</artifactId>
2322 <groupId>org.apache.hadoop</groupId>
2323 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2324 <version>${hadoop-two.version}</version>
2327 <groupId>io.netty</groupId>
2328 <artifactId>netty</artifactId>
2331 <groupId>javax.servlet</groupId>
2332 <artifactId>servlet-api</artifactId>
2337 <groupId>org.apache.hadoop</groupId>
2338 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2339 <version>${hadoop-two.version}</version>
2340 <type>test-jar</type>
2344 <groupId>io.netty</groupId>
2345 <artifactId>netty</artifactId>
2348 <groupId>javax.servlet</groupId>
2349 <artifactId>servlet-api</artifactId>
2354 <groupId>org.apache.hadoop</groupId>
2355 <artifactId>hadoop-hdfs</artifactId>
2358 <groupId>javax.servlet.jsp</groupId>
2359 <artifactId>jsp-api</artifactId>
2362 <groupId>javax.servlet</groupId>
2363 <artifactId>servlet-api</artifactId>
2366 <groupId>io.netty</groupId>
2367 <artifactId>netty</artifactId>
2370 <groupId>stax</groupId>
2371 <artifactId>stax-api</artifactId>
2374 <groupId>xerces</groupId>
2375 <artifactId>xercesImpl</artifactId>
2378 <version>${hadoop-two.version}</version>
2381 <groupId>org.apache.hadoop</groupId>
2382 <artifactId>hadoop-hdfs</artifactId>
2383 <version>${hadoop-two.version}</version>
2384 <type>test-jar</type>
2388 <groupId>javax.servlet.jsp</groupId>
2389 <artifactId>jsp-api</artifactId>
2392 <groupId>javax.servlet</groupId>
2393 <artifactId>servlet-api</artifactId>
2396 <groupId>io.netty</groupId>
2397 <artifactId>netty</artifactId>
2400 <groupId>stax</groupId>
2401 <artifactId>stax-api</artifactId>
2404 <groupId>xerces</groupId>
2405 <artifactId>xercesImpl</artifactId>
2410 <groupId>org.apache.hadoop</groupId>
2411 <artifactId>hadoop-auth</artifactId>
2412 <version>${hadoop-two.version}</version>
2415 <groupId>org.apache.hadoop</groupId>
2416 <artifactId>hadoop-common</artifactId>
2417 <version>${hadoop-two.version}</version>
2420 <groupId>javax.servlet.jsp</groupId>
2421 <artifactId>jsp-api</artifactId>
2424 <groupId>javax.servlet</groupId>
2425 <artifactId>servlet-api</artifactId>
2428 <groupId>stax</groupId>
2429 <artifactId>stax-api</artifactId>
2432 <groupId>io.netty</groupId>
2433 <artifactId>netty</artifactId>
2436 <groupId>com.google.code.findbugs</groupId>
2437 <artifactId>jsr305</artifactId>
2440 <groupId>junit</groupId>
2441 <artifactId>junit</artifactId>
2446 <groupId>org.apache.hadoop</groupId>
2447 <artifactId>hadoop-client</artifactId>
2448 <version>${hadoop-two.version}</version>
2450 <!-- This was marked as test dep in earlier pom, but was scoped compile.
2451 Where do we actually need it? -->
2453 <groupId>org.apache.hadoop</groupId>
2454 <artifactId>hadoop-minicluster</artifactId>
2455 <version>${hadoop-two.version}</version>
2458 <groupId>commons-httpclient</groupId>
2459 <artifactId>commons-httpclient</artifactId>
2462 <groupId>javax.servlet.jsp</groupId>
2463 <artifactId>jsp-api</artifactId>
2466 <groupId>javax.servlet</groupId>
2467 <artifactId>servlet-api</artifactId>
2470 <groupId>stax</groupId>
2471 <artifactId>stax-api</artifactId>
2474 <groupId>io.netty</groupId>
2475 <artifactId>netty</artifactId>
2478 <groupId>com.google.code.findbugs</groupId>
2479 <artifactId>jsr305</artifactId>
2484 <groupId>org.apache.hadoop</groupId>
2485 <artifactId>hadoop-minikdc</artifactId>
2486 <version>${hadoop-two.version}</version>
2490 </dependencyManagement>
2493 profile for building against Hadoop 3.0.0. Activate using:
2494 mvn -Dhadoop.profile=3.0
2500 <name>hadoop.profile</name>
2505 <!--For now, use hadoop2 compat module-->
2506 <module>hbase-hadoop2-compat</module>
2509 <hadoop.version>${hadoop-three.version}</hadoop.version>
2510 <!--Use this compat module for now. TODO: Make h3 one if we need one-->
2511 <compat.module>hbase-hadoop2-compat</compat.module>
2512 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
2514 <dependencyManagement>
2517 <groupId>org.apache.hadoop</groupId>
2518 <artifactId>hadoop-mapreduce-client-core</artifactId>
2519 <version>${hadoop-three.version}</version>
2522 <groupId>io.netty</groupId>
2523 <artifactId>netty</artifactId>
2528 <groupId>org.apache.hadoop</groupId>
2529 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2530 <version>${hadoop-three.version}</version>
2533 <groupId>io.netty</groupId>
2534 <artifactId>netty</artifactId>
2539 <groupId>org.apache.hadoop</groupId>
2540 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2541 <version>${hadoop-three.version}</version>
2542 <type>test-jar</type>
2546 <groupId>io.netty</groupId>
2547 <artifactId>netty</artifactId>
2552 <groupId>org.apache.hadoop</groupId>
2553 <artifactId>hadoop-hdfs</artifactId>
2556 <groupId>javax.servlet.jsp</groupId>
2557 <artifactId>jsp-api</artifactId>
2560 <groupId>javax.servlet</groupId>
2561 <artifactId>servlet-api</artifactId>
2564 <groupId>stax</groupId>
2565 <artifactId>stax-api</artifactId>
2568 <groupId>xerces</groupId>
2569 <artifactId>xercesImpl</artifactId>
2572 <version>${hadoop-three.version}</version>
2575 <groupId>org.apache.hadoop</groupId>
2576 <artifactId>hadoop-hdfs</artifactId>
2577 <version>${hadoop-three.version}</version>
2578 <type>test-jar</type>
2582 <groupId>javax.servlet.jsp</groupId>
2583 <artifactId>jsp-api</artifactId>
2586 <groupId>javax.servlet</groupId>
2587 <artifactId>servlet-api</artifactId>
2590 <groupId>stax</groupId>
2591 <artifactId>stax-api</artifactId>
2594 <groupId>xerces</groupId>
2595 <artifactId>xercesImpl</artifactId>
2600 <groupId>org.apache.hadoop</groupId>
2601 <artifactId>hadoop-auth</artifactId>
2602 <version>${hadoop-three.version}</version>
2605 <groupId>org.apache.hadoop</groupId>
2606 <artifactId>hadoop-common</artifactId>
2607 <version>${hadoop-three.version}</version>
2610 <groupId>javax.servlet.jsp</groupId>
2611 <artifactId>jsp-api</artifactId>
2614 <groupId>javax.servlet</groupId>
2615 <artifactId>servlet-api</artifactId>
2618 <groupId>stax</groupId>
2619 <artifactId>stax-api</artifactId>
2622 <groupId>io.netty</groupId>
2623 <artifactId>netty</artifactId>
2626 <groupId>com.google.code.findbugs</groupId>
2627 <artifactId>jsr305</artifactId>
2630 <groupId>junit</groupId>
2631 <artifactId>junit</artifactId>
2636 <groupId>org.apache.hadoop</groupId>
2637 <artifactId>hadoop-client</artifactId>
2638 <version>${hadoop-three.version}</version>
2641 <groupId>org.apache.hadoop</groupId>
2642 <artifactId>hadoop-annotations</artifactId>
2643 <version>${hadoop-three.version}</version>
2645 <!-- This was marked as test dep in earlier pom, but was scoped compile.
2646 Where do we actually need it? -->
2648 <groupId>org.apache.hadoop</groupId>
2649 <artifactId>hadoop-minicluster</artifactId>
2650 <version>${hadoop-three.version}</version>
2653 <groupId>commons-httpclient</groupId>
2654 <artifactId>commons-httpclient</artifactId>
2657 <groupId>javax.servlet.jsp</groupId>
2658 <artifactId>jsp-api</artifactId>
2661 <groupId>javax.servlet</groupId>
2662 <artifactId>servlet-api</artifactId>
2665 <groupId>stax</groupId>
2666 <artifactId>stax-api</artifactId>
2669 <groupId>io.netty</groupId>
2670 <artifactId>netty</artifactId>
2673 <groupId>com.google.code.findbugs</groupId>
2674 <artifactId>jsr305</artifactId>
2679 <groupId>org.apache.hadoop</groupId>
2680 <artifactId>hadoop-minikdc</artifactId>
2681 <version>${hadoop-three.version}</version>
2685 </dependencyManagement>
2688 <!-- profiles for the tests
2689 See as well the properties of the project for the values
2690 when no profile is active. -->
2692 <!-- Use it to launch all tests in the same JVM -->
2693 <id>singleJVMTests</id>
2695 <activeByDefault>false</activeByDefault>
2698 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2699 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2700 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2701 <surefire.firstPartGroups/>
2705 <!-- Use it to launch small tests only -->
2706 <id>runSmallTests</id>
2708 <activeByDefault>false</activeByDefault>
2711 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2712 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2713 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2714 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2715 <surefire.secondPartGroups/>
2719 <!-- Use it to launch medium tests only -->
2720 <id>runMediumTests</id>
2722 <activeByDefault>false</activeByDefault>
2725 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2726 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2727 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
2728 <surefire.secondPartGroups/>
2732 <!-- Use it to launch large tests only -->
2733 <id>runLargeTests</id>
2735 <activeByDefault>false</activeByDefault>
2738 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2739 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2740 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
2741 <surefire.secondPartGroups/>
2745 <!-- Use it to launch small & medium tests -->
2746 <id>runDevTests</id>
2748 <activeByDefault>false</activeByDefault>
2751 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2752 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2753 <surefire.skipSecondPart>false</surefire.skipSecondPart>
2754 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2755 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
2759 <!-- Use it to launch all tests -->
2760 <id>runAllTests</id>
2762 <activeByDefault>false</activeByDefault>
2765 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2766 <surefire.secondPartForkCount>5</surefire.secondPartForkCount>
2767 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2768 <surefire.skipSecondPart>false</surefire.skipSecondPart>
2769 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2770 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
2774 <id>runMiscTests</id>
2776 <activeByDefault>false</activeByDefault>
2779 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2780 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2781 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2782 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2783 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MiscTests
2784 </surefire.firstPartGroups>
2785 <surefire.secondPartGroups></surefire.secondPartGroups>
2789 <id>runCoprocessorTests</id>
2791 <activeByDefault>false</activeByDefault>
2794 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2795 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2796 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2797 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2798 <surefire.firstPartGroups>
2799 org.apache.hadoop.hbase.testclassification.CoprocessorTests
2800 </surefire.firstPartGroups>
2801 <surefire.secondPartGroups></surefire.secondPartGroups>
2805 <id>runClientTests</id>
2807 <activeByDefault>false</activeByDefault>
2810 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2811 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2812 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2813 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2814 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
2815 </surefire.firstPartGroups>
2816 <surefire.secondPartGroups></surefire.secondPartGroups>
2820 <id>runMasterTests</id>
2822 <activeByDefault>false</activeByDefault>
2825 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2826 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2827 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2828 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2829 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
2830 </surefire.firstPartGroups>
2831 <surefire.secondPartGroups></surefire.secondPartGroups>
2835 <id>runMapredTests</id>
2837 <activeByDefault>false</activeByDefault>
2840 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2841 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2842 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2843 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2844 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapredTests
2845 </surefire.firstPartGroups>
2846 <surefire.secondPartGroups></surefire.secondPartGroups>
2850 <id>runMapreduceTests</id>
2852 <activeByDefault>false</activeByDefault>
2855 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2856 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2857 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2858 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2859 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MapReduceTests
2860 </surefire.firstPartGroups>
2861 <surefire.secondPartGroups></surefire.secondPartGroups>
2865 <id>runRegionServerTests</id>
2867 <activeByDefault>false</activeByDefault>
2870 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2871 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2872 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2873 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2874 <surefire.firstPartGroups>
2875 org.apache.hadoop.hbase.testclassification.RegionServerTests
2876 </surefire.firstPartGroups>
2877 <surefire.secondPartGroups></surefire.secondPartGroups>
2881 <id>runVerySlowMapReduceTests</id>
2883 <activeByDefault>false</activeByDefault>
2886 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
2887 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2888 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2889 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2890 <surefire.firstPartGroups>
2891 org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
2892 </surefire.firstPartGroups>
2893 <surefire.secondPartGroups></surefire.secondPartGroups>
2898 <id>runVerySlowRegionServerTests</id>
2900 <activeByDefault>false</activeByDefault>
2903 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
2904 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2905 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2906 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2907 <surefire.firstPartGroups>
2908 org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
2909 </surefire.firstPartGroups>
2910 <surefire.secondPartGroups></surefire.secondPartGroups>
2915 <id>runFilterTests</id>
2917 <activeByDefault>false</activeByDefault>
2920 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2921 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2922 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2923 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2924 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
2925 </surefire.firstPartGroups>
2926 <surefire.secondPartGroups></surefire.secondPartGroups>
2932 <activeByDefault>false</activeByDefault>
2935 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2936 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2937 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2938 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2939 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
2940 </surefire.firstPartGroups>
2941 <surefire.secondPartGroups></surefire.secondPartGroups>
2945 <id>runRestTests</id>
2947 <activeByDefault>false</activeByDefault>
2950 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2951 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2952 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2953 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2954 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
2955 </surefire.firstPartGroups>
2956 <surefire.secondPartGroups></surefire.secondPartGroups>
2960 <id>runRPCTests</id>
2962 <activeByDefault>false</activeByDefault>
2965 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2966 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2967 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2968 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2969 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
2970 </surefire.firstPartGroups>
2971 <surefire.secondPartGroups></surefire.secondPartGroups>
2975 <id>runReplicationTests</id>
2977 <activeByDefault>false</activeByDefault>
2980 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2981 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2982 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2983 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2984 <surefire.firstPartGroups>
2985 org.apache.hadoop.hbase.testclassification.ReplicationTests
2986 </surefire.firstPartGroups>
2987 <surefire.secondPartGroups></surefire.secondPartGroups>
2991 <id>runSecurityTests</id>
2993 <activeByDefault>false</activeByDefault>
2996 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2997 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2998 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2999 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3000 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3001 </surefire.firstPartGroups>
3002 <surefire.secondPartGroups></surefire.secondPartGroups>
3006 <id>runFlakeyTests</id>
3008 <activeByDefault>false</activeByDefault>
3011 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3012 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3013 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3014 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3015 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3016 </surefire.firstPartGroups>
3017 <surefire.secondPartGroups></surefire.secondPartGroups>
3022 <!-- Use it to launch tests locally-->
3030 <surefire.provider>surefire-junit4</surefire.provider>
3031 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3032 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3033 <surefire.firstPartGroups/>
3036 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3037 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3038 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3039 The report will be generated under target/site/clover/index.html when you run
3040 MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3044 <activeByDefault>false</activeByDefault>
3050 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3054 <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3055 our instrumented classes for the doclet will fail
3058 <groupId>org.apache.maven.plugins</groupId>
3059 <artifactId>maven-javadoc-plugin</artifactId>
3062 <groupId>com.atlassian.maven.plugins</groupId>
3063 <artifactId>maven-clover2-plugin</artifactId>
3064 <version>${clover.version}</version>
3069 <groupId>com.atlassian.maven.plugins</groupId>
3070 <artifactId>maven-clover2-plugin</artifactId>
3071 <version>${clover.version}</version>
3073 <includesAllSourceRoots>true</includesAllSourceRoots>
3074 <includesTestSourceRoots>true</includesTestSourceRoots>
3075 <targetPercentage>50%</targetPercentage>
3076 <generateHtml>true</generateHtml>
3077 <generateXml>true</generateXml>
3079 <exclude>**/generated/**</exclude>
3084 <id>clover-setup</id>
3085 <phase>process-sources</phase>
3105 <activeByDefault>false</activeByDefault>
3109 <!-- Turn on error-prone -->
3111 <groupId>org.apache.maven.plugins</groupId>
3112 <artifactId>maven-compiler-plugin</artifactId>
3113 <version>${maven.compiler.version}</version>
3115 <compilerId>javac-with-errorprone</compilerId>
3116 <forceJavacCompilerUse>true</forceJavacCompilerUse>
3120 <groupId>org.codehaus.plexus</groupId>
3121 <artifactId>plexus-compiler-javac-errorprone</artifactId>
3122 <version>2.5</version>
3130 <!-- See http://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
3134 <artifactId>maven-project-info-reports-plugin</artifactId>
3138 <report>cim</report>
3139 <report>dependencies</report>
3140 <report>dependency-convergence</report>
3141 <report>dependency-info</report>
3142 <report>dependency-management</report>
3143 <report>index</report>
3144 <report>issue-tracking</report>
3145 <report>license</report>
3146 <report>mailing-list</report>
3147 <report>plugin-management</report>
3148 <report>plugins</report>
3149 <report>project-team</report>
3150 <report>scm</report>
3151 <report>summary</report>
3155 <!-- see src/main/site/site.xml for selected reports -->
3157 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
3162 <groupId>org.apache.maven.plugins</groupId>
3163 <artifactId>maven-javadoc-plugin</artifactId>
3169 <report>aggregate</report>
3172 <destDir>devapidocs</destDir>
3173 <name>Developer API</name>
3174 <description>The full HBase API, including private and unstable APIs</description>
3175 <sourceFileExcludes>
3176 <exclude>**/generated/*</exclude>
3177 <exclude>**/protobuf/*</exclude>
3178 <exclude>**/*.scala</exclude>
3179 </sourceFileExcludes>
3180 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.spark:org.apache.hadoop.hbase.generated*</excludePackageNames>
3181 <show>private</show> <!-- (shows all classes and members) -->
3183 <linksource>true</linksource>
3184 <sourcetab>2</sourcetab>
3185 <validateLinks>true</validateLinks>
3186 <fixClassComment>true</fixClassComment>
3187 <fixFieldComment>true</fixFieldComment>
3188 <fixMethodComment>true</fixMethodComment>
3189 <fixTags>all</fixTags>
3190 <notimestamp>true</notimestamp>
3191 <!-- Pass some options straight to the javadoc executable since it is easier -->
3192 <additionalJOption>-J-Xmx2G</additionalJOption>
3193 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3194 <additionalDependencies>
3195 <additionalDependency>
3196 <groupId>org.mockito</groupId>
3197 <artifactId>mockito-all</artifactId>
3198 <version>${mockito-all.version}</version>
3199 </additionalDependency>
3200 <additionalDependency>
3201 <groupId>org.hamcrest</groupId>
3202 <artifactId>hamcrest-core</artifactId>
3203 <version>${hamcrest.version}</version>
3204 </additionalDependency>
3205 </additionalDependencies>
3206 <inherited>false</inherited>
3212 <report>test-aggregate</report>
3215 <destDir>testdevapidocs</destDir>
3216 <name>Developer API</name>
3217 <description>The full HBase API test code, including private and unstable APIs</description>
3218 <sourceFileExcludes>
3219 <exclude>**/generated/*</exclude>
3220 <exclude>**/protobuf/*</exclude>
3221 <exclude>**/*.scala</exclude>
3222 </sourceFileExcludes>
3223 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.spark:org.apache.hadoop.hbase.generated*</excludePackageNames>
3224 <show>private</show> <!-- (shows all classes and members) -->
3226 <linksource>true</linksource>
3227 <sourcetab>2</sourcetab>
3228 <validateLinks>true</validateLinks>
3229 <fixClassComment>true</fixClassComment>
3230 <fixFieldComment>true</fixFieldComment>
3231 <fixMethodComment>true</fixMethodComment>
3232 <fixTags>all</fixTags>
3233 <notimestamp>true</notimestamp>
3234 <!-- Pass some options straight to the javadoc executable since it is easier -->
3235 <additionalJOption>-J-Xmx2G</additionalJOption>
3236 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3237 <additionalDependencies>
3238 <additionalDependency>
3239 <groupId>org.mockito</groupId>
3240 <artifactId>mockito-all</artifactId>
3241 <version>${mockito-all.version}</version>
3242 </additionalDependency>
3243 <additionalDependency>
3244 <groupId>org.hamcrest</groupId>
3245 <artifactId>hamcrest-core</artifactId>
3246 <version>${hamcrest.version}</version>
3247 </additionalDependency>
3248 </additionalDependencies>
3249 <inherited>false</inherited>
3257 <report>aggregate</report>
3261 org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
3264 <groupId>org.apache.hbase</groupId>
3265 <artifactId>hbase-annotations</artifactId>
3266 <version>${project.version}</version>
3268 <useStandardDocletOptions>true</useStandardDocletOptions>
3269 <destDir>apidocs</destDir>
3270 <name>User API</name>
3271 <description>The HBase Application Programmer's API</description>
3272 <excludePackageNames>
3273 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*
3274 </excludePackageNames>
3275 <!-- switch on dependency-driven aggregation -->
3276 <includeDependencySources>false</includeDependencySources>
3277 <dependencySourceIncludes>
3278 <!-- include ONLY dependencies I control -->
3279 <dependencySourceInclude>org.apache.hbase:hbase-annotations</dependencySourceInclude>
3280 </dependencySourceIncludes>
3281 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3282 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3284 <linksource>true</linksource>
3285 <sourcetab>2</sourcetab>
3286 <validateLinks>true</validateLinks>
3287 <fixClassComment>true</fixClassComment>
3288 <fixFieldComment>true</fixFieldComment>
3289 <fixMethodComment>true</fixMethodComment>
3290 <fixTags>all</fixTags>
3291 <notimestamp>true</notimestamp>
3292 <!-- Pass some options straight to the javadoc executable since it is easier -->
3293 <additionalJOption>-J-Xmx2G</additionalJOption>
3294 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3295 <additionalDependencies>
3296 <additionalDependency>
3297 <groupId>org.mockito</groupId>
3298 <artifactId>mockito-all</artifactId>
3299 <version>${mockito-all.version}</version>
3300 </additionalDependency>
3301 <additionalDependency>
3302 <groupId>org.hamcrest</groupId>
3303 <artifactId>hamcrest-core</artifactId>
3304 <version>${hamcrest.version}</version>
3305 </additionalDependency>
3306 </additionalDependencies>
3307 <inherited>false</inherited>
3310 <!-- User Test API -->
3312 <id>testuserapi</id>
3314 <report>test-aggregate</report>
3318 org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
3321 <groupId>org.apache.hbase</groupId>
3322 <artifactId>hbase-annotations</artifactId>
3323 <version>${project.version}</version>
3325 <useStandardDocletOptions>true</useStandardDocletOptions>
3326 <destDir>testapidocs</destDir>
3327 <name>User API</name>
3328 <description>The HBase Application Programmer's API</description>
3329 <excludePackageNames>
3330 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*
3331 </excludePackageNames>
3332 <!-- switch on dependency-driven aggregation -->
3333 <includeDependencySources>false</includeDependencySources>
3334 <dependencySourceIncludes>
3335 <!-- include ONLY dependencies I control -->
3336 <dependencySourceInclude>org.apache.hbase:hbase-annotations</dependencySourceInclude>
3337 </dependencySourceIncludes>
3338 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3339 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3341 <linksource>true</linksource>
3342 <sourcetab>2</sourcetab>
3343 <validateLinks>true</validateLinks>
3344 <fixClassComment>true</fixClassComment>
3345 <fixFieldComment>true</fixFieldComment>
3346 <fixMethodComment>true</fixMethodComment>
3347 <fixTags>all</fixTags>
3348 <notimestamp>true</notimestamp>
3349 <!-- Pass some options straight to the javadoc executable since it is easier -->
3350 <additionalJOption>-J-Xmx2G</additionalJOption>
3351 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3352 <additionalDependencies>
3353 <additionalDependency>
3354 <groupId>org.mockito</groupId>
3355 <artifactId>mockito-all</artifactId>
3356 <version>${mockito-all.version}</version>
3357 </additionalDependency>
3358 <additionalDependency>
3359 <groupId>org.hamcrest</groupId>
3360 <artifactId>hamcrest-core</artifactId>
3361 <version>${hamcrest.version}</version>
3362 </additionalDependency>
3363 </additionalDependencies>
3364 <inherited>false</inherited>
3371 <groupId>org.apache.maven.plugins</groupId>
3372 <artifactId>maven-checkstyle-plugin</artifactId>
3373 <version>${maven.checkstyle.version}</version>
3375 <excludes>target/**</excludes>
3376 <configLocation>hbase/checkstyle.xml</configLocation>
3377 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
3382 <groupId>org.scala-tools</groupId>
3383 <artifactId>maven-scala-plugin</artifactId>
3387 <distributionManagement>
3389 <id>hbase.apache.org</id>
3390 <name>HBase Website at hbase.apache.org</name>
3391 <!-- On why this is the tmp dir and not hbase.apache.org, see
3392 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
3394 <url>file:///tmp</url>
3396 </distributionManagement>
3399 <id>project.local</id>
3400 <name>project</name>
3401 <url>file:${project.basedir}/src/main/site/resources/repo</url>