slachiewicz opened a new pull request, #1371: URL: https://github.com/apache/maven-javadoc-plugin/pull/1371
The site descriptor was still the v1 `<project xmlns=".../DECORATION/1.0.0">` model, which makes every site build log: > Site model of 'org.apache.maven.plugins:maven-javadoc-plugin:...' for default locale is still using the old pre-version 2.0.0 model. You MUST migrate to the new model as soon as possible otherwise your build will break in the future! It carries only links and menus, so the conversion is the root element and the namespace. `getOutputPath()` was already adopted here. Verified: `mvn site` → BUILD SUCCESS with the warning gone; 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]
