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.github.vboxnick</groupId>
<artifactId>yaml-codegen-maven</artifactId>
<version>0.0.10</version>
</plugin>
Choose a version of com.github.vboxnick : yaml-codegen-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
yaml-codegen-maven-0.0.10
|
||
yaml-codegen-maven-0.0.9
|
|||
yaml-codegen-maven-0.0.8
|
|||
yaml-codegen-maven-0.0.7
|
|||
yaml-codegen-maven-0.0.6
|
|||
yaml-codegen-maven-0.0.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.vboxnick</groupId>
<artifactId>yaml-codegen-maven</artifactId>
<version>0.0.10</version>
</plugin>
Advertisement