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.zeebe</groupId>
<artifactId>zb-githooks-plugin</artifactId>
<version>0.13.1</version>
</plugin>
Choose a version of io.zeebe : zb-githooks-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13.x |
zb-githooks-plugin-0.13.1
|
||
zb-githooks-plugin-0.13.0
|
|||
0.12.x |
zb-githooks-plugin-0.12.1
|
||
zb-githooks-plugin-0.12.0
|
|||
0.11.x |
zb-githooks-plugin-0.11.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.zeebe</groupId>
<artifactId>zb-githooks-plugin</artifactId>
<version>0.13.1</version>
</plugin>
Advertisement