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>0.99.0-SNAPSHOT</version>
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>
52 <module>hbase-server</module>
53 <module>hbase-thrift</module>
54 <module>hbase-shell</module>
55 <module>hbase-protocol</module>
56 <module>hbase-client</module>
57 <module>hbase-hadoop-compat</module>
58 <module>hbase-common</module>
59 <module>hbase-it</module>
60 <module>hbase-examples</module>
61 <module>hbase-prefix-tree</module>
62 <module>hbase-assembly</module>
63 <module>hbase-testing-util</module>
66 <connection>scm:git:git://git.apache.org/hbase.git</connection>
67 <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
68 <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url>
72 <url>http://issues.apache.org/jira/browse/HBASE</url>
75 <system>hudson</system>
76 <url>http://hudson.zones.apache.org/hudson/view/HBase/job/HBase-TRUNK/</url>
80 <name>User List</name>
81 <subscribe>user-subscribe@hbase.apache.org</subscribe>
82 <unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
83 <post>user@hbase.apache.org</post>
84 <archive>http://mail-archives.apache.org/mod_mbox/hbase-user/</archive>
86 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
87 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
91 <name>Developer List</name>
92 <subscribe>dev-subscribe@hbase.apache.org</subscribe>
93 <unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
94 <post>dev@hbase.apache.org</post>
95 <archive>http://mail-archives.apache.org/mod_mbox/hbase-dev/</archive>
97 <otherArchive>http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
98 <otherArchive>http://search-hadoop.com/?q=&fc_project=HBase</otherArchive>
102 <name>Commits List</name>
103 <subscribe>commits-subscribe@hbase.apache.org</subscribe>
104 <unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
105 <archive>http://mail-archives.apache.org/mod_mbox/hbase-commits/</archive>
108 <name>Issues List</name>
109 <subscribe>issues-subscribe@hbase.apache.org</subscribe>
110 <unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
111 <archive>http://mail-archives.apache.org/mod_mbox/hbase-issues/</archive>
114 <name>Builds List</name>
115 <subscribe>builds-subscribe@hbase.apache.org</subscribe>
116 <unsubscribe>builds-unsubscribe@hbase.apache.org</unsubscribe>
117 <archive>http://mail-archives.apache.org/mod_mbox/hbase-builds/</archive>
123 <name>Amitanand S. Aiyer</name>
124 <email>acube123@apache.org</email>
125 <timezone>-8</timezone>
126 <organization>Facebook</organization>
127 <organizationUrl>http://www.facebook.com</organizationUrl>
131 <name>Andrew Purtell</name>
132 <email>apurtell@apache.org</email>
133 <timezone>-8</timezone>
134 <organization>Intel</organization>
135 <organizationUrl>http://www.intel.com</organizationUrl>
138 <id>anoopsamjohn</id>
139 <name>Anoop Sam John</name>
140 <email>anoopsamjohn@apache.org</email>
141 <timezone>+5</timezone>
142 <organization>Intel</organization>
143 <organizationUrl>http://www.intel.com</organizationUrl>
147 <name>Devaraj Das</name>
148 <email>ddas@apache.org</email>
149 <timezone>-8</timezone>
150 <organization>Hortonworks</organization>
151 <organizationUrl>http://www.hortonworks.com</organizationUrl>
155 <name>Doug Meil</name>
156 <email>dmeil@apache.org</email>
157 <timezone>-5</timezone>
158 <organization>Explorys</organization>
159 <organizationUrl>http://www.explorys.com</organizationUrl>
163 <name>Enis Soztutar</name>
164 <email>enis@apache.org</email>
165 <timezone>-8</timezone>
166 <organization>Hortonworks</organization>
167 <organizationUrl>http://www.hortonworks.com</organizationUrl>
171 <name>Honghua Feng</name>
172 <email>fenghh@apache.org</email>
173 <timezone>+8</timezone>
174 <organization>Xiaomi</organization>
175 <organizationUrl>http://www.xiaomi.com</organizationUrl>
179 <name>Gary Helmling</name>
180 <email>garyh@apache.org</email>
181 <timezone>-8</timezone>
182 <organization>Continuuity</organization>
183 <organizationUrl>http://www.continuuity.com</organizationUrl>
187 <name>Gregory Chanan</name>
188 <email>gchanan@apache.org</email>
189 <timezone>-8</timezone>
190 <organization>Cloudera</organization>
191 <organizationUrl>http://www.cloudera.com</organizationUrl>
195 <name>Jean-Daniel Cryans</name>
196 <email>jdcryans@apache.org</email>
197 <timezone>-8</timezone>
198 <organization>Cloudera</organization>
199 <organizationUrl>http://www.cloudera.com</organizationUrl>
203 <name>Jeffrey Zhong</name>
204 <email>jeffreyz@apache.org</email>
205 <timezone>-8</timezone>
206 <organization>Hortonworks</organization>
207 <organizationUrl>http://www.hortonworks.com</organizationUrl>
211 <name>Jesse Yates</name>
212 <email>jyates@apache.org</email>
213 <timezone>-8</timezone>
214 <organization>Salesforce.com</organization>
215 <organizationUrl>http://www.salesforce.com/</organizationUrl>
219 <name>Jonathan Gray</name>
220 <email>jgray@fb.com</email>
221 <timezone>-8</timezone>
222 <organization>Continuuity</organization>
223 <organizationUrl>http://www.continuuity.com</organizationUrl>
227 <name>Jonathan Hsieh</name>
228 <email>jmhsieh@apache.org</email>
229 <timezone>-8</timezone>
230 <organization>Cloudera</organization>
231 <organizationUrl>http://www.cloudera.com</organizationUrl>
235 <name>Jimmy Xiang</name>
236 <email>jxiang@apache.org</email>
237 <timezone>-8</timezone>
238 <organization>Cloudera</organization>
239 <organizationUrl>http://www.cloudera.com</organizationUrl>
243 <name>Kannan Muthukkaruppan</name>
244 <email>kannan@fb.com</email>
245 <timezone>-8</timezone>
246 <organization>Facebook</organization>
247 <organizationUrl>http://www.facebook.com</organizationUrl>
251 <name>Karthik Ranganathan</name>
252 <email>kranganathan@fb.com</email>
253 <timezone>-8</timezone>
254 <organization>Facebook</organization>
255 <organizationUrl>http://www.facebook.com</organizationUrl>
259 <name>Lars George</name>
260 <email>larsgeorge@apache.org</email>
261 <timezone>+1</timezone>
262 <organization>Cloudera</organization>
263 <organizationUrl>http://www.cloudera.com/</organizationUrl>
267 <name>Lars Hofhansl</name>
268 <email>larsh@apache.org</email>
269 <timezone>-8</timezone>
270 <organization>Salesforce.com</organization>
271 <organizationUrl>http://www.salesforce.com/</organizationUrl>
275 <name>Liang Xie</name>
276 <email>liangxie@apache.org</email>
277 <timezone>+8</timezone>
278 <organization>Xiaomi</organization>
279 <organizationUrl>http://www.xiaomi.com/</organizationUrl>
283 <name>Mikhail Bautin</name>
284 <email>mbautin@apache.org</email>
285 <timezone>-8</timezone>
286 <organization>Facebook</organization>
287 <organizationUrl>http://www.facebook.com</organizationUrl>
291 <name>Nick Dimiduk</name>
292 <email>ndimiduk@apache.org</email>
293 <timezone>-8</timezone>
294 <organization>Hortonworks</organization>
295 <organizationUrl>http://www.hortonworks.com</organizationUrl>
298 <id>nspiegelberg</id>
299 <name>Nicolas Spiegelberg</name>
300 <email>nspiegelberg@fb.com</email>
301 <timezone>-8</timezone>
302 <organization>Facebook</organization>
303 <organizationUrl>http://www.facebook.com</organizationUrl>
307 <name>Ryan Rawson</name>
308 <email>rawson@apache.org</email>
309 <timezone>-8</timezone>
310 <organization>DrawnToScale</organization>
311 <organizationUrl>http://drawntoscale.com/</organizationUrl>
315 <name>Sergey Shelukhin</name>
316 <email>sershe@apache.org</email>
317 <timezone>-8</timezone>
318 <organization>Hortonworks</organization>
319 <organizationUrl>http://www.hortonworks.com</organizationUrl>
323 <name>Michael Stack</name>
324 <email>stack@apache.org</email>
325 <timezone>-8</timezone>
326 <organization>Cloudera</organization>
327 <organizationUrl>http://www.cloudera.com/</organizationUrl>
332 <email>yuzhihong@gmail.com</email>
333 <timezone>-8</timezone>
334 <organization>Hortonworks</organization>
335 <organizationUrl>http://www.hortonworks.com</organizationUrl>
339 <name>Todd Lipcon</name>
340 <email>todd@apache.org</email>
341 <timezone>-8</timezone>
342 <organization>Cloudera</organization>
343 <organizationUrl>http://www.cloudera.com</organizationUrl>
347 <name>Rajeshbabu Chintaguntla</name>
348 <email>rajeshbabu@apache.org</email>
349 <timezone>+5</timezone>
350 <organization>Huawei</organization>
351 <organizationUrl>http://www.huawei.com</organizationUrl>
355 <name>Ramkrishna S Vasudevan</name>
356 <email>ramkrishna@apache.org</email>
357 <timezone>+5</timezone>
358 <organization>Intel</organization>
359 <organizationUrl>http://www.intel.in</organizationUrl>
363 <name>Liyin Tang</name>
364 <email>liyin.tang@fb.com</email>
365 <timezone>-8</timezone>
366 <organization>Facebook</organization>
367 <organizationUrl>http://www.facebook.com</organizationUrl>
371 <name>Nicolas Liochon</name>
372 <email>nkeywal@apache.org</email>
373 <timezone>+1</timezone>
374 <organization>Scaled Risk</organization>
375 <organizationUrl>http://www.scaledrisk.com</organizationUrl>
379 <name>Elliott Clark</name>
380 <email>eclark@apache.org</email>
381 <timezone>-8</timezone>
382 <organization>Facebook</organization>
383 <organizationUrl>http://www.facebook.com</organizationUrl>
387 <name>Matteo Bertozzi</name>
388 <email>mbertozzi@apache.org</email>
389 <timezone>0</timezone>
390 <organization>Cloudera</organization>
391 <organizationUrl>http://www.cloudera.com</organizationUrl>
395 <name>Chunhui Shen</name>
396 <email>zjushch@apache.org</email>
397 <timezone>+8</timezone>
398 <organization>Taobao</organization>
399 <organizationUrl>http://www.taobao.com</organizationUrl>
404 <id>apache release</id>
405 <url>https://repository.apache.org/content/repositories/releases/</url>
409 <name>Java.Net</name>
410 <url>http://download.java.net/maven/2/</url>
412 <enabled>false</enabled>
415 <enabled>true</enabled>
420 <name>Codehaus Public</name>
421 <url>http://repository.codehaus.org/</url>
423 <enabled>false</enabled>
426 <enabled>true</enabled>
430 <id>repository.jboss.org</id>
431 <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
433 <enabled>false</enabled>
437 <id>ghelmling.testing</id>
438 <name>Gary Helmling test repo</name>
439 <url>http://people.apache.org/~garyh/mvn/</url>
441 <enabled>true</enabled>
444 <enabled>true</enabled>
450 <id>ghelmling.testing</id>
451 <name>Gary Helmling test repo</name>
452 <url>http://people.apache.org/~garyh/mvn/</url>
454 <enabled>true</enabled>
457 <enabled>true</enabled>
460 </pluginRepositories>
465 <groupId>org.apache.maven.plugins</groupId>
466 <artifactId>maven-release-plugin</artifactId>
467 <version>2.4.1</version>
468 <!--Making a release I've been using mvn 3.0 and specifying the apache-release
469 profile on the command line as follows:
471 $ ~/bin/mvn/bin/mvn -Papache-release release:perform
473 I've also been kiling the release:prepare step mid-way to check the
474 release.properties it generates at the top-level. Sometimes it refers
475 to HEAD rather than to the svn branch.
478 <!--You need this profile. It'll sign your artifacts.
479 I'm not sure if this config. actually works though.
480 I've been specifying -Papache-release on the command-line
482 <releaseProfiles>apache-release</releaseProfiles>
483 <!--This stops our running tests for each stage of maven release.
484 But it builds the test jar. From SUREFIRE-172.
486 <arguments>-Dmaven.test.skip.exec</arguments>
487 <pomFileName>pom.xml</pomFileName>
491 <artifactId>maven-compiler-plugin</artifactId>
492 <version>2.5.1</version>
494 <source>${compileSource}</source>
495 <target>${compileSource}</target>
496 <showWarnings>true</showWarnings>
497 <showDeprecation>false</showDeprecation>
498 <compilerArgument>-Xlint:-options</compilerArgument>
501 <!-- Test oriented plugins -->
503 <artifactId>maven-surefire-plugin</artifactId>
504 <version>${surefire.version}</version>
506 <!-- by default surefire selects dynamically the connector to the unit tests
507 tool. We want to use always the same as the different connectors can have different
508 bugs and behaviour. -->
510 <groupId>org.apache.maven.surefire</groupId>
511 <artifactId>${surefire.provider}</artifactId>
512 <version>${surefire.version}</version>
515 <!-- Generic testing configuration for all packages -->
517 <failIfNoTests>false</failIfNoTests>
518 <skip>${surefire.skipFirstPart}</skip>
519 <forkMode>${surefire.firstPartForkMode}</forkMode>
520 <parallel>${surefire.firstPartParallel}</parallel>
521 <perCoreThreadCount>false</perCoreThreadCount>
522 <threadCount>${surefire.firstPartThreadCount}</threadCount>
523 <parallel>classes</parallel>
524 <!-- surefire hack, if not we're
525 using method parallelization class ! -->
526 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
527 <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
528 <!--Allocate some direct memory for direct memory tests-->
529 <argLine>-enableassertions -XX:MaxDirectMemorySize=1G -Xmx1900m -XX:MaxPermSize=100m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true</argLine>
530 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
534 <id>secondPartTestsExecution</id>
540 <skip>${surefire.skipSecondPart}</skip>
541 <testFailureIgnore>${surefire.testFailureIgnore}</testFailureIgnore>
542 <forkMode>${surefire.secondPartForkMode}</forkMode>
543 <perCoreThreadCount>false</perCoreThreadCount>
544 <threadCount>${surefire.secondPartThreadCount}</threadCount>
545 <parallel>classes</parallel>
546 <!-- surefire hack, if not we're using method
547 parallelisation class ! -->
548 <groups>${surefire.secondPartGroups}</groups>
554 <artifactId>maven-surefire-report-plugin</artifactId>
555 <version>${surefire.version}</version>
558 <artifactId>maven-clean-plugin</artifactId>
562 <!--dfs tests have build dir hardcoded. Clean it as part of
564 <directory>build</directory>
570 <groupId>org.codehaus.mojo</groupId>
571 <artifactId>findbugs-maven-plugin</artifactId>
572 <version>${findbugs-maven-plugin.version}</version>
574 <excludeFilterFile>${project.basedir}/../dev-support/findbugs-exclude.xml</excludeFilterFile>
575 <findbugsXmlOutput>true</findbugsXmlOutput>
576 <xmlOutput>true</xmlOutput>
581 <groupId>org.codehaus.mojo</groupId>
582 <artifactId>build-helper-maven-plugin</artifactId>
583 <version>1.5</version>
586 <artifactId>maven-antrun-plugin</artifactId>
587 <version>${maven.antrun.version}</version>
590 <groupId>org.jamon</groupId>
591 <artifactId>jamon-maven-plugin</artifactId>
592 <version>${jamon.plugin.version}</version>
594 <!-- Make a jar and put the sources in the jar.
595 In the parent pom, so submodules will do the right thing. -->
597 <groupId>org.apache.maven.plugins</groupId>
598 <artifactId>maven-source-plugin</artifactId>
601 <id>attach-sources</id>
602 <phase>prepare-package</phase>
604 <goal>jar-no-fork</goal>
609 <!-- General configuration for submodules who want to build a test jar -->
611 <groupId>org.apache.maven.plugins</groupId>
612 <artifactId>maven-jar-plugin</artifactId>
615 <phase>prepare-package</phase>
617 <!--This goal will install a -test.jar when we do install
618 See http://maven.apache.org/guides/mini/guide-attached-tests.html
620 <goal>test-jar</goal>
626 <exclude>hbase-site.xml</exclude>
627 <exclude>hdfs-site.xml</exclude>
628 <exclude>log4j.properties</exclude>
629 <exclude>mapred-queues.xml</exclude>
630 <exclude>mapred-site.xml</exclude>
631 <exclude>zoo.cfg</exclude>
635 <!-- General config for eclipse classpath/settings -->
637 <groupId>org.apache.maven.plugins</groupId>
638 <artifactId>maven-eclipse-plugin</artifactId>
639 <version>2.8</version>
641 <!--This plugin's configuration is used to store Eclipse m2e settings only. It
642 has no influence on the Maven build itself. m2e does not provide any safeguards against
643 rogue maven plugins that leak classloaders, modify random files inside workspace
644 or throw nasty exceptions to fail the build -->
645 <!-- Top level doesn't do any specific configuration currently - left to modules
646 to decide what they want to bind -->
648 <groupId>org.eclipse.m2e</groupId>
649 <artifactId>lifecycle-mapping</artifactId>
650 <version>1.0.0</version>
653 <!-- excludes are inherited -->
654 <groupId>org.apache.rat</groupId>
655 <artifactId>apache-rat-plugin</artifactId>
656 <version>0.8</version>
659 <exclude>**/*.versionsBackup</exclude>
660 <exclude>**/*.log</exclude>
661 <exclude>**/.*</exclude>
662 <exclude>**/*.tgz</exclude>
663 <exclude>**/*.orig</exclude>
664 <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
665 <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
666 <exclude>**/.git/**</exclude>
667 <exclude>**/.idea/**</exclude>
668 <exclude>**/*.iml</exclude>
669 <exclude>**/target/**</exclude>
670 <exclude>**/CHANGES.txt</exclude>
671 <exclude>**/README.md</exclude>
672 <exclude>**/generated/**</exclude>
673 <exclude>**/gen-*/**</exclude>
674 <exclude>**/conf/*</exclude>
675 <exclude>**/*.avpr</exclude>
676 <exclude>**/*.svg</exclude>
677 <exclude>**/META-INF/services/**</exclude>
678 <!-- MIT: https://github.com/twbs/bootstrap/blob/master/LICENSE -->
679 <exclude>**/bootstrap-theme.css</exclude>
680 <exclude>**/bootstrap-theme.min.css</exclude>
681 <!-- MIT http://jquery.org/license -->
682 <exclude>**/jquery.min.js</exclude>
683 <!-- vector graphics -->
684 <exclude>**/*.vm</exclude>
685 <!-- apache doxia generated -->
686 <exclude>**/control</exclude>
687 <exclude>**/conffile</exclude>
688 <exclude>docs/*</exclude>
689 <exclude>logs/*</exclude>
690 <!-- auto-gen docs -->
691 <!--It don't like freebsd license-->
692 <exclude>**/src/main/site/resources/css/freebsd_docbook.css</exclude>
693 <!-- exclude source control files -->
694 <exclude>.git/**</exclude>
695 <exclude>.svn/**</exclude>
696 <exclude>**/.settings/**</exclude>
697 <exclude>**/patchprocess/**</exclude>
702 <artifactId>maven-assembly-plugin</artifactId>
703 <version>${maven.assembly.version}</version>
705 <!--Defer to the hbase-assembly sub-module. It
707 <skipAssembly>true</skipAssembly>
708 <!--Do not attach assembly to project.-->
709 <attach>false</attach>
713 <groupId>org.apache.hadoop</groupId>
714 <artifactId>hadoop-maven-plugins</artifactId>
715 <version>${hadoop-two.version}</version>
717 <protocVersion>${protobuf.version}</protocVersion>
718 <protocCommand>${protoc.path}</protocCommand>
724 <!-- parent-module only plugins -->
726 <groupId>org.codehaus.mojo</groupId>
727 <artifactId>xml-maven-plugin</artifactId>
728 <version>1.0</version>
729 <inherited>false</inherited>
732 <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
734 <goal>transform</goal>
736 <phase>pre-site</phase>
742 <!--Reaching up and over into common sub-module for hbase-default.xml-->
743 <dir>${basedir}/hbase-common/src/main/resources/</dir>
745 <include>hbase-default.xml</include>
747 <stylesheet>${basedir}/src/main/xslt/configuration_to_docbook_section.xsl</stylesheet>
748 <outputDir>${basedir}/target/docbkx</outputDir>
750 </transformationSets>
753 <!-- Special configuration for findbugs just in the parent so
754 the filter file location can be more general (see definition in pluginManagement) -->
756 <groupId>org.codehaus.mojo</groupId>
757 <artifactId>findbugs-maven-plugin</artifactId>
760 <inherited>false</inherited>
762 <goal>findbugs</goal>
765 <excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
770 <!--Build the documentation. We build it twice. Once as a single page and then
771 again as multipage.-->
773 <groupId>com.agilejava.docbkx</groupId>
774 <artifactId>docbkx-maven-plugin</artifactId>
775 <version>2.0.15</version>
776 <inherited>false</inherited>
779 <groupId>org.docbook</groupId>
780 <artifactId>docbook-xml</artifactId>
781 <version>4.4</version>
782 <scope>runtime</scope>
786 <sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory>
787 <xincludeSupported>true</xincludeSupported>
788 <useIdAsFilename>true</useIdAsFilename>
789 <sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth>
790 <sectionAutolabel>true</sectionAutolabel>
791 <sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel>
792 <htmlCustomization>${basedir}/src/main/docbkx/customization.xsl</htmlCustomization>
793 <tocMaxDepth>2</tocMaxDepth>
794 <insertXrefPageNumber>yes</insertXrefPageNumber>
795 <chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
801 <goal>generate-html</goal>
803 <phase>pre-site</phase>
805 <navigShowtitles>true</navigShowtitles>
806 <chunkedOutput>true</chunkedOutput>
807 <imgSrcPath>../images/</imgSrcPath>
808 <htmlStylesheet>../css/freebsd_docbook.css</htmlStylesheet>
809 <targetDirectory>${basedir}/target/docbkx/book</targetDirectory>
815 <goal>generate-html</goal>
817 <phase>pre-site</phase>
819 <imgSrcPath>images/</imgSrcPath>
820 <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet>
821 <targetDirectory>${basedir}/target/docbkx/</targetDirectory>
827 <groupId>org.apache.maven.plugins</groupId>
828 <artifactId>maven-resources-plugin</artifactId>
829 <version>${maven.resources.plugin.version}</version>
830 <!--$NO-MVN-MAN-VER$ -->
831 <inherited>false</inherited>
834 <id>copy-javadocs</id>
836 <goal>copy-resources</goal>
840 <outputDirectory>target/site/apidocs</outputDirectory>
843 <directory>${basedir}/target/apidocs</directory>
845 <include>**/**</include>
854 <goal>copy-resources</goal>
858 <outputDirectory>target/site</outputDirectory>
861 <directory>${basedir}/target/docbkx</directory>
863 <include>**/**</include>
871 <escapeString>\</escapeString>
875 <groupId>org.apache.maven.plugins</groupId>
876 <artifactId>maven-site-plugin</artifactId>
877 <version>${maven.site.version}</version>
878 <inherited>false</inherited>
881 <!-- add support for ssh/scp -->
882 <groupId>org.apache.maven.wagon</groupId>
883 <artifactId>wagon-ssh</artifactId>
884 <version>2.2</version>
888 <siteDirectory>${basedir}/src/main/site</siteDirectory>
889 <inputEncoding>UTF-8</inputEncoding>
890 <outputEncoding>UTF-8</outputEncoding>
891 <templateFile>${basedir}/src/main/site/site.vm</templateFile>
897 <tar.name>${project.build.finalName}.tar.gz</tar.name>
898 <maven.build.timestamp.format>
900 </maven.build.timestamp.format>
901 <buildDate>${maven.build.timestamp}</buildDate>
902 <compileSource>1.6</compileSource>
903 <!-- Dependencies -->
904 <hadoop-two.version>2.4.0</hadoop-two.version>
905 <commons-cli.version>1.2</commons-cli.version>
906 <commons-codec.version>1.7</commons-codec.version>
907 <!-- pretty outdated -->
908 <commons-io.version>2.4</commons-io.version>
909 <commons-lang.version>2.6</commons-lang.version>
910 <commons-logging.version>1.1.3</commons-logging.version>
911 <commons-math.version>2.1</commons-math.version>
912 <disruptor.version>3.2.0</disruptor.version>
913 <collections.version>3.2.1</collections.version>
914 <httpclient.version>3.1</httpclient.version>
915 <metrics-core.version>2.2.0</metrics-core.version>
916 <guava.version>12.0.1</guava.version>
917 <jackson.version>1.8.8</jackson.version>
918 <jasper.version>5.5.23</jasper.version>
919 <jaxb-api.version>2.2.2</jaxb-api.version>
920 <jetty.version>6.1.26</jetty.version>
921 <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
922 <jersey.version>1.8</jersey.version>
923 <jruby.version>1.6.8</jruby.version>
924 <junit.version>4.11</junit.version>
925 <htrace.version>3.0.4</htrace.version>
926 <log4j.version>1.2.17</log4j.version>
927 <mockito-all.version>1.9.0</mockito-all.version>
928 <protobuf.version>2.5.0</protobuf.version>
929 <thrift.version>0.9.0</thrift.version>
930 <zookeeper.version>3.4.6</zookeeper.version>
931 <slf4j.version>1.6.4</slf4j.version>
932 <hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
933 <clover.version>2.6.3</clover.version>
934 <jamon-runtime.version>2.3.1</jamon-runtime.version>
935 <jettison.version>1.3.1</jettison.version>
936 <netty.version>4.0.19.Final</netty.version>
937 <!-- Plugin Dependencies -->
938 <maven.assembly.version>2.4</maven.assembly.version>
939 <maven.antrun.version>1.6</maven.antrun.version>
940 <jamon.plugin.version>2.3.4</jamon.plugin.version>
941 <findbugs-maven-plugin.version>2.5.2</findbugs-maven-plugin.version>
942 <findbugs-annotations>1.3.9-1</findbugs-annotations>
943 <maven.site.version>3.3</maven.site.version>
944 <javadoc.version>2.9</javadoc.version>
945 <maven.resources.plugin.version>2.6</maven.resources.plugin.version>
946 <!-- General Packaging -->
947 <package.prefix>/usr</package.prefix>
948 <package.conf.dir>/etc/hbase</package.conf.dir>
949 <package.log.dir>/var/log/hbase</package.log.dir>
950 <package.pid.dir>/var/run/hbase</package.pid.dir>
951 <package.release>1</package.release>
952 <final.name>${project.artifactId}-${project.version}</final.name>
953 <!-- Intraproject jar naming properties -->
954 <!-- TODO this is pretty ugly, but works for the moment.
955 Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
956 <server.test.jar>hbase-server-${project.version}-tests.jar</server.test.jar>
957 <common.test.jar>hbase-common-${project.version}-tests.jar</common.test.jar>
958 <it.test.jar>hbase-it-${project.version}-tests.jar</it.test.jar>
959 <surefire.version>2.12-TRUNK-HBASE-2</surefire.version>
960 <surefire.provider>surefire-junit47</surefire.provider>
961 <!-- default: run small & medium, medium with 2 threads -->
962 <surefire.skipFirstPart>false</surefire.skipFirstPart>
963 <surefire.skipSecondPart>false</surefire.skipSecondPart>
964 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
965 <surefire.firstPartParallel>classes</surefire.firstPartParallel>
966 <surefire.secondPartForkMode>perThread</surefire.secondPartForkMode>
967 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
968 <surefire.secondPartThreadCount>2</surefire.secondPartThreadCount>
969 <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
970 <surefire.secondPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.secondPartGroups>
971 <surefire.testFailureIgnore>false</surefire.testFailureIgnore>
972 <test.output.tofile>true</test.output.tofile>
973 <surefire.timeout>900</surefire.timeout>
975 <!-- Sorted by groups of dependencies then groupId and artifactId -->
976 <dependencyManagement>
979 Note: There are a few exclusions to prevent duplicate code in different jars to be included:
980 org.mortbay.jetty:servlet-api, javax.servlet:servlet-api: These are excluded because they are
981 the same implementations. I chose org.mortbay.jetty:servlet-api-2.5 instead, which is a third
982 implementation of the same, because Hadoop also uses this version
983 javax.servlet:jsp-api in favour of org.mortbay.jetty:jsp-api-2.1
985 <!-- Intra-module dependencies -->
987 <groupId>org.apache.hbase</groupId>
988 <artifactId>hbase-common</artifactId>
989 <version>${project.version}</version>
992 <groupId>org.apache.hbase</groupId>
993 <artifactId>hbase-common</artifactId>
994 <version>${project.version}</version>
995 <type>test-jar</type>
999 <groupId>org.apache.hbase</groupId>
1000 <artifactId>hbase-protocol</artifactId>
1001 <version>${project.version}</version>
1004 <groupId>org.apache.hbase</groupId>
1005 <artifactId>hbase-hadoop-compat</artifactId>
1006 <version>${project.version}</version>
1009 <groupId>org.apache.hbase</groupId>
1010 <artifactId>hbase-hadoop-compat</artifactId>
1011 <version>${project.version}</version>
1012 <type>test-jar</type>
1016 <groupId>org.apache.hbase</groupId>
1017 <artifactId>${compat.module}</artifactId>
1018 <version>${project.version}</version>
1021 <groupId>org.apache.hbase</groupId>
1022 <artifactId>${compat.module}</artifactId>
1023 <version>${project.version}</version>
1024 <type>test-jar</type>
1028 <artifactId>hbase-server</artifactId>
1029 <groupId>org.apache.hbase</groupId>
1030 <version>${project.version}</version>
1033 <artifactId>hbase-server</artifactId>
1034 <groupId>org.apache.hbase</groupId>
1035 <version>${project.version}</version>
1036 <type>test-jar</type>
1040 <artifactId>hbase-shell</artifactId>
1041 <groupId>org.apache.hbase</groupId>
1042 <version>${project.version}</version>
1045 <artifactId>hbase-shell</artifactId>
1046 <groupId>org.apache.hbase</groupId>
1047 <version>${project.version}</version>
1048 <type>test-jar</type>
1052 <artifactId>hbase-thrift</artifactId>
1053 <groupId>org.apache.hbase</groupId>
1054 <version>${project.version}</version>
1057 <artifactId>hbase-thrift</artifactId>
1058 <groupId>org.apache.hbase</groupId>
1059 <version>${project.version}</version>
1060 <type>test-jar</type>
1064 <groupId>org.apache.hbase</groupId>
1065 <artifactId>hbase-testing-util</artifactId>
1066 <version>${project.version}</version>
1070 <groupId>org.apache.hbase</groupId>
1071 <artifactId>hbase-prefix-tree</artifactId>
1072 <version>${project.version}</version>
1073 <!-- unfortunately, runtime scope causes Eclipse to give compile time access which isn't
1074 needed, however it is apparently needed to run things within Eclipse -->
1075 <scope>runtime</scope>
1078 <artifactId>hbase-examples</artifactId>
1079 <groupId>org.apache.hbase</groupId>
1080 <version>${project.version}</version>
1083 <artifactId>hbase-it</artifactId>
1084 <groupId>org.apache.hbase</groupId>
1085 <version>${project.version}</version>
1086 <type>test-jar</type>
1090 <artifactId>hbase-client</artifactId>
1091 <groupId>org.apache.hbase</groupId>
1092 <version>${project.version}</version>
1094 <!-- General dependencies -->
1096 <groupId>org.codehaus.jettison</groupId>
1097 <artifactId>jettison</artifactId>
1098 <version>${jettison.version}</version>
1101 <groupId>log4j</groupId>
1102 <artifactId>log4j</artifactId>
1103 <version>${log4j.version}</version>
1105 <!--This is not used by hbase directly. Used by thrift,
1108 <groupId>org.slf4j</groupId>
1109 <artifactId>slf4j-api</artifactId>
1110 <version>${slf4j.version}</version>
1113 <groupId>com.yammer.metrics</groupId>
1114 <artifactId>metrics-core</artifactId>
1115 <version>${metrics-core.version}</version>
1118 <groupId>com.google.guava</groupId>
1119 <artifactId>guava</artifactId>
1120 <version>${guava.version}</version>
1123 <groupId>commons-collections</groupId>
1124 <artifactId>commons-collections</artifactId>
1125 <version>${collections.version}</version>
1128 <groupId>commons-httpclient</groupId>
1129 <artifactId>commons-httpclient</artifactId>
1130 <version>${httpclient.version}</version>
1133 <groupId>commons-cli</groupId>
1134 <artifactId>commons-cli</artifactId>
1135 <version>${commons-cli.version}</version>
1138 <groupId>commons-codec</groupId>
1139 <artifactId>commons-codec</artifactId>
1140 <version>${commons-codec.version}</version>
1143 <groupId>commons-io</groupId>
1144 <artifactId>commons-io</artifactId>
1145 <version>${commons-io.version}</version>
1148 <groupId>commons-lang</groupId>
1149 <artifactId>commons-lang</artifactId>
1150 <version>${commons-lang.version}</version>
1153 <groupId>commons-logging</groupId>
1154 <artifactId>commons-logging</artifactId>
1155 <version>${commons-logging.version}</version>
1158 <groupId>org.apache.commons</groupId>
1159 <artifactId>commons-math</artifactId>
1160 <version>${commons-math.version}</version>
1163 <groupId>org.apache.zookeeper</groupId>
1164 <artifactId>zookeeper</artifactId>
1165 <version>${zookeeper.version}</version>
1168 <groupId>jline</groupId>
1169 <artifactId>jline</artifactId>
1172 <groupId>com.sun.jmx</groupId>
1173 <artifactId>jmxri</artifactId>
1176 <groupId>com.sun.jdmk</groupId>
1177 <artifactId>jmxtools</artifactId>
1180 <groupId>javax.jms</groupId>
1181 <artifactId>jms</artifactId>
1184 <groupId>io.netty</groupId>
1185 <artifactId>netty</artifactId>
1190 <groupId>io.netty</groupId>
1191 <artifactId>netty-all</artifactId>
1192 <version>${netty.version}</version>
1195 <groupId>org.apache.thrift</groupId>
1196 <artifactId>libthrift</artifactId>
1197 <version>${thrift.version}</version>
1200 <groupId>org.slf4j</groupId>
1201 <artifactId>slf4j-simple</artifactId>
1206 <groupId>org.jruby</groupId>
1207 <artifactId>jruby-complete</artifactId>
1208 <version>${jruby.version}</version>
1211 <groupId>org.mortbay.jetty</groupId>
1212 <artifactId>jetty</artifactId>
1213 <version>${jetty.version}</version>
1216 <groupId>org.mortbay.jetty</groupId>
1217 <artifactId>servlet-api</artifactId>
1222 <groupId>org.mortbay.jetty</groupId>
1223 <artifactId>jetty-util</artifactId>
1224 <version>${jetty.version}</version>
1227 <groupId>org.mortbay.jetty</groupId>
1228 <artifactId>jetty-sslengine</artifactId>
1229 <version>${jetty.version}</version>
1232 <groupId>org.mortbay.jetty</groupId>
1233 <artifactId>jsp-2.1</artifactId>
1234 <version>${jetty.jspapi.version}</version>
1237 <groupId>org.eclipse.jdt</groupId>
1238 <artifactId>core</artifactId>
1241 <groupId>ant</groupId>
1242 <artifactId>ant</artifactId>
1247 <groupId>org.mortbay.jetty</groupId>
1248 <artifactId>jsp-api-2.1</artifactId>
1249 <version>${jetty.jspapi.version}</version>
1252 <groupId>org.mortbay.jetty</groupId>
1253 <artifactId>servlet-api-2.5</artifactId>
1254 <version>${jetty.jspapi.version}</version>
1256 <!-- While jackson is also a dependency of jersey it
1257 can bring in jars from different, incompatible versions. We force
1258 the same version with these dependencies -->
1260 <groupId>org.codehaus.jackson</groupId>
1261 <artifactId>jackson-core-asl</artifactId>
1262 <version>${jackson.version}</version>
1265 <groupId>org.codehaus.jackson</groupId>
1266 <artifactId>jackson-mapper-asl</artifactId>
1267 <version>${jackson.version}</version>
1270 <groupId>org.codehaus.jackson</groupId>
1271 <artifactId>jackson-jaxrs</artifactId>
1272 <version>${jackson.version}</version>
1275 <groupId>org.codehaus.jackson</groupId>
1276 <artifactId>jackson-xc</artifactId>
1277 <version>${jackson.version}</version>
1280 <!--If this is not in the runtime lib, we get odd
1281 "2009-02-27 11:38:39.504::WARN: failed jsp
1282 java.lang.NoSuchFieldError: IS_SECURITY_ENABLED"
1283 exceptions out of jetty deploying webapps.
1284 St.Ack Thu May 20 01:04:41 PDT 2010
1286 <groupId>tomcat</groupId>
1287 <artifactId>jasper-compiler</artifactId>
1288 <version>${jasper.version}</version>
1289 <scope>runtime</scope>
1292 <groupId>javax.servlet</groupId>
1293 <artifactId>jsp-api</artifactId>
1296 <groupId>javax.servlet</groupId>
1297 <artifactId>servlet-api</artifactId>
1300 <groupId>ant</groupId>
1301 <artifactId>ant</artifactId>
1306 <groupId>tomcat</groupId>
1307 <artifactId>jasper-runtime</artifactId>
1308 <version>${jasper.version}</version>
1309 <scope>runtime</scope>
1312 <groupId>javax.servlet</groupId>
1313 <artifactId>servlet-api</artifactId>
1318 <groupId>org.jamon</groupId>
1319 <artifactId>jamon-runtime</artifactId>
1320 <version>${jamon-runtime.version}</version>
1322 <!-- REST dependencies -->
1324 <groupId>com.google.protobuf</groupId>
1325 <artifactId>protobuf-java</artifactId>
1326 <version>${protobuf.version}</version>
1329 <groupId>com.sun.jersey</groupId>
1330 <artifactId>jersey-core</artifactId>
1331 <version>${jersey.version}</version>
1334 <groupId>com.sun.jersey</groupId>
1335 <artifactId>jersey-json</artifactId>
1336 <version>${jersey.version}</version>
1339 <groupId>stax</groupId>
1340 <artifactId>stax-api</artifactId>
1345 <groupId>com.sun.jersey</groupId>
1346 <artifactId>jersey-server</artifactId>
1347 <version>${jersey.version}</version>
1350 <groupId>javax.xml.bind</groupId>
1351 <artifactId>jaxb-api</artifactId>
1352 <version>${jaxb-api.version}</version>
1355 <groupId>javax.xml.stream</groupId>
1356 <artifactId>stax-api</artifactId>
1361 <groupId>junit</groupId>
1362 <artifactId>junit</artifactId>
1363 <version>${junit.version}</version>
1366 <groupId>org.mockito</groupId>
1367 <artifactId>mockito-all</artifactId>
1368 <version>${mockito-all.version}</version>
1372 <groupId>org.htrace</groupId>
1373 <artifactId>htrace-core</artifactId>
1374 <version>${htrace.version}</version>
1377 <groupId>com.lmax</groupId>
1378 <artifactId>disruptor</artifactId>
1379 <version>${disruptor.version}</version>
1382 </dependencyManagement>
1383 <!-- Dependencies needed by subprojects -->
1386 <groupId>com.github.stephenc.findbugs</groupId>
1387 <artifactId>findbugs-annotations</artifactId>
1388 <version>${findbugs-annotations}</version>
1389 <scope>compile</scope>
1392 <groupId>log4j</groupId>
1393 <artifactId>log4j</artifactId>
1395 <!-- Test dependencies -->
1397 <groupId>junit</groupId>
1398 <artifactId>junit</artifactId>
1401 <groupId>org.mockito</groupId>
1402 <artifactId>mockito-all</artifactId>
1406 To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
1411 <id>apache.releases.https</id>
1412 <username>hbase_committer</username>
1413 <password>********</password>
1417 <id>apache.snapshots.https</id>
1418 <username>hbase_committer</username>
1419 <password>********</password>
1427 $ mvn -s /my/path/settings.xml deploy
1434 <activeByDefault>false</activeByDefault>
1436 <family>Linux</family>
1440 <build.platform>${os.name}-${os.arch}-${sun.arch.data.model}</build.platform>
1447 <family>Mac</family>
1451 <build.platform>Mac_OS_X-${sun.arch.data.model}</build.platform>
1458 <family>Windows</family>
1462 <build.platform>cygwin</build.platform>
1468 <groupId>org.apache.maven.plugins</groupId>
1469 <artifactId>maven-surefire-plugin</artifactId>
1471 <argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
1474 <name>java.net.preferIPv4Stack</name>
1484 <!-- this profile should be activated for release builds -->
1490 <groupId>org.apache.rat</groupId>
1491 <artifactId>apache-rat-plugin</artifactId>
1494 <phase>package</phase>
1504 <!-- Dependency management profiles for submodules when building against specific hadoop branches.-->
1505 <!-- Submodules that need hadoop dependencies should declare
1506 profiles with activation properties matching the profile here.
1507 Generally, it should be sufficient to copy the first
1508 few lines of the profile you want to match. -->
1509 <!-- profile for building against Hadoop 2.0.x
1510 This is the default.
1516 <!--Below formatting for dev-support/generate-hadoopX-poms.sh-->
1517 <!--h2--><name>!hadoop.profile</name>
1521 <module>hbase-hadoop2-compat</module>
1524 <hadoop.version>${hadoop-two.version}</hadoop.version>
1525 <compat.module>hbase-hadoop2-compat</compat.module>
1526 <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
1528 <dependencyManagement>
1531 <groupId>org.apache.hadoop</groupId>
1532 <artifactId>hadoop-mapreduce-client-core</artifactId>
1533 <version>${hadoop-two.version}</version>
1536 <groupId>io.netty</groupId>
1537 <artifactId>netty</artifactId>
1542 <groupId>org.apache.hadoop</groupId>
1543 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
1544 <version>${hadoop-two.version}</version>
1547 <groupId>io.netty</groupId>
1548 <artifactId>netty</artifactId>
1553 <groupId>org.apache.hadoop</groupId>
1554 <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
1555 <version>${hadoop-two.version}</version>
1556 <type>test-jar</type>
1560 <groupId>io.netty</groupId>
1561 <artifactId>netty</artifactId>
1566 <groupId>org.apache.hadoop</groupId>
1567 <artifactId>hadoop-hdfs</artifactId>
1570 <groupId>javax.servlet.jsp</groupId>
1571 <artifactId>jsp-api</artifactId>
1574 <groupId>javax.servlet</groupId>
1575 <artifactId>servlet-api</artifactId>
1578 <groupId>stax</groupId>
1579 <artifactId>stax-api</artifactId>
1582 <version>${hadoop-two.version}</version>
1585 <groupId>org.apache.hadoop</groupId>
1586 <artifactId>hadoop-hdfs</artifactId>
1587 <version>${hadoop-two.version}</version>
1588 <type>test-jar</type>
1592 <groupId>javax.servlet.jsp</groupId>
1593 <artifactId>jsp-api</artifactId>
1596 <groupId>javax.servlet</groupId>
1597 <artifactId>servlet-api</artifactId>
1600 <groupId>stax</groupId>
1601 <artifactId>stax-api</artifactId>
1606 <groupId>org.apache.hadoop</groupId>
1607 <artifactId>hadoop-auth</artifactId>
1608 <version>${hadoop-two.version}</version>
1611 <groupId>org.apache.hadoop</groupId>
1612 <artifactId>hadoop-common</artifactId>
1613 <version>${hadoop-two.version}</version>
1616 <groupId>javax.servlet.jsp</groupId>
1617 <artifactId>jsp-api</artifactId>
1620 <groupId>javax.servlet</groupId>
1621 <artifactId>servlet-api</artifactId>
1624 <groupId>stax</groupId>
1625 <artifactId>stax-api</artifactId>
1628 <groupId>io.netty</groupId>
1629 <artifactId>netty</artifactId>
1634 <groupId>org.apache.hadoop</groupId>
1635 <artifactId>hadoop-client</artifactId>
1636 <version>${hadoop-two.version}</version>
1639 <groupId>org.apache.hadoop</groupId>
1640 <artifactId>hadoop-annotations</artifactId>
1641 <version>${hadoop-two.version}</version>
1643 <!-- This was marked as test dep in earlier pom, but was scoped compile.
1644 Where do we actually need it? -->
1646 <groupId>org.apache.hadoop</groupId>
1647 <artifactId>hadoop-minicluster</artifactId>
1648 <version>${hadoop-two.version}</version>
1651 <groupId>javax.servlet.jsp</groupId>
1652 <artifactId>jsp-api</artifactId>
1655 <groupId>javax.servlet</groupId>
1656 <artifactId>servlet-api</artifactId>
1659 <groupId>stax</groupId>
1660 <artifactId>stax-api</artifactId>
1663 <groupId>io.netty</groupId>
1664 <artifactId>netty</artifactId>
1669 </dependencyManagement>
1672 profile for building against Hadoop 3.0.0. Activate using:
1673 mvn -Dhadoop.profile=3.0
1679 <name>hadoop.profile</name>
1684 <hadoop.version>3.0.0-SNAPSHOT</hadoop.version>
1688 <groupId>org.apache.hadoop</groupId>
1689 <artifactId>hadoop-common</artifactId>
1690 <version>${hadoop.version}</version>
1693 <groupId>org.apache.hadoop</groupId>
1694 <artifactId>hadoop-annotations</artifactId>
1695 <version>${hadoop.version}</version>
1697 <!-- test deps for hadoop-0.24 profile -->
1698 <!-- Says test, but scoped for compile. Which is correct? -->
1700 <groupId>org.apache.hadoop</groupId>
1701 <artifactId>hadoop-minicluster</artifactId>
1702 <version>${hadoop.version}</version>
1703 <scope>compile</scope>
1707 <!-- profiles for the tests
1708 See as well the properties of the project for the values
1709 when no profile is active. -->
1711 <!-- Use it to launch the tests without parallelisation -->
1712 <id>nonParallelTests</id>
1714 <activeByDefault>false</activeByDefault>
1717 <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
1718 <surefire.firstPartParallel>none</surefire.firstPartParallel>
1719 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1723 <!-- Use it to launch the tests in parallel in the same JVM -->
1724 <id>parallelTests</id>
1726 <activeByDefault>false</activeByDefault>
1729 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
1730 <surefire.firstPartParallel>classes</surefire.firstPartParallel>
1731 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1735 <!-- Use it to launch the tests in the same JVM -->
1736 <id>singleJVMTests</id>
1738 <activeByDefault>false</activeByDefault>
1741 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
1742 <surefire.firstPartParallel>none</surefire.firstPartParallel>
1743 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1744 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1745 <surefire.skipSecondPart>true</surefire.skipSecondPart>
1746 <surefire.firstPartGroups/>
1750 <!-- Use it to launch small tests only -->
1751 <id>runSmallTests</id>
1753 <activeByDefault>false</activeByDefault>
1756 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
1757 <surefire.firstPartParallel>none</surefire.firstPartParallel>
1758 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1759 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1760 <surefire.skipSecondPart>true</surefire.skipSecondPart>
1761 <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
1762 <surefire.secondPartGroups/>
1766 <!-- Use it to launch medium tests only -->
1767 <id>runMediumTests</id>
1769 <activeByDefault>false</activeByDefault>
1772 <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
1773 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1774 <surefire.skipSecondPart>true</surefire.skipSecondPart>
1775 <surefire.firstPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.firstPartGroups>
1776 <surefire.secondPartGroups/>
1780 <!-- Use it to launch large tests only -->
1781 <id>runLargeTests</id>
1783 <activeByDefault>false</activeByDefault>
1786 <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
1787 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1788 <surefire.skipSecondPart>true</surefire.skipSecondPart>
1789 <surefire.firstPartGroups>org.apache.hadoop.hbase.LargeTests</surefire.firstPartGroups>
1790 <surefire.secondPartGroups/>
1794 <!-- Use it to launch small & medium tests -->
1795 <id>runDevTests</id>
1797 <activeByDefault>false</activeByDefault>
1800 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
1801 <surefire.firstPartParallel>none</surefire.firstPartParallel>
1802 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1803 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1804 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1805 <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
1806 <surefire.secondPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.secondPartGroups>
1810 <!-- Use it to launch all tests -->
1811 <id>runAllTests</id>
1813 <activeByDefault>false</activeByDefault>
1816 <surefire.firstPartForkMode>once</surefire.firstPartForkMode>
1817 <surefire.firstPartParallel>none</surefire.firstPartParallel>
1818 <surefire.firstPartThreadCount>1</surefire.firstPartThreadCount>
1819 <surefire.secondPartThreadCount>5</surefire.secondPartThreadCount>
1820 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1821 <surefire.skipSecondPart>false</surefire.skipSecondPart>
1822 <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
1823 <surefire.secondPartGroups>org.apache.hadoop.hbase.MediumTests,org.apache.hadoop.hbase.LargeTests</surefire.secondPartGroups>
1827 <!-- Use it to launch tests locally-->
1835 <surefire.provider>surefire-junit4</surefire.provider>
1836 <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
1837 <surefire.skipFirstPart>false</surefire.skipFirstPart>
1838 <surefire.skipSecondPart>true</surefire.skipSecondPart>
1839 <surefire.firstPartGroups/>
1842 <!-- Profile for running clover. You need to have a clover license under ~/.clover.license for ${clover.version}
1843 or you can provide the license with -Dmaven.clover.licenseLocation=/path/to/license. Committers can find
1844 the license under https://svn.apache.org/repos/private/committers/donated-licenses/clover/
1845 Note that clover 2.6.3 does not run with maven 3, so you have to use maven2. The report will be generated
1846 under target/site/clover/index.html when you run
1847 MAVEN_OPTS=-Xmx2048m mvn clean test -Pclover site -->
1851 <activeByDefault>false</activeByDefault>
1857 <maven.clover.licenseLocation>${user.home}/.clover.license</maven.clover.licenseLocation>
1858 <clover.version>2.6.3</clover.version>
1863 <groupId>com.atlassian.maven.plugins</groupId>
1864 <artifactId>maven-clover2-plugin</artifactId>
1865 <version>${clover.version}</version>
1867 <includesAllSourceRoots>true</includesAllSourceRoots>
1868 <includesTestSourceRoots>true</includesTestSourceRoots>
1869 <targetPercentage>50%</targetPercentage>
1870 <generateHtml>true</generateHtml>
1871 <generateXml>true</generateXml>
1873 <exclude>**/generated/**</exclude>
1878 <id>clover-setup</id>
1879 <phase>process-sources</phase>
1897 <!-- See http://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
1901 <artifactId>maven-project-info-reports-plugin</artifactId>
1902 <version>2.7</version>
1906 <report>project-team</report>
1907 <report>mailing-list</report>
1908 <report>cim</report>
1909 <report>issue-tracking</report>
1910 <report>license</report>
1911 <report>scm</report>
1912 <report>index</report>
1917 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
1921 <groupId>org.apache.maven.plugins</groupId>
1922 <artifactId>maven-jxr-plugin</artifactId>
1923 <version>2.3</version>
1925 <aggregate>true</aggregate>
1926 <linkJavadoc>true</linkJavadoc>
1927 <javadocDir>${basedir}/target/site/apidocs</javadocDir>
1928 <reportOutputDirectory>${basedir}/target/site/xref</reportOutputDirectory>
1929 <destDir>${basedir}/target/site/xref</destDir>
1931 <exclude>**/generated/**</exclude>
1937 <groupId>org.apache.maven.plugins</groupId>
1938 <artifactId>maven-javadoc-plugin</artifactId>
1939 <version>2.9.1</version>
1941 <maxmemory>2048m</maxmemory>
1942 <notimestamp>true</notimestamp>
1946 <id>devapi</id> <!-- full internal hbase api -->
1947 <reports> <report>aggregate</report></reports>
1949 <destDir>devapidocs</destDir>
1954 <id>userapi</id> <!-- public user hbase api; limited but has stronger compat/deprecation guarantees -->
1955 <reports> <report>aggregate</report></reports>
1957 <doclet>org.apache.hadoop.classification.tools.IncludePublicAnnotationsStandardDoclet</doclet>
1959 <groupId>org.apache.hadoop</groupId>
1960 <!-- doclet lives in hadoop 2's hadoop-common module -->
1961 <artifactId>hadoop-common</artifactId>
1962 <version>2.3.0</version>
1964 <destDir>apidocs</destDir>
1965 <name>User API</name>
1966 <description>The HBase Application Programmer's API</description>
1967 <!-- exclude all the packages that are empty after the public annotation only filter -->
1968 <excludePackageNames>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:org.apache.hadoop.hbase.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.hbase.zookeeper.lock:org.apache.hadoop.metrics2*</excludePackageNames>
1976 <distributionManagement>
1978 <id>hbase.apache.org</id>
1979 <name>HBase Website at hbase.apache.org</name>
1980 <!-- On why this is the tmp dir and not hbase.apache.org, see
1981 https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
1983 <url>file:///tmp</url>
1985 </distributionManagement>