slachiewicz opened a new pull request, #249:
URL: https://github.com/apache/maven-reporting-impl/pull/249

   The report fixtures under `src/it` still implement only the deprecated 
`getOutputName()`. They are what a plugin author copies when writing a report, 
so they should show the pattern the [report plugin 
guide](https://maven.apache.org/guides/plugin/guide-java-report-plugin-development.html)
 asks for: `getOutputPath()` carries the value, `getOutputName()` stays as a 
deprecated delegate because Maven Reporting API 4.0.0 still declares it 
abstract.
   
   Four fixtures in `setup-reporting-plugin`: the custom report, the one with a 
renderer, the multi-page one and the external one.
   
   No behaviour change — the paths are the same strings. Formatting follows 
each file's existing brace style rather than the modern one, so the diff stays 
additive.
   
   Verified: `mvn -Prun-its verify` → Passed: 6, Failed: 0.
   
   *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