-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Maven property quarkus.profile
should be picked up by quarkus-maven-plugin
#13341
Comments
/cc @quarkusio/devtools |
cc @aloubyansky |
Any change on this? |
That's a bit tricky. At this point the project build properties aren't checked to contain |
As this can't be solved easily, I've created #14757 |
A potential fix for this ticket #15356. I have not tested it in "native mode" but in "non native mode", it seems to work unless I missed something |
Thanks @essobedo ! |
Given this pom.xml:
and this application.properties
the hello message should resolve to "Hi".
Reproduced with a "native" profile property in the code mentioned in this discussion:
https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Native.20profile.3A.20how.20to.20create.20one.3F
The text was updated successfully, but these errors were encountered: