| --- |
| layout: post |
| status: PUBLISHED |
| published: true |
| title: Apache Maven PMD Plugin, version 3.20.0 Released |
| id: 80c64375-57df-4c2b-b7fc-a1c32b87b568 |
| date: '2023-01-11 20:35:35 -0500' |
| categories: maven |
| tags: |
| - plugin |
| permalink: maven/entry/apache-maven-pmd-plugin-version6 |
| --- |
| <div class="post_body"> |
| <p>The Maven team is pleased to announce the release of the<br /> |
| <a href="https://maven.apache.org/plugins/maven-pmd-plugin/">Apache Maven PMD Plugin, version 3.20.0</a></p> |
| <p>A Maven plugin for the PMD toolkit, that produces a report on both code rule<br /> |
| violations and detected copy and paste fragments, as well as being able to fail<br /> |
| the build based on these metrics.</p> |
| <p>You can download the appropriate sources etc. from the<br /> |
| <a href="https://maven.apache.org/plugins/maven-pmd-plugin/download.cgi">download page</a>.</p> |
| <p>You should specify the version in your project's plugin configuration:</p> |
| <div class="highlight"> |
| <pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="ln">1</span><span class="cl"><span class="nt"><plugin></span>
|
| </span></span><span class="line"><span class="ln">2</span><span class="cl"> <span class="nt"><groupId></span>org.apache.maven.plugins<span class="nt"></groupId></span>
|
| </span></span><span class="line"><span class="ln">3</span><span class="cl"> <span class="nt"><artifactId></span>maven-pmd-plugin<span class="nt"></artifactId></span>
|
| </span></span><span class="line"><span class="ln">4</span><span class="cl"> <span class="nt"><version></span>3.20.0<span class="nt"></version></span>
|
| </span></span><span class="line"><span class="ln">5</span><span class="cl"><span class="nt"></plugin></span>
|
| </span></span></code></pre> |
| </div> |
| <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317621&version=12352270">Release Notes - Apache Maven PMD Plugin - Version 3.20.0</a></p> |
| <ul> |
| <li> |
| <p>Bug</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-335">MPMD-335</a> - Aggregate mode doesn't use additional repositories</li> |
| </ul> |
| </li> |
| <li> |
| <p>Task</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-361">MPMD-361</a> - Explicitly start and end tables with Doxia Sinks in report renderers</li> |
| </ul> |
| </li> |
| <li> |
| <p>Dependency upgrades</p> |
| <ul> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-356">MPMD-356</a> - Upgrade to PMD 6.50.0</li> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-357">MPMD-357</a> - Upgrade to PMD 6.51.0</li> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-358">MPMD-358</a> - Upgrade to PMD 6.52.0</li> |
| <li><a href="https://issues.apache.org/jira/browse/MPMD-360">MPMD-360</a> - Upgrade to PMD 6.53.0</li> |
| </ul> |
| </li> |
| </ul> |
| <p>Enjoy,</p> |
| <ul> |
| <li>The Maven team</li> |
| </ul></div> |