diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml index fcddcf24ead..9a54c5cc814 100644 --- a/hbase-hadoop1-compat/pom.xml +++ b/hbase-hadoop1-compat/pom.xml @@ -1,103 +1,97 @@ - - 4.0.0 - - hbase - org.apache.hbase - 0.95-SNAPSHOT - .. - + + 4.0.0 + + hbase + org.apache.hbase + 0.95-SNAPSHOT + .. + + + hbase-hadoop1-compat + HBase - Hadoop One Compatibility + Interfaces to be implemented in order to smooth over hadoop version differences - - - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - - - - - - - - org.apache.hbase - hbase-hadoop-compat - - - org.apache.hadoop - hadoop-core - ${hadoop-one.version} - true - - - hsqldb - hsqldb - - - net.sf.kosmosfs - kfs - - - org.eclipse.jdt - core - - - net.java.dev.jets3t - jets3t - - - oro - oro - - - - - org.apache.hadoop - hadoop-test - ${hadoop-one.version} - true - test - - + + + + maven-surefire-plugin + + + + secondPartTestsExecution + test + + test + + + true + + + + + + + + + org.apache.hbase + hbase-hadoop-compat + + + org.apache.hadoop + hadoop-core + ${hadoop-one.version} + true + + + hsqldb + hsqldb + + + net.sf.kosmosfs + kfs + + + org.eclipse.jdt + core + + + net.java.dev.jets3t + jets3t + + + oro + oro + + + + + org.apache.hadoop + hadoop-test + ${hadoop-one.version} + true + test + + diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index bed591cd4d5..a3c307a1605 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -1,105 +1,133 @@ - - 4.0.0 - - hbase - org.apache.hbase - 0.95-SNAPSHOT - .. - + + 4.0.0 + + hbase + org.apache.hbase + 0.95-SNAPSHOT + .. + + + hbase-hadoop2-compat + HBase - Hadoop Two Compatibility + Interfaces to be implemented in order to smooth over hadoop version differences - - - - maven-surefire-plugin - - - - secondPartTestsExecution - test - - test - - - true - - - - - - maven-dependency-plugin - - - create-mrapp-generated-classpath - generate-test-resources - - build-classpath - - - - - ${project.build.directory}/test-classes/mrapp-generated-classpath - - - - - - - + + + + maven-surefire-plugin + + + + secondPartTestsExecution + test + + test + + + true + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + create-mrapp-generated-classpath + generate-test-resources + + build-classpath + + + + + ${project.build.directory}/test-classes/mrapp-generated-classpath + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.4,) + + build-classpath + + + + + + + + + + + + + - - - - org.apache.hbase - hbase-hadoop-compat - - - org.apache.hadoop - hadoop-client - ${hadoop-two.version} - - - org.apache.hadoop - hadoop-annotations - ${hadoop-two.version} - - - - org.apache.hadoop - hadoop-minicluster - ${hadoop-two.version} - - + + + org.apache.hbase + hbase-hadoop-compat + + + org.apache.hadoop + hadoop-client + ${hadoop-two.version} + + + org.apache.hadoop + hadoop-annotations + ${hadoop-two.version} + + + + org.apache.hadoop + hadoop-minicluster + ${hadoop-two.version} + +