Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.xml schema location for 1.3.0 not found #708

Open
wallentx opened this issue Feb 25, 2025 · 0 comments
Open

settings.xml schema location for 1.3.0 not found #708

wallentx opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@wallentx
Copy link

Bug description

I had set the following for settings.xml in one of our projects about 5 months ago:

<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 http://maven.apache.org/xsd/settings-1.3.0.xsd">

As I recall, http://maven.apache.org/xsd/settings-1.3.0.xsd would redirect to whatever the latest 1.3.0 beta/rc was. The current expected behavior is that it would redirect to https://maven.apache.org/xsd/settings-1.3.0-beta-5.xsd.
This would reflect how https://maven.apache.org/xsd/settings-2.0.0.xsd will currently redirect to https://maven.apache.org/xsd/settings-2.0.0-rc-2.xsd.

It appears that http://maven.apache.org/xsd/settings-1.3.0.xsd no longer has the redirect, and just sends me to the "Page not found" page.
Also, I'm not sure if any of the http://maven.apache.org/SETTINGS/* pages are supposed to resolve or not, but I am not currently seeing that they do. I do see from the Internet Archive that http://maven.apache.org/SETTINGS/ used to resolve to the settings reference documentation.

Maven site URL where bug exists

http://maven.apache.org/xsd/settings-1.3.0.xsd

@wallentx wallentx added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant