How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-checker</artifactId>
<version>1.16</version>
</plugin>
Choose a version of org.kohsuke : access-modifier-checker to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.16 |
access-modifier-checker-1.16
|
||
1.15 |
access-modifier-checker-1.15
|
||
1.14 |
access-modifier-checker-1.14
|
||
1.13 |
access-modifier-checker-1.13
|
||
1.12 |
access-modifier-checker-1.12
|
||
1.11 |
access-modifier-checker-1.11
|
||
1.8 |
access-modifier-checker-1.8
|
||
1.7 |
access-modifier-checker-1.7
|
||
1.4 |
access-modifier-checker-1.4
|
||
1.3 |
access-modifier-checker-1.3
|
||
1.0 |
access-modifier-checker-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-checker</artifactId>
<version>1.16</version>
</plugin>
Advertisement