slachiewicz opened a new pull request, #150: URL: https://github.com/apache/maven-doxia-converter/pull/150
The wording on this page had drifted from the text the rest of the Maven estate uses. This restores the common wording and converts the source from xdoc to Markdown. **The generated `download.html` is unchanged in structure** — same headings, same generated anchors (`#Files`, `#Previous_Versions`), same table, same link targets. No URL and no in-page anchor moves. ### Note for reviewers Two commits on purpose: a pure rename, then the rewrite. Git rename detection is similarity-based, so doing both at once is recorded as a delete plus an add and `git log --follow` stops there. **Please merge or rebase rather than squash.** Because the file stays a `.vm`, the two subsection headings use **setext underlines**. In a Velocity template `##` is a line comment, so an ATX heading is deleted silently — with the build still passing. I verified this failure mode directly before choosing the setext form. ### Verification Built the site locally and compared the generated HTML with the currently published page: identical link set and page structure. Local build only — not claiming CI is green; draft until it is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
