MVN

com.bluetrainsoftware.maven : groovydoc-maven-plugin

Maven & Gradle

Sep 09, 2017
11 stars

Maven plugin for groovydoc · As all Groovy artifacts and mixed Groovy/Java artifacts must generate javadoc to release to central, this provides a nice mechanism for this to occur. It is intended to be used with the Eclipse Maven plugin and asks Maven for all source directories.

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>groovydoc-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.maven : groovydoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.bluetrainsoftware.maven : groovydoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
groovydoc-maven-plugin-2.1
1.3
groovydoc-maven-plugin-1.3
1.2
groovydoc-maven-plugin-1.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>groovydoc-maven-plugin</artifactId>
    <version>2.1</version>
</plugin>