Skip to content

Commit

Permalink
Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
Browse files Browse the repository at this point in the history
(cherry picked from commit 220281d)
  • Loading branch information
jjpinto authored and gsmet committed Jan 7, 2025
1 parent 327c66a commit 6675b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include::{includes}/prerequisites.adoc[]

NOTE: Verify that Maven is using the Java version you expect.
If you have multiple JDKs installed, make sure Maven is using the expected one.
You can verify which JDK Maven uses by running `mvn --version.`
You can verify which JDK Maven uses by running `mvn --version`.

== Imperative vs. Reactive: a question of threads

Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ Uber-Jar's final name is configurable via a Maven's build settings `finalName` o

==== Uber-Jar file name suffix

By default the generated uber JAR file name will have the `-runner` suffix, unless it was overridden by configuring a custom one with `quarkus.package.runner-suffix` configuration option.
By default the generated uber JAR file name will have the `-runner` suffix, unless it was overridden by configuring a custom one with `quarkus.package.jar.runner-suffix` configuration option.
If the runner suffix is not desired, it can be disabled by setting `quarkus.package.jar.add-runner-suffix` configuration option to `false`, in which case the uber JAR will replace the original JAR
file generated by `maven-jar-plugin` for the application module.

Expand Down

0 comments on commit 6675b80

Please sign in to comment.