Benson Margulies wrote: > I run mvn site:site, and, the next thing I know, things like checkstyle > and one of my own plugins are running. my plugin has an @phase of compile > declared in the plugin descriptor. > > I do have a defaultGoal of compile specified, but that shouldn't matter > for mvn site:site, should it?
It should since some reports are based on the analysis of the generated byte code. Therefore compile phase has to run first. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
