slachiewicz opened a new pull request, #1190:
URL: https://github.com/apache/maven-plugin-tools/pull/1190

   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.
   
   No behaviour change — `plugin-info` is the same string. The `DummyReport` 
fixtures under `src/it` are left alone.
   
   Verified: `mvn test -pl maven-plugin-report-plugin` → 3 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