Index: src/assembly/all.xml =================================================================== --- src/assembly/all.xml (revision 1068588) +++ src/assembly/all.xml (working copy) @@ -51,6 +51,15 @@ docs + + + + ${basedir}/x.x + target + true + + /lib Index: src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java =================================================================== --- src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java (revision 1068588) +++ src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java (working copy) @@ -505,7 +505,9 @@ */ @Test public void testForceSplit() throws Exception { + LOG.info("Running testForceSplit"); splitTest(null); + LOG.info("Running testForceSplit at pwn"); splitTest(Bytes.toBytes("pwn")); } @@ -815,4 +817,4 @@ this.admin.deleteTable(tableName); } } -} \ No newline at end of file +} Index: src/main/resources/hbase-default.xml =================================================================== --- src/main/resources/hbase-default.xml (revision 1068588) +++ src/main/resources/hbase-default.xml (working copy) @@ -20,6 +20,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + + + hbase.version=${project.version} + -->