Skip to content

Fix the doubled dash in the download page filenames - #440

Merged
slachiewicz merged 1 commit into
masterfrom
fix-download-page-filename
Aug 9, 2026
Merged

Fix the doubled dash in the download page filenames#440
slachiewicz merged 1 commit into
masterfrom
fix-download-page-filename

Conversation

@slachiewicz

Copy link
Copy Markdown
Member

The three link labels in the Files table on the download page read maven-wrapper--<version>-source-release.zip, with a spurious second dash.

Only the labels were affected. The hrefs already pointed at the correct maven-wrapper-<version>-source-release.zip, so the links worked — but they displayed a filename that does not exist, which is confusing for anyone verifying a download by name.

Confirmed against https://downloads.apache.org/maven/wrapper/, which currently lists:

maven-wrapper-3.3.4-source-release.zip
maven-wrapper-3.3.4-source-release.zip.asc
maven-wrapper-3.3.4-source-release.zip.sha512

The literal maven-wrapper prefix is deliberately left as is: this project's artifactId is maven-wrapper-parent, so ${project.artifactId} would not produce the released filename.

Found while surveying src/site/xdoc/download.xml.vm across the Maven estate — this typo is unique to this repository.

Draft until CI is green.

The three link labels in the Files table read "maven-wrapper--<version>",
with a spurious second dash. Only the labels were affected; the hrefs
already pointed at the correct maven-wrapper-<version>-source-release.zip,
so the links worked but showed users a filename that does not exist.

Confirmed against https://downloads.apache.org/maven/wrapper/, which
currently lists maven-wrapper-3.3.4-source-release.zip and its .asc and
.sha512 companions.

The literal "maven-wrapper" prefix is left as is: this project's
artifactId is maven-wrapper-parent, so ${project.artifactId} would not
produce the released filename.

Generated-by: Claude Code
@slachiewicz slachiewicz added the documentation Improvements or additions to documentation label Aug 9, 2026
@slachiewicz
slachiewicz marked this pull request as ready for review August 9, 2026 23:19
@slachiewicz
slachiewicz merged commit fa9728c into master Aug 9, 2026
24 checks passed
@slachiewicz
slachiewicz deleted the fix-download-page-filename branch August 9, 2026 23:29
@github-actions github-actions Bot added this to the 3.3.4 milestone Aug 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant