MrThaler opened a new issue, #1598: URL: https://github.com/apache/maven-site/issues/1598
### Improvement proposal The [Settings Reference](https://maven.apache.org/settings.html) still refers to the `settings-1.0.0.xsd`: ```xml <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository/> <interactiveMode/> <offline/> <pluginGroups/> <servers/> <mirrors/> <proxies/> <profiles/> <activeProfiles/> </settings> ``` This happens across the whole page. This leads to confusion when one starts with this `settings.xml` and later tries to apply the [Guide to Mirror Settings](https://maven.apache.org/guides/mini/guide-mirror-settings.html) and reaches the [Reference Page](https://maven.apache.org/ref/3.9.16/maven-settings/settings.html) from there. This has a number of possible entries the `1.0.0` version will treat as an error. While I don't think that all of the possible entries need to be referenced in the Quickstart, I *do* believe we should use the most current XSD over there. Otherwise a perfectly valid settings.xml will be treated has containing illegal tags until one figures out the XSD entry is too old. -- 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]
