slachiewicz opened a new pull request, #127: URL: https://github.com/apache/maven-apache-resources/pull/127
Converts `src/site/site.xml` (the project's own descriptor at the reactor root, not a resource template shipped to consumers under `src/main/resources`) from the pre-2.0.0 DECORATION model to the v2 SITE/2.1.0 model (root element and namespace only). Doxia Sitetools logs on every build: "Site model of '<gav>' 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!" Verified: the converted file validates against site-2.1.0.xsd, and `mvn -B site -DskipTests -N` completes with BUILD SUCCESS with the warning no longer present in the log (`-N` used because the full reactor build fails on an unrelated pre-existing issue: the `resources-bundles-sample` module cannot resolve sibling snapshot dependencies in a fresh clone that has not run `install`). *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]
