Render the archive parameter as code on the FAQ page The FAQ answer was rewritten in #581 using Markdown backticks around `archive`. FML is not Markdown: an <answer> body is parsed by Doxia's XdocParser, which has no backtick handling, so the characters reach the generated page verbatim. maven.apache.org currently shows The `archive` parameter is defined by the Maven Archiver library. Use <code>, which is what the other 22 faq.fml files in the Maven estate use for the same purpose. The same sentence also gained a full stop in place of a comma, splitting "defined by the Maven Archiver library, not by the Maven JAR Plugin" into a sentence and a fragment. Fixed here since it is the same sentence and the same origin. Verified by building the site before and after: the only differences in the rendered page are `archive` -> archive and library. -> library,. The #question1 anchor is unchanged. Generated-by: Claude Opus 5 (1M context)
You have found a bug, or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.