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.jamon</groupId>
<artifactId>jamon-nodegen-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Choose a version of org.jamon : jamon-nodegen-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
jamon-nodegen-plugin-2.4.1
|
||
jamon-nodegen-plugin-2.4.0
|
|||
1.0.x |
jamon-nodegen-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jamon</groupId>
<artifactId>jamon-nodegen-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Advertisement