You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/01/11 11:59:46 UTC

[maven-project-info-reports-plugin] branch master updated (c4014fa -> 82f4bf2)

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

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


    from c4014fa  [MPOM-205] use sha512 checksums instead of sha1
     add 82f4bf2  add plugin excludes feature for plugin-management report Added pluginManagementExcludes list parameter.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   1 +
 .../{java-version => MPIR-375}/invoker.properties  |   2 +-
 src/it/MPIR-375/pom.xml                            | 125 +++++++++++++++++++++
 .../ModulesStub.java => it/MPIR-375/verify.groovy} |  33 ++----
 .../report/projectinfo/PluginManagementReport.java |  78 +++++++++++--
 .../projectinfo/PluginManagementReportTest.java    |  47 +++++++-
 ...tStub.java => PluginManagementMPIR375Stub.java} |   8 +-
 ...> plugin-management-plugin-config-MPIR-375.xml} |  42 +++++--
 8 files changed, 290 insertions(+), 46 deletions(-)
 copy src/it/{java-version => MPIR-375}/invoker.properties (96%)
 create mode 100644 src/it/MPIR-375/pom.xml
 copy src/{test/java/org/apache/maven/report/projectinfo/stubs/ModulesStub.java => it/MPIR-375/verify.groovy} (59%)
 copy src/test/java/org/apache/maven/report/projectinfo/stubs/{DependencyManagementStub.java => PluginManagementMPIR375Stub.java} (86%)
 copy src/test/resources/plugin-configs/{plugin-management-plugin-config.xml => plugin-management-plugin-config-MPIR-375.xml} (61%)