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 2018/04/27 16:45:41 UTC

[maven-pmd-plugin] branch master updated (9e875a7 -> bc1cf2a)

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 9e875a7  [MPMD-256] Add maxAllowedViolations property for PMD
     add bc1cf2a  [MPMD-258] PMD output multiplies with every module in multi module projects

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                               |  2 +-
 .../mod1}/pom.xml                                    | 11 ++++++-----
 .../mod1/src/main/java/hello/Test.java}              | 14 ++++++++------
 .../mod2}/pom.xml                                    | 11 ++++++-----
 .../mod2/src/main/java/hello/Test.java}              | 14 ++++++++------
 .../pom.xml                                          | 20 ++++++++++++++------
 .../verify.groovy                                    |  5 ++---
 .../apache/maven/plugins/pmd/AbstractPmdReport.java  | 16 ++++++++++++++++
 8 files changed, 61 insertions(+), 32 deletions(-)
 copy src/it/{MPMD-244-logging => MPMD-258-multiple-executions}/invoker.properties (95%)
 copy src/it/{MPMD-253-xref-link-multi-module/module => MPMD-258-multiple-executions/mod1}/pom.xml (71%)
 copy src/it/{empty-rulesets/src/main/java/com/mycompany/app/Foo.java => MPMD-258-multiple-executions/mod1/src/main/java/hello/Test.java} (84%)
 copy src/it/{MPMD-253-xref-link-multi-module/module => MPMD-258-multiple-executions/mod2}/pom.xml (71%)
 copy src/it/{empty-rulesets/src/main/java/com/mycompany/app/Foo.java => MPMD-258-multiple-executions/mod2/src/main/java/hello/Test.java} (84%)
 copy src/it/{MPMD-181-benchmark => MPMD-258-multiple-executions}/pom.xml (73%)
 copy src/it/{MPMD-206-sourceDirectories-js => MPMD-258-multiple-executions}/verify.groovy (87%)

-- 
To stop receiving notification emails like this one, please contact
adangel@apache.org.