How to run checkstyle earlier in the build lifecycle?

2006-12-04 Thread Christian Goetze
I know it runs as part of mvn site, but some people wish to see it run earlier, say as part of install, or even test. How do I do that? -- cg P.S. I'm still struggling with multi-module project site generation. I just can't get the navigation links to work. -- cg

Re: How to run checkstyle earlier in the build lifecycle?

2006-12-04 Thread Wendy Smoak
On 12/4/06, Christian Goetze [EMAIL PROTECTED] wrote: I know it runs as part of mvn site, but some people wish to see it run earlier, say as part of install, or even test. How do I do that? You can bind a plugin execution to any phase of the build lifecycle.