You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/08 04:53:22 UTC

[yetus] branch main updated: YETUS-906. Site goal hangs when buliding Website/Documentation module (#152)

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a32bb8  YETUS-906. Site goal hangs when buliding Website/Documentation module (#152)
4a32bb8 is described below

commit 4a32bb8f6611ccdfa1b0af2530d3906076a50348
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Wed Oct 7 21:53:15 2020 -0700

    YETUS-906. Site goal hangs when buliding Website/Documentation module (#152)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 asf-site-src/source/contribute/website.html.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/asf-site-src/source/contribute/website.html.md b/asf-site-src/source/contribute/website.html.md
index 550daee..bffe4cd 100644
--- a/asf-site-src/source/contribute/website.html.md
+++ b/asf-site-src/source/contribute/website.html.md
@@ -21,11 +21,11 @@
 
 <!-- MarkdownTOC levels="1,2" autolink="true" -->
 
-* [Make changes in asf-site-src/source](#make-changes-in-asf-site-srcsource)
-* [Make changes to API Docs](#make-changes-to-api-docs)
-* [Generating the website](#generating-the-website)
-* [Live Development](#live-development)
-* [Publishing the Site](#publishing-the-site)
+- [Make changes in asf-site-src/source](#make-changes-in-asf-site-srcsource)
+- [Make changes to API Docs](#make-changes-to-api-docs)
+- [Generating the website](#generating-the-website)
+- [Live Development](#live-development)
+- [Publishing the Site](#publishing-the-site)
 
 <!-- /MarkdownTOC -->
 
@@ -73,7 +73,7 @@ To generate the static website for Apache Yetus run the following command at the
 
 ```bash
 mvn --batch-mode install
-mvn --batch-mode site site:stage
+mvn --batch-mode site site:stage < /dev/null
 ```
 
 Apache Yetus uses itself to build parts of its website. ('Flying our own airplanes')  This command will first generate a full build of Apache Yetus and create a static website in the `asf-site-src/target/site` sub directory and a tarball of the site in yetus-dist/target/. You can load it in a web browser, e.g. assuming you are still in the asf-site-src directory on OS X: