Fix documentation issues across site docs (#2010) * Fix documentation issues across site docs * Fix grammar and clarity in about-checksums.md Corrected grammatical errors and improved clarity in the explanation of checksum algorithms and their usage. * Fix grammar and clarity in API compatibility documentation * Apply suggestion from @gnodet Co-authored-by: Guillaume Nodet <gnodet@gmail.com> * Fix wording and clarity in common misconceptions section Corrected phrasing and improved clarity in the text. * Fix grammar and clarity in misconceptions document Corrected grammatical errors and improved clarity in the explanation of test and runtime graphs in Maven. * Fix compile error in code example and indentation inconsistency * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Improve clarity on Resolver's completeness and dependencies Clarified the explanation of Resolver's completeness and its dependency on the maven-resolver-provider module. * Refine about-checksums.md for clarity and accuracy Updated language for clarity and precision regarding checksums and their security implications. * Improve instructions for handling broken MRMs Clarified user instructions on disabling prefix discovery for broken Maven Repository Managers. * Update src/site/markdown/about-checksums.md Co-authored-by: Guillaume Nodet <gnodet@gmail.com> * Update src/site/markdown/about-checksums.md Co-authored-by: Guillaume Nodet <gnodet@gmail.com> * Address review: use SessionBuilder API, fix double space --------- Co-authored-by: opencode <opencode@example.com> Co-authored-by: Guillaume Nodet <gnodet@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.