slachiewicz opened a new pull request, #991: URL: https://github.com/apache/maven-wagon/pull/991
Converts all 17 `src/site/site.xml` descriptors still on the DECORATION namespace (root project plus wagon-provider-api, wagon-provider-test, wagon-providers and its 11 submodules, and wagon-tcks and wagon-tck-http) to the v2 site model: only the root element, namespace, and `xsi:schemaLocation` change, from `<project xmlns=".../DECORATION/x.y.z">` to `<site xmlns="http://maven.apache.org/SITE/2.1.0">`. Doxia Sitetools currently warns 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: every converted file validates against site-2.1.0.xsd via `xmllint`, and `mvn -B -N site -DskipTests` at the root and `mvn -B site -DskipTests` in wagon-provider-api both end BUILD SUCCESS with the warning gone from the log; the remaining modules were not built (a full multi-module site build was not run). *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]
