mrice / license-check

Make sure your Maven dependencies have declared, recognized open source licenses
http://michaelrice.com
MIT License
41 stars 21 forks source link

Added Whitelist Feature and Exclude No License Feature #14

Closed Magro28 closed 8 years ago

Magro28 commented 8 years ago

You can also use a whitelist now for checking licenses. <whitelist> <param>mit</param> </whitelist> You can toggle if dependencies without license information should fail the build <excludeNoLicense>true</excludeNoLicense>

Added a little bit of error handling. Removed some empty catch blocks.

Review on Reviewable

mrice commented 8 years ago

Awesome. Sorry it took me so long to get to it!