commit 2716ffdf957872004750f9a35c3244621c58a5e5 Author: stack Date: Tue Sep 15 20:59:42 2015 -0700 HTRACE-249 Script and doc on how to publish website diff --git a/bin/publish_hbase_website.sh b/bin/publish_hbase_website.sh index 0248fe4..bb39acc 100755 --- a/bin/publish_hbase_website.sh +++ b/bin/publish_hbase_website.sh @@ -93,7 +93,7 @@ if [ $INTERACTIVE ]; then read -p "Build the site? (y/n)" yn case $yn in [Yy]* ) - mvn clean package javadoc:aggregate site site:stage -DskipTests + mvn clean package javadoc:aggregate site site:stage -DskipTests || die status=$? if [ $status != 0 ]; then echo "The website does not build. Aborting."