-
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
Allow * expression for quarkus:add-extension #1234
Labels
Milestone
Comments
Dufgui
added a commit
to Dufgui/quarkus
that referenced
this issue
Aug 23, 2019
Dufgui
added a commit
to Dufgui/quarkus
that referenced
this issue
Aug 23, 2019
Dufgui
added a commit
to Dufgui/quarkus
that referenced
this issue
Aug 24, 2019
fix quarkusio#1234 change to more complex test
Dufgui
added a commit
to Dufgui/quarkus
that referenced
this issue
Aug 24, 2019
fix quarkusio#1234 change to more complex test
This was referenced Nov 16, 2020
This was referenced Nov 25, 2020
ghost
mentioned this issue
Dec 3, 2020
This was referenced Dec 14, 2020
ghost
mentioned this issue
Jan 15, 2021
This was referenced Jan 25, 2021
This was referenced Feb 4, 2021
This was referenced Mar 11, 2021
This was referenced Mar 19, 2021
This was referenced Apr 6, 2021
This was referenced Apr 13, 2021
This was referenced Jun 1, 2021
This was referenced Jun 23, 2021
This was referenced Jun 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow * expression so users can add multiple extensions in one command
For example adding all MP/SmallRye related extensions -
mvn quarkus:add-extension -Dextensions="SmallRye*"
The text was updated successfully, but these errors were encountered: