|
6 | 6 | <h2class="text-center">Plugins</h2> |
7 | 7 | <br/> |
8 | 8 |
|
| 9 | +<p> |
| 10 | + PMD has been integrated into various tools as a plugin. This list is just a small extract. |
| 11 | + See<ahref="https://docs.pmd-code.org/snapshot/pmd_userdocs_tools_ide_plugins.html">IDE Plugins</a>, |
| 12 | +<ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools_ci.html">CI Plugins</a> and |
| 13 | +<ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html">Other Integrations</a> for a more |
| 14 | + complete list. |
| 15 | +</p> |
| 16 | + |
9 | 17 | <ul> |
10 | 18 | <li><aclass="externalLink"href="https://maven.apache.org/plugins/maven-pmd-plugin/">Maven PMD plugin</a></li> |
11 | 19 | <li><aclass="externalLink"href="https://docs.gradle.org/current/userguide/pmd_plugin.html">Gradle: The PMD Plugin</a></li> |
12 | | -<li><ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#eclipse">Eclipse plugin</a></li> |
13 | | -<li><aclass="externalLink"href="https://github.com/sqe-team/sqe">NetBeansplugin</a></li> |
14 | | -<li><ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#jbuilder">JBuilder plugin</a></li> |
15 | | -<li><ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#jdeveloper">JDeveloper plugin</a></li> |
16 | | -<li><ahref="https://docs.pmd-code.org/latest/pmd_userdocs_tools.html#idea">IntelliJ IDEA plugin</a></li> |
| 20 | +<li><aclass="externalLink"href="https://marketplace.eclipse.org/content/eclipse-pmd">Eclipse: eclipse-pmd</a></li> |
| 21 | +<li><aclass="externalLink"href="https://marketplace.eclipse.org/content/pmd-eclipse-plugin">Eclipse: pmd-eclipse-plugin</a></li> |
| 22 | +<li><aclass="externalLink"href="https://plugins.jetbrains.com/plugin/1137-pmd">IntelliJ: PMD Plugin</a></li> |
| 23 | +<li><aclass="externalLink"href="https://marketplace.visualstudio.com/items?itemName=chuckjonas.apex-pmd">VS Code: Apex PMD</a></li> |
| 24 | +<li><aclass="externalLink"href="https://marketplace.visualstudio.com/items?itemName=cracrayol.pmd-java">VS Code: PMD for Java</a></li> |
17 | 25 | </ul> |
18 | 26 |
|
19 | 27 | </div> |
|