Is there a way to generate somehow a Histogram of Maven Dependencies? (number of usages over the library)
I would like to know for all of our projects (not necessary connected in any terms):
- What libraries/dependencies are used
- In what version they are used
- Form how many modules/projects they are used
Is there a way to extract this information with maven (or any other tool) form the POMs?
Do you have suggestions how to collect this info over many projects?