khmarbaise / Maven-License-Verifier-Plugin

Maven Licenses Verifier Plugin
http://khmarbaise.github.com/Maven-License-Verifier-Plugin
10 stars 2 forks source link

More output #20

Closed smuda closed 1 year ago

smuda commented 7 years ago

I have added a new configuration parameter, explicitLicenceInfo, to add more explicit license information in messages.

For example:

[WARNING] ]UNKNOWN[ (compile) The artifact net.logstash.logback:logstash-logback-encoder:jar:4.11 has a license ("Apache License, Version 2.0" - http://www.apache.org/licenses/LICENSE-2.0, "MIT License" - http://www.slf4j.org/license.html) which is categorized as unknown
smuda commented 7 years ago

Since this project is quite old and you didn't respond, I developed my own maven-plugin to do very much the same thing: https://github.com/AyoyAB/Ayoy-Maven-License-Verifier-Plugin

Therefore, if you aren't interested in the pull-request, you can close the issue.