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

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


    from bf682a7  [MPMD-312] Upgrade to PMD 6.38.0
     new 38701da  [MPMD-312] The rule BooleanInstantiation is deprecated
     new 251f954  [MPMD-320] Correctly decode filename paths in classpath for 
toolchain
     new b8fc018  [MPMD-321] Display PMD version that is being used also for 
pmd:pmd and pmd:cpd
     new 45a5e54  [MPMD-322] Display when PMD/CPD is skipped

The 4 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:
 pom.xml                                            |  7 ++++
 .../plugins/pmd/AbstractPmdViolationCheckMojo.java |  4 +-
 .../org/apache/maven/plugins/pmd/CpdReport.java    |  2 +
 .../maven/plugins/pmd/CpdViolationCheckMojo.java   |  7 +++-
 .../org/apache/maven/plugins/pmd/PmdReport.java    |  2 +
 .../maven/plugins/pmd/PmdViolationCheckMojo.java   |  9 ++--
 .../apache/maven/plugins/pmd/exec/Executor.java    | 19 ++++++---
 .../rulesets/java/maven-pmd-plugin-default.xml     |  2 +-
 src/main/resources/rulesets/maven.xml              |  2 +-
 src/site/apt/examples/usingRuleSets.apt.vm         |  2 +-
 .../maven/plugins/pmd/CapturingPrintStream.java    |  3 +-
 .../apache/maven/plugins/pmd/CpdReportTest.java    |  4 ++
 .../plugins/pmd/CpdViolationCheckMojoTest.java     |  7 +++-
 .../apache/maven/plugins/pmd/PmdReportTest.java    | 13 ++++++
 .../plugins/pmd/PmdViolationCheckMojoTest.java     | 16 +++++++-
 .../maven/plugins/pmd/exec/ExecutorTest.java       | 48 ++++++++++++++++++++++
 ...d-check-default-configuration-plugin-config.xml |  8 ++--
 17 files changed, 133 insertions(+), 22 deletions(-)
 create mode 100644 
src/test/java/org/apache/maven/plugins/pmd/exec/ExecutorTest.java

Reply via email to