mvn add-extension in sub-module shouldn't add dependencyManagement #14164
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
kind/bug
Something isn't working
Milestone
I call mvn add-extension for a sub-module of a Maven multi-module project. This adds a dependencyManagement block to that module's POM with the Quarkus BOM, although that's already present in the parent. This also removes the reference to the parent POM (
<relativePath>../pom.xml</relativePath>
gets removed).The text was updated successfully, but these errors were encountered: