How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
<version>3.5.1</version>
</plugin>
Choose a version of de.thetaphi : forbiddenapis to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.5.x |
forbiddenapis-3.5.1
|
||
3.5 |
forbiddenapis-3.5
|
||
3.4 |
forbiddenapis-3.4
|
||
3.3 |
forbiddenapis-3.3
|
||
3.2 |
forbiddenapis-3.2
|
||
3.1 |
forbiddenapis-3.1
|
||
3.0.x |
forbiddenapis-3.0.1
|
||
3.0 |
forbiddenapis-3.0
|
||
2.7 |
forbiddenapis-2.7
|
||
2.6 |
forbiddenapis-2.6
|
||
2.5 |
forbiddenapis-2.5
|
||
2.4.x |
forbiddenapis-2.4.1
|
||
2.4 |
forbiddenapis-2.4
|
||
2.3 |
forbiddenapis-2.3
|
||
2.2 |
forbiddenapis-2.2
|
||
2.1 |
forbiddenapis-2.1
|
||
2.0 |
forbiddenapis-2.0
|
||
1.8 |
forbiddenapis-1.8
|
||
1.7 |
forbiddenapis-1.7
|
||
1.6.x |
forbiddenapis-1.6.1
|
||
1.6 |
forbiddenapis-1.6
|
||
1.5.x |
forbiddenapis-1.5.1
|
||
1.5 |
forbiddenapis-1.5
|
||
1.4.x |
forbiddenapis-1.4.1
|
||
1.4 |
forbiddenapis-1.4
|
||
1.3 |
forbiddenapis-1.3
|
||
1.2 |
forbiddenapis-1.2
|
||
1.1 |
forbiddenapis-1.1
|
||
1.0 |
forbiddenapis-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
<version>3.5.1</version>
</plugin>
Advertisement