Maven plugin to allow for inclusion of Gmavenplus generated Groovydocs in project-reports.html
- Free software: MIT license
- Documentation: https://groovydoc-maven-plugin.readthedocs.io.
To use groovydoc-maven-plugin
in a project:
groovydoc-maven-plugin
is intended as a maven plugin, that has to be included in the reporting section of the project pom.
<reporting>
<plugins>
<plugin>
<groupId>life.qbic</groupId>
<artifactId>groovydoc-maven-plugin</artifactId>
<version>1.0.2</version>
</plugin>
</plugins>
</reporting>
This project was created with QUBE. It's plugin structure was adapted from the the Apache Maven report mojo tutorial.