-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve native additional build args handling #26
Comments
Quarkus maven plugin prints this now:
So I'm removing |
I don't know how to handle this best, I guess I'll keep a master snapshot branch without this parameter for now... :\ |
galderz
added a commit
to galderz/infinispan-quarkus
that referenced
this issue
Nov 4, 2020
* A workaround to keep `mvn ... -Dnative` working as expected, while it easily offers a way to build native passing in -Dquarkus.native.additional-build-args via command line. * Additional build args via command line can help pass in diverse debugging and profiling options.
galderz
added a commit
to galderz/infinispan-quarkus
that referenced
this issue
Nov 5, 2020
* A workaround to keep `mvn ... -Dnative` working as expected, while it easily offers a way to build native passing in -Dquarkus.native.additional-build-args via command line. * Additional build args via command line can help pass in diverse debugging and profiling options.
galderz
added a commit
to galderz/infinispan-quarkus
that referenced
this issue
Nov 5, 2020
* A workaround to keep `mvn ... -Dnative` working as expected, while it easily offers a way to build native passing in -Dquarkus.native.additional-build-args via command line. * Additional build args via command line can help pass in diverse debugging and profiling options.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building native images, it's quite common to pass in additional parameters, e.g.
server-runner pom.xml defines a set of fixed additionalBuildArgs in the pom.xml, which means the ones passed in via command line are ignored. server-runner pom.xml should, if possible, bring those in and add to them if necessary.
The text was updated successfully, but these errors were encountered: