slachiewicz opened a new pull request, #1308: URL: https://github.com/apache/maven-site-plugin/pull/1308
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. The two `MyReport` fixtures, in the MSITE-627 and MSITE-842 IT projects. 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 -Dinvoker.test=MSITE-627,MSITE-842` → Passed: 2, 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]
