How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.guardrail</groupId>
<artifactId>guardrail-maven-plugin</artifactId>
<version>0.71.1</version>
</plugin>
Choose a version of dev.guardrail : guardrail-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.71.x |
guardrail-maven-plugin-0.71.1
|
||
guardrail-maven-plugin-0.71.0
|
|||
0.70.x |
guardrail-maven-plugin-0.70.0
|
||
0.66.x |
guardrail-maven-plugin-0.66.0
|
||
0.65.x |
guardrail-maven-plugin-0.65.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>dev.guardrail</groupId>
<artifactId>guardrail-maven-plugin</artifactId>
<version>0.71.1</version>
</plugin>
Advertisement