Skip to content

Use maven wrapper instead of plain maven #26

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielsiwiec
Copy link
Contributor

I'd like to propose the use of Maven wrapper, as explained in this post. There are a few advantages to it:

  • Simplifying local development, by removing the need to install maven manually
  • Standardizing maven version across all contributors (maven-wrapper.properties)
  • Ensuring the build system uses the same maven version as developers
  • Simplifying maven version updates across all developers (again, the properties file)

@danielsiwiec danielsiwiec force-pushed the mvn-wrapper branch 2 times, most recently from 11be5fc to a1adbec Compare April 15, 2021 21:06
Signed-off-by: Dan Siwiec <daniel.siwiec@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant