Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend Maven 3.9.6 or newer #7791

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Make sure to download one of the binary archives (with `bin` in their name).
NOTE: Many Linux distributions provide packages for Maven for an easier install and upgrade experience.
Consult your distribution's documentation for details.
On macOS, the link:https://brew.sh/[Homebrew] package manager offers Maven packages.
Make sure a recent version of Maven 3, ideally 3.8.6 or newer, is provided if you decide to go this route.
Make sure a recent version of Maven 3, ideally 3.9.6 or newer, is provided if you decide to go this route.
Older versions can cause an error "Unknown packaging: hpi".

Next, you will need to extract Maven and take note of its location.
When you extract the Maven files, make sure you extract them directly into the target directory.
Expand Down
Loading