Skip to content
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

Add the ability to configure launch for quarkus:run #46011

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 31, 2025

Allows for doing things like:

mvn quarkus:run -DsysProps=key=value,key2=value2 -Dargs=one,two,k=v

The format is far from ideal, but I don't know of a way (if there is one) of having Maven extension parameters be automatically converted to a Map<String, String>

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven labels Jan 31, 2025
@geoand
Copy link
Contributor Author

geoand commented Jan 31, 2025

cc @maxandersen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkus:run to support arguments and property setting
1 participant