-
Notifications
You must be signed in to change notification settings - Fork 274
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
feat(jib-container): add maven daemon support as project type #3361
feat(jib-container): add maven daemon support as project type #3361
Conversation
Huge thanks for implementing this @ishantagarwal-x213235! 👍 |
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.
Great job, thank you so much! 🚀
I left a comment about sha256
hashes, please check.
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 for updating this @ishantagarwal-x213235!
I've left a few more comments and suggestions. Please take a look.
Looks good! 🚀 Great job, @ishantagarwal-x213235! Thanks for your contribution! |
What this PR does / why we need it:
Added one more build option in
type:jib-container
to use Mavend for faster build processes of maven projects.User can now use
mavend
to specify inprojectType
forjib-container
modules.Eg.
This is useful for maven based projects and aims at providing faster Maven builds, when using jib container module.