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 quarkus:run command #9315

Closed
maxandersen opened this issue May 14, 2020 · 1 comment
Closed

add quarkus:run command #9315

maxandersen opened this issue May 14, 2020 · 1 comment
Assignees
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/enhancement New feature or request kind/new-feature release/noteworthy-feature

Comments

@maxandersen
Copy link
Contributor

maxandersen commented May 14, 2020

Currently Quarkus dev tools allow to launch a Quarkus application in dev mode, for example:

  • with quarkus:dev using the Quarkus Maven plugin;
  • with quarkusDev using the Quarkus Gradle plugin;
  • with dev command using the Quarkus CLI.

It would be useful to have equivalent commands that launch Quarkus applications in prod mode, for example:

  • with quarkus:run using the Quarkus Maven plugin;
  • with quarkusRun using the Quarkus Gradle plugin;
  • with run command using the Quarkus CLI.
@maxandersen
Copy link
Contributor Author

maxandersen commented Jun 16, 2023

mvn,gradle and quarkus cli implemented in #31780 thus closing.

opening separate issue for the quarkus run not working in gradle for some reason.

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 kind/enhancement New feature or request kind/new-feature release/noteworthy-feature
Projects
None yet
Development

No branches or pull requests

2 participants