Anders Hammar created MNG-7064: ---------------------------------- Summary: Use https for schema location in default settings.xml Key: MNG-7064 URL: https://issues.apache.org/jira/browse/MNG-7064 Project: Maven Issue Type: Improvement Components: Settings Affects Versions: 3.6.3 Reporter: Anders Hammar
Currently, the default settings.xml uses http for the schemaLocation: {{xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"}} This should be changed to https (http://maven.apache.org/xsd/settings-1.0.0.xsd) which is also the URL used in the docs (https://maven.apache.org/settings.html). -- This message was sent by Atlassian Jira (v8.3.4#803005)