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.synchronoss.cpo</groupId>
<artifactId>cpo-plugin</artifactId>
<version>5.2.1</version>
</plugin>
Choose a version of org.synchronoss.cpo : cpo-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.2.x |
cpo-plugin-5.2.1
|
||
cpo-plugin-5.2.0
|
|||
5.1.x |
cpo-plugin-5.1.1
|
||
cpo-plugin-5.1.0
|
|||
5.0.x |
cpo-plugin-5.0.6
|
||
cpo-plugin-5.0.5
|
|||
cpo-plugin-5.0.1
|
|||
cpo-plugin-5.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.synchronoss.cpo</groupId>
<artifactId>cpo-plugin</artifactId>
<version>5.2.1</version>
</plugin>
Advertisement