Skip to content

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

License

Notifications You must be signed in to change notification settings

qbicsoftware/groovydoc-maven-plugin

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages