checkstyle reports won't generate with a mvn clean install

2009-05-20 Thread zac001
Hi All I've configured checkstyle in my project and i can generate the Checkstyle reports when I issue a mvn checkstyle:checkstyle but my requirement is to generate the checkstyle reports once i do a clean build as well I've pasted the high level pom below. appreciate if you guys could point out

Re: checkstyle reports won't generate with a mvn clean install

2009-05-20 Thread Jim Sellers
Reports are only generated when you run a site or site-deploy build. You could either do something like mvn clean site or mvn clean install checkstyle:checkstyle I think that the lifecycle doc would explain it better, but I'm having troubles loading the page right now