Replies: 4 comments 4 replies
-
/cc @quarkusio/devtools (maven) |
Beta Was this translation helpful? Give feedback.
-
@cescoffier @geoand Would be nice to get some clarification on this. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@aloubyansky any chance to get an answer on this? |
Beta Was this translation helpful? Give feedback.
-
This configuration option sets system properties. In dev mode it passes all the configured properties as system properties to the process running the application in dev mode.
This precedence is correct.
This code snippet collects
Yes.
It applies to all the properties. FYI @radcortez in case you want to add more info, thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to clarify some behavior regarding configuration and Maven.
According to the documentation we can specify some properties such as
quarkus.profile
at build-time via Maven using various mechanisms, whereas the following precedence rules apply:It further states:
I've seen some mentions in the code which suggest that this behavior applies to all properties that start with
quarkus.
.This is further corroborated by other documentation and official examples, i.e. for
quarkus.package.type
orquarkus.container-image.build
.Is this correct?
And how do these precendence rules work when the respective configuration option has been defined in the
application.properties
. Will all of these mechanism override that value at build-time?Does this only apply to build-time properties?
I would appreciate any (official) clarification.
Beta Was this translation helpful? Give feedback.
All reactions