Skip to content

Fixing Maven distribution URLs#4

Merged
aooohan merged 2 commits into
version-fox:mainfrom
tomasgodoi:main
Jan 19, 2026
Merged

Fixing Maven distribution URLs#4
aooohan merged 2 commits into
version-fox:mainfrom
tomasgodoi:main

Conversation

@tomasgodoi
Copy link
Copy Markdown
Contributor

This pull request updates the Maven download URLs in the lib/util.lua utility module to use the new official Apache Maven CDN endpoint instead of the old archive URL. This ensures that future downloads use the most up-to-date and reliable source.

Infrastructure update:

  • Updated the MAVEN_URL, FILE_URL, and CHECKSUM_URL constants in lib/util.lua to use https://dlcdn.apache.org/maven/ instead of the deprecated https://archive.apache.org/dist/maven/ endpoint.

  • In fact, the https://archive.apache.org/dist/maven/ endpoint doesn't work anymore.

@tomasgodoi
Copy link
Copy Markdown
Contributor Author

The https://archive.apache.org/dist/maven/ reposistory is working again, although it's not recommended anymore:
"The directories and files linked below are a historical archive of software released by Apache Software Foundation projects.

THEY MAY BE UNSUPPORTED AND UNSAFE TO USE"

Therefore, this PR is still relevant for the future.

@aooohan aooohan merged commit 252bc86 into version-fox:main Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants