You IDE should do that if it is Maven aware.

Foe example, Eclipse/STS, which the m2e plugin built-in, gives you a view in the POM editor that shows the origin of the need for each dependency and shows the whole chain of transitive dependencies.
It shows what versions of dependencies will be dropped because of conflicts.

This lets you see the effects of exclusions immediately without having to do a build.

This is more useful than a separate cli tool which may be why one does not exist.

Ron

On 07/08/2015 6:33 AM, James Green wrote:
Hi,

I want to know about any imports within our package base that are resolved
by a transitive dependency.

There must be a command or tool for this - I'm not sure I've ever seen one
though?

This probably should form a report of warnings during the build...

Thanks,

James



--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


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

Reply via email to