From c39c7059d29bf03f98e57a82ca8681aa34f87004 Mon Sep 17 00:00:00 2001 From: Elliott Neil Clark Date: Wed, 2 Oct 2013 15:32:48 -0700 Subject: [PATCH] HBASE-9699 For Downstreamers using HBaseTestingUtility is hard. -- ADD --- hbase-testing-util/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git hbase-testing-util/pom.xml hbase-testing-util/pom.xml index 5623393..e790001 100644 --- hbase-testing-util/pom.xml +++ hbase-testing-util/pom.xml @@ -29,7 +29,17 @@ hbase-testing-util HBase - Testing Util HBase Testing Utilities. - + + + + org.apache.maven.plugins + maven-site-plugin + + true + + + + @@ -194,6 +204,7 @@ org.apache.hadoop hadoop-hdfs + test-jar compile -- 1.7.10.2 (Apple Git-33)