2010-02-22 18:49:24 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2010-02-24 15:17:17 -05:00
<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">
2010-02-22 18:49:24 -05:00
<modelVersion > 4.0.0</modelVersion>
2010-02-24 15:17:17 -05:00
2010-02-22 18:49:24 -05:00
<groupId > org.apache.hbase</groupId>
<artifactId > hbase</artifactId>
<packaging > pom</packaging>
2010-02-24 15:17:17 -05:00
<version > 0.21.0-SNAPSHOT</version>
2010-02-22 18:49:24 -05:00
<name > HBase</name>
2010-02-24 15:17:17 -05:00
<description > HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data.
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
of commodity hardware.
</description>
2010-02-22 18:49:24 -05:00
<url > http://hadoop.apache.org/hbase</url>
2010-02-24 15:17:17 -05:00
<modules >
<module > core</module>
<module > contrib</module>
</modules>
2010-02-22 18:49:24 -05:00
<licenses >
<license >
<name > Apache 2</name>
<url > http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution > repo</distribution>
<comments > A business-friendly OSS license</comments>
</license>
</licenses>
2010-02-24 15:17:17 -05:00
2010-02-22 18:49:24 -05:00
<scm >
<connection > scm:svn:http://svn.apache.org/repos/asf/hadoop/hbase/trunk</connection>
<developerConnection > scm:svn:https://svn.apache.org/repos/asf/hadoop/hbase/trunk</developerConnection>
<url > http://svn.apache.org/viewvc/hadoop/hbase/trunk</url>
</scm>
2010-02-24 15:17:17 -05:00
<issueManagement >
<system > JIRA</system>
<url > http://issues.apache.org/jira/</url>
</issueManagement>
<ciManagement >
<system > hudson</system>
<url > http://hudson.zones.apache.org/hudson/view/HBase/</url>
</ciManagement>
<mailingLists >
<mailingList >
<name > User List</name>
<subscribe > hbase-user-subscribe@hadoop.apache.org</subscribe>
<unsubscribe > hbase-user-unsubscribe@hadoop.apache.org</unsubscribe>
<post > hbase-user@hadoop.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/hadoop-hbase-user/</archive>
<otherArchives >
<otherArchive > http://dir.gmane.org/gmane.comp.java.hadoop.hbase.user</otherArchive>
</otherArchives>
</mailingList>
<mailingList >
<name > Developer List</name>
<subscribe > hbase-dev-subscribe@hadoop.apache.org</subscribe>
<unsubscribe > hbase-dev-unsubscribe@hadoop.apache.org</unsubscribe>
<post > hbase-dev@hadoop.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/hadoop-hbase-dev/</archive>
<otherArchives >
<otherArchive > http://dir.gmane.org/gmane.comp.java.hadoop.hbase.devel</otherArchive>
</otherArchives>
</mailingList>
<mailingList >
<name > Commits List</name>
<subscribe > hbase-commits-subscribe@hadoop.apache.org</subscribe>
<unsubscribe > hbase-commits-unsubscribe@hadoop.apache.org</unsubscribe>
<archive > http://mail-archives.apache.org/mod_mbox/hadoop-hbase-commits/</archive>
</mailingList>
2010-03-05 16:10:09 -05:00
<mailingList >
<name > Issues List</name>
<subscribe > hbase-issues-subscribe@hadoop.apache.org</subscribe>
<unsubscribe > hbase-issues-unsubscribe@hadoop.apache.org</unsubscribe>
<archive > http://mail-archives.apache.org/mod_mbox/hadoop-hbase-issues/</archive>
</mailingList>
2010-02-24 15:17:17 -05:00
</mailingLists>
2010-02-22 18:49:24 -05:00
<developers >
<developer >
2010-02-24 15:17:17 -05:00
<id > apurtell</id>
<name > Andrew Purtell</name>
<email > apurtell@apache.org</email>
<timezone > -8</timezone>
<organization > Trend Micro</organization>
<organizationUrl > http://www.trendmicro.com</organizationUrl>
</developer>
<developer >
<id > bryanduxbury</id>
<name > Bryan Duxbury</name>
<email > bryan@rapleaf.com</email>
<timezone > -8</timezone>
<organization > Rapleaf</organization>
<organizationUrl > http://www.rapleaf.com</organizationUrl>
</developer>
<developer >
<id > jdcryans</id>
<name > Jean-Daniel Cryans</name>
<email > jdcryans@apache.org</email>
<timezone > -8</timezone>
<organization > StumbleUpon</organization>
<organizationUrl > http://www.stumbleupon.com</organizationUrl>
</developer>
<developer >
<id > jgray</id>
<name > Jonathan Gray</name>
<email > jgray@streamy.com</email>
<timezone > -8</timezone>
<organization > Streamy</organization>
<organizationUrl > http://www.streamy.com</organizationUrl>
</developer>
<developer >
<id > jimk</id>
<name > Jim Kellerman</name>
<email > jimk@apache.org</email>
<timezone > -8</timezone>
<organization > Powerset</organization>
<organizationUrl > http://www.powerset.com/</organizationUrl>
</developer>
<developer >
<id > larsgeorge</id>
<name > Lars George</name>
2010-03-04 12:54:27 -05:00
<email > larsgeorge@apache.org</email>
2010-02-24 15:17:17 -05:00
<timezone > +1</timezone>
<organization > WorldLingo</organization>
<organizationUrl > http://www.worldlingo.com/</organizationUrl>
</developer>
<developer >
<id > nitay</id>
<name > Nitay Joffe</name>
<email > nitay@apache.org</email>
2010-02-22 18:49:24 -05:00
<timezone > -8</timezone>
2010-02-24 15:17:17 -05:00
<organization > Powerset</organization>
<organizationUrl > http://www.powerset.com/</organizationUrl>
2010-02-22 18:49:24 -05:00
</developer>
2010-02-22 21:11:00 -05:00
<developer >
<id > rawson</id>
<name > Ryan Rawson</name>
<email > rawson@apache.org</email>
<timezone > -8</timezone>
2010-02-24 15:17:17 -05:00
<organization > StumbleUpon</organization>
<organizationUrl > http://www.stumbleupon.com</organizationUrl>
</developer>
<developer >
<id > stack</id>
<name > Michael Stack</name>
<email > stack@apache.org</email>
<timezone > -8</timezone>
<organization > Powerset</organization>
<organizationUrl > http://www.powerset.com/</organizationUrl>
2010-02-22 21:11:00 -05:00
</developer>
2010-02-22 18:49:24 -05:00
</developers>
2010-02-24 15:17:17 -05:00
2010-02-22 18:49:24 -05:00
<properties >
<compileSource > 1.6</compileSource>
2010-02-24 15:17:17 -05:00
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
2010-03-22 19:36:37 -04:00
<hadoop.version > 0.20.2-with-200-826</hadoop.version>
2010-02-22 18:49:24 -05:00
<log4j.version > 1.2.15</log4j.version>
2010-03-22 19:36:37 -04:00
<jetty.version > 6.1.14</jetty.version>
<jasper.version > 5.5.12</jasper.version>
2010-02-22 18:49:24 -05:00
<commons-lang.version > 2.4</commons-lang.version>
<commons-math.version > 2.0</commons-math.version>
2010-03-22 19:36:37 -04:00
<commons-cli.version > 1.2</commons-cli.version>
2010-02-22 18:49:24 -05:00
<!-- TODO specify external repositories - Note the following 2 resources are not downloadable from a public repository, you'll need to place these manually by using 'mvn install:file' or use something like Nexus as a repository manager -->
<zookeeper.version > 3.2.2</zookeeper.version>
<thrift.version > 0.2.0</thrift.version>
2010-02-24 15:17:17 -05:00
<jruby.version > 1.4.0</jruby.version>
2010-02-22 18:49:24 -05:00
<slf4j.version > 1.5.8</slf4j.version>
2010-03-04 12:54:27 -05:00
<jopt.version > 3.2</jopt.version>
2010-02-22 18:49:24 -05:00
</properties>
2010-02-24 15:17:17 -05:00
2010-02-22 18:49:24 -05:00
<repositories >
<repository >
<id > java.net</id>
<name > Java.Net</name>
<url > http://download.java.net/maven/2/</url>
<snapshots >
<enabled > false</enabled>
</snapshots>
<releases >
<enabled > true</enabled>
</releases>
</repository>
<repository >
<id > googlecode</id>
<name > Google Code</name>
2010-03-22 19:36:37 -04:00
<url > http://google-maven-repository.googlecode.com/svn/repository/</url>
2010-02-22 18:49:24 -05:00
<snapshots >
<enabled > false</enabled>
</snapshots>
<releases >
<enabled > true</enabled>
</releases>
</repository>
<repository >
<id > codehaus</id>
<name > Codehaus Public</name>
<url > http://repository.codehaus.org/</url>
<snapshots >
<enabled > false</enabled>
</snapshots>
<releases >
<enabled > true</enabled>
</releases>
</repository>
<repository >
2010-03-22 19:36:37 -04:00
<id > temp-hadoop</id>
<name > Hadoop 0.20.1/2 packaging, thrift, zk</name>
<url > http://people.apache.org/~rawson/repo/</url>
2010-02-22 18:49:24 -05:00
<snapshots >
<enabled > false</enabled>
</snapshots>
<releases >
<enabled > true</enabled>
</releases>
</repository>
</repositories>
2010-02-24 15:17:17 -05:00
2010-02-22 18:49:24 -05:00
<build >
2010-02-24 15:17:17 -05:00
<!-- Some plugins (javadoc for example) can be used in the normal build - and the site phase.
These plugins inherit their options from the <reporting > section below. These settings
can be overwritten here. -->
<pluginManagement >
<plugins >
<plugin >
<artifactId > maven-compiler-plugin</artifactId>
<version > 2.1</version>
<configuration >
<source > ${compileSource}</source>
<target > ${compileSource}</target>
<showWarnings > true</showWarnings>
<showDeprecation > true</showDeprecation>
</configuration>
</plugin>
<plugin >
<artifactId > maven-assembly-plugin</artifactId>
2010-03-15 19:05:17 -04:00
<version > 2.2-beta-5</version>
2010-02-24 15:17:17 -05:00
</plugin>
<plugin >
<artifactId > maven-jar-plugin</artifactId>
<version > 2.3</version>
</plugin>
<plugin >
<artifactId > maven-source-plugin</artifactId>
<version > 2.1.1</version>
</plugin>
<plugin >
<artifactId > maven-surefire-plugin</artifactId>
<version > 2.5</version>
2010-02-25 17:54:27 -05:00
<configuration >
2010-03-04 12:54:27 -05:00
<forkedProcessTimeoutInSeconds > 3600</forkedProcessTimeoutInSeconds>
2010-02-25 17:54:27 -05:00
<argLine > -Xmx512m</argLine>
<redirectTestOutputToFile > true</redirectTestOutputToFile>
</configuration>
2010-02-24 15:17:17 -05:00
</plugin>
<plugin >
<artifactId > maven-javadoc-plugin</artifactId>
<version > 2.6.1</version>
</plugin>
2010-03-04 12:54:27 -05:00
<plugin >
<artifactId > maven-clean-plugin</artifactId>
<version > 2.4</version>
</plugin>
2010-02-24 15:17:17 -05:00
</plugins>
</pluginManagement>
2010-02-22 18:49:24 -05:00
<plugins >
<plugin >
<artifactId > maven-assembly-plugin</artifactId>
<!-- THIS might not be doable
<executions >
<execution >
<phase > package</phase>
<goals >
<goal > single</goal>
</goals>
</execution>
</executions>
-->
<configuration >
2010-02-24 15:17:17 -05:00
<tarLongFileMode > gnu</tarLongFileMode>
2010-02-22 18:49:24 -05:00
<descriptors >
<descriptor > src/assembly/bin.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
2010-02-24 15:17:17 -05:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > ${project.groupId}</groupId>
<artifactId > hbase-core</artifactId>
<version > ${project.version}</version>
</dependency>
<dependency >
<groupId > ${project.groupId}</groupId>
<artifactId > hbase-core</artifactId>
<version > ${project.version}</version>
<classifier > tests</classifier>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
2010-03-22 19:36:37 -04:00
<artifactId > hadoop-test</artifactId>
<version > ${hadoop.version}</version>
2010-02-24 15:17:17 -05:00
<scope > test</scope>
</dependency>
2010-03-04 12:54:27 -05:00
<dependency >
<groupId > net.sf.jopt-simple</groupId>
<artifactId > jopt-simple</artifactId>
<version > ${jopt.version}</version>
</dependency>
2010-02-24 15:17:17 -05:00
</dependencies>
</dependencyManagement>
2010-02-22 18:49:24 -05:00
<distributionManagement >
<repository >
<id > Apache Public Releases</id>
<url > scp://people.apache.org/home/psmith/public_html/hbase/repo/</url>
</repository>
<snapshotRepository >
<id > Apache Public Snapshots</id>
<name > Aconex Snapshots</name>
<url > scp://people.apache.org/home/psmith/public_html/hbase/repo-snapshots/</url>
</snapshotRepository>
<site >
<id > HBase Site</id>
<url > scp://people.apache.org/home/psmith/public_html/hbase/sandbox/hbase/</url>
</site>
</distributionManagement>
2010-02-24 15:17:17 -05:00
<!-- See http://jira.codehaus.org/browse/MSITE - 443 why the settings need to be here and not in pluginManagement. -->
2010-02-22 18:49:24 -05:00
<reporting >
<plugins >
2010-03-04 12:54:27 -05:00
<plugin >
<artifactId > maven-project-info-reports-plugin</artifactId>
<version > 2.1.2</version>
</plugin>
2010-02-22 18:49:24 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-pmd-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.4</version>
2010-02-22 18:49:24 -05:00
<configuration >
<targetJdk > ${compileSource}</targetJdk>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-checkstyle-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.5</version>
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > findbugs-maven-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.3.1</version>
2010-03-06 00:19:18 -05:00
<configuration >
<findbugsXmlOutput > true</findbugsXmlOutput>
<findbugsXmlWithMessages > true</findbugsXmlWithMessages>
<xmlOutput > true</xmlOutput>
</configuration>
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<artifactId > maven-site-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.1</version>
2010-02-22 18:49:24 -05:00
<configuration >
<inputEncoding > UTF-8</inputEncoding>
<outputEncoding > UTF-8</outputEncoding>
</configuration>
</plugin>
<plugin >
<artifactId > maven-javadoc-plugin</artifactId>
2010-02-24 15:17:17 -05:00
<version > 2.6.1</version>
2010-02-22 18:49:24 -05:00
<configuration >
2010-02-24 15:17:17 -05:00
<docfilessubdirs > true</docfilessubdirs>
2010-02-22 18:49:24 -05:00
</configuration>
2010-02-24 15:17:17 -05:00
<!--
This is probably not needed, given the smallness of the HBase source code, but left here in case
<minmemory > 128m</minmemory>
<maxmemory > 1024m</maxmemory>
-->
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > cobertura-maven-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.3</version>
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jxr-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.1</version>
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > jdepend-maven-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.0-beta-2</version>
2010-02-22 18:49:24 -05:00
</plugin>
<plugin >
<artifactId > maven-changes-plugin</artifactId>
2010-03-04 12:54:27 -05:00
<version > 2.3</version>
2010-02-22 18:49:24 -05:00
<configuration >
<issueLinkTemplate > %URL%/browse/%ISSUE%</issueLinkTemplate>
</configuration>
<reportSets >
<reportSet >
<reports >
<report > changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
2010-03-04 12:54:27 -05:00
<plugin >
<groupId > com.atlassian.maven.plugins</groupId>
<artifactId > maven-clover2-plugin</artifactId>
<version > 2.6.3</version>
</plugin>
<plugin >
<artifactId > maven-surefire-report-plugin</artifactId>
<version > 2.5</version>
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > taglist-maven-plugin</artifactId>
<version > 2.4</version>
</plugin>
<plugin >
<artifactId > maven-dependency-plugin</artifactId>
<version > 2.1</version>
</plugin>
2010-02-22 18:49:24 -05:00
</plugins>
</reporting>
</project>