-
Notifications
You must be signed in to change notification settings - Fork 121
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 #204
Comments
For the build of the plugin itself, definitely. It will make things more consistent. Of course, you can still run the build without the wrapper, but it's there for us to run in CI. |
👍 On Tuesday, February 9, 2016, Dan Allen [email protected] wrote:
Sent from Gmail Mobile |
Maven Wrapper does not support Java 6, so the build in TravisCI fails. |
That's the pits. I'm sure there are a bunch of people still using Java 6 :( On Tue, Feb 9, 2016 at 3:18 PM, Abel Salgado Romero <
Jason Porter |
Maybe, but I hope not! |
Regardless, this is a decision each project has to make (as it's a support issue and cost). There will always be people lingering, but we can't enable them. Support for Java 6 is over once we switch to 1.6.0. We're making that call. |
Even if 1.6.0 is close, I'll try to get something. Even if it just for fun I'd like to see what can be done with TravisCI. |
Too much effort just to get TravisCI to use the default maven installation when using |
Maven wrapper has been adopted as official maven component. I guess we can wait a bit more to see how is the official version. |
Should we add the maven-wrapper?
PROS 👍
· TravisCI uses default maven installed, version 3.2.5. Note that we cannot modify it unless we install another one and replace path variables.
· Appveyor uses maven installed from our own script (we have 100% control). Current version 3.3.9
CONS 👎
· May surprise some maven users
· May require some manteinance from time to time.
My vote is including it.
The text was updated successfully, but these errors were encountered: