diff --git a/hbase-common/src/main/resources/.htaccess b/hbase-common/src/main/resources/.htaccess
deleted file mode 100644
index 5bfc3aa..0000000
--- a/hbase-common/src/main/resources/.htaccess
+++ /dev/null
@@ -1,8 +0,0 @@
-# Redirect HTML-multi version of the book to HTML-single
-# Rule added 2015-1-12 -- can be removed in 6 months
-Redirect /book/ /book.html
-
-# Redirect replication URL to the right section of the book
-# Rule added 2015-1-12 -- can be removed in 6 months
-Redirect /replication.html /book.html#cluster_replication
-
diff --git a/pom.xml b/pom.xml
index 3aef6d7..d0aa389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -877,7 +877,7 @@
${basedir}/target/site
- ${basedir}/hbase-common/src/main/resources/
+ ${basedir}/src/main/site/resources/
.htaccess
@@ -885,6 +885,25 @@
+
+
+ copy-empty-book-dir
+
+ copy-resources
+
+ post-site
+
+ ${basedir}/target/site
+
+
+ ${basedir}/src/main/site/resources/
+
+ book/**
+
+
+
+
+
\