Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.22 KB

README.rst

File metadata and controls

59 lines (43 loc) · 2.22 KB

groovydoc-maven-plugin

Github Workflow Build Maven Package Status Github Workflow Tests Status QUBE Lint Status Travis CI Status Documentation Status Dependabot Enabled

Maven plugin to allow for inclusion of Gmavenplus generated Groovydocs in project-reports.html

Usage

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>

Credits

This project was created with QUBE. It's plugin structure was adapted from the the Apache Maven report mojo tutorial.