Closed dasbh closed 12 years ago
looks great! thanks much. I'll try to push a snapshot build in a day or two, before scaladays.
As a side note, I think the master branch has a few updates and is targetting maven-3.0 now too. I need to kill the maven-3.0 branch after I get everything merged together. I'll try to do cleanup after ScalaDays when I have some free time.
Thanks Josh!! Much appreciated.
Hi Josh, I'm developing a maven plugin for scalastyle in scala using scala-mojo-support. And I wanted add boolean configuration parameter called verbose. However currently mojo does not handle primitive parameters. Throws Can not coerce: java.lang.Boolean into a boolean I'have fixed ReflectionUtil of mojo to handle boxed primitive types. Could you please pull these changes into maven-3.0 branch.
Regards Das