-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support uber jar for native image source jar #8850
Labels
kind/enhancement
New feature or request
Milestone
Comments
Mobe91
added a commit
to Mobe91/quarkus
that referenced
this issue
Apr 26, 2020
… uberJar option of quarkus-maven-plugin is enabled
Mobe91
added a commit
to Mobe91/quarkus
that referenced
this issue
Apr 28, 2020
…nd add in-code documentation plus logging
Mobe91
added a commit
to Mobe91/quarkus
that referenced
this issue
May 27, 2020
… uberJar option of quarkus-maven-plugin is enabled
Mobe91
added a commit
to Mobe91/quarkus
that referenced
this issue
May 27, 2020
…nd add in-code documentation plus logging
Mobe91
added a commit
to Mobe91/quarkus
that referenced
this issue
May 29, 2020
stuartwdouglas
added a commit
that referenced
this issue
Jun 1, 2020
…r-native-image-source [#8850] Generate uber jar for native image source jar if the uberJar option of quarkus-maven-plugin is enabled
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
… uberJar option of quarkus-maven-plugin is enabled
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
…nd add in-code documentation plus logging
johnaohara
pushed a commit
to johnaohara/quarkus
that referenced
this issue
Jun 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, quarkus-maven-plugin ignores the
uberJar
option for native image builds. However, using an uber jar as native image source jar can be used as a workaround for a current GraalVM limitation on Windows.Implementation ideas
Reuse the existing uber jar creation logic in the quarkus-maven-plugin for native image source jar creation if the
uberJar
option is enabled.The text was updated successfully, but these errors were encountered: