slachiewicz opened a new pull request, #13096: URL: https://github.com/apache/maven/pull/13096
`InfoReport` in `maven-it-plugin-site` implements only `getOutputName()`, which Maven Reporting API 4.0.0 deprecated in favour of `getOutputPath()`. The IT plugin already compiles against 4.0.0, so it can use the current method; `getOutputName()` stays as a deprecated delegate because the interface still declares it abstract. No behaviour change — `info` either way. Last of a sweep that has moved the estate's report implementations onto `getOutputPath()`. Verified: `mvn -f its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml compile` → BUILD SUCCESS. I did not run the core ITs. Targets `maven-4.0.x` first; the same change for `master` follows once this lands. *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]
