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/12/21 19:56:15 UTC

[maven-surefire] branch master updated (0571e7218 -> 1218cf82d)

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-surefire.git


    from 0571e7218 Don't list minor bugs in specific outdated versions on the home page
     add 1218cf82d [SUREFIRE-2129] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0

No new revisions were added by this update.

Summary of changes:
 maven-surefire-report-plugin/pom.xml               |  31 +++++
 .../report/AbstractSurefireReportMojo.java         |  10 +-
 .../plugins/surefire/report/JUnit4SuiteTest.java   |   1 -
 .../plugins/surefire/report/Surefire1183Test.java  | 122 -----------------
 .../plugins/surefire/report/Surefire597Test.java   |   2 +-
 .../surefire/report/SurefireReportMojoTest.java    | 145 ++++++++++-----------
 .../stubs/DependencyArtifactStubFactory.java       |  73 +++++++++++
 .../report/stubs/SurefireRepMavenProjectStub.java  |  17 +++
 .../plugin-config.xml                              |   1 +
 .../plugin-config.xml                              |   1 +
 .../plugin-config.xml                              |   1 +
 .../plugin-config.xml                              |   1 +
 .../basic-surefire-report-test/plugin-config.xml   |   1 +
 .../TEST-com.shape.CircleTest.xml                  |   0
 .../{ => unit}/surefire-1183/plugin-config.xml     |   5 +-
 .../plugin-config.xml                              |   1 +
 .../surefire-report-enclosed/plugin-config.xml     |   1 +
 .../plugin-config.xml                              |   1 +
 .../surefire-report-nestedClass/plugin-config.xml  |   1 +
 .../surefire-report-single-error/plugin-config.xml |   1 +
 20 files changed, 214 insertions(+), 202 deletions(-)
 delete mode 100644 maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/Surefire1183Test.java
 create mode 100644 maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/stubs/DependencyArtifactStubFactory.java
 rename maven-surefire-report-plugin/src/test/resources/{ => unit}/surefire-1183/acceptancetest-reports/TEST-com.shape.CircleTest.xml (100%)
 rename maven-surefire-report-plugin/src/test/resources/{ => unit}/surefire-1183/plugin-config.xml (87%)