Emmanuel Lecharny schrieb:
Hi guys,
it would be a cool idea if we can define a maven profile to run some
code checking. I know that Maven already has some plugins like :
- clover
- checkstyle
- docck
- PMD (?)
- project-info-reports
...
The idea is not to use all those tools, but to use the usefull tools.
Is someone interested in including those guys into our build ?
About the report creation:
- Do we have a CI buildsystem also deploying the generated reports?
- Some of the reports can be aggregated, others not. Whats the main idea
(aggregating, only reports per module)?
- Some (not aggregatable) reports can be 'aggregated' use the dashboard plugin.
Felix