tree: 70428be7f36c18ce6adc7883383da1d34a1b5f66 [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)