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

   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.
   
   One fixture, `ConfigurationReport` under `src/it/reportConfig`.
   
   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: the module builds; its IT runs as part of the reporting-exec IT 
suite, which I did not run in full.
   
   *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