-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
mvn quarkus:add-extension broken always adding bom #16264
Comments
FYI: when switching
Then it doesn't add it anymore, but it's still wrong to add it with the universe bom.. |
@aloubyansky I thought you had fixed this one already? |
@gsmet it was related but different. It was for 1.11.x, it's on different JSON format. In 1.13.x extensions may have multiple platform origins in the JSON. |
@aloubyansky does this have anything to do with #14164? |
Right, that should be fixed with this one as well, assuming the parent imports the BOM that includes the extension being added. |
Sounds good, will assign it to you then. |
Describe the bug
Even when the bom is already present, the
quarkus:add-extension
adds the bom to the project again.Resulting in twice the same bom in the pom.xml:
Expected behavior
It should not add the bom when already present
To Reproduce
Create a base project https://code.quarkus.io/d
Use the command:
This also affect the CLI (
qs add resteasy-jackson
)The text was updated successfully, but these errors were encountered: