How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.ovh.ws</groupId>
<artifactId>jsonizer-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
Choose a version of com.ovh.ws : jsonizer-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
jsonizer-maven-plugin-2.2.0
|
||
2.1.x |
jsonizer-maven-plugin-2.1.1
|
||
2.0.x |
jsonizer-maven-plugin-2.0.0
|
||
1.3.x |
jsonizer-maven-plugin-1.3.0
|
||
1.2.x |
jsonizer-maven-plugin-1.2.3
|
||
jsonizer-maven-plugin-1.2.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.ovh.ws</groupId>
<artifactId>jsonizer-maven-plugin</artifactId>
<version>2.2.0</version>
</plugin>
Advertisement