slachiewicz opened a new pull request, #552: URL: https://github.com/apache/maven-ear-plugin/pull/552
The site descriptor was still the v1 `<project xmlns=".../DECORATION/1.8.0">` model, which makes every site build log "You MUST migrate to the new model as soon as possible otherwise your build will break in the future". It holds only menus, so the conversion is the root element and the namespace. Last of the estate sweep — the other fifteen repositories are in review now. **Overlaps with #536, deliberately flagged rather than merged around.** That PR fixes the `schemaLocation` in this same file, which pointed `DECORATION/1.8.0` at `decoration-1.0.0.xsd`. The two changes sit at different layers: #536 corrects the v1 declaration, this one leaves v1 behind and deletes that line. Its other hunk, the doubled slash in `download.xml.vm`, is untouched here and still wanted either way. Whichever lands second needs a trivial rebase. I have no preference on the order; if #536 goes first I will rebase this one. Verified: descriptor validates against `site-2.1.0.xsd`; `mvn site` → BUILD SUCCESS with the warning gone from the log. *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]
