-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add maven wrapper plugin to the project #1413
Comments
I'd prefer to wait till Apache Maven accepts maven wrapper as a contribution. |
It is already accepted and included as part of maven 4 which is to be released yet. So, for this version of maven this is the plugin to be used. |
It needs to be part of the official Apache maven release and looks like will require upgrade to maven 4.0. Relying on a project that is not backed by Apache Maven may limit our ability to upgrade maven version to the next minor release. |
Closing as we will be moving to Gradle soon with #1533. |
Is your feature request related to a problem? Please describe.
Similar to Gradle wrapper, provide a Maven wrapper for this project. This enables users to have a fully encapsulated build setup provided by the project.
Describe the solution you'd like
There is wrapper plugin for maven (https://github.com/takari/maven-wrapper) which is going to be a default wrapper in Maven 4.0.
Adding this wrapper plugin to this project, makes life easier for users as they don't have to manage different versions of Maven locally. This also helps the CI system not to worry about managing Maven versions as well.
Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered: