How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.zipkin.java</groupId>
<artifactId>centralsync-maven-plugin</artifactId>
<version>0.18.3</version>
</plugin>
Choose a version of io.zipkin.java : centralsync-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.18.x |
centralsync-maven-plugin-0.18.3
|
||
centralsync-maven-plugin-0.18.2
|
|||
centralsync-maven-plugin-0.18.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.zipkin.java</groupId>
<artifactId>centralsync-maven-plugin</artifactId>
<version>0.18.3</version>
</plugin>
Advertisement