905 lines
29 KiB
XML
905 lines
29 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.hbase</groupId>
|
|
<artifactId>hbase</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>0.21.0-SNAPSHOT</version>
|
|
<name>HBase</name>
|
|
<!-- START SNIPPET: description -->
|
|
<description>
|
|
HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; 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>
|
|
<!-- END SNIPPET: description -->
|
|
<url>http://hbase.apache.org</url>
|
|
|
|
<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>
|
|
|
|
<organization>
|
|
<name>Apache Software Foundation</name>
|
|
<url>http://www.apache.org</url>
|
|
</organization>
|
|
|
|
<scm>
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/trunk</developerConnection>
|
|
<url>http://svn.apache.org/viewvc/hbase/trunk</url>
|
|
</scm>
|
|
|
|
<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>user-subscribe@hbase.apache.org</subscribe>
|
|
<unsubscribe>user-unsubscribe@hbase.apache.org</unsubscribe>
|
|
<post>user@hbase.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-user/</archive>
|
|
<otherArchives>
|
|
<otherArchive>http://dir.gmane.org/gmane.comp.java.hbase.user</otherArchive>
|
|
</otherArchives>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Developer List</name>
|
|
<subscribe>dev-subscribe@hbase.apache.org</subscribe>
|
|
<unsubscribe>dev-unsubscribe@hbase.apache.org</unsubscribe>
|
|
<post>dev@hbase.apache.org</post>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-dev/</archive>
|
|
<otherArchives>
|
|
<otherArchive>http://dir.gmane.org/gmane.comp.java.hbase.devel</otherArchive>
|
|
</otherArchives>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Commits List</name>
|
|
<subscribe>commits-subscribe@hbase.apache.org</subscribe>
|
|
<unsubscribe>commits-unsubscribe@hbase.apache.org</unsubscribe>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-commits/</archive>
|
|
</mailingList>
|
|
<mailingList>
|
|
<name>Issues List</name>
|
|
<subscribe>issues-subscribe@hbase.apache.org</subscribe>
|
|
<unsubscribe>issues-unsubscribe@hbase.apache.org</unsubscribe>
|
|
<archive>http://mail-archives.apache.org/mod_mbox/hbase-issues/</archive>
|
|
</mailingList>
|
|
</mailingLists>
|
|
|
|
<developers>
|
|
<developer>
|
|
<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>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>larsgeorge</id>
|
|
<name>Lars George</name>
|
|
<email>larsgeorge@apache.org</email>
|
|
<timezone>+1</timezone>
|
|
<organization>WorldLingo</organization>
|
|
<organizationUrl>http://www.worldlingo.com/</organizationUrl>
|
|
</developer>
|
|
<developer>
|
|
<id>rawson</id>
|
|
<name>Ryan Rawson</name>
|
|
<email>rawson@apache.org</email>
|
|
<timezone>-8</timezone>
|
|
<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>StumbleUpon</organization>
|
|
<organizationUrl>http://www.stumbleupon.com/</organizationUrl>
|
|
</developer>
|
|
<developer>
|
|
<id>todd</id>
|
|
<name>Todd Lipcon</name>
|
|
<email>todd@apache.org</email>
|
|
<timezone>-8</timezone>
|
|
<organization>Cloudera</organization>
|
|
<organizationUrl>http://www.cloudera.com</organizationUrl>
|
|
</developer>
|
|
</developers>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>mirror.facebook.net</id>
|
|
<name>facebook mirror</name>
|
|
<url>http://mirror.facebook.net/maven/repository/</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
<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>
|
|
<url>http://google-maven-repository.googlecode.com/svn/repository/</url>
|
|
<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>
|
|
<id>temp-hadoop</id>
|
|
<name>Hadoop 0.20.1/2 packaging, thrift, zk</name>
|
|
<url>http://people.apache.org/~rawson/repo/</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
<repository>
|
|
<!-- Guava on standard maven repos has a bad checksum, hosting
|
|
here temporarily -->
|
|
<id>temp-todd-for-guava</id>
|
|
<name>Todd Lipcon's repository on apache.org</name>
|
|
<url>http://people.apache.org/~todd/repo/</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
<repository>
|
|
<id>ibiblio.org</id>
|
|
<name>ibiblio mirror</name>
|
|
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
</repositories>
|
|
|
|
|
|
<build>
|
|
<!-- 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>false</showDeprecation>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.2-beta-5</version>
|
|
</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>
|
|
<configuration>
|
|
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
|
|
<argLine>-Xmx512m</argLine>
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.6.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
<version>2.4</version>
|
|
<configuration>
|
|
<filesets>
|
|
<fileset>
|
|
<!--dfs tests have build dir hardcoded. Clean it as part of
|
|
clean target-->
|
|
<directory>build</directory>
|
|
</fileset>
|
|
</filesets>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.rat</groupId>
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
</resource>
|
|
<resource>
|
|
<directory>src/main/hbase-webapps</directory>
|
|
<includes>
|
|
<include>*/.gif</include>
|
|
<include>*/.css</include>
|
|
<include>*/.html</include>
|
|
<include>*/.xml</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
|
|
<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>
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
<descriptors>
|
|
<descriptor>src/assembly/bin.xml</descriptor>
|
|
</descriptors>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<!-- Run with -Dmaven.test.skip.exec=true to build -tests.jar without running tests (this is needed for upstream projects whose tests need this jar simply for compilation)-->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>test-jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<archive>
|
|
<manifest>
|
|
<mainClass>org/apache/hadoop/hbase/mapreduce/Driver</mainClass>
|
|
</manifest>
|
|
</archive>
|
|
<!-- Exclude these 2 packages, because their dependency _binary_ files include the sources, and Maven 2.2 appears to add them to the sources to compile, weird-->
|
|
<excludes>
|
|
<exclude>org/apache/jute/**</exclude>
|
|
<exclude>org/apache/zookeeper/**</exclude>
|
|
<exclude>**/*.jsp</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>attach-sources</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>jar-no-fork</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<forkMode>always</forkMode>
|
|
<includes>
|
|
<include>**/Test*.java</include>
|
|
</includes>
|
|
<excludes>
|
|
<exclude>**/*$*</exclude>
|
|
</excludes>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>JSPC</id>
|
|
<phase>generate-sources</phase>
|
|
<configuration>
|
|
<tasks>
|
|
<taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/>
|
|
<jspcompiler uriroot="${basedir}/src/main/resources/hbase-webapps/master"
|
|
outputdir="${project.build.directory}/jspc"
|
|
package="org.apache.hadoop.hbase.generated.master"
|
|
webxml="${basedir}/src/main/resources/hbase-webapps/master/WEB-INF/web.xml"/>
|
|
<jspcompiler uriroot="${basedir}/src/main/resources/hbase-webapps/regionserver"
|
|
outputdir="${project.build.directory}/jspc"
|
|
package="org.apache.hadoop.hbase.generated.regionserver"
|
|
webxml="${basedir}/src/main/resources/hbase-webapps/regionserver/WEB-INF/web.xml"/>
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
<execution>
|
|
<id>package-info</id>
|
|
<phase>generate-sources</phase>
|
|
<configuration>
|
|
<tasks>
|
|
<exec executable="sh">
|
|
<arg line="${basedir}/src/saveVersion.sh ${project.version} ${project.build.directory}/generated-sources"/>
|
|
</exec>
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>add-jspc-source</id>
|
|
<phase>generate-sources</phase>
|
|
<goals>
|
|
<goal>add-source</goal>
|
|
</goals>
|
|
<configuration>
|
|
<sources>
|
|
<source>${basedir}/target/jspc</source>
|
|
</sources>
|
|
</configuration>
|
|
</execution>
|
|
<execution>
|
|
<id>add-package-info</id>
|
|
<phase>generate-sources</phase>
|
|
<goals>
|
|
<goal>add-source</goal>
|
|
</goals>
|
|
<configuration>
|
|
<sources>
|
|
<source>${project.build.directory}/generated-sources</source>
|
|
</sources>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
<properties>
|
|
<compileSource>1.6</compileSource>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<hadoop.version>0.20.2-with-200-826</hadoop.version>
|
|
|
|
<commons-cli.version>1.2</commons-cli.version>
|
|
<commons-logging.version>1.1.1</commons-logging.version>
|
|
<jetty.version>6.1.24</jetty.version>
|
|
<jetty.jspapi.version>6.1.14</jetty.jspapi.version>
|
|
<junit.version>4.8.1</junit.version>
|
|
<mockito-all.version>1.8.4</mockito-all.version>
|
|
<log4j.version>1.2.15</log4j.version>
|
|
<zookeeper.version>3.3.1</zookeeper.version>
|
|
|
|
<commons-httpclient.version>3.1</commons-httpclient.version>
|
|
<commons-lang.version>2.5</commons-lang.version>
|
|
<commons-math.version>2.1</commons-math.version>
|
|
<jasper.version>5.5.23</jasper.version>
|
|
<jaxb-api.version>2.1</jaxb-api.version>
|
|
<jersey.version>1.1.5.1</jersey.version>
|
|
<jruby.version>1.4.0</jruby.version>
|
|
<jsr311.version>1.1.1</jsr311.version>
|
|
<protobuf.version>2.3.0</protobuf.version>
|
|
<slf4j.version>1.5.8</slf4j.version>
|
|
<stax-api>1.0.1</stax-api>
|
|
<thrift.version>0.2.0</thrift.version>
|
|
<guava.version>r03</guava.version>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-cli</groupId>
|
|
<artifactId>commons-cli</artifactId>
|
|
<version>${commons-cli.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>${commons-logging.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>${log4j.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>javax.jms</groupId>
|
|
<artifactId>jms</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>javax.mail</groupId>
|
|
<artifactId>mail</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.sun.jmx</groupId>
|
|
<artifactId>jmxri</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.sun.jdmk</groupId>
|
|
<artifactId>jmxtools</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-core</artifactId>
|
|
<version>${hadoop.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>${project.groupId}</groupId>
|
|
<artifactId>hbase</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>${project.groupId}</groupId>
|
|
<artifactId>hbase</artifactId>
|
|
<version>${project.version}</version>
|
|
<classifier>tests</classifier>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>zookeeper</artifactId>
|
|
<version>${zookeeper.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>servlet-api-2.5</artifactId>
|
|
<version>${jetty.jspapi.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Test dependencies -->
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-test</artifactId>
|
|
<version>${hadoop.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-all</artifactId>
|
|
<version>${mockito-all.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>commons-cli</groupId>
|
|
<artifactId>commons-cli</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-httpclient</groupId>
|
|
<artifactId>commons-httpclient</artifactId>
|
|
<version>${commons-httpclient.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>${commons-lang.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
</dependency>
|
|
|
|
<!--
|
|
This is highly dubious!
|
|
|
|
We need SLF4J >= 1.5.6 and Thrift depends on that version.
|
|
hadoop-core on the other hand depends on SLF4J 1.4.3 (even though it is optional)
|
|
and Mavens dependency resolution mechanism choses the 'nearest' dependency in case
|
|
of a conflict of dependencies on the same level. The nearest is always the one
|
|
that was defined first in the pom:
|
|
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
|
|
|
|
That's why we've added an explicit dependency to SFL4J-API even though we don't need it.
|
|
Make sure to check the version of SLF4J Hadoop and Thrift depend on when you upgrade
|
|
one of them.
|
|
-->
|
|
<dependency>
|
|
<groupId>org.apache.thrift</groupId>
|
|
<artifactId>thrift</artifactId>
|
|
<version>${thrift.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-simple</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>r03</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-core</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>zookeeper</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jetty</artifactId>
|
|
<version>${jetty.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jetty-util</artifactId>
|
|
<version>${jetty.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>servlet-api-2.5</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jsp-2.1</artifactId>
|
|
<version>${jetty.jspapi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<artifactId>jsp-api-2.1</artifactId>
|
|
<version>${jetty.jspapi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>tomcat</groupId>
|
|
<artifactId>jasper-runtime</artifactId>
|
|
<version>${jasper.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<!--If this is not in the runtime lib, we get odd
|
|
"2009-02-27 11:38:39.504::WARN: failed jsp
|
|
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED"
|
|
exceptions out of jetty deploying webapps.
|
|
St.Ack Thu May 20 01:04:41 PDT 2010
|
|
-->
|
|
<groupId>tomcat</groupId>
|
|
<artifactId>jasper-compiler</artifactId>
|
|
<version>${jasper.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jruby</groupId>
|
|
<artifactId>jruby-complete</artifactId>
|
|
<version>${jruby.version}</version>
|
|
</dependency>
|
|
|
|
<!-- REST dependencies -->
|
|
<dependency>
|
|
<groupId>com.google.protobuf</groupId>
|
|
<artifactId>protobuf-java</artifactId>
|
|
<version>${protobuf.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.jersey</groupId>
|
|
<artifactId>jersey-core</artifactId>
|
|
<version>${jersey.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.jersey</groupId>
|
|
<artifactId>jersey-json</artifactId>
|
|
<version>${jersey.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun.jersey</groupId>
|
|
<artifactId>jersey-server</artifactId>
|
|
<version>${jersey.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
<version>${jaxb-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.ws.rs</groupId>
|
|
<artifactId>jsr311-api</artifactId>
|
|
<version>${jsr311.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>stax</groupId>
|
|
<artifactId>stax-api</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
|
|
<!-- Test dependencies -->
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-all</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-math</artifactId>
|
|
<version>${commons-math.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-test</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<!--
|
|
To publish, use the following settings.xml file ( placed in ~/.m2/settings.xml )
|
|
|
|
<settings>
|
|
<servers>
|
|
<server>
|
|
<id>apache.releases.https</id>
|
|
<username>hbase_committer</username>
|
|
<password>********</password>
|
|
</server>
|
|
|
|
<server>
|
|
<id>apache.snapshots.https</id>
|
|
<username>hbase_committer</username>
|
|
<password>********</password>
|
|
</server>
|
|
|
|
</servers>
|
|
</settings>
|
|
|
|
$ mvn deploy
|
|
(or)
|
|
$ mvn -s /my/path/settings.xml deploy
|
|
|
|
-->
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>apache.releases.https</id>
|
|
<name>Apache Release Distribution Repository</name>
|
|
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>apache.snapshots.https</id>
|
|
<name>Apache Development Snapshot Repository</name>
|
|
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
|
</snapshotRepository>
|
|
<!-- Private Site Repository -->
|
|
<site>
|
|
<id>HBase Site</id>
|
|
<url>scp://people.apache.org/home/psmith/public_html/hbase/sandbox/hbase/</url>
|
|
</site>
|
|
</distributionManagement>
|
|
|
|
<!-- See http://jira.codehaus.org/browse/MSITE-443 why the settings need to be here and not in pluginManagement. -->
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
<version>2.1.2</version>
|
|
</plugin>
|
|
<!-- Disabled for now.
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
<version>2.4</version>
|
|
<configuration>
|
|
<targetJdk>${compileSource}</targetJdk>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
<version>2.5</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
<version>2.3.1</version>
|
|
<configuration>
|
|
<findbugsXmlOutput>true</findbugsXmlOutput>
|
|
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
|
|
<xmlOutput>true</xmlOutput>
|
|
</configuration>
|
|
</plugin>
|
|
-->
|
|
<plugin>
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
<version>2.1</version>
|
|
<configuration>
|
|
<inputEncoding>UTF-8</inputEncoding>
|
|
<outputEncoding>UTF-8</outputEncoding>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.6.1</version>
|
|
<configuration>
|
|
<docfilessubdirs>true</docfilessubdirs>
|
|
</configuration>
|
|
<!--
|
|
This is probably not needed, given the smallness of the HBase source code, but left here in case
|
|
<minmemory>128m</minmemory>
|
|
<maxmemory>1024m</maxmemory>
|
|
-->
|
|
</plugin>
|
|
<!--Disabled for now.
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
<version>2.3</version>
|
|
</plugin>
|
|
-->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
<version>2.1</version>
|
|
</plugin>
|
|
<!-- Disabled for now
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>jdepend-maven-plugin</artifactId>
|
|
<version>2.0-beta-2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-changes-plugin</artifactId>
|
|
<version>2.3</version>
|
|
<configuration>
|
|
<issueLinkTemplate>%URL%/browse/%ISSUE%</issueLinkTemplate>
|
|
</configuration>
|
|
<reportSets>
|
|
<reportSet>
|
|
<reports>
|
|
<report>changes-report</report>
|
|
</reports>
|
|
</reportSet>
|
|
</reportSets>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.atlassian.maven.plugins</groupId>
|
|
<artifactId>maven-clover2-plugin</artifactId>
|
|
<version>2.6.3</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
<version>2.4</version>
|
|
</plugin>
|
|
-->
|
|
<plugin>
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
<version>2.5</version>
|
|
</plugin>
|
|
<!--
|
|
<plugin>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<version>2.1</version>
|
|
</plugin>
|
|
-->
|
|
<plugin>
|
|
<groupId>org.apache.rat</groupId>
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
</project>
|