You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/07/02 12:14:00 UTC

[jira] [Commented] (MNG-7064) Use HTTPS for schema location in global settings.xml

    [ https://issues.apache.org/jira/browse/MNG-7064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373473#comment-17373473 ] 

Michael Osipov commented on MNG-7064:
-------------------------------------

Fixed with [8f58b85eaf724a98d1332cfbb3e0a3de58c9587b|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=8f58b85eaf724a98d1332cfbb3e0a3de58c9587b] for {{maven-3.8.x}} branch.

> Use HTTPS for schema location in global 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
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 3.8.2, 4.0.0, 4.0.0-alpha-1
>
>
> 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)