On 1/31/06, David Sag <[EMAIL PROTECTED]> wrote: > the version jason sent me was 2.0-SNAPSHOT
Yep, still a snapshot: http://maven.apache.org/guides/development/guide-testing-development-plugins.html > so site *does* invoke compile and test then. for after all imho what use > is the site without the surefire reports? Actually, I generally don't run the surefire reports, preferring to fail the build if the tests don't pass and not generate the site. The surefire report plugin needs some work, such as the effeciency you mention. > Either way I probably need to bind checkstyle, pmd, findbugs etc to a > phase other than compile then, perhaps verify. Hmm will ponder this. The reports, or the checks? The reports should be part of the site generation and not bound to any phases. The checks definitely belong in verify if they don't require any extra steps such as compilation. HTH, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
