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

Defining the licence check in a parent pom will cause an error #9

Closed patbaumgartner closed 9 years ago

patbaumgartner commented 10 years ago

If i define the plugin in a parent pom, to inherit it to all the projects, will cause an NoClassFoundException since a parent pom does not contain any java files.

Would be lovely to get this kind of support as well. Thanks.

mrice commented 10 years ago

(Same comment as on #8 ) Interesting. Thanks for taking the time to post it, and sorry it's taken me so long to get to it. I'll try to take a look soon. Do you have any suggestions for fixing?