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

Maven Wrapper mvnw #384

Merged
merged 2 commits into from
Sep 11, 2021
Merged

Maven Wrapper mvnw #384

merged 2 commits into from
Sep 11, 2021

Conversation

nhojpatrick
Copy link
Contributor

Maven Wrapper looks like it will be part of the next maven version so adding in now so people can get use to it.

For those unaware mvnw is a wrapper script that will download the configured version of maven and use that, instead of relying upon the user/system configured version.

For project that are occasionally built, or have lots of infrequent users/contributes, I find it very useful so everyone building the project is using the same maven version.

For the wrapper visit https://github.com/takari/maven-wrapper

For including in Maven check the mailing list achieve for dev@maven.apache.org, subject "Maven Wrapper".

@slachiewicz slachiewicz merged commit ae72d71 into mojohaus:master Sep 11, 2021
@nhojpatrick nhojpatrick deleted the feature/mvnw branch September 11, 2021 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants