From 27c1c071af5a526a2947c0e0111f8fb27d94ec6c Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 15 Mar 2011 22:54:09 +0000 Subject: [PATCH] Add chapter on building; note on how to do maven deploy git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1081977 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 1 + src/docbkx/build.xml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/docbkx/build.xml diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 2ec5c9e61a7..cf18f1f8c59 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -68,6 +68,7 @@ + diff --git a/src/docbkx/build.xml b/src/docbkx/build.xml new file mode 100644 index 00000000000..46bafe96107 --- /dev/null +++ b/src/docbkx/build.xml @@ -0,0 +1,20 @@ + + + Building HBase +
+ Follow the instructions at Publishing Maven Artifacts. + The 'trick' to makiing it all work is answering the questions put to you by the mvn release plugin properly, + making sure it is using the actual branch, + and finally, before doing the mvn release:perform, + VERY IMPORTANT, hand edit the release.properties file that was put under HBASE_HOME by the previous step, release:perform. You need to edit it to make it point at right locations in SVN. + +
+ +