Skip to content
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

Upon generating new pom.xml file, duplicates are created #5

Closed
jthambly opened this issue Feb 12, 2021 · 2 comments · Fixed by #220
Closed

Upon generating new pom.xml file, duplicates are created #5

jthambly opened this issue Feb 12, 2021 · 2 comments · Fixed by #220
Assignees
Labels
bug Something isn't working

Comments

@jthambly
Copy link
Owner

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.

@jthambly jthambly self-assigned this Feb 12, 2021
@jthambly jthambly added the bug Something isn't working label Feb 12, 2021
@jthambly
Copy link
Owner Author

jthambly commented Apr 7, 2021

This may be fixed under the Quarkus 11.3.1.Final bootstrapper fix

@jthambly
Copy link
Owner Author

jthambly commented Apr 8, 2021

This is not fixed, it was related to BOM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant