slachiewicz opened a new pull request, #3469:
URL: https://github.com/apache/maven-surefire/pull/3469

   Adopts the report output method that Maven Reporting API 4.0.0 introduced, 
following the pattern in the [report plugin 
guide](https://maven.apache.org/guides/plugin/guide-java-report-plugin-development.html)
 and already used by maven-javadoc-plugin and maven-pmd-plugin: 
`getOutputPath()` carries the value, and `getOutputName()` stays as a 
deprecated delegate because the API still declares it abstract.
   
   Both reports return the configurable `outputName` parameter as before, so 
the rendered paths do not change. `AbstractSurefireReport` now declares 
`getOutputPath()` abstract instead of `getOutputName()`.
   
   The `surefire-3.5.x` line is not touched: it is the Doxia 1 line for this 
plugin and Maven Reporting API 3.x has no `getOutputPath()`.
   
   Verified: `mvn test -pl maven-surefire-report-plugin` → 14 tests, 0 failures.
   
   *This change was created with AI assistance.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to