Checkstyle plugin changes
Vincent Massol
Emmanuel Venisse
Applied patch from Henri Tremblay for
MPCHECKSTYLE-2.
The Checkstyle HTML report now provides information on severity.
Prevent projects who do not use the head check from failing if they
don't provide a license file.
Upgraded to Checkstyle 3.2.
Added ignoreLines 1, 6. Fixes MPCHECKSTYLE-3.
Update to use maven.docs.*/maven.gen.docs
Add maven dependency and classes directory to classpath. This stops
'Unable to get class information for '<classname>' errors.
Add xml declaration to generated report. Fixed for character encoding.
Fixed MPCHANGELOG-9. I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are
registered.
Fixed MPCHECKSTYLE-1.
Upgraded to Checkstyle 3.1.
Updated documentation.
Complete clean of the existing plugin.
Added a new maven.checkstyle.useFile property.
If false, the checkstyle task will display violations on stdout.
If true, a text file will be created with the violations. Note:
this is in addition to the XML result file (containing the
violations in XML format) which is always created.