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.codehaus.groovy.maven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0</version>
</plugin>
Choose a version of org.codehaus.groovy.maven : gmaven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
gmaven-plugin-1.0-rc-5-kohsuke-1
|
||
gmaven-plugin-1.0
|
|||
gmaven-plugin-1.0-rc-5
|
|||
gmaven-plugin-1.0-rc-4
|
|||
gmaven-plugin-1.0-rc-3
|
|||
gmaven-plugin-1.0-rc-2
|
|||
gmaven-plugin-1.0-rc-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.groovy.maven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0</version>
</plugin>
Advertisement