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>maven-jamon-plugin</artifactId>
<version>2.2.2.0</version>
</plugin>
Choose a version of org.jamon : maven-jamon-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
maven-jamon-plugin-2.2.2.0
|
||
maven-jamon-plugin-2.2.1.0
|
|||
maven-jamon-plugin-2.2.0.0
|
|||
maven-jamon-plugin-2.2.0.0-SNAPSHOT
|
|||
2.1.x |
maven-jamon-plugin-2.1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jamon</groupId>
<artifactId>maven-jamon-plugin</artifactId>
<version>2.2.2.0</version>
</plugin>
Advertisement