Publishing the Documentation

The documentation should be published after a release has been tagged.

There are two separate sites to publish:

  • the plugins reference
  • the main documentation site

This is done with the following command within the release checkout, first from the plugins subdirectory, then the site subdirectory:

mvn site-deploy

Note: It's important to do them in this order so that the generic plugins index page will get overwritten by the correct one in the docs for this version.