maven-site-plugin
- https://maven.apache.org/plugins/
- https://maven.apache.org/plugins/maven-site-plugin/
- https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
- Generate a site for the current project.
Goals
site
mvn site:site