The documentation for all sister projects can be built with Maven in the usual way. For example, to build Star Objects' own documentation, use:
cd ~/starobjects/trunk/main/documentation mvn clean install
This does build an pom artifact, with an artifact Id of
documentation in the local repository (for example,
the Star Objects project's own documentation artifact is
org.starobjects.star:documentation
). However,
this isn't what we're interested in. Instead, what we care about is
the generated HTML website and
PDF documents in
target/docbkx
: