slachiewicz opened a new pull request, #655:
URL: https://github.com/apache/maven-project-info-reports-plugin/pull/655

   Three parts of the Doxia 2 adoption that were still outstanding here.
   
   - All 16 reports implement `getOutputPath()`, with `getOutputName()` kept as 
a deprecated delegate because Maven Reporting API 4.0.0 still declares it 
abstract — the pattern from the [report plugin 
guide](https://maven.apache.org/guides/plugin/guide-java-report-plugin-development.html),
 already used by maven-javadoc-plugin and maven-pmd-plugin. The output paths 
are unchanged strings.
   - The site descriptor was still the v1 `<project 
xmlns=".../DECORATION/1.8.1">` model, which Doxia Sitetools warns "will break 
in the future". It carries only menus, so the conversion is the root element 
and the namespace.
   - The ITs pinned Fluido Skin 2.0.1; 2.1.0 is released.
   
   Verified: `mvn verify` → 30 tests, 0 failures; `mvn -Prun-its verify` → 
Passed: 24, Failed: 0 with the bumped skin. The descriptor validates against 
`site-2.1.0.xsd`.
   
   *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