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.github.lbellonda</groupId>
<artifactId>checklocale</artifactId>
<version>1.2.0</version>
</plugin>
Choose a version of io.github.lbellonda : checklocale to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
checklocale-1.2.0
|
||
1.1.x |
checklocale-1.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.github.lbellonda</groupId>
<artifactId>checklocale</artifactId>
<version>1.2.0</version>
</plugin>
Advertisement