-
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
Maven plugin quarkus:add-extension
should add more than just import
#1940
Comments
That's something I would love to have! It would require that the extension list give the set of properties that need to be copied to the application configuration. |
In my opinion, it's quite simple to add some extra data in devtools-common, but I think we want something not centralized. Each plugin must provide it's own templated files.
Any other idea ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! |
This is a must have and going to be part of #8134 |
Could I help on this. ? Nobody reply to me but I am really interested on this |
Hello, i see the introduction of codestart in devtools platform. So i think you can close it. |
Yes we can close it |
When I add extensions like
resteasy
orhibernate-orm
orhibernate-orm-panache
I want to add a REST endpoint in the first case, and default config and an entity in the second case.Is this something we can do or does it belong in another tool?
The text was updated successfully, but these errors were encountered: