-
Notifications
You must be signed in to change notification settings - Fork 66
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
Use Maven Wrapper #120
Comments
@danielflower I think this plugin should move to version 4.0.0 and have some breaking changes like dropping older maven dependency. |
Hi, so dropping requirement for I'm a bit more nervous about using maven wrapper, because I don't know the downsides. For example, I presume on a build box with no proxy connection to the internet requiring maven wrapper would break things. |
I was thinking to use maven wrapper to build this project. I did not realize that usage of this plugin was dependent on an M2 environment. Either way, I don't think Internet connectivity is big problem when using maven wrapper. The maven executable is checked into source control. If that's not an option, the maven wrapper can be configured to use a custom distribution url. |
Ok. I don't remember why |
Tests depend on
M2_HOME
which has been unsupported since 3.5.0.Rather than depending on unsupported environment variables, and external maven installations, use the maven wrapper this repository.
The text was updated successfully, but these errors were encountered: