You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2019/04/06 15:33:21 UTC

[maven-pmd-plugin] branch MPMD-282 updated (d94dc72 -> 70ad1f0)

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a change to branch MPMD-282
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git.


 discard d94dc72  [MPMD-282] Add rule name to HTML report
     new a9c5840  [MPMD-279] Improve documentation of maxAllowedViolations
     new 67ee139  [MPMD-276] Rename test files for cpd's excludeFromFailureFile
     new 70ad1f0  [MPMD-282] Add rule name to HTML report

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d94dc72)
            \
             N -- N -- N   refs/heads/MPMD-282 (70ad1f0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 585 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plugins/pmd/AbstractPmdViolationCheckMojo.java | 15 ++++++++++-
 .../maven/plugins/pmd/PmdViolationCheckMojo.java   | 13 ++++++---
 src/site/fml/faq.fml                               | 31 ++++++++++++++++++++++
 .../apache/maven/plugins/pmd/PmdReportTest.java    |  7 ++++-
 ...-cpd-exclusions-configuration-plugin-config.xml |  4 +--
 ...-cpd-exclusions-configuration-plugin-config.xml |  2 +-
 .../{cpd_exclude.txt => my-exclude-cpd.properties} |  0
 7 files changed, 64 insertions(+), 8 deletions(-)
 rename src/test/resources/unit/excludes/{cpd_exclude.txt => my-exclude-cpd.properties} (100%)