-
Notifications
You must be signed in to change notification settings - Fork 38
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
maven plugin should install maven build-package #812
Comments
This is done on purpose; the idea is to give flexibility on the version of maven/jdk that you use for building the project. As you mentioned, the solution in the general case is to include those |
We should probably change this to behave like the rust plugin - If there's no |
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3257.
|
Yes, it would be nice. |
Alternative is to make this change rockcraft-only |
Bug Description
maven plugin does not install maven build-package.
In order to use maven plugin the image should have maven installed already which is inconvenient.
Would it be possible to append
if the part does not contain 'build-packages'
To Reproduce
part yaml
application: plugin: maven source: sample source-type: local
Relevant log output
The text was updated successfully, but these errors were encountered: