-
-
Notifications
You must be signed in to change notification settings - Fork 654
Add Maven wrapper #3096
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 #3096
Conversation
a6a30f3 to
4af9b7e
Compare
4af9b7e to
aeeba1d
Compare
|
I'm all for it, but one question remains - will this make GitHub Actions install Maven on every build first? 🤔 |
|
Yes, only .m2/repository is being cached. It does not look like cache can easily be extended with additional paths. I think setting up cache for |
|
Yes, let's try |
aeeba1d to
53dd34a
Compare
|
Pushed with |
|
please also sync with the main branch - this should be easy (just accept what's on main and replace commands with wrapper) |
53dd34a to
f9dbfb9
Compare
f9dbfb9 to
976a849
Compare
pivovarit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Since not everyone has/wants Maven locally installed, I'm proposing to add Maven wrapper to the project. Additionally, this ensures the project is built with the desired Maven version.