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