apache/accumulo-website

Publish accumulo-maven-plugin generated plugin documentation

Closed this issue · 2 comments

This corresponds to apache/accumulo#684
The plugin documentation can be relatively easily generated with maven-site-plugin. See other maven plugin documentation for examples:

https://code.revelc.net/impsort-maven-plugin/
https://code.revelc.net/apilyzer-maven-plugin/

Instructions for publishing documentation is, after releasing and tagging, checkout the tag, and do mvn clean package site:site. The files to upload will be located in target/site.