[
https://issues.apache.org/jira/browse/MNGSITE-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783396#comment-17783396
]
ASF GitHub Bot commented on MNGSITE-527:
----------------------------------------
gnodet commented on PR #464:
URL: https://github.com/apache/maven-site/pull/464#issuecomment-1796960251
I'm slightly worried about publishing unstable XSDs. This may cause problem
is the next 4.0.0 alpha/beta/milestone release does actually change it. Users
may have the schema cached by their IDE already. A safe way would be to bump
the version of the schemas if they changed in a future release, irrespective of
its alpha status. Another one would be to publish those with `-alpha-8` or
maybe just `alpha` in their file name, so something like
`maven-4.1.0-alpha-8.xsd`... ?
> broken link to settings-1.3.0.xsd
> ---------------------------------
>
> Key: MNGSITE-527
> URL: https://issues.apache.org/jira/browse/MNGSITE-527
> Project: Maven Project Web Site
> Issue Type: Bug
> Reporter: Filipe Roque
> Priority: Major
>
> The url of the XSD mentioned in the settings.xml settings tag is broken in
> Maven 4
> {code:java}
> <settings xmlns="http://maven.apache.org/SETTINGS/1.3.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.3.0
> https://maven.apache.org/xsd/settings-1.3.0.xsd"> {code}
> Both the settings.xml found at apache-maven-4.0.0-alpha-8/conf/settings.xml
> and at https://maven.apache.org/ref/4-LATEST/maven-settings/settings.html
> reference a broken url.
> There are older Versions at [http://maven.apache.org/xsd/].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)