Hi ,

I did a new CVS checkout of the maven / maven_plugins stuff, and had the problem, that Checkstyle only did ClassCastException in "maven site:generate" (with "maven checkstyle:report" it was ok)

I have now added the following lines in all dependency in the /maven-checkstyle-plugin-2.3-SNAPSHOT/project.xml and it seems to work.

<properties>
       <classloader>root</classloader>
</properties>

perhaps a member of the checkstyle plugin can fix this?

tnx,
marcel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to