elharo opened a new pull request, #1636: URL: https://github.com/apache/maven-site/pull/1636
Fixes #1598 The Settings Reference and related pages referenced the outdated `settings-1.0.0.xsd` schema, while the current Maven (e.g. 3.9.16) uses `settings-1.2.0.xsd`. A settings.xml validated against the 1.0.0 XSD rejects valid tags like `<usePluginRegistry/>`, `<mirrorOfLayouts>`, and `<blocked>`. Updated all references from `SETTINGS/1.0.0` / `settings-1.0.0.xsd` to `SETTINGS/1.2.0` / `settings-1.2.0.xsd`: - `content/markdown/settings.md` (Settings Reference, including the quickstart overview) - `content/markdown/general.md` (XSD schemas links + example) - `content/markdown/guides/getting-started/index.md` (getting-started example) -- 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]
