-
Notifications
You must be signed in to change notification settings - Fork 3k
Enable Quarkus Maven plugin extensions in the CLI module #51140
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
base: main
Are you sure you want to change the base?
Enable Quarkus Maven plugin extensions in the CLI module #51140
Conversation
|
Ah, we actually can't do it in our own repository due to the extension not being available yet in the lifecycle it is expected to be initialized. |
|
What would be the benefit of having it here? |
|
To remove the warning. |
|
Basically, our build logs are flooded with this warning now. Perhaps we should introduce an option to suppress it. |
|
I've checked, this PR becomes effective if one applies #51168 first. |
|
We could also do main...aloubyansky:quarkus:suppress-not-enabled-extensions-warning If we run |
sure but this is only useful in a very specific corner case of our own build, do I understand correctly? |
Yes
You mean #51168? Or more? DevMojo in some cases invokes other |
Yes I was referring to #51168 - nothing more. |
|
This would fix |
Following #51112