[
https://issues.apache.org/jira/browse/MNGSITE-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782322#comment-17782322
]
Guillaume Nodet commented on MNGSITE-527:
-----------------------------------------
Maven 4.0.0 is still in alpha, so those XSDs (this also includes
maven-4.1.0.xsd, core-extensions-1.2.0.xsd, plugin-1.1.0.xsd) have not been
published yet, because I assumed they could still change before 4.0.0 GA.
I'm fine with publishing those somehow, but not sure how to communicate to
users that those can still change.
> 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)