tree: 11987c43566a77550e4d35b6f150ec19b41218c5 [path history] [tgz]
  1. docs/
  2. build.xml
  3. pom.xml
  4. README.md
site/README.md

Reference documentation site

This module builds references documentation.

Building

  • Install Jekyll
  • In project root directory do:
    • Run mvn clean
    • Run mvn compile
    • Run mvn site
  • The result is in target/_site
  • Upload it to github pages (gh-pages branch)