license-gradle-plugin
license-gradle-plugin copied to clipboard
Add name of the library in report
I am not sure Gradle offers this information or not, but it would be nice to have the name of the library, which is added like this in POM descriptors.
I dont think this is available in the dependency information. I'd have to look it up.
Since you are already parsing the pom.xml file, you could just obtain the name tag there.