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

[jira] [Closed] (MNG-6778) Use https for schemaLocations

     [ https://issues.apache.org/jira/browse/MNG-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MNG-6778.
-------------------------------
    Fix Version/s:     (was: 3.7.0-candidate)
                   3.7.0
         Assignee: Robert Scholte
       Resolution: Fixed

Fixed in [d657c9c6b467db60c932799485fb4210c0bd1fe0|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=d657c9c6b467db60c932799485fb4210c0bd1fe0]
Thanks for the patch!

> Use https for schemaLocations
> -----------------------------
>
>                 Key: MNG-6778
>                 URL: https://issues.apache.org/jira/browse/MNG-6778
>             Project: Maven
>          Issue Type: Improvement
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>              Labels: up-for-grabs
>             Fix For: 3.7.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> All poms start with the following roottag:
> {code:xml}
>     <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> {code}
> The schemaLocation VALUE should be updated to {{https://maven.apache.org/xsd/maven-4.0.0.xsd}}; the key is just a constant String, even though it looks like a URL, better to keep this the same.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)