Maven plugins follow a standard pattern for documentation, like e.g.
https://maven.apache.org/maven-release/maven-release-plugin/index.html
with a "goals", "usage" etc. section and each goal with a dedicated page.
How can I generate such documentation for my own Maven plugin?
Looking at one of my own projects, I think it's just this:
Configuration options are in the plugin docs.