MVN

org.kohsuke.gmaven : gmaven-plugin

Maven & Gradle

May 20, 2010

GMaven Plugin · Provides support for execution, compilation and other facets of Groovy development.

<plugin>
    <groupId>org.kohsuke.gmaven</groupId>
    <artifactId>gmaven-plugin</artifactId>
    <version>1.0-rc-5-patch-2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kohsuke.gmaven : gmaven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-rc-5-patch-2
  • Latest Release Candidate: 1.0-rc-5-patch-2

All Versions

Choose a version of org.kohsuke.gmaven : gmaven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
gmaven-plugin-1.0-rc-5-patch-2
gmaven-plugin-1.0-rc-5-patch-1

How to add a plugin to Maven

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

<plugin>
    <groupId>org.kohsuke.gmaven</groupId>
    <artifactId>gmaven-plugin</artifactId>
    <version>1.0-rc-5-patch-2</version>
</plugin>