Am 12/15/16 um 07:53 schrieb Stephen Connolly:
> That may be at odds with the code and docs but it is the only think that
> makes sense to me, depMgmt is about managing dependencies... the bit you
> want to manage is versions and exclusions, everything else is just the
> matching as I see it

Maven core and the resolver handle this differently. In the core, only
the elements from dependency management are copied to the dependencies,
not overridden or provided at dependency level. In the resolver, all
elements of a dependency get overridden by the management information,
regardless of what has been in the model.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to