-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make Quarkus Maven plugin smart "create" consistent with codestarts #13272
Labels
Milestone
Comments
/cc @quarkusio/devtools |
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 17, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 17, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 17, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 17, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 17, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 18, 2020
ia3andy
added a commit
to ia3andy/quarkus
that referenced
this issue
Nov 18, 2020
gsmet
changed the title
Make Quarkus Maven plugin smart "create" consistant with codestarts
Make Quarkus Maven plugin smart "create" consistent with codestarts
Nov 18, 2020
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Nov 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Currently when providing no arguments to create, it asks:
Set the project groupId [org.acme.quarkus.sample]: Set the project artifactId [my-quarkus-project]: Set the project version [1.0-SNAPSHOT]: Do you want to create a REST resource? (y/n) [no]: y Set the resource classname [org.acme.quarkus.sample.HelloResource]: Set the resource path [/hello]: /andy
Expected behavior
We should instead ask:
The text was updated successfully, but these errors were encountered: