We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new pom.xml is generated, duplicates exist. This is due to additional extensions been added over the top of existing default ones.
The only way this can be fixed is to look up default entries and remove that from the extension list.
It will not break the build process, but it will warn about it.
The text was updated successfully, but these errors were encountered:
This may be fixed under the Quarkus 11.3.1.Final bootstrapper fix
Sorry, something went wrong.
This is not fixed, it was related to BOM
jthambly
Successfully merging a pull request may close this issue.
When a new pom.xml is generated, duplicates exist.
This is due to additional extensions been added over the top of existing default ones.
The only way this can be fixed is to look up default entries and remove that from the extension list.
It will not break the build process, but it will warn about it.
The text was updated successfully, but these errors were encountered: