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 2051d09  [MPMD-248] cpd-check goal leaks file handle
     new 4712a94  [MPMD-244] Maven PMD plugin fails but no reason is given for 
the failure
     new f9c4942  [MPMD-246] Output details of processing errors
     new a4ec983  [MPMD-246] Output details of processing errors
     new fb7511f  [MPMD-246] Output details of processing errors
     new 8ea1ca9  [MPMD-244] Maven PMD plugin fails but no reason is given for 
the failure

The 5 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 +
 .../invoker.properties                             |   1 -
 .../logging-disabled}/pom.xml                      |  12 +-
 .../src/main/java/BrokenFile.java                  |   0
 .../logging-enabled}/pom.xml                       |  12 +-
 .../logging-enabled}/src/main/java/BrokenFile.java |   0
 .../pom.xml                                        |  11 +-
 .../verify.groovy                                  |   6 +-
 .../maven/plugins/pmd/AbstractPmdReport.java       |  34 +++++
 .../org/apache/maven/plugins/pmd/CpdReport.java    |   2 +
 .../maven/plugins/pmd/PmdCollectingRenderer.java   |  11 +-
 .../org/apache/maven/plugins/pmd/PmdReport.java    |  22 ++-
 .../maven/plugins/pmd/PmdReportGenerator.java      | 168 ++++++++++++++++-----
 src/main/resources/pmd-report.properties           |   3 +
 src/main/resources/pmd-report_de.properties        |   3 +
 .../apache/maven/plugins/pmd/PmdReportTest.java    |  86 ++++++++++-
 ...d-processing-error-no-report-plugin-config.xml} |   3 +-
 ...=> pmd-processing-error-skip-plugin-config.xml} |   2 +-
 18 files changed, 317 insertions(+), 66 deletions(-)
 copy src/it/{MPMD-219-pmd-processing-error => 
MPMD-244-logging}/invoker.properties (96%)
 copy src/it/{MPMD-219-pmd-processing-error => 
MPMD-244-logging/logging-disabled}/pom.xml (83%)
 copy src/it/{MPMD-219-pmd-processing-error => 
MPMD-244-logging/logging-disabled}/src/main/java/BrokenFile.java (100%)
 copy src/it/{MPMD-219-pmd-processing-error => 
MPMD-244-logging/logging-enabled}/pom.xml (83%)
 copy src/it/{MPMD-219-pmd-processing-error => 
MPMD-244-logging/logging-enabled}/src/main/java/BrokenFile.java (100%)
 copy src/it/{MPMD-234-analysis-cache => MPMD-244-logging}/pom.xml (85%)
 copy src/it/{MPMD-219-pmd-processing-error => MPMD-244-logging}/verify.groovy 
(62%)
 copy 
src/test/resources/unit/processing-error/{pmd-processing-error-plugin-config.xml
 => pmd-processing-error-no-report-plugin-config.xml} (94%)
 copy 
src/test/resources/unit/processing-error/{pmd-processing-error-plugin-config.xml
 => pmd-processing-error-skip-plugin-config.xml} (97%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to