When running my app from within Idea, I see command line ends with
... -Ddebug=38605 quarkus:dev
and dev profile is active. It doesn't depend on whether I press debug button or run button.
How to switch to prod profile? If I go to run configuration and enter
the command line changes to
... -Ddebug=38605 quarkus:dev -P prod
and the profile remains dev

