Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e528d7

Browse files
committed
Update plugin list
Refs pmd/pmd#5404
1 parent 9746de7 commit 7e528d7

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

_includes/plugins.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@
66
<h2 class="text-center">Plugins</h2>
77
<br/>
88

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

1927
</div>

0 commit comments

Comments
 (0)