How to find where a library is used across multiple pom files

Posted by Pablojim on Stack Overflow See other posts from Stack Overflow or by Pablojim
Published on 2010-04-08T08:57:19Z Indexed on 2010/04/08 10:03 UTC
Read the original article Hit count: 220

Filed under:
|

We have multiple maven projects depending on on our own common libraries.

When we upgrade a library it would be useful to quickly find out which projects have a dependency on the library (and might need to use the new version)

Obviously I can manually look in all the pom files or write a script to do it but this is less than ideal.

Are there any tools that provide this functionality. e.g. a hudson plugin, Nexus, artifactory etc?

© Stack Overflow or respective owner

Related posts about maven-2

Related posts about java