From 695261c4a9704f043fb006caa24a8eada1656ae1 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Mon, 6 Oct 2014 23:16:58 -0700 Subject: [PATCH] HBASE-12106 Move test annotations to test artifact (Enis Soztutar) --- .../java/org/apache/hadoop/hbase/IntegrationTests.java | 0 .../java/org/apache/hadoop/hbase/LargeTests.java | 0 .../java/org/apache/hadoop/hbase/MediumTests.java | 0 .../java/org/apache/hadoop/hbase/SmallTests.java | 0 hbase-client/pom.xml | 6 ++++++ hbase-common/pom.xml | 6 ++++++ hbase-examples/pom.xml | 6 ++++++ hbase-it/pom.xml | 6 ++++++ hbase-prefix-tree/pom.xml | 6 ++++++ hbase-server/pom.xml | 6 ++++++ hbase-shell/pom.xml | 6 ++++++ hbase-thrift/pom.xml | 6 ++++++ pom.xml | 7 +++++++ 13 files changed, 55 insertions(+) rename hbase-annotations/src/{main => test}/java/org/apache/hadoop/hbase/IntegrationTests.java (100%) rename hbase-annotations/src/{main => test}/java/org/apache/hadoop/hbase/LargeTests.java (100%) rename hbase-annotations/src/{main => test}/java/org/apache/hadoop/hbase/MediumTests.java (100%) rename hbase-annotations/src/{main => test}/java/org/apache/hadoop/hbase/SmallTests.java (100%) diff --git a/hbase-annotations/src/main/java/org/apache/hadoop/hbase/IntegrationTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/IntegrationTests.java similarity index 100% rename from hbase-annotations/src/main/java/org/apache/hadoop/hbase/IntegrationTests.java rename to hbase-annotations/src/test/java/org/apache/hadoop/hbase/IntegrationTests.java diff --git a/hbase-annotations/src/main/java/org/apache/hadoop/hbase/LargeTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/LargeTests.java similarity index 100% rename from hbase-annotations/src/main/java/org/apache/hadoop/hbase/LargeTests.java rename to hbase-annotations/src/test/java/org/apache/hadoop/hbase/LargeTests.java diff --git a/hbase-annotations/src/main/java/org/apache/hadoop/hbase/MediumTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/MediumTests.java similarity index 100% rename from hbase-annotations/src/main/java/org/apache/hadoop/hbase/MediumTests.java rename to hbase-annotations/src/test/java/org/apache/hadoop/hbase/MediumTests.java diff --git a/hbase-annotations/src/main/java/org/apache/hadoop/hbase/SmallTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/SmallTests.java similarity index 100% rename from hbase-annotations/src/main/java/org/apache/hadoop/hbase/SmallTests.java rename to hbase-annotations/src/test/java/org/apache/hadoop/hbase/SmallTests.java diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 24248e46aa4..28b814383ba 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -80,6 +80,12 @@ org.apache.hbase hbase-annotations + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-common diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index 3b908dedb0a..ad78b50159e 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -181,6 +181,12 @@ org.apache.hbase hbase-annotations + + org.apache.hbase + hbase-annotations + test-jar + test + com.google.guava diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 849683eb373..1f9a2a1e984 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -63,6 +63,12 @@ + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-common diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index d5fbc587441..80d9b9caa6b 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -137,6 +137,12 @@ + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-common diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 655fa01eef7..e38abf02968 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -80,6 +80,12 @@ ${project.version} tests + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-common diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 3b254661745..6d3697ef934 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -305,6 +305,12 @@ test-jar test + + org.apache.hbase + hbase-annotations + test-jar + test + commons-httpclient commons-httpclient diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index cb63bc2a69e..49ef6c2409c 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -158,6 +158,12 @@ org.apache.hbase hbase-common + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-protocol diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 456172b8d39..1643f07a8d5 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -142,6 +142,12 @@ hbase-common jar + + org.apache.hbase + hbase-annotations + test-jar + test + org.apache.hbase hbase-protocol diff --git a/pom.xml b/pom.xml index 5ee37d37304..3c93ac7152b 100644 --- a/pom.xml +++ b/pom.xml @@ -1030,6 +1030,13 @@ hbase-annotations ${project.version} + + org.apache.hbase + hbase-annotations + ${project.version} + test-jar + test + org.apache.hbase hbase-common