I am looking for a tutorial on how to extend http://maven.apache.org/plugins/maven-checkstyle-plugin/ (run within hudson), in particular, I am looking for information if I can create — for my customize checkstyle check — an additionally html page with details of an error message in the generated project website. I would like to have a page on the error details with a large graph with highlighted incorrect nodes.
I am looking for a tutorial on how to extend http://maven.apache.org/plugins/maven-checkstyle-plugin/ (run within hudson
Share
Here is a link to the Hudson checkstyle plugin.
There is an tutorial available for plugin development for Hudson.
Last but not least, have a look at a question regarding plugin development for Maven.