Fix compatibility spelling in CLI help text - #12913
Merged
gnodet merged 3 commits intoSep 2, 2026
Merged
Conversation
Signed-off-by: zhanghuang090 <78581375+zhanghuang090@users.noreply.github.com>
Signed-off-by: zhanghuang090 <78581375+zhanghuang090@users.noreply.github.com>
elharo
approved these changes
Aug 29, 2026
gnodet
approved these changes
Sep 2, 2026
…tibility-spelling
rmannibucau
approved these changes
Sep 2, 2026
gnodet
added a commit
that referenced
this pull request
Sep 2, 2026
Backport of #12913. Fix "compatability" → "compatibility" typo in Maven 3 and Maven 4 CLI help text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Correct
compatabilitytocompatibilityin the non-interactive CLI help text used by both the Maven 3 compatibility entry point and the Maven 4 CLI.Verification
git diff --checkmvn verifywas not run locally because this environment does not provide a JDK or Maven executable; the change is limited to two help-text string literalsFollowing this checklist to help us incorporate the contribution:
The pull request addresses one concern without unrelated changes.
The description explains what changed and why.
Each commit has a meaningful subject and DCO sign-off.
Unit tests are not applicable because this is a spelling-only help-text change.
mvn verifywas not run locally; CI is expected to provide the build verification.The Core IT suite was not run; no runtime behavior changes.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004.
In any other case, please file an Apache Individual Contributor License Agreement.