slachiewicz commented on PR #582: URL: https://github.com/apache/maven-jar-plugin/pull/582#issuecomment-5234817272
Superseded by #584, which converted this FAQ from FML to Markdown and carries both changes this PR made: the code formatting on `archive` and the comma correction in "defined by the Maven Archiver library, not by the Maven JAR Plugin". That conversion renamed `src/site/fml/faq.fml` out of existence, so this PR edits a file that is no longer on master and is not mergeable. Worth recording why the fix is still present rather than lost in the rename: this PR changed `` `archive` `` to `<code>archive</code>` because FML answers are parsed by Doxia's `XdocParser`, which has no backtick handling, so the backticks were reaching the published page literally. Now that the page is Markdown, backticks *are* code formatting, and #584 restored them deliberately. Same rendered result, arrived at from the opposite direction. Closing as superseded. -- 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]
