Deploy native image binary to Maven repo #32616
Unanswered
gcarbajosagomez
asked this question in
Q&A
Replies: 1 comment
-
/cc @quarkusio/devtools (maven) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm building a native image for my application using the following command:
./mvnw clean install -Dquarkus.native.container-build=true -DskipTests -Pnative
This results in a
-runner
file being generated in the/target
and a jar being installed in my local Maven repository, however, is it possible to also install the runner binary in the Maven repo?Thank you
Beta Was this translation helpful? Give feedback.
All reactions