slachiewicz opened a new pull request, #12720: URL: https://github.com/apache/maven/pull/12720
`src/site/xdoc/index.xml` was the last xdoc content page in this repository -- every other page under `src/site` is already Markdown. It becomes `src/site/markdown/index.md`, still rendering to `index.html`. The page used no Velocity, so it needs no `.vm` suffix. The dependency diagram stays as an inline `<object>` tag, which Markdown has no syntax for and Doxia passes through unchanged. ### Verification `mvn site -N` was run on `master` and on this branch and the generated HTML compared: - the page anchor `#Apache_Maven_4.x` is unchanged - the page title, `meta name="author"` (Hervé Boutemy), visible text and every link target: identical - all 16 other pages of the root site: identical - the raw markup differs only in whitespace `-N` builds the root project's site only, which is where this page lives; the module sites are untouched by this change. ### Please do not squash The rename is a separate commit so `git log --follow` keeps working. Squashing collapses it back into a delete plus an add. -- 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]
