HBASE-14603 addendum un-break site:stage target

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9a5423fc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9a5423fc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9a5423fc

Branch: refs/heads/hbase-12439
Commit: 9a5423fc42ecb0e31835caf34c61523f6b452255
Parents: 098022e
Author: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Authored: Thu Oct 22 22:28:36 2015 +1000
Committer: Misty Stanley-Jones <mstanleyjo...@cloudera.com>
Committed: Thu Oct 22 22:28:36 2015 +1000

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9a5423fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7947aaf..5781db2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3007,4 +3007,14 @@
 
     </plugins>
   </reporting>
+  <distributionManagement>
+    <site>
+      <id>hbase.apache.org</id>
+      <name>HBase Website at hbase.apache.org</name>
+      <!-- On why this is the tmp dir and not hbase.apache.org, see
+               
https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
+               -->
+      <url>file:///tmp</url>
+    </site>
+  </distributionManagement>
 </project>

Reply via email to