gleclaire / codenarc-maven-plugin

Maven Mojo Plug-In to generate reports based on the CodeNarc Analyzer
https://gleclaire.github.io/codenarc-maven-plugin/
Apache License 2.0
7 stars 17 forks source link

Now possible add additional artifacts to classpath #6

Closed SerCeMan closed 9 years ago

SerCeMan commented 11 years ago

Hello @gleclaire, can your review and accept request?

SerCeMan commented 11 years ago
geedubya commented 11 years ago

Thanks for the changes. Fixed an issue I was having. The only problem I ran into is that if you don't provide the two new parameters, the mojo will fail on lines 358 and 409 (calling .split() on null values)