0

I have a pom file with dependencies mentioned under DependencyManagement section.

How can I generate license information for such dependencies ?

SuhasD
  • 728
  • 2
  • 7
  • 20
  • https://www.mojohaus.org/license-maven-plugin/ give it a try? – khmarbaise Jun 14 '23 at 07:17
  • Yes. I tried that, but it only works on direct dependencies and not on dependency management. – SuhasD Jun 14 '23 at 09:05
  • 1
    Entries from dependencyManagement are not actual dependencies. Why do you need license information for them? – J Fabian Meier Jun 14 '23 at 09:36
  • We created this pom like a BOM (Maven's Bill of Material) and mentioned all the dependencies in DependencyManagement section. So, wanted to have license info attached to such dependencies as well. – SuhasD Jun 15 '23 at 05:19

0 Answers0