You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm bad at writing sentences, but here's how it works:
when the project is packaged as "pom", dependencies will be added to the dependencyManagement
when the project is a submodule, the dependency will be added directly to the pom but with the version omitted if the dependency is managed by either the parent or one of the imported dependency in the dependencyManagement
when the dependency has import scope and of type pom, it'll be always be added to dependencyManagement.
The
pom add
command currently adds direct dependencies. It would be a nice thing to be able to add dependencies in dependencyManagement.The text was updated successfully, but these errors were encountered: