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-build-support</module>
65 <module>hbase-build-configuration</module>
66 <module>hbase-replication</module>
67 <module>hbase-mapreduce</module>
68 <module>hbase-resource-bundle</module>
69 <module>hbase-server</module>
70 <module>hbase-thrift</module>
71 <module>hbase-shell</module>
72 <module>hbase-protocol-shaded</module>
73 <module>hbase-protocol</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-prefix-tree</module>
82 <module>hbase-assembly</module>
83 <module>hbase-testing-util</module>
84 <module>hbase-annotations</module>
85 <module>hbase-rest</module>
86 <module>hbase-checkstyle</module>
87 <module>hbase-external-blockcache</module>
88 <module>hbase-shaded</module>
89 <module>hbase-spark</module>
90 <module>hbase-archetypes</module>
91 <module>hbase-metrics-api</module>
92 <module>hbase-metrics</module>
93 <module>hbase-spark-it</module>
94 <module>hbase-backup</module>
96 <!--Add apache snapshots in case we want to use unreleased versions of plugins:
97 e.g. surefire 2.18-SNAPSHOT-->
100 <id>apache.snapshots</id>
101 <url>http://repository.apache.org/snapshots/</url>
103 </pluginRepositories>
105 <connection>scm:git:git://git.apache.org/hbase.git</connection>
106 <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
107 <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url>
110 <system>JIRA</system>
111 <url>http://issues.apache.org/jira/browse/HBASE</url>
114 <system>hudson</system>
115 <url>http://hudson.zones.apache.org/hudson/view/HBase/job/HBase-TRUNK/</url>
119 <name>User List</name>
120 <subscribe>user-subscribe@hbase.apache.org</subscribe>
121 <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
122 <post>user@hbase.apache.org</post>
123 <archive>http://mail-archives.apache.org/mod_mbox/hbase-user/</archive>
125 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
126 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
130 <name>Developer List</name>
131 <subscribe>dev-subscribe@hbase.apache.org</subscribe>
132 <unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
133 <post>dev@hbase.apache.org</post>
134 <archive>http://mail-archives.apache.org/mod_mbox/hbase-dev/</archive>
136 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
137 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
141 <name>Commits List</name>
142 <subscribe>commits-subscribe@hbase.apache.org</subscribe>
143 <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
144 <archive>http://mail-archives.apache.org/mod_mbox/hbase-commits/</archive>
147 <name>Issues List</name>
148 <subscribe>issues-subscribe@hbase.apache.org</subscribe>
149 <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
150 <archive>http://mail-archives.apache.org/mod_mbox/hbase-issues/</archive>
153 <name>Builds List</name>
154 <subscribe>builds-subscribe@hbase.apache.org</subscribe>
155 <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
156 <archive>http://mail-archives.apache.org/mod_mbox/hbase-builds/</archive>
162 <name>Abhishek Singh Chouhan</name>
163 <email>achouhan@apache.org</email>
164 <timezone>+5</timezone>
168 <name>Amitanand S. Aiyer</name>
169 <email>acube123@apache.org</email>
170 <timezone>-8</timezone>
174 <name>Allan Yang</name>
175 <email>allan163@apache.org</email>
176 <timezone>+8</timezone>
180 <name>Apekshit Sharma</name>
181 <email>appy@apache.org</email>
182 <timezone>-8</timezone>
186 <name>Anastasia Braginsky</name>
187 <email>anastasia@apache.org</email>
188 <timezone>+2</timezone>
192 <name>Andrew Purtell</name>
193 <email>apurtell@apache.org</email>
194 <timezone>-8</timezone>
197 <id>anoopsamjohn</id>
198 <name>Anoop Sam John</name>
199 <email>anoopsamjohn@apache.org</email>
200 <timezone>+5</timezone>
204 <name>Mikhail Antonov</name>
205 <email>antonov@apache.org</email>
206 <timezone>-8</timezone>
209 <id>ashishsinghi</id>
210 <name>Ashish Singhi</name>
211 <email>ashishsinghi@apache.org</email>
212 <timezone>+5</timezone>
216 <name>Ashu Pachauri</name>
217 <email>ashu@apache.org</email>
218 <timezone>-8</timezone>
222 <name>Lijin Bin</name>
223 <email>binlijin@apache.org</email>
224 <timezone>+8</timezone>
228 <name>Sean Busbey</name>
229 <email>busbey@apache.org</email>
230 <timezone>-6</timezone>
234 <name>Heng Chen</name>
235 <email>chenheng@apache.org</email>
236 <timezone>+8</timezone>
240 <name>Chia-Ping Tsai</name>
241 <email>chia7712@apache.org</email>
242 <timezone>+8</timezone>
246 <name>Devaraj Das</name>
247 <email>ddas@apache.org</email>
248 <timezone>-8</timezone>
252 <name>Dima Spivak</name>
253 <email>dimaspivak@apache.org</email>
254 <timezone>-8</timezone>
258 <name>Doug Meil</name>
259 <email>dmeil@apache.org</email>
260 <timezone>-5</timezone>
264 <name>Elliott Clark</name>
265 <email>eclark@apache.org</email>
266 <timezone>-8</timezone>
270 <name>Josh Elser</name>
271 <email>elserj@apache.org</email>
272 <timezone>-5</timezone>
276 <name>Enis Soztutar</name>
277 <email>enis@apache.org</email>
278 <timezone>-8</timezone>
282 <name>Eshcar Hillel</name>
283 <email>eshcar@apache.org</email>
284 <timezone>+2</timezone>
288 <name>Honghua Feng</name>
289 <email>fenghh@apache.org</email>
290 <timezone>+8</timezone>
294 <name>Gary Helmling</name>
295 <email>garyh@apache.org</email>
296 <timezone>-8</timezone>
300 <name>Gregory Chanan</name>
301 <email>gchanan@apache.org</email>
302 <timezone>-8</timezone>
306 <name>Huaxiang Sun</name>
307 <email>huaxiangsun@apache.org</email>
308 <timezone>-8</timezone>
312 <name>Jean-Daniel Cryans</name>
313 <email>jdcryans@apache.org</email>
314 <timezone>-8</timezone>
318 <name>Jeffrey Zhong</name>
319 <email>jeffreyz@apache.org</email>
320 <timezone>-8</timezone>
324 <name>Jing Chen (Jerry) He</name>
325 <email>jerryjch@apache.org</email>
326 <timezone>-8</timezone>
330 <name>Jesse Yates</name>
331 <email>jyates@apache.org</email>
332 <timezone>-8</timezone>
336 <name>Jonathan Gray</name>
337 <email>jgray@fb.com</email>
338 <timezone>-8</timezone>
342 <name>Jingcheng Du</name>
343 <email>jingchengdu@apache.org</email>
344 <timezone>+8</timezone>
348 <name>Esteban Gutierrez</name>
349 <email>esteban@apache.org</email>
350 <timezone>-8</timezone>
354 <name>Jonathan Hsieh</name>
355 <email>jmhsieh@apache.org</email>
356 <timezone>-8</timezone>
360 <name>Jimmy Xiang</name>
361 <email>jxiang@apache.org</email>
362 <timezone>-8</timezone>
366 <name>Kannan Muthukkaruppan</name>
367 <email>kannan@fb.com</email>
368 <timezone>-8</timezone>
372 <name>Karthik Ranganathan</name>
373 <email>kranganathan@fb.com</email>
374 <timezone>-8</timezone>
378 <name>Lars George</name>
379 <email>larsgeorge@apache.org</email>
380 <timezone>+1</timezone>
384 <name>Lars Hofhansl</name>
385 <email>larsh@apache.org</email>
386 <timezone>-8</timezone>
390 <name>Liang Xie</name>
391 <email>liangxie@apache.org</email>
392 <timezone>+8</timezone>
396 <name>Shaohui Liu</name>
397 <email>liushaohui@apache.org</email>
398 <timezone>+8</timezone>
402 <name>Liyin Tang</name>
403 <email>liyin.tang@fb.com</email>
404 <timezone>-8</timezone>
409 <email>liyu@apache.org</email>
410 <timezone>+8</timezone>
414 <name>Mikhail Bautin</name>
415 <email>mbautin@apache.org</email>
416 <timezone>-8</timezone>
420 <name>Matteo Bertozzi</name>
421 <email>mbertozzi@apache.org</email>
422 <timezone>0</timezone>
426 <name>Mike Drob</name>
427 <email>mdrob@apache.org</email>
428 <timezone>-5</timezone>
432 <name>Misty Stanley-Jones</name>
433 <email>misty@apache.org</email>
434 <timezone>-8</timezone>
438 <name>Nick Dimiduk</name>
439 <email>ndimiduk@apache.org</email>
440 <timezone>-8</timezone>
444 <name>Nicolas Liochon</name>
445 <email>nkeywal@apache.org</email>
446 <timezone>+1</timezone>
449 <id>nspiegelberg</id>
450 <name>Nicolas Spiegelberg</name>
451 <email>nspiegelberg@fb.com</email>
452 <timezone>-8</timezone>
456 <name>Andrey Stepachev</name>
457 <email>octo47@gmail.com</email>
458 <timezone>0</timezone>
462 <name>Rajeshbabu Chintaguntla</name>
463 <email>rajeshbabu@apache.org</email>
464 <timezone>+5</timezone>
468 <name>Ramkrishna S Vasudevan</name>
469 <email>ramkrishna@apache.org</email>
470 <timezone>+5</timezone>
474 <name>Ryan Rawson</name>
475 <email>rawson@apache.org</email>
476 <timezone>-8</timezone>
480 <name>Sergey Shelukhin</name>
481 <email>sershe@apache.org</email>
482 <timezone>-8</timezone>
486 <name>Srikanth Srungarapu</name>
487 <email>ssrungarapu@apache.org</email>
488 <timezone>-8</timezone>
492 <name>Michael Stack</name>
493 <email>stack@apache.org</email>
494 <timezone>-8</timezone>
498 <name>Stephen Yuan Jiang</name>
499 <email>syuanjiang@apache.org</email>
500 <timezone>-8</timezone>
505 <email>yuzhihong@gmail.com</email>
506 <timezone>-8</timezone>
510 <name>Todd Lipcon</name>
511 <email>todd@apache.org</email>
512 <timezone>-8</timezone>
516 <name>Francis Liu</name>
517 <email>toffer@apache.org</email>
518 <timezone>-8</timezone>
522 <name>Vikas Vishwakarma</name>
523 <email>vikasv@apache.org</email>
524 <timezone>+5</timezone>
528 <name>Virag Kothari</name>
529 <email>virag@yahoo-inc.com</email>
530 <timezone>-8</timezone>
534 <name>Phil Yang</name>
535 <email>yangzhe1991@apache.org</email>
536 <timezone>+8</timezone>
540 <name>Guanghao Zhang</name>
541 <email>zghao@apache.org</email>
542 <timezone>+8</timezone>
546 <name>Duo Zhang</name>
547 <email>zhangduo@apache.org</email>
548 <timezone>+8</timezone>
552 <name>Chunhui Shen</name>
553 <email>zjushch@apache.org</email>
554 <timezone>+8</timezone>
560 <groupId>kr.motd.maven</groupId>
561 <artifactId>os-maven-plugin</artifactId>
562 <version>${os.maven.version}</version>
565 <!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
566 For specific version use a property and define it in the parent pom.
571 <groupId>org.apache.maven.plugins</groupId>
572 <artifactId>maven-dependency-plugin</artifactId>
573 <version>${maven.dependency.version}</version>
576 <groupId>org.apache.maven.plugins</groupId>
577 <artifactId>maven-javadoc-plugin</artifactId>
580 <groupId>org.apache.maven.plugins</groupId>
581 <artifactId>maven-remote-resources-plugin</artifactId>
584 <groupId>org.apache.maven.plugins</groupId>
585 <artifactId>maven-shade-plugin</artifactId>
586 <version>${maven.shade.version}</version>
589 <groupId>org.apache.maven.plugins</groupId>
590 <artifactId>maven-release-plugin</artifactId>
592 <!--You need this profile. It'll sign your artifacts.
593 I'm not sure if this config. actually works though.
594 I've been specifying -Papache-release on the command-line
596 <releaseProfiles>apache-release</releaseProfiles>
597 <!--This stops our running tests for each stage of maven release.
598 But it builds the test jar. From SUREFIRE-172.
600 <arguments>-Dmaven.test.skip.exec ${arguments}</arguments>
601 <goals>${goals}</goals>
602 <pomFileName>pom.xml</pomFileName>
606 <groupId>org.apache.maven.plugins</groupId>
607 <artifactId>maven-compiler-plugin</artifactId>
608 <version>${maven.compiler.version}</version>
610 <source>${compileSource}</source>
611 <target>${compileSource}</target>
612 <showWarnings>true</showWarnings>
613 <showDeprecation>false</showDeprecation>
614 <useIncrementalCompilation>false</useIncrementalCompilation>
615 <compilerArgument>-Xlint:-options</compilerArgument>
618 <!-- Test oriented plugins -->
620 <groupId>org.apache.maven.plugins</groupId>
621 <artifactId>maven-surefire-plugin</artifactId>
622 <version>${surefire.version}</version>
624 <!-- by default surefire selects dynamically the connector to the unit tests
625 tool. We want to use always the same as the different connectors can have different
626 bugs and behaviour. -->
628 <groupId>org.apache.maven.surefire</groupId>
629 <artifactId>${surefire.provider}</artifactId>
630 <version>${surefire.version}</version>
633 <!-- Generic testing configuration for all packages -->
635 <groups>${surefire.firstPartGroups}</groups>
636 <failIfNoTests>false</failIfNoTests>
637 <skip>${surefire.skipFirstPart}</skip>
638 <forkCount>${surefire.firstPartForkCount}</forkCount>
639 <reuseForks>false</reuseForks>
640 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
641 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
642 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
643 <systemPropertyVariables>
644 <test.build.classes>${test.build.classes}</test.build.classes>
645 <!--For shaded netty, to find the relocated .so.
647 https://stackoverflow.com/questions/33825743/rename-files-inside-a-jar-using-some-maven-plugin
649 The netty jar has a .so in it. Shading requires rename of the .so and then passing a system
650 property so netty finds the renamed .so and associates it w/ the relocated netty files.
652 The relocated netty is in hbase-thirdparty dependency. Just set this propery globally rather
655 <org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>org.apache.hadoop.hbase.shaded.</org.apache.hadoop.hbase.shaded.io.netty.packagePrefix>
656 </systemPropertyVariables>
659 <!-- users can add -D option to skip particular test classes
660 ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
662 <exclude>${test.exclude.pattern}</exclude>
667 <id>secondPartTestsExecution</id>
673 <skip>${surefire.skipSecondPart}</skip>
674 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
675 <reuseForks>false</reuseForks>
676 <forkCount>${surefire.secondPartForkCount}</forkCount>
677 <groups>${surefire.secondPartGroups}</groups>
678 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
684 <groupId>org.apache.maven.plugins</groupId>
685 <artifactId>maven-surefire-report-plugin</artifactId>
686 <version>${surefire.version}</version>
689 <groupId>org.apache.maven.plugins</groupId>
690 <artifactId>maven-clean-plugin</artifactId>
694 <!--dfs tests have build dir hardcoded. Clean it as part of
696 <directory>build</directory>
702 <groupId>org.codehaus.mojo</groupId>
703 <artifactId>buildnumber-maven-plugin</artifactId>
704 <version>${buildnumber.maven.version}</version>
707 <groupId>org.codehaus.mojo</groupId>
708 <artifactId>findbugs-maven-plugin</artifactId>
709 <version>${findbugs.maven.version}</version>
710 <!--NOTE: Findbugs 3.0.0 requires jdk7-->
712 <excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
713 <findbugsXmlOutput>true</findbugsXmlOutput>
714 <xmlOutput>true</xmlOutput>
719 <groupId>org.codehaus.mojo</groupId>
720 <artifactId>build-helper-maven-plugin</artifactId>
721 <version>${build.helper.maven.version}</version>
724 <artifactId>maven-antrun-plugin</artifactId>
725 <version>${maven.antrun.version}</version>
728 <groupId>org.jamon</groupId>
729 <artifactId>jamon-maven-plugin</artifactId>
730 <version>${jamon.plugin.version}</version>
732 <!-- Make a jar and put the sources in the jar.
733 In the parent pom, so submodules will do the right thing. -->
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-source-plugin</artifactId>
739 <id>attach-sources</id>
740 <phase>prepare-package</phase>
742 <goal>jar-no-fork</goal>
747 <!-- General configuration for submodules who want to build a test jar -->
749 <groupId>org.apache.maven.plugins</groupId>
750 <artifactId>maven-jar-plugin</artifactId>
753 <phase>prepare-package</phase>
755 <!--This goal will install a -test.jar when we do install
756 See http://maven.apache.org/guides/mini/guide-attached-tests.html
758 <goal>test-jar</goal>
763 <skipIfEmpty>true</skipIfEmpty>
765 <exclude>hbase-site.xml</exclude>
766 <exclude>hdfs-site.xml</exclude>
767 <exclude>log4j.properties</exclude>
768 <exclude>mapred-queues.xml</exclude>
769 <exclude>mapred-site.xml</exclude>
770 <!--I was seeing this w/o the below addition:
771 [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]
773 <exclude>*.jar</exclude>
777 <!-- General config for eclipse classpath/settings -->
779 <groupId>org.apache.maven.plugins</groupId>
780 <artifactId>maven-eclipse-plugin</artifactId>
781 <version>${maven.eclipse.version}</version>
783 <!--This plugin's configuration is used to store Eclipse m2e settings
784 only. It has no influence on the Maven build itself. m2e does not
785 provide any safeguards against rogue maven plugins that leak
786 classloaders, modify random files inside workspace or throw nasty
787 exceptions to fail the build.
788 Top level doesn't do any specific configuration currently - left
789 to modules to decide what they want to bind, sans those plugins
790 defined in this pom. -->
792 <groupId>org.eclipse.m2e</groupId>
793 <artifactId>lifecycle-mapping</artifactId>
794 <version>${lifecycle.mapping.version}</version>
796 <lifecycleMappingMetadata>
799 <pluginExecutionFilter>
800 <groupId>org.jacoco</groupId>
801 <artifactId>jacoco-maven-plugin</artifactId>
802 <versionRange>[0.6.2.201302030002,)</versionRange>
804 <goal>prepare-agent</goal>
806 </pluginExecutionFilter>
812 <pluginExecutionFilter>
813 <groupId>org.apache.maven.plugins</groupId>
814 <artifactId>maven-enforcer-plugin</artifactId>
815 <versionRange>${enforcer.version}</versionRange>
819 </pluginExecutionFilter>
825 <pluginExecutionFilter>
826 <groupId>org.apache.maven.plugins</groupId>
827 <artifactId>maven-remote-resources-plugin</artifactId>
828 <versionRange>[1.5,)</versionRange>
833 </pluginExecutionFilter>
839 <pluginExecutionFilter>
840 <groupId>org.codehaus.mojo</groupId>
841 <artifactId>buildnumber-maven-plugin</artifactId>
842 <versionRange>[1.3,)</versionRange>
844 <goal>create-timestamp</goal>
846 </pluginExecutionFilter>
849 <runOnConfiguration>true</runOnConfiguration>
850 <runOnIncremental>true</runOnIncremental>
855 </lifecycleMappingMetadata>
859 <!-- excludes are inherited -->
860 <groupId>org.apache.rat</groupId>
861 <artifactId>apache-rat-plugin</artifactId>
862 <version>${apache.rat.version}</version>
865 <exclude>**/*.versionsBackup</exclude>
866 <exclude>**/*.log</exclude>
867 <exclude>**/.*</exclude>
868 <exclude>**/*.tgz</exclude>
869 <exclude>**/*.orig</exclude>
870 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
871 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
872 <exclude>**/0000000000000016310</exclude>
873 <exclude>**/.idea/**</exclude>
874 <exclude>**/*.iml</exclude>
875 <exclude>**/CHANGES.txt</exclude>
876 <exclude>**/generated/**</exclude>
877 <exclude>**/gen-*/**</exclude>
878 <!-- No material contents -->
879 <exclude>conf/regionservers</exclude>
880 <exclude>**/*.avpr</exclude>
881 <exclude>**/*.svg</exclude>
882 <!-- non-standard notice file from jruby included by reference -->
883 <exclude>**/src/main/resources/META-INF/LEGAL</exclude>
884 <!-- MIT: https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc -->
885 <exclude>**/src/main/asciidoc/hbase.css</exclude>
886 <!-- MIT http://jquery.org/license -->
887 <exclude>**/jquery.min.js</exclude>
888 <!-- vector graphics -->
889 <exclude>**/*.vm</exclude>
890 <!-- apache doxia generated -->
891 <exclude>**/control</exclude>
892 <exclude>**/conffile</exclude>
893 <!-- auto-gen docs -->
894 <exclude>docs/*</exclude>
895 <exclude>logs/*</exclude>
896 <!-- exclude source control files -->
897 <exclude>.git/**</exclude>
898 <exclude>.svn/**</exclude>
899 <exclude>**/.settings/**</exclude>
900 <exclude>**/patchprocess/**</exclude>
901 <exclude>src/site/resources/repo/**</exclude>
902 <exclude>**/dependency-reduced-pom.xml</exclude>
903 <exclude>**/rat.txt</exclude>
904 <!-- exclude the shaded protobuf files -->
905 <exclude>**/shaded/com/google/protobuf/**</exclude>
906 <exclude>**/src/main/patches/**</exclude>
911 <artifactId>maven-assembly-plugin</artifactId>
913 <!--Defer to the hbase-assembly sub-module. It
915 <skipAssembly>true</skipAssembly>
919 <groupId>org.xolstice.maven.plugins</groupId>
920 <artifactId>protobuf-maven-plugin</artifactId>
921 <version>${protobuf.plugin.version}</version>
923 <protocArtifact>com.google.protobuf:protoc:${external.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
924 <protoSourceRoot>${basedir}/src/main/protobuf/</protoSourceRoot>
925 <clearOutputDirectory>false</clearOutputDirectory>
926 <checkStaleness>true</checkStaleness>
930 <groupId>org.apache.maven.plugins</groupId>
931 <artifactId>maven-checkstyle-plugin</artifactId>
932 <version>${maven.checkstyle.version}</version>
935 <groupId>org.apache.hbase</groupId>
936 <artifactId>hbase-checkstyle</artifactId>
937 <version>${project.version}</version>
940 <groupId>com.puppycrawl.tools</groupId>
941 <artifactId>checkstyle</artifactId>
942 <version>${checkstyle.version}</version>
946 <configLocation>hbase/checkstyle.xml</configLocation>
947 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
954 <groupId>org.codehaus.mojo</groupId>
955 <artifactId>build-helper-maven-plugin</artifactId>
958 <id>negate-license-bundles-property</id>
960 <goal>bsh-property</goal>
963 <source>skip.license.check = !${license.bundles.dependencies};</source>
965 <property>skip.license.check</property>
972 <groupId>org.apache.maven.plugins</groupId>
973 <artifactId>maven-enforcer-plugin</artifactId>
974 <version>${enforcer.version}</version>
977 <groupId>org.codehaus.mojo</groupId>
978 <artifactId>extra-enforcer-rules</artifactId>
979 <version>${extra.enforcer.version}</version>
982 <!-- version set by parent -->
985 <id>min-maven-min-java-banned-xerces</id>
991 <!-- The earliest maven version we verify builds for via ASF Jenkins -->
992 <requireMavenVersion>
993 <version>[${maven.min.version},)</version>
994 <message>Maven is out of date.
995 HBase requires at least version ${maven.min.version} of Maven to properly build from source.
996 You appear to be using an older version. You can use either "mvn -version" or
997 "mvn enforcer:display-info" to verify what version is active.
998 See the reference guide on building for more information: http://hbase.apache.org/book.html#build
1000 </requireMavenVersion>
1001 <!-- The earliest JVM version we verify builds for via ASF Jenkins -->
1002 <requireJavaVersion>
1003 <version>[${java.min.version},)</version>
1004 <message>Java is out of date.
1005 HBase requirs at least version ${java.min.version} of the JDK to properly build from source.
1006 You appear to be using an older version. You can use either "mvn -version" or
1007 "mvn enforcer:display-info" to verify what version is active.
1008 See the reference guide on building for more information: http://hbase.apache.org/book.html#build
1010 </requireJavaVersion>
1011 <bannedDependencies>
1013 <exclude>xerces:xercesImpl</exclude>
1015 <message>We avoid adding our own Xerces jars to the classpath, see HBASE-16340.</message>
1016 </bannedDependencies>
1021 <id>banned-jsr305</id>
1023 <goal>enforce</goal>
1027 <bannedDependencies>
1029 <exclude>com.google.code.findbugs:jsr305</exclude>
1031 <message>We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.</message>
1032 </bannedDependencies>
1037 <id>banned-scala</id>
1039 <goal>enforce</goal>
1043 <bannedDependencies>
1045 <exclude>org.scala-lang:scala-library</exclude>
1047 <message>We don't allow Scala outside of the hbase-spark module, see HBASE-13992.</message>
1048 </bannedDependencies>
1053 <id>banned-hbase-spark</id>
1055 <goal>enforce</goal>
1059 <bannedDependencies>
1061 <exclude>org.apache.hbase:hbase-spark</exclude>
1063 <message>We don't allow other modules to depend on hbase-spark, see HBASE-13992.</message>
1064 </bannedDependencies>
1069 <id>check-aggregate-license</id>
1070 <!-- must check after LICENSE is built at 'generate-resources' -->
1071 <phase>process-resources</phase>
1073 <goal>enforce</goal>
1079 File license = new File("${license.aggregate.path}");
1081 // Beanshell does not support try-with-resources,
1082 // so we must close this scanner manually
1083 Scanner scanner = new Scanner(license);
1085 while (scanner.hasNextLine()) {
1086 if (scanner.nextLine().startsWith("ERROR:")) {
1095 License errors detected, for more detail find ERROR in
1096 ${license.aggregate.path}
1098 </evaluateBeanshell>
1100 <skip>${skip.license.check}</skip>
1105 <!-- parent-module only plugins -->
1107 <groupId>org.codehaus.mojo</groupId>
1108 <artifactId>xml-maven-plugin</artifactId>
1109 <version>${xml.maven.version}</version>
1110 <inherited>false</inherited>
1113 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
1115 <goal>transform</goal>
1121 <transformationSets>
1122 <!-- For asciidoc -->
1124 <!--Reaching up and over into common sub-module for hbase-default.xml-->
1125 <dir>${basedir}/hbase-common/src/main/resources/</dir>
1127 <include>hbase-default.xml</include>
1129 <stylesheet>${basedir}/src/main/xslt/configuration_to_asciidoc_chapter.xsl</stylesheet>
1131 <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.RegExpFileMapper">
1132 <pattern>^(.*)\.xml$</pattern>
1133 <replacement>$1.adoc</replacement>
1136 <outputDir>${basedir}/target/asciidoc</outputDir>
1137 </transformationSet>
1138 </transformationSets>
1141 <!-- Special configuration for findbugs just in the parent so
1142 the filter file location can be more general (see definition in pluginManagement) -->
1144 <groupId>org.codehaus.mojo</groupId>
1145 <artifactId>findbugs-maven-plugin</artifactId>
1148 <inherited>false</inherited>
1150 <goal>findbugs</goal>
1153 <excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
1159 <groupId>org.apache.maven.plugins</groupId>
1160 <artifactId>maven-checkstyle-plugin</artifactId>
1163 <groupId>org.apache.hbase</groupId>
1164 <artifactId>hbase-checkstyle</artifactId>
1165 <version>${project.version}</version>
1168 <groupId>com.puppycrawl.tools</groupId>
1169 <artifactId>checkstyle</artifactId>
1170 <version>${checkstyle.version}</version>
1174 <configLocation>hbase/checkstyle.xml</configLocation>
1175 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
1179 <groupId>org.apache.maven.plugins</groupId>
1180 <artifactId>maven-site-plugin</artifactId>
1181 <version>${maven.site.version}</version>
1182 <inherited>false</inherited>
1185 <!-- add support for ssh/scp -->
1186 <groupId>org.apache.maven.wagon</groupId>
1187 <artifactId>wagon-ssh</artifactId>
1188 <version>${wagon.ssh.version}</version>
1192 <siteDirectory>${basedir}/src/site</siteDirectory>
1193 <customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
1194 <inputEncoding>UTF-8</inputEncoding>
1195 <outputEncoding>UTF-8</outputEncoding>
1198 <!-- For AsciiDoc docs building -->
1200 <groupId>org.asciidoctor</groupId>
1201 <artifactId>asciidoctor-maven-plugin</artifactId>
1202 <version>${asciidoctor.plugin.version}</version>
1203 <inherited>false</inherited>
1206 <groupId>org.asciidoctor</groupId>
1207 <artifactId>asciidoctorj-pdf</artifactId>
1208 <version>${asciidoctorj.pdf.version}</version>
1212 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1213 <doctype>book</doctype>
1214 <imagesDir>images</imagesDir>
1215 <sourceHighlighter>coderay</sourceHighlighter>
1217 <docVersion>${project.version}</docVersion>
1222 <id>output-html</id>
1225 <goal>process-asciidoc</goal>
1229 <stylesheet>hbase.css</stylesheet>
1231 <backend>html5</backend>
1238 <goal>process-asciidoc</goal>
1241 <backend>pdf</backend>
1246 <idseparator>-</idseparator>
1253 <groupId>org.apache.maven.plugins</groupId>
1254 <artifactId>maven-resources-plugin</artifactId>
1255 <!--$NO-MVN-MAN-VER$ -->
1256 <inherited>false</inherited>
1259 <id>copy-htaccess</id>
1261 <goal>copy-resources</goal>
1265 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1268 <directory>${basedir}/src/site/resources/</directory>
1270 <include>.htaccess</include>
1276 <!-- needed to make the redirect above work -->
1278 <id>copy-empty-book-dir</id>
1280 <goal>copy-resources</goal>
1284 <outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
1287 <directory>${basedir}/src/site/resources/</directory>
1289 <include>book/**</include>
1297 <escapeString>\</escapeString>
1301 <groupId>org.apache.maven.plugins</groupId>
1302 <artifactId>maven-antrun-plugin</artifactId>
1303 <version>${maven.antrun.version}</version>
1304 <inherited>false</inherited>
1305 <!-- Rename the book.pdf generated by asciidoctor -->
1311 <target name="rename file">
1312 <move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf" />
1322 <groupId>org.codehaus.mojo</groupId>
1323 <artifactId>buildnumber-maven-plugin</artifactId>
1326 <phase>validate</phase>
1328 <goal>create-timestamp</goal>
1333 <timestampFormat>yyyy</timestampFormat>
1334 <timestampPropertyName>build.year</timestampPropertyName>
1338 <groupId>org.apache.felix</groupId>
1339 <artifactId>maven-bundle-plugin</artifactId>
1340 <version>${maven.bundle.version}</version>
1341 <inherited>true</inherited>
1342 <extensions>true</extensions>
1345 <groupId>org.scala-tools</groupId>
1346 <artifactId>maven-scala-plugin</artifactId>
1347 <version>${maven.scala.version}</version>
1352 <!-- override on command line to have generated LICENSE files include
1353 diagnostic info for verifying notice requirements -->
1354 <license.debug.print.included>false</license.debug.print.included>
1355 <!-- When a particular module bundles its depenendencies, should be true -->
1356 <license.bundles.dependencies>false</license.bundles.dependencies>
1357 <!-- modules that include a the logo in their source tree should set true -->
1358 <license.bundles.logo>false</license.bundles.logo>
1359 <!-- modules that include bootstrap in their source tree should set true -->
1360 <license.bundles.bootstrap>false</license.bundles.bootstrap>
1361 <!-- modules that include jquery in their source tree should set true -->
1362 <license.bundles.jquery>false</license.bundles.jquery>
1363 <!-- where to find the generated LICENSE files -->
1364 <license.aggregate.path>
1365 ${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE
1366 </license.aggregate.path>
1367 <tar.name>${project.build.finalName}.tar.gz</tar.name>
1368 <maven.build.timestamp.format>
1370 </maven.build.timestamp.format>
1371 <buildDate>${maven.build.timestamp}</buildDate>
1372 <compileSource>1.8</compileSource>
1373 <!-- Build dependencies -->
1374 <maven.min.version>3.0.4</maven.min.version>
1375 <java.min.version>${compileSource}</java.min.version>
1376 <!-- Dependencies -->
1377 <hadoop-two.version>2.7.1</hadoop-two.version>
1378 <hadoop-three.version>3.0.0-alpha4</hadoop-three.version>
1379 <!-- These must be defined here for downstream build tools that don't look at profiles.
1380 They ought to match the values found in our default hadoop profile, which is
1381 currently "hadoop-2.0". See HBASE-15925 for more info. -->
1382 <hadoop.version>${hadoop-two.version}</hadoop.version>
1383 <hadoop.guava.version>11.0.2</hadoop.guava.version>
1384 <compat.module>hbase-hadoop2-compat</compat.module>
1385 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
1386 <audience-annotations.version>0.5.0</audience-annotations.version>
1387 <!-- end HBASE-15925 default hadoop compatibility values -->
1388 <avro.version>1.7.7</avro.version>
1389 <commons-cli.version>1.4</commons-cli.version>
1390 <commons-codec.version>1.10</commons-codec.version>
1391 <!-- pretty outdated -->
1392 <commons-io.version>2.5</commons-io.version>
1393 <commons-lang3.version>3.6</commons-lang3.version>
1394 <commons-logging.version>1.2</commons-logging.version>
1395 <commons-math.version>3.6.1</commons-math.version>
1396 <disruptor.version>3.3.6</disruptor.version>
1397 <!-- Do not use versions earlier than 3.2.2 due to a security vulnerability -->
1398 <collections.version>4.1</collections.version>
1399 <httpclient.version>4.5.3</httpclient.version>
1400 <httpcore.version>4.4.6</httpcore.version>
1401 <metrics-core.version>3.2.1</metrics-core.version>
1402 <jackson.version>2.9.1</jackson.version>
1403 <jaxb-api.version>2.2.12</jaxb-api.version>
1404 <jetty.version>9.4.6.v20170531</jetty.version>
1405 <jetty-jsp.version>9.2.19.v20160908</jetty-jsp.version>
1406 <servlet.api.version>3.1.0</servlet.api.version>
1407 <wx.rs.api.version>2.0.1</wx.rs.api.version>
1408 <jersey.version>2.25.1</jersey.version>
1409 <glassfish.jsp.version>2.3.2</glassfish.jsp.version>
1410 <glassfish.el.version>3.0.1-b08</glassfish.el.version>
1411 <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
1412 <jruby.version>9.1.10.0</jruby.version>
1413 <junit.version>4.12</junit.version>
1414 <hamcrest.version>1.3</hamcrest.version>
1415 <htrace.version>3.2.0-incubating</htrace.version>
1416 <log4j.version>1.2.17</log4j.version>
1417 <mockito-all.version>1.10.19</mockito-all.version>
1418 <!--Internally we use a different version of protobuf. See hbase-protocol-shaded-->
1419 <external.protobuf.version>2.5.0</external.protobuf.version>
1420 <protobuf.plugin.version>0.5.0</protobuf.plugin.version>
1421 <thrift.path>thrift</thrift.path>
1422 <thrift.version>0.9.3</thrift.version>
1423 <zookeeper.version>3.4.10</zookeeper.version>
1424 <slf4j.version>1.7.24</slf4j.version>
1425 <clover.version>4.0.3</clover.version>
1426 <jamon-runtime.version>2.4.1</jamon-runtime.version>
1427 <jettison.version>1.3.8</jettison.version>
1428 <!--This property is for hadoops netty. HBase netty
1429 comes in via hbase-thirdparty hbase-shaded-netty-->
1430 <netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
1431 <!--Make sure these joni/jcodings are compatible with the versions used by jruby-->
1432 <joni.version>2.1.11</joni.version>
1433 <jcodings.version>1.0.18</jcodings.version>
1434 <spy.version>2.12.2</spy.version>
1435 <bouncycastle.version>1.46</bouncycastle.version>
1436 <kerby.version>1.0.0-RC2</kerby.version>
1437 <commons-crypto.version>1.0.0</commons-crypto.version>
1438 <curator.version>4.0.0</curator.version>
1439 <!-- Plugin Dependencies -->
1440 <apache.rat.version>0.12</apache.rat.version>
1441 <asciidoctor.plugin.version>1.5.5</asciidoctor.plugin.version>
1442 <asciidoctorj.pdf.version>1.5.0-alpha.15</asciidoctorj.pdf.version>
1443 <build.helper.maven.version>3.0.0</build.helper.maven.version>
1444 <buildnumber.maven.version>1.4</buildnumber.maven.version>
1445 <checkstyle.version>6.18</checkstyle.version>
1446 <exec.maven.version>1.6.0</exec.maven.version>
1447 <error-prone.version>2.0.21</error-prone.version>
1448 <findbugs-annotations>1.3.9-1</findbugs-annotations>
1449 <findbugs.maven.version>3.0.4</findbugs.maven.version>
1450 <jamon.plugin.version>2.4.2</jamon.plugin.version>
1451 <lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
1452 <maven.antrun.version>1.8</maven.antrun.version>
1453 <maven.bundle.version>3.3.0</maven.bundle.version>
1454 <maven.checkstyle.version>2.17</maven.checkstyle.version>
1455 <maven.compiler.version>3.6.1</maven.compiler.version>
1456 <maven.dependency.version>3.0.1</maven.dependency.version>
1457 <maven.eclipse.version>2.10</maven.eclipse.version>
1458 <maven.install.version>2.5.2</maven.install.version>
1459 <maven.jar.version>3.0.2</maven.jar.version>
1460 <maven.patch.version>1.2</maven.patch.version>
1461 <maven.scala.version>2.15.2</maven.scala.version>
1462 <maven.shade.version>3.0.0</maven.shade.version>
1463 <maven.site.version>3.4</maven.site.version>
1464 <maven.source.version>3.0.1</maven.source.version>
1465 <os.maven.version>1.5.0.Final</os.maven.version>
1466 <plexus.errorprone.javac.version>2.8.2</plexus.errorprone.javac.version>
1467 <scala.maven.version>3.2.2</scala.maven.version>
1468 <scalatest.maven.version>1.0</scalatest.maven.version>
1469 <spotbugs.version>3.1.0-RC3</spotbugs.version>
1470 <wagon.ssh.version>2.12</wagon.ssh.version>
1471 <xml.maven.version>1.0.1</xml.maven.version>
1472 <hbase-thirdparty.version>1.0.1</hbase-thirdparty.version>
1473 <!-- General Packaging -->
1474 <package.prefix>/usr</package.prefix>
1475 <package.conf.dir>/etc/hbase</package.conf.dir>
1476 <package.log.dir>/var/log/hbase</package.log.dir>
1477 <package.pid.dir>/var/run/hbase</package.pid.dir>
1478 <package.release>1</package.release>
1479 <final.name>${project.artifactId}-${project.version}</final.name>
1480 <!-- Intraproject jar naming properties -->
1481 <!-- TODO this is pretty ugly, but works for the moment.
1482 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
1483 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
1484 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
1485 <procedure.test.jar>hbase-procedure-${project.version}-tests.jar</procedure.test.jar>
1486 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
1487 <annotations.test.jar>hbase-annotations-${project.version}-tests.jar</annotations.test.jar>
1488 <rsgroup.test.jar>hbase-rsgroup-${project.version}-tests.jar</rsgroup.test.jar>
1489 <mapreduce.test.jar>hbase-mapreduce-${project.version}-tests.jar</mapreduce.test.jar>
1490 <shell-executable>bash</shell-executable>
1491 <surefire.version>2.20.1</surefire.version>
1492 <surefire.provider>surefire-junit47</surefire.provider>
1493 <!-- default: run small & medium, medium with 2 threads -->
1494 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1495 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1496 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
1497 <surefire.secondPartForkCount>2</surefire.secondPartForkCount>
1498 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
1499 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
1500 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
1501 <test.output.tofile>true</test.output.tofile>
1502 <surefire.timeout>900</surefire.timeout>
1503 <test.exclude.pattern></test.exclude.pattern>
1504 <!-- default Xmx value is 2800m. Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value -->
1505 <surefire.Xmx>2800m</surefire.Xmx>
1506 <surefire.cygwinXmx>2800m</surefire.cygwinXmx>
1507 <!--Mark our test runs with '-Dhbase.build.id' so we can identify a surefire test as ours in a process listing
1509 <hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
1510 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1511 -Djava.awt.headless=true
1512 </hbase-surefire.argLine>
1513 <hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
1514 -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
1515 "-Djava.library.path=${hadoop.library.path};${java.library.path}"
1516 </hbase-surefire.cygwin-argLine>
1517 <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
1518 <argLine>${hbase-surefire.argLine}</argLine>
1519 <jacoco.version>0.7.5.201505241946</jacoco.version>
1520 <extra.enforcer.version>1.0-beta-6</extra.enforcer.version>
1521 <enforcer.version>3.0.0-M1</enforcer.version>
1522 <!-- Location of test resources -->
1523 <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
1524 <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
1525 <!--This build.id we'll add as flag so can identify which forked processes belong to our build.
1526 Default is the build start timestamp. Up on jenkins pass in the jenkins build id by setting
1527 this parameter by invoking mvn with -Dbuild.id=$BUILD_ID-->
1528 <build.id>${maven.build.timestamp}</build.id>
1530 <!-- Sorted by groups of dependencies then groupId and artifactId -->
1531 <dependencyManagement>
1534 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
1535 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
1536 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
1537 implementation of the same, because Hadoop also uses this version
1538 javax.servlet:jsp-api in favour of org.mortbay.jetty:jsp-api-2.1
1540 <!-- Intra-module dependencies -->
1542 <groupId>org.apache.hbase</groupId>
1543 <artifactId>hbase-annotations</artifactId>
1544 <version>${project.version}</version>
1545 <type>test-jar</type>
1546 <!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
1549 <groupId>org.apache.hbase</groupId>
1550 <artifactId>hbase-error-prone</artifactId>
1551 <version>${project.version}</version>
1554 <groupId>org.apache.hbase</groupId>
1555 <artifactId>hbase-common</artifactId>
1556 <version>${project.version}</version>
1559 <groupId>org.apache.hbase</groupId>
1560 <artifactId>hbase-common</artifactId>
1561 <version>${project.version}</version>
1562 <type>test-jar</type>
1566 <groupId>org.apache.hbase</groupId>
1567 <artifactId>hbase-protocol-shaded</artifactId>
1568 <version>${project.version}</version>
1571 <groupId>org.apache.hbase</groupId>
1572 <artifactId>hbase-protocol</artifactId>
1573 <version>${project.version}</version>
1576 <groupId>org.apache.hbase</groupId>
1577 <artifactId>hbase-procedure</artifactId>
1578 <version>${project.version}</version>
1581 <groupId>org.apache.hbase</groupId>
1582 <artifactId>hbase-procedure</artifactId>
1583 <version>${project.version}</version>
1584 <type>test-jar</type>
1587 <groupId>org.apache.hbase</groupId>
1588 <artifactId>hbase-hadoop-compat</artifactId>
1589 <version>${project.version}</version>
1592 <groupId>org.apache.hbase</groupId>
1593 <artifactId>hbase-hadoop-compat</artifactId>
1594 <version>${project.version}</version>
1595 <type>test-jar</type>
1599 <groupId>org.apache.hbase</groupId>
1600 <artifactId>${compat.module}</artifactId>
1601 <version>${project.version}</version>
1604 <groupId>org.apache.hbase</groupId>
1605 <artifactId>${compat.module}</artifactId>
1606 <version>${project.version}</version>
1607 <type>test-jar</type>
1611 <artifactId>hbase-rsgroup</artifactId>
1612 <groupId>org.apache.hbase</groupId>
1613 <version>${project.version}</version>
1616 <artifactId>hbase-rsgroup</artifactId>
1617 <groupId>org.apache.hbase</groupId>
1618 <version>${project.version}</version>
1619 <type>test-jar</type>
1623 <artifactId>hbase-replication</artifactId>
1624 <groupId>org.apache.hbase</groupId>
1625 <version>${project.version}</version>
1628 <artifactId>hbase-server</artifactId>
1629 <groupId>org.apache.hbase</groupId>
1630 <version>${project.version}</version>
1633 <artifactId>hbase-server</artifactId>
1634 <groupId>org.apache.hbase</groupId>
1635 <version>${project.version}</version>
1636 <type>test-jar</type>
1640 <artifactId>hbase-mapreduce</artifactId>
1641 <groupId>org.apache.hbase</groupId>
1642 <version>${project.version}</version>
1645 <artifactId>hbase-mapreduce</artifactId>
1646 <groupId>org.apache.hbase</groupId>
1647 <version>${project.version}</version>
1648 <type>test-jar</type>
1652 <artifactId>hbase-endpoint</artifactId>
1653 <groupId>org.apache.hbase</groupId>
1654 <version>${project.version}</version>
1657 <artifactId>hbase-shell</artifactId>
1658 <groupId>org.apache.hbase</groupId>
1659 <version>${project.version}</version>
1662 <artifactId>hbase-shell</artifactId>
1663 <groupId>org.apache.hbase</groupId>
1664 <version>${project.version}</version>
1665 <type>test-jar</type>
1669 <artifactId>hbase-thrift</artifactId>
1670 <groupId>org.apache.hbase</groupId>
1671 <version>${project.version}</version>
1674 <artifactId>hbase-thrift</artifactId>
1675 <groupId>org.apache.hbase</groupId>
1676 <version>${project.version}</version>
1677 <type>test-jar</type>
1681 <groupId>org.apache.hbase</groupId>
1682 <artifactId>hbase-testing-util</artifactId>
1683 <version>${project.version}</version>
1687 <groupId>org.apache.hbase</groupId>
1688 <artifactId>hbase-prefix-tree</artifactId>
1689 <version>${project.version}</version>
1690 <!-- unfortunately, runtime scope causes Eclipse to give compile time access which isn't
1691 needed, however it is apparently needed to run things within Eclipse -->
1692 <scope>runtime</scope>
1695 <artifactId>hbase-examples</artifactId>
1696 <groupId>org.apache.hbase</groupId>
1697 <version>${project.version}</version>
1700 <groupId>org.apache.hbase</groupId>
1701 <artifactId>hbase-external-blockcache</artifactId>
1702 <version>${project.version}</version>
1705 <artifactId>hbase-it</artifactId>
1706 <groupId>org.apache.hbase</groupId>
1707 <version>${project.version}</version>
1708 <type>test-jar</type>
1712 <artifactId>hbase-client</artifactId>
1713 <groupId>org.apache.hbase</groupId>
1714 <version>${project.version}</version>
1717 <artifactId>hbase-metrics-api</artifactId>
1718 <groupId>org.apache.hbase</groupId>
1719 <version>${project.version}</version>
1722 <artifactId>hbase-metrics-api</artifactId>
1723 <groupId>org.apache.hbase</groupId>
1724 <version>${project.version}</version>
1725 <type>test-jar</type>
1729 <artifactId>hbase-metrics</artifactId>
1730 <groupId>org.apache.hbase</groupId>
1731 <version>${project.version}</version>
1734 <artifactId>hbase-metrics</artifactId>
1735 <groupId>org.apache.hbase</groupId>
1736 <version>${project.version}</version>
1737 <type>test-jar</type>
1740 <!-- General dependencies -->
1742 <groupId>com.github.stephenc.findbugs</groupId>
1743 <artifactId>findbugs-annotations</artifactId>
1744 <version>${findbugs-annotations}</version>
1746 <!-- General dependencies -->
1748 <groupId>org.codehaus.jettison</groupId>
1749 <artifactId>jettison</artifactId>
1750 <version>${jettison.version}</version>
1753 <groupId>log4j</groupId>
1754 <artifactId>log4j</artifactId>
1755 <version>${log4j.version}</version>
1757 <!-- Avro dependencies we mostly get transitively, manual version coallescing -->
1759 <groupId>org.apache.avro</groupId>
1760 <artifactId>avro</artifactId>
1761 <version>${avro.version}</version>
1763 <!--This is not used by hbase directly. Used by thrift,
1764 dropwizard and zk.-->
1766 <groupId>org.slf4j</groupId>
1767 <artifactId>slf4j-api</artifactId>
1768 <version>${slf4j.version}</version>
1771 <groupId>io.dropwizard.metrics</groupId>
1772 <artifactId>metrics-core</artifactId>
1773 <version>${metrics-core.version}</version>
1776 <groupId>org.apache.commons</groupId>
1777 <artifactId>commons-collections4</artifactId>
1778 <version>${collections.version}</version>
1781 <groupId>org.apache.httpcomponents</groupId>
1782 <artifactId>httpclient</artifactId>
1783 <version>${httpclient.version}</version>
1786 <groupId>org.apache.httpcomponents</groupId>
1787 <artifactId>httpcore</artifactId>
1788 <version>${httpcore.version}</version>
1791 <groupId>commons-cli</groupId>
1792 <artifactId>commons-cli</artifactId>
1793 <version>${commons-cli.version}</version>
1796 <groupId>commons-codec</groupId>
1797 <artifactId>commons-codec</artifactId>
1798 <version>${commons-codec.version}</version>
1801 <groupId>commons-io</groupId>
1802 <artifactId>commons-io</artifactId>
1803 <version>${commons-io.version}</version>
1806 <groupId>org.apache.commons</groupId>
1807 <artifactId>commons-lang3</artifactId>
1808 <version>${commons-lang3.version}</version>
1811 <groupId>commons-logging</groupId>
1812 <artifactId>commons-logging</artifactId>
1813 <version>${commons-logging.version}</version>
1816 <groupId>org.apache.commons</groupId>
1817 <artifactId>commons-math3</artifactId>
1818 <version>${commons-math.version}</version>
1821 <groupId>org.apache.zookeeper</groupId>
1822 <artifactId>zookeeper</artifactId>
1823 <version>${zookeeper.version}</version>
1826 <groupId>jline</groupId>
1827 <artifactId>jline</artifactId>
1830 <groupId>com.sun.jmx</groupId>
1831 <artifactId>jmxri</artifactId>
1834 <groupId>com.sun.jdmk</groupId>
1835 <artifactId>jmxtools</artifactId>
1838 <groupId>javax.jms</groupId>
1839 <artifactId>jms</artifactId>
1842 <groupId>io.netty</groupId>
1843 <artifactId>netty</artifactId>
1848 <groupId>org.apache.thrift</groupId>
1849 <artifactId>libthrift</artifactId>
1850 <version>${thrift.version}</version>
1853 <groupId>org.slf4j</groupId>
1854 <artifactId>slf4j-simple</artifactId>
1859 <groupId>org.jruby</groupId>
1860 <artifactId>jruby-complete</artifactId>
1861 <version>${jruby.version}</version>
1864 <groupId>org.jruby.jcodings</groupId>
1865 <artifactId>jcodings</artifactId>
1866 <version>${jcodings.version}</version>
1869 <groupId>org.jruby.joni</groupId>
1870 <artifactId>joni</artifactId>
1871 <version>${joni.version}</version>
1874 <groupId>com.fasterxml.jackson.jaxrs</groupId>
1875 <artifactId>jackson-jaxrs-json-provider</artifactId>
1876 <version>${jackson.version}</version>
1879 <groupId>com.fasterxml.jackson.core</groupId>
1880 <artifactId>jackson-databind</artifactId>
1881 <version>${jackson.version}</version>
1884 <groupId>org.jamon</groupId>
1885 <artifactId>jamon-runtime</artifactId>
1886 <version>${jamon-runtime.version}</version>
1888 <!-- REST dependencies -->
1890 <groupId>javax.servlet</groupId>
1891 <artifactId>javax.servlet-api</artifactId>
1892 <version>${servlet.api.version}</version>
1895 <groupId>javax.ws.rs</groupId>
1896 <artifactId>javax.ws.rs-api</artifactId>
1897 <version>${wx.rs.api.version}</version>
1900 <groupId>org.eclipse.jetty</groupId>
1901 <artifactId>jetty-server</artifactId>
1902 <version>${jetty.version}</version>
1905 <groupId>org.eclipse.jetty</groupId>
1906 <artifactId>jetty-servlet</artifactId>
1907 <version>${jetty.version}</version>
1910 <groupId>org.eclipse.jetty</groupId>
1911 <artifactId>servlet-api</artifactId>
1916 <groupId>org.eclipse.jetty</groupId>
1917 <artifactId>jetty-security</artifactId>
1918 <version>${jetty.version}</version>
1921 <groupId>org.eclipse.jetty</groupId>
1922 <artifactId>jetty-http</artifactId>
1923 <version>${jetty.version}</version>
1926 <groupId>org.eclipse.jetty</groupId>
1927 <artifactId>jetty-util</artifactId>
1928 <version>${jetty.version}</version>
1931 <groupId>org.eclipse.jetty</groupId>
1932 <artifactId>jetty-io</artifactId>
1933 <version>${jetty.version}</version>
1936 <groupId>org.eclipse.jetty</groupId>
1937 <artifactId>jetty-jsp</artifactId>
1938 <version>${jetty-jsp.version}</version>
1941 <groupId>org.eclipse.jetty</groupId>
1942 <artifactId>jetty-jmx</artifactId>
1943 <version>${jetty.version}</version>
1946 <groupId>org.eclipse.jetty</groupId>
1947 <artifactId>jetty-webapp</artifactId>
1948 <version>${jetty.version}</version>
1951 <groupId>org.eclipse.jetty</groupId>
1952 <artifactId>jetty-util-ajax</artifactId>
1953 <version>${jetty.version}</version>
1956 <groupId>com.google.protobuf</groupId>
1957 <artifactId>protobuf-java</artifactId>
1958 <version>${external.protobuf.version}</version>
1961 <groupId>org.glassfish.jersey.containers</groupId>
1962 <artifactId>jersey-container-servlet-core</artifactId>
1963 <version>${jersey.version}</version>
1966 <groupId>org.glassfish.jersey.core</groupId>
1967 <artifactId>jersey-client</artifactId>
1968 <version>${jersey.version}</version>
1971 <!--This lib has JspC in it. Needed precompiling jsps in hbase-rest, etc.-->
1972 <groupId>org.glassfish.web</groupId>
1973 <artifactId>javax.servlet.jsp</artifactId>
1974 <version>${glassfish.jsp.version}</version>
1977 <groupId>org.glassfish</groupId>
1978 <artifactId>javax.el</artifactId>
1979 <version>${glassfish.el.version}</version>
1982 <groupId>javax.xml.bind</groupId>
1983 <artifactId>jaxb-api</artifactId>
1984 <version>${jaxb-api.version}</version>
1987 <groupId>javax.xml.stream</groupId>
1988 <artifactId>stax-api</artifactId>
1993 <groupId>junit</groupId>
1994 <artifactId>junit</artifactId>
1995 <version>${junit.version}</version>
1998 <groupId>org.hamcrest</groupId>
1999 <artifactId>hamcrest-core</artifactId>
2000 <version>${hamcrest.version}</version>
2004 <groupId>org.mockito</groupId>
2005 <artifactId>mockito-all</artifactId>
2006 <version>${mockito-all.version}</version>
2010 <groupId>org.apache.htrace</groupId>
2011 <artifactId>htrace-core</artifactId>
2012 <version>${htrace.version}</version>
2015 <groupId>com.lmax</groupId>
2016 <artifactId>disruptor</artifactId>
2017 <version>${disruptor.version}</version>
2020 <groupId>net.spy</groupId>
2021 <artifactId>spymemcached</artifactId>
2022 <version>${spy.version}</version>
2023 <optional>true</optional>
2026 <groupId>org.bouncycastle</groupId>
2027 <artifactId>bcprov-jdk16</artifactId>
2028 <version>${bouncycastle.version}</version>
2032 <groupId>org.apache.kerby</groupId>
2033 <artifactId>kerb-client</artifactId>
2034 <version>${kerby.version}</version>
2037 <groupId>org.apache.kerby</groupId>
2038 <artifactId>kerb-simplekdc</artifactId>
2039 <version>${kerby.version}</version>
2042 <groupId>org.apache.commons</groupId>
2043 <artifactId>commons-crypto</artifactId>
2044 <version>${commons-crypto.version}</version>
2047 <groupId>net.java.dev.jna</groupId>
2048 <artifactId>jna</artifactId>
2053 <groupId>org.apache.curator</groupId>
2054 <artifactId>curator-framework</artifactId>
2055 <version>${curator.version}</version>
2058 <groupId>org.apache.zookeeper</groupId>
2059 <artifactId>zookeeper</artifactId>
2064 <groupId>org.apache.curator</groupId>
2065 <artifactId>curator-client</artifactId>
2066 <version>${curator.version}</version>
2069 <groupId>com.google.guava</groupId>
2070 <artifactId>guava</artifactId>
2073 <groupId>org.apache.zookeeper</groupId>
2074 <artifactId>zookeeper</artifactId>
2079 <groupId>org.apache.curator</groupId>
2080 <artifactId>curator-recipes</artifactId>
2081 <version>${curator.version}</version>
2084 <groupId>com.google.guava</groupId>
2085 <artifactId>guava</artifactId>
2088 <groupId>org.apache.zookeeper</groupId>
2089 <artifactId>zookeeper</artifactId>
2094 <groupId>org.apache.yetus</groupId>
2095 <artifactId>audience-annotations</artifactId>
2096 <version>${audience-annotations.version}</version>
2099 <groupId>org.apache.hbase.thirdparty</groupId>
2100 <artifactId>hbase-shaded-miscellaneous</artifactId>
2101 <version>${hbase-thirdparty.version}</version>
2104 <groupId>org.apache.hbase.thirdparty</groupId>
2105 <artifactId>hbase-shaded-netty</artifactId>
2106 <version>${hbase-thirdparty.version}</version>
2109 <groupId>org.apache.hbase.thirdparty</groupId>
2110 <artifactId>hbase-shaded-protobuf</artifactId>
2111 <version>${hbase-thirdparty.version}</version>
2114 </dependencyManagement>
2116 <!--REMOVE THIS. HERE TEMPORARILY.
2117 Implication is that every module needs junit which is not so.
2118 Cannot undo though because build runs test on each module and
2119 it fails if no junit. TODO. -->
2121 <groupId>junit</groupId>
2122 <artifactId>junit</artifactId>
2127 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
2132 <id>apache.releases.https</id>
2133 <username>hbase_committer</username>
2134 <password>********</password>
2138 <id>apache.snapshots.https</id>
2139 <username>hbase_committer</username>
2140 <password>********</password>
2148 $ mvn -s /my/path/settings.xml deploy
2156 <name>!skip-rsgroup</name>
2160 <module>hbase-rsgroup</module>
2164 <id>build-with-jdk8</id>
2172 <groupId>org.apache.maven.plugins</groupId>
2173 <artifactId>maven-javadoc-plugin</artifactId>
2175 <!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used -->
2176 <additionalparam>-Xdoclint:none</additionalparam>
2180 <groupId>org.codehaus.mojo</groupId>
2181 <artifactId>findbugs-maven-plugin</artifactId>
2182 <version>3.0.0</version>
2183 <!--NOTE: Findbugs 3.0.0 requires jdk7-->
2185 <excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
2186 <findbugsXmlOutput>true</findbugsXmlOutput>
2187 <xmlOutput>true</xmlOutput>
2188 <effort>Max</effort>
2192 <groupId>com.github.spotbugs</groupId>
2193 <artifactId>spotbugs</artifactId>
2194 <version>${spotbugs.version}</version>
2202 <!-- profile activated by the Jenkins patch testing job -->
2204 <id>jenkins.patch</id>
2206 <activeByDefault>false</activeByDefault>
2208 <name>HBasePatchProcess</name>
2212 <surefire.rerunFailingTestsCount>2</surefire.rerunFailingTestsCount>
2217 <groupId>org.apache.maven.plugins</groupId>
2218 <artifactId>maven-antrun-plugin</artifactId>
2219 <inherited>false</inherited>
2222 <phase>validate</phase>
2228 <echo>Maven Execution Environment</echo>
2229 <echo>MAVEN_OPTS="${env.MAVEN_OPTS}"</echo>
2241 <activeByDefault>false</activeByDefault>
2246 <groupId>org.jacoco</groupId>
2247 <artifactId>jacoco-maven-plugin</artifactId>
2248 <version>${jacoco.version}</version>
2251 <id>prepare-agent</id>
2253 <goal>prepare-agent</goal>
2258 <phase>prepare-package</phase>
2265 <systemPropertyVariables>
2266 <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
2267 </systemPropertyVariables>
2269 <exclude>**/generated/**/*.class</exclude>
2279 <activeByDefault>false</activeByDefault>
2281 <family>Linux</family>
2285 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
2292 <family>Mac</family>
2296 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
2303 <family>Windows</family>
2307 <build.platform>cygwin</build.platform>
2308 <argLine>${hbase-surefire.cygwin-argLine}</argLine>
2311 <!-- this profile should be activated for release builds -->
2317 <groupId>org.apache.rat</groupId>
2318 <artifactId>apache-rat-plugin</artifactId>
2321 <phase>package</phase>
2329 <groupId>org.apache.maven.plugins</groupId>
2330 <artifactId>maven-enforcer-plugin</artifactId>
2331 <version>${enforcer.version}</version>
2334 <enforceBytecodeVersion>
2335 <maxJdkVersion>${compileSource}</maxJdkVersion>
2336 <message>HBase has unsupported dependencies.
2337 HBase requires that all dependencies be compiled with version ${compileSource} or earlier
2338 of the JDK to properly build from source. You appear to be using a newer dependency. You can use
2339 either "mvn -version" or "mvn enforcer:display-info" to verify what version is active.
2340 Non-release builds can temporarily build with a newer JDK version by setting the
2341 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package).
2343 </enforceBytecodeVersion>
2350 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
2351 <!-- Submodules that need hadoop dependencies should declare
2352 profiles with activation properties matching the profile here.
2353 Generally, it should be sufficient to copy the first
2354 few lines of the profile you want to match. -->
2355 <!-- profile for building against Hadoop 2.0.x
2356 This is the default.
2362 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
2363 <!--h2--><name>!hadoop.profile</name>
2367 <module>hbase-hadoop2-compat</module>
2370 <hadoop.version>${hadoop-two.version}</hadoop.version>
2371 <compat.module>hbase-hadoop2-compat</compat.module>
2372 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
2374 <dependencyManagement>
2377 <groupId>org.apache.hadoop</groupId>
2378 <artifactId>hadoop-mapreduce-client-core</artifactId>
2379 <version>${hadoop-two.version}</version>
2382 <groupId>io.netty</groupId>
2383 <artifactId>netty</artifactId>
2386 <groupId>javax.servlet</groupId>
2387 <artifactId>servlet-api</artifactId>
2390 <groupId>javax.inject</groupId>
2391 <artifactId>javax.inject</artifactId>
2394 <groupId>org.codehaus.jackson</groupId>
2395 <artifactId>jackson-core-asl</artifactId>
2398 <groupId>org.codehaus.jackson</groupId>
2399 <artifactId>jackson-mapper-asl</artifactId>
2404 <groupId>org.apache.hadoop</groupId>
2405 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2406 <version>${hadoop-two.version}</version>
2409 <groupId>io.netty</groupId>
2410 <artifactId>netty</artifactId>
2413 <groupId>javax.servlet</groupId>
2414 <artifactId>servlet-api</artifactId>
2419 <groupId>org.apache.hadoop</groupId>
2420 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2421 <version>${hadoop-two.version}</version>
2422 <type>test-jar</type>
2426 <groupId>io.netty</groupId>
2427 <artifactId>netty</artifactId>
2430 <groupId>javax.servlet</groupId>
2431 <artifactId>servlet-api</artifactId>
2436 <groupId>org.apache.hadoop</groupId>
2437 <artifactId>hadoop-hdfs</artifactId>
2440 <groupId>javax.servlet.jsp</groupId>
2441 <artifactId>jsp-api</artifactId>
2444 <groupId>javax.servlet</groupId>
2445 <artifactId>servlet-api</artifactId>
2448 <groupId>io.netty</groupId>
2449 <artifactId>netty</artifactId>
2452 <groupId>stax</groupId>
2453 <artifactId>stax-api</artifactId>
2456 <groupId>xerces</groupId>
2457 <artifactId>xercesImpl</artifactId>
2460 <groupId>org.codehaus.jackson</groupId>
2461 <artifactId>jackson-core-asl</artifactId>
2464 <groupId>org.codehaus.jackson</groupId>
2465 <artifactId>jackson-mapper-asl</artifactId>
2468 <version>${hadoop-two.version}</version>
2471 <groupId>org.apache.hadoop</groupId>
2472 <artifactId>hadoop-hdfs</artifactId>
2473 <version>${hadoop-two.version}</version>
2474 <type>test-jar</type>
2478 <groupId>javax.servlet.jsp</groupId>
2479 <artifactId>jsp-api</artifactId>
2482 <groupId>javax.servlet</groupId>
2483 <artifactId>servlet-api</artifactId>
2486 <groupId>io.netty</groupId>
2487 <artifactId>netty</artifactId>
2490 <groupId>stax</groupId>
2491 <artifactId>stax-api</artifactId>
2494 <groupId>xerces</groupId>
2495 <artifactId>xercesImpl</artifactId>
2498 <groupId>org.codehaus.jackson</groupId>
2499 <artifactId>jackson-core-asl</artifactId>
2502 <groupId>org.codehaus.jackson</groupId>
2503 <artifactId>jackson-mapper-asl</artifactId>
2508 <groupId>org.apache.hadoop</groupId>
2509 <artifactId>hadoop-auth</artifactId>
2510 <version>${hadoop-two.version}</version>
2513 <groupId>org.apache.hadoop</groupId>
2514 <artifactId>hadoop-common</artifactId>
2515 <version>${hadoop-two.version}</version>
2518 <groupId>commons-beanutils</groupId>
2519 <artifactId>commons-beanutils</artifactId>
2522 <groupId>javax.servlet.jsp</groupId>
2523 <artifactId>jsp-api</artifactId>
2526 <groupId>javax.servlet</groupId>
2527 <artifactId>servlet-api</artifactId>
2530 <groupId>stax</groupId>
2531 <artifactId>stax-api</artifactId>
2534 <groupId>io.netty</groupId>
2535 <artifactId>netty</artifactId>
2538 <groupId>com.google.code.findbugs</groupId>
2539 <artifactId>jsr305</artifactId>
2542 <groupId>junit</groupId>
2543 <artifactId>junit</artifactId>
2546 <groupId>org.codehaus.jackson</groupId>
2547 <artifactId>jackson-core-asl</artifactId>
2550 <groupId>org.codehaus.jackson</groupId>
2551 <artifactId>jackson-mapper-asl</artifactId>
2556 <groupId>org.apache.hadoop</groupId>
2557 <artifactId>hadoop-client</artifactId>
2558 <version>${hadoop-two.version}</version>
2560 <!-- This was marked as test dep in earlier pom, but was scoped compile.
2561 Where do we actually need it? -->
2563 <groupId>org.apache.hadoop</groupId>
2564 <artifactId>hadoop-minicluster</artifactId>
2565 <version>${hadoop-two.version}</version>
2568 <groupId>commons-httpclient</groupId>
2569 <artifactId>commons-httpclient</artifactId>
2572 <groupId>javax.servlet.jsp</groupId>
2573 <artifactId>jsp-api</artifactId>
2576 <groupId>javax.servlet</groupId>
2577 <artifactId>servlet-api</artifactId>
2580 <groupId>stax</groupId>
2581 <artifactId>stax-api</artifactId>
2584 <groupId>io.netty</groupId>
2585 <artifactId>netty</artifactId>
2588 <groupId>com.google.code.findbugs</groupId>
2589 <artifactId>jsr305</artifactId>
2594 <groupId>org.apache.hadoop</groupId>
2595 <artifactId>hadoop-minikdc</artifactId>
2596 <version>${hadoop-two.version}</version>
2600 </dependencyManagement>
2603 profile for building against Hadoop 3.0.0. Activate using:
2604 mvn -Dhadoop.profile=3.0
2610 <name>hadoop.profile</name>
2615 <!--For now, use hadoop2 compat module-->
2616 <module>hbase-hadoop2-compat</module>
2619 <hadoop.version>${hadoop-three.version}</hadoop.version>
2620 <!--Use this compat module for now. TODO: Make h3 one if we need one-->
2621 <compat.module>hbase-hadoop2-compat</compat.module>
2622 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
2624 <dependencyManagement>
2627 <groupId>org.apache.hadoop</groupId>
2628 <artifactId>hadoop-mapreduce-client-core</artifactId>
2629 <version>${hadoop-three.version}</version>
2632 <groupId>io.netty</groupId>
2633 <artifactId>netty</artifactId>
2636 <groupId>javax.inject</groupId>
2637 <artifactId>javax.inject</artifactId>
2640 <groupId>org.codehaus.jackson</groupId>
2641 <artifactId>jackson-core-asl</artifactId>
2644 <groupId>org.codehaus.jackson</groupId>
2645 <artifactId>jackson-mapper-asl</artifactId>
2650 <groupId>org.apache.hadoop</groupId>
2651 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2652 <version>${hadoop-three.version}</version>
2655 <groupId>io.netty</groupId>
2656 <artifactId>netty</artifactId>
2661 <groupId>org.apache.hadoop</groupId>
2662 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
2663 <version>${hadoop-three.version}</version>
2664 <type>test-jar</type>
2668 <groupId>io.netty</groupId>
2669 <artifactId>netty</artifactId>
2674 <groupId>org.apache.hadoop</groupId>
2675 <artifactId>hadoop-hdfs</artifactId>
2678 <groupId>javax.servlet.jsp</groupId>
2679 <artifactId>jsp-api</artifactId>
2682 <groupId>javax.servlet</groupId>
2683 <artifactId>servlet-api</artifactId>
2686 <groupId>stax</groupId>
2687 <artifactId>stax-api</artifactId>
2690 <groupId>xerces</groupId>
2691 <artifactId>xercesImpl</artifactId>
2694 <groupId>org.codehaus.jackson</groupId>
2695 <artifactId>jackson-core-asl</artifactId>
2698 <groupId>org.codehaus.jackson</groupId>
2699 <artifactId>jackson-mapper-asl</artifactId>
2702 <version>${hadoop-three.version}</version>
2705 <groupId>org.apache.hadoop</groupId>
2706 <artifactId>hadoop-hdfs</artifactId>
2707 <version>${hadoop-three.version}</version>
2708 <type>test-jar</type>
2712 <groupId>javax.servlet.jsp</groupId>
2713 <artifactId>jsp-api</artifactId>
2716 <groupId>javax.servlet</groupId>
2717 <artifactId>servlet-api</artifactId>
2720 <groupId>stax</groupId>
2721 <artifactId>stax-api</artifactId>
2724 <groupId>xerces</groupId>
2725 <artifactId>xercesImpl</artifactId>
2728 <groupId>org.codehaus.jackson</groupId>
2729 <artifactId>jackson-core-asl</artifactId>
2732 <groupId>org.codehaus.jackson</groupId>
2733 <artifactId>jackson-mapper-asl</artifactId>
2738 <groupId>org.apache.hadoop</groupId>
2739 <artifactId>hadoop-auth</artifactId>
2740 <version>${hadoop-three.version}</version>
2743 <groupId>com.google.guava</groupId>
2744 <artifactId>guava</artifactId>
2749 <groupId>org.apache.hadoop</groupId>
2750 <artifactId>hadoop-common</artifactId>
2751 <version>${hadoop-three.version}</version>
2754 <groupId>commons-beanutils</groupId>
2755 <artifactId>commons-beanutils</artifactId>
2758 <groupId>javax.servlet.jsp</groupId>
2759 <artifactId>jsp-api</artifactId>
2762 <groupId>javax.servlet</groupId>
2763 <artifactId>servlet-api</artifactId>
2766 <groupId>stax</groupId>
2767 <artifactId>stax-api</artifactId>
2770 <groupId>io.netty</groupId>
2771 <artifactId>netty</artifactId>
2774 <groupId>com.google.code.findbugs</groupId>
2775 <artifactId>jsr305</artifactId>
2778 <groupId>junit</groupId>
2779 <artifactId>junit</artifactId>
2782 <groupId>org.codehause.jackson</groupId>
2783 <artifactId>jackson-core-asl</artifactId>
2786 <groupId>org.codehause.jackson</groupId>
2787 <artifactId>jackson-mapper-asl</artifactId>
2792 <groupId>org.apache.hadoop</groupId>
2793 <artifactId>hadoop-client</artifactId>
2794 <version>${hadoop-three.version}</version>
2797 <groupId>org.apache.hadoop</groupId>
2798 <artifactId>hadoop-annotations</artifactId>
2799 <version>${hadoop-three.version}</version>
2801 <!-- This was marked as test dep in earlier pom, but was scoped compile.
2802 Where do we actually need it? -->
2804 <groupId>org.apache.hadoop</groupId>
2805 <artifactId>hadoop-minicluster</artifactId>
2806 <version>${hadoop-three.version}</version>
2809 <groupId>commons-httpclient</groupId>
2810 <artifactId>commons-httpclient</artifactId>
2813 <groupId>javax.servlet.jsp</groupId>
2814 <artifactId>jsp-api</artifactId>
2817 <groupId>javax.servlet</groupId>
2818 <artifactId>servlet-api</artifactId>
2821 <groupId>stax</groupId>
2822 <artifactId>stax-api</artifactId>
2825 <groupId>io.netty</groupId>
2826 <artifactId>netty</artifactId>
2829 <groupId>com.google.code.findbugs</groupId>
2830 <artifactId>jsr305</artifactId>
2835 <groupId>org.apache.hadoop</groupId>
2836 <artifactId>hadoop-minikdc</artifactId>
2837 <version>${hadoop-three.version}</version>
2841 </dependencyManagement>
2844 <!-- profiles for the tests
2845 See as well the properties of the project for the values
2846 when no profile is active. -->
2848 <!-- Use it to launch all tests in the same JVM -->
2849 <id>singleJVMTests</id>
2851 <activeByDefault>false</activeByDefault>
2854 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2855 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2856 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2857 <surefire.firstPartGroups/>
2861 <!-- Use it to launch small tests only -->
2862 <id>runSmallTests</id>
2864 <activeByDefault>false</activeByDefault>
2867 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2868 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2869 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2870 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2871 <surefire.secondPartGroups/>
2875 <!-- Use it to launch medium tests only -->
2876 <id>runMediumTests</id>
2878 <activeByDefault>false</activeByDefault>
2881 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2882 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2883 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.firstPartGroups>
2884 <surefire.secondPartGroups/>
2888 <!-- Use it to launch large tests only -->
2889 <id>runLargeTests</id>
2891 <activeByDefault>false</activeByDefault>
2894 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2895 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2896 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.LargeTests</surefire.firstPartGroups>
2897 <surefire.secondPartGroups/>
2901 <!-- Use it to launch small & medium tests -->
2902 <id>runDevTests</id>
2904 <activeByDefault>false</activeByDefault>
2907 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2908 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2909 <surefire.skipSecondPart>false</surefire.skipSecondPart>
2910 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2911 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests</surefire.secondPartGroups>
2915 <!-- Use it to launch all tests -->
2916 <id>runAllTests</id>
2918 <activeByDefault>false</activeByDefault>
2921 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2922 <surefire.secondPartForkCount>5</surefire.secondPartForkCount>
2923 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2924 <surefire.skipSecondPart>false</surefire.skipSecondPart>
2925 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SmallTests</surefire.firstPartGroups>
2926 <surefire.secondPartGroups>org.apache.hadoop.hbase.testclassification.MediumTests,org.apache.hadoop.hbase.testclassification.LargeTests</surefire.secondPartGroups>
2930 <id>runMiscTests</id>
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.MiscTests
2940 </surefire.firstPartGroups>
2941 <surefire.secondPartGroups></surefire.secondPartGroups>
2945 <id>runCoprocessorTests</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>
2955 org.apache.hadoop.hbase.testclassification.CoprocessorTests
2956 </surefire.firstPartGroups>
2957 <surefire.secondPartGroups></surefire.secondPartGroups>
2961 <id>runClientTests</id>
2963 <activeByDefault>false</activeByDefault>
2966 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2967 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2968 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2969 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2970 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.ClientTests
2971 </surefire.firstPartGroups>
2972 <surefire.secondPartGroups></surefire.secondPartGroups>
2976 <id>runMasterTests</id>
2978 <activeByDefault>false</activeByDefault>
2981 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
2982 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
2983 <surefire.skipFirstPart>false</surefire.skipFirstPart>
2984 <surefire.skipSecondPart>true</surefire.skipSecondPart>
2985 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.MasterTests
2986 </surefire.firstPartGroups>
2987 <surefire.secondPartGroups></surefire.secondPartGroups>
2991 <id>runMapredTests</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.MapredTests
3001 </surefire.firstPartGroups>
3002 <surefire.secondPartGroups></surefire.secondPartGroups>
3006 <id>runMapreduceTests</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.MapReduceTests
3016 </surefire.firstPartGroups>
3017 <surefire.secondPartGroups></surefire.secondPartGroups>
3021 <id>runRegionServerTests</id>
3023 <activeByDefault>false</activeByDefault>
3026 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3027 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3028 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3029 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3030 <surefire.firstPartGroups>
3031 org.apache.hadoop.hbase.testclassification.RegionServerTests
3032 </surefire.firstPartGroups>
3033 <surefire.secondPartGroups></surefire.secondPartGroups>
3037 <id>runVerySlowMapReduceTests</id>
3039 <activeByDefault>false</activeByDefault>
3042 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3043 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3044 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3045 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3046 <surefire.firstPartGroups>
3047 org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
3048 </surefire.firstPartGroups>
3049 <surefire.secondPartGroups></surefire.secondPartGroups>
3054 <id>runVerySlowRegionServerTests</id>
3056 <activeByDefault>false</activeByDefault>
3059 <surefire.firstPartForkCount>2</surefire.firstPartForkCount>
3060 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3061 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3062 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3063 <surefire.firstPartGroups>
3064 org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
3065 </surefire.firstPartGroups>
3066 <surefire.secondPartGroups></surefire.secondPartGroups>
3071 <id>runFilterTests</id>
3073 <activeByDefault>false</activeByDefault>
3076 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3077 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3078 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3079 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3080 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FilterTests
3081 </surefire.firstPartGroups>
3082 <surefire.secondPartGroups></surefire.secondPartGroups>
3088 <activeByDefault>false</activeByDefault>
3091 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3092 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3093 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3094 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3095 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.IOTests
3096 </surefire.firstPartGroups>
3097 <surefire.secondPartGroups></surefire.secondPartGroups>
3101 <id>runRestTests</id>
3103 <activeByDefault>false</activeByDefault>
3106 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3107 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3108 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3109 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3110 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RestTests
3111 </surefire.firstPartGroups>
3112 <surefire.secondPartGroups></surefire.secondPartGroups>
3116 <id>runRPCTests</id>
3118 <activeByDefault>false</activeByDefault>
3121 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3122 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3123 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3124 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3125 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.RPCTests
3126 </surefire.firstPartGroups>
3127 <surefire.secondPartGroups></surefire.secondPartGroups>
3131 <id>runReplicationTests</id>
3133 <activeByDefault>false</activeByDefault>
3136 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3137 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3138 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3139 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3140 <surefire.firstPartGroups>
3141 org.apache.hadoop.hbase.testclassification.ReplicationTests
3142 </surefire.firstPartGroups>
3143 <surefire.secondPartGroups></surefire.secondPartGroups>
3147 <id>runSecurityTests</id>
3149 <activeByDefault>false</activeByDefault>
3152 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3153 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3154 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3155 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3156 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.SecurityTests
3157 </surefire.firstPartGroups>
3158 <surefire.secondPartGroups></surefire.secondPartGroups>
3162 <id>runFlakeyTests</id>
3164 <activeByDefault>false</activeByDefault>
3167 <surefire.firstPartForkCount>1</surefire.firstPartForkCount>
3168 <surefire.secondPartForkCount>1</surefire.secondPartForkCount>
3169 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3170 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3171 <surefire.firstPartGroups>org.apache.hadoop.hbase.testclassification.FlakeyTests
3172 </surefire.firstPartGroups>
3173 <surefire.secondPartGroups></surefire.secondPartGroups>
3178 <!-- Use it to launch tests locally-->
3186 <surefire.provider>surefire-junit4</surefire.provider>
3187 <surefire.skipFirstPart>false</surefire.skipFirstPart>
3188 <surefire.skipSecondPart>true</surefire.skipSecondPart>
3189 <surefire.firstPartGroups/>
3192 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
3193 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
3194 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
3195 The report will be generated under target/site/clover/index.html when you run
3196 MAVEN_OPTS="-Xmx2048m" mvn clean package -Pclover site -->
3200 <activeByDefault>false</activeByDefault>
3206 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
3210 <!-- When Clover is active, we need to add it as a dependency for the javadoc plugin, or
3211 our instrumented classes for the doclet will fail
3214 <groupId>org.apache.maven.plugins</groupId>
3215 <artifactId>maven-javadoc-plugin</artifactId>
3218 <groupId>com.atlassian.maven.plugins</groupId>
3219 <artifactId>maven-clover2-plugin</artifactId>
3220 <version>${clover.version}</version>
3225 <groupId>com.atlassian.maven.plugins</groupId>
3226 <artifactId>maven-clover2-plugin</artifactId>
3227 <version>${clover.version}</version>
3229 <includesAllSourceRoots>true</includesAllSourceRoots>
3230 <includesTestSourceRoots>true</includesTestSourceRoots>
3231 <targetPercentage>50%</targetPercentage>
3232 <generateHtml>true</generateHtml>
3233 <generateXml>true</generateXml>
3235 <exclude>**/generated/**</exclude>
3240 <id>clover-setup</id>
3241 <phase>process-sources</phase>
3259 <!-- See http://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
3263 <artifactId>maven-project-info-reports-plugin</artifactId>
3267 <report>cim</report>
3268 <report>dependencies</report>
3269 <report>dependency-convergence</report>
3270 <report>dependency-info</report>
3271 <report>dependency-management</report>
3272 <report>index</report>
3273 <report>issue-tracking</report>
3274 <report>license</report>
3275 <report>mailing-list</report>
3276 <report>plugin-management</report>
3277 <report>plugins</report>
3278 <report>project-team</report>
3279 <report>scm</report>
3280 <report>summary</report>
3284 <!-- see src/site/site.xml for selected reports -->
3286 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
3291 <groupId>org.apache.maven.plugins</groupId>
3292 <artifactId>maven-javadoc-plugin</artifactId>
3298 <report>aggregate</report>
3301 <destDir>devapidocs</destDir>
3302 <name>Developer API</name>
3303 <description>The full HBase API, including private and unstable APIs</description>
3304 <sourceFileExcludes>
3305 <exclude>**/generated/*</exclude>
3306 <exclude>**/protobuf/*</exclude>
3307 <exclude>**/*.scala</exclude>
3308 </sourceFileExcludes>
3309 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.spark:org.apache.hadoop.hbase.generated*</excludePackageNames>
3310 <show>private</show> <!-- (shows all classes and members) -->
3312 <linksource>true</linksource>
3313 <sourcetab>2</sourcetab>
3314 <validateLinks>true</validateLinks>
3315 <fixClassComment>true</fixClassComment>
3316 <fixFieldComment>true</fixFieldComment>
3317 <fixMethodComment>true</fixMethodComment>
3318 <fixTags>all</fixTags>
3319 <notimestamp>true</notimestamp>
3320 <!-- Pass some options straight to the javadoc executable since it is easier -->
3321 <additionalJOption>-J-Xmx2G</additionalJOption>
3322 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3323 <additionalDependencies>
3324 <additionalDependency>
3325 <groupId>org.mockito</groupId>
3326 <artifactId>mockito-all</artifactId>
3327 <version>${mockito-all.version}</version>
3328 </additionalDependency>
3329 <additionalDependency>
3330 <groupId>org.hamcrest</groupId>
3331 <artifactId>hamcrest-core</artifactId>
3332 <version>${hamcrest.version}</version>
3333 </additionalDependency>
3334 </additionalDependencies>
3335 <inherited>false</inherited>
3341 <report>test-aggregate</report>
3344 <destDir>testdevapidocs</destDir>
3345 <name>Developer API</name>
3346 <description>The full HBase API test code, including private and unstable APIs</description>
3347 <sourceFileExcludes>
3348 <exclude>**/generated/*</exclude>
3349 <exclude>**/protobuf/*</exclude>
3350 <exclude>**/*.scala</exclude>
3351 </sourceFileExcludes>
3352 <excludePackageNames>org.apache.hadoop.hbase.tmpl.common:com.google.protobuf:org.apache.hadoop.hbase.spark:org.apache.hadoop.hbase.generated*</excludePackageNames>
3353 <show>private</show> <!-- (shows all classes and members) -->
3355 <linksource>true</linksource>
3356 <sourcetab>2</sourcetab>
3357 <validateLinks>true</validateLinks>
3358 <fixClassComment>true</fixClassComment>
3359 <fixFieldComment>true</fixFieldComment>
3360 <fixMethodComment>true</fixMethodComment>
3361 <fixTags>all</fixTags>
3362 <notimestamp>true</notimestamp>
3363 <!-- Pass some options straight to the javadoc executable since it is easier -->
3364 <additionalJOption>-J-Xmx2G</additionalJOption>
3365 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3366 <additionalDependencies>
3367 <additionalDependency>
3368 <groupId>org.mockito</groupId>
3369 <artifactId>mockito-all</artifactId>
3370 <version>${mockito-all.version}</version>
3371 </additionalDependency>
3372 <additionalDependency>
3373 <groupId>org.hamcrest</groupId>
3374 <artifactId>hamcrest-core</artifactId>
3375 <version>${hamcrest.version}</version>
3376 </additionalDependency>
3377 </additionalDependencies>
3378 <inherited>false</inherited>
3386 <report>aggregate</report>
3390 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
3393 <groupId>org.apache.yetus</groupId>
3394 <artifactId>audience-annotations</artifactId>
3395 <version>${audience-annotations.version}</version>
3397 <useStandardDocletOptions>true</useStandardDocletOptions>
3398 <destDir>apidocs</destDir>
3399 <name>User API</name>
3400 <description>The HBase Application Programmer's API</description>
3401 <excludePackageNames>
3402 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*
3403 </excludePackageNames>
3404 <!-- switch on dependency-driven aggregation -->
3405 <includeDependencySources>false</includeDependencySources>
3406 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3407 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3409 <linksource>true</linksource>
3410 <sourcetab>2</sourcetab>
3411 <validateLinks>true</validateLinks>
3412 <fixClassComment>true</fixClassComment>
3413 <fixFieldComment>true</fixFieldComment>
3414 <fixMethodComment>true</fixMethodComment>
3415 <fixTags>all</fixTags>
3416 <notimestamp>true</notimestamp>
3417 <!-- Pass some options straight to the javadoc executable since it is easier -->
3418 <additionalJOption>-J-Xmx2G</additionalJOption>
3419 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3420 <additionalDependencies>
3421 <additionalDependency>
3422 <groupId>org.mockito</groupId>
3423 <artifactId>mockito-all</artifactId>
3424 <version>${mockito-all.version}</version>
3425 </additionalDependency>
3426 <additionalDependency>
3427 <groupId>org.hamcrest</groupId>
3428 <artifactId>hamcrest-core</artifactId>
3429 <version>${hamcrest.version}</version>
3430 </additionalDependency>
3431 </additionalDependencies>
3432 <inherited>false</inherited>
3435 <!-- User Test API -->
3437 <id>testuserapi</id>
3439 <report>test-aggregate</report>
3443 org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
3446 <groupId>org.apache.yetus</groupId>
3447 <artifactId>audience-annotations</artifactId>
3448 <version>${audience-annotations.version}</version>
3450 <useStandardDocletOptions>true</useStandardDocletOptions>
3451 <destDir>testapidocs</destDir>
3452 <name>User API</name>
3453 <description>The HBase Application Programmer's API</description>
3454 <excludePackageNames>
3455 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*
3456 </excludePackageNames>
3457 <!-- switch on dependency-driven aggregation -->
3458 <includeDependencySources>false</includeDependencySources>
3459 <sourceFilesExclude>**/generated/*</sourceFilesExclude>
3460 <show>protected</show> <!-- (shows only public and protected classes and members) -->
3462 <linksource>true</linksource>
3463 <sourcetab>2</sourcetab>
3464 <validateLinks>true</validateLinks>
3465 <fixClassComment>true</fixClassComment>
3466 <fixFieldComment>true</fixFieldComment>
3467 <fixMethodComment>true</fixMethodComment>
3468 <fixTags>all</fixTags>
3469 <notimestamp>true</notimestamp>
3470 <!-- Pass some options straight to the javadoc executable since it is easier -->
3471 <additionalJOption>-J-Xmx2G</additionalJOption>
3472 <!-- JDK8 javadoc requires test scope transitive dependencies due to our custom doclet -->
3473 <additionalDependencies>
3474 <additionalDependency>
3475 <groupId>org.mockito</groupId>
3476 <artifactId>mockito-all</artifactId>
3477 <version>${mockito-all.version}</version>
3478 </additionalDependency>
3479 <additionalDependency>
3480 <groupId>org.hamcrest</groupId>
3481 <artifactId>hamcrest-core</artifactId>
3482 <version>${hamcrest.version}</version>
3483 </additionalDependency>
3484 </additionalDependencies>
3485 <inherited>false</inherited>
3492 <groupId>org.apache.maven.plugins</groupId>
3493 <artifactId>maven-checkstyle-plugin</artifactId>
3494 <version>${maven.checkstyle.version}</version>
3496 <excludes>target/**</excludes>
3497 <configLocation>hbase/checkstyle.xml</configLocation>
3498 <suppressionsLocation>hbase/checkstyle-suppressions.xml</suppressionsLocation>
3503 <groupId>org.scala-tools</groupId>
3504 <artifactId>maven-scala-plugin</artifactId>
3508 <distributionManagement>
3510 <id>hbase.apache.org</id>
3511 <name>HBase Website at hbase.apache.org</name>
3512 <!-- On why this is the tmp dir and not hbase.apache.org, see
3513 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
3515 <url>file:///tmp</url>
3517 </distributionManagement>
3520 <id>project.local</id>
3521 <name>project</name>
3522 <url>file:${project.basedir}/src/site/resources/repo</url>