From 1e5b401bdbe9d5f074239af43d3485dc677aa839 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Mon, 3 Dec 2012 14:04:45 -0800 Subject: [PATCH] Make skip tests naming consistent. --- hbase-client/pom.xml | 4 ++-- hbase-common/pom.xml | 4 ++-- hbase-examples/pom.xml | 14 ++++++++++++++ hbase-hadoop-compat/pom.xml | 15 +++++++++++++++ hbase-hadoop1-compat/pom.xml | 15 +++++++++++++++ hbase-hadoop2-compat/pom.xml | 15 +++++++++++++++ hbase-it/pom.xml | 4 ++-- hbase-server/pom.xml | 4 ++-- 8 files changed, 67 insertions(+), 8 deletions(-) diff --git hbase-client/pom.xml hbase-client/pom.xml index d311cd0..fb03454 100644 --- hbase-client/pom.xml +++ hbase-client/pom.xml @@ -80,10 +80,10 @@ - skip-client-tests + skipClientTests - skip-client-tests + skipClientTests diff --git hbase-common/pom.xml hbase-common/pom.xml index 40cc281..85bb7ad 100644 --- hbase-common/pom.xml +++ hbase-common/pom.xml @@ -83,10 +83,10 @@ - skip-common-tests + skipCommonTests - skip-common-tests + skipCommonTests diff --git hbase-examples/pom.xml hbase-examples/pom.xml index c061209..3ff38ab 100644 --- hbase-examples/pom.xml +++ hbase-examples/pom.xml @@ -73,6 +73,20 @@ + + + skipExamplesTests + + + skipExamplesTests + + + + true + true + + + diff --git hbase-hadoop-compat/pom.xml hbase-hadoop-compat/pom.xml index d136664..7c07792 100644 --- hbase-hadoop-compat/pom.xml +++ hbase-hadoop-compat/pom.xml @@ -65,4 +65,19 @@ + + + + skipHadoopCompatTests + + + skipHadoopCompatTests + + + + true + + + + diff --git hbase-hadoop1-compat/pom.xml hbase-hadoop1-compat/pom.xml index 6b55471..9c6975a 100644 --- hbase-hadoop1-compat/pom.xml +++ hbase-hadoop1-compat/pom.xml @@ -109,4 +109,19 @@ limitations under the License. test + + + + + skipHadoopOneCompatTests + + + skipHadoopOneCompatTests + + + + true + + + diff --git hbase-hadoop2-compat/pom.xml hbase-hadoop2-compat/pom.xml index 754ea10..e526ae7 100644 --- hbase-hadoop2-compat/pom.xml +++ hbase-hadoop2-compat/pom.xml @@ -150,4 +150,19 @@ limitations under the License. ${hadoop-two.version} + + + + + skipHadoopTwoCompatTests + + + skipHadoopTwoCompatTests + + + + true + + + diff --git hbase-it/pom.xml hbase-it/pom.xml index 427b8fd..9b6751c 100644 --- hbase-it/pom.xml +++ hbase-it/pom.xml @@ -138,10 +138,10 @@ - skip-integration-tests + skipIntegrationTests - skip-integration-tests + skipIntegrationTests diff --git hbase-server/pom.xml hbase-server/pom.xml index 8a05453..53c643b 100644 --- hbase-server/pom.xml +++ hbase-server/pom.xml @@ -486,10 +486,10 @@ - skip-server-tests + skipServerTests - skip-server-tests + skipServerTests -- 1.7.10.2 (Apple Git-33)