You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2021/05/25 05:46:00 UTC

[jira] [Closed] (MNGSITE-452) broken link to settings-1.2.0.xsd

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

Herve Boutemy closed MNGSITE-452.
---------------------------------
      Assignee: Herve Boutemy
    Resolution: Fixed

nice catch, thank you for the report: fixed in https://github.com/apache/maven-site/commit/3010e08e484e8b253d680078ce14b7dda0158b6f

related to "blocked" new field for mirror from MNG-7117

> broken link to settings-1.2.0.xsd
> ---------------------------------
>
>                 Key: MNGSITE-452
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-452
>             Project: Maven Project Web Site
>          Issue Type: Bug
>         Environment: apache-maven-3.8.1, windows 10,
>            Reporter: Florian
>            Assignee: Herve Boutemy
>            Priority: Minor
>              Labels: settings, xsd
>
> The url of the xsd mentioned in the settings.xml settings tag is broken. 
> {code:java}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
>           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
> {code}
> Both the settings.xml found at apache-maven-3.8.1/conf/settings.xml and at [http://maven.apache.org/ref/3.8.1/maven-settings/settings.html] reference a broken url.
> There is only a older Version at [http://maven.apache.org/xsd/]. Can someone please upload the right version or fix the url?
> Thanks in advanced.
> P.S. What are the diferences between settings-1.2.0.xsd and settings-1.1.0.xsd?



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