You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/07 17:04:44 UTC

[maven-project-info-reports-plugin] branch master updated (91d0efe -> 90f65c2)

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

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


    from 91d0efe  [MPIR-421] Make all ITs with site.xml use an explicit skin
     add 90f65c2  [MPIR-422] Stop overriding AbstractMavenReport#execute()

No new revisions were added by this update.

Summary of changes:
 .../projectinfo/AbstractProjectInfoReport.java     | 81 ----------------------
 .../projectinfo/AbstractProjectInfoTestCase.java   |  2 +-
 .../report/projectinfo/CiManagementReportTest.java |  3 +-
 .../report/projectinfo/DependenciesReportTest.java |  3 +-
 .../DependencyConvergenceReportTest.java           |  3 +-
 .../DependencyManagementReportTest.java            |  3 +-
 .../maven/report/projectinfo/IndexReportTest.java  |  3 +-
 .../projectinfo/IssueManagementReportTest.java     |  3 +-
 .../report/projectinfo/LicensesReportTest.java     |  6 +-
 .../report/projectinfo/MailingListsReportTest.java |  3 +-
 .../report/projectinfo/ModulesReportTest.java      |  8 +--
 .../projectinfo/PluginManagementReportTest.java    | 18 ++---
 .../maven/report/projectinfo/ScmReportTest.java    | 10 +--
 .../report/projectinfo/SummaryReportTest.java      |  3 +-
 .../maven/report/projectinfo/TeamReportTest.java   |  7 +-
 15 files changed, 27 insertions(+), 129 deletions(-)