diff --git hbase-it/pom.xml hbase-it/pom.xml new file mode 100644 index 0000000..f9a1235 --- /dev/null +++ hbase-it/pom.xml @@ -0,0 +1,283 @@ + + + 4.0.0 + + hbase + org.apache.hbase + 0.95-SNAPSHOT + .. + + + hbase-it + HBase - Integration Tests + Integration and System tests for HBase + + + + **/Test*.java + **/IntegrationTest*.java + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${surefire.version} + + + org.apache.maven.surefire + surefire-junit4 + ${surefire.version} + + + + + ${integrationtest.include} + + + ${unittest.include} + **/*$* + + + ${test.output.tofile} + + ${env.LD_LIBRARY_PATH}:${project.build.directory}/nativelib + ${env.DYLD_LIBRARY_PATH}:${project.build.directory}/nativelib + 4 + + + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + false + always + + + + + + + + + org.apache.hbase + hbase-server + + + org.apache.hbase + hbase-server + test-jar + test + + + + + + + + + skip-integration-tests + + + skip-integration-tests + + + + true + + + + + + hadoop-1.0 + + + !hadoop.profile + + + + + org.apache.hadoop + hadoop-core + + + org.apache.hadoop + hadoop-test + + + + + + + hadoop-2.0 + + + hadoop.profile + 2.0 + + + + + org.apache.hadoop + hadoop-client + + + org.apache.hadoop + hadoop-annotations + + + org.apache.hadoop + hadoop-minicluster + + + + + + maven-dependency-plugin + + + create-mrapp-generated-classpath + generate-test-resources + + build-classpath + + + + ${project.build.directory}/test-classes/mrapp-generated-classpath + + + + + + + + + + + hadoop-3.0 + + + hadoop.profile + 3.0 + + + + 3.0-SNAPSHOT + + + + org.apache.hadoop + hadoop-common + + + org.apache.hadoop + hadoop-annotations + + + org.apache.hadoop + hadoop-minicluster + + + + + + maven-dependency-plugin + + + create-mrapp-generated-classpath + generate-test-resources + + build-classpath + + + + ${project.build.directory}/test-classes/mrapp-generated-classpath + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.7.2 + + + integration-tests + + report-only + + + failsafe-report + + ${project.build.directory}/failsafe-reports + + + + + + + + + diff --git hbase-it/src/main/java/org/apache/hadoop/hbase/.gitignore hbase-it/src/main/java/org/apache/hadoop/hbase/.gitignore new file mode 100644 index 0000000..e69de29 diff --git hbase-it/src/test/java/org/apache/hadoop/hbase/.gitignore hbase-it/src/test/java/org/apache/hadoop/hbase/.gitignore new file mode 100644 index 0000000..e69de29 diff --git pom.xml pom.xml index fb5e12c..b80eced 100644 --- pom.xml +++ pom.xml @@ -42,6 +42,7 @@ hbase-server hbase-common + hbase-it scm:svn:http://svn.apache.org/repos/asf/hbase/trunk