Building from Source

  1. Check out the project from the source repository
  2. First build the plug-in

    First create and install the plug-in. Generating the site can not be done,as long as the plug-in is not installed. Creation of the site requires the plug-in!

    $  mvn  clean  install
  3. Build the site with DocBook documents

    After the plug-in is successfully create, the site can be created. This requires the use of the profile dbs which stands for DocBook Site.

    $  mvn  -Pdbs  site