See MJAVADOC-281 which I filed last night. A seemingly trivial configuration of javadoc in the reporting section triggers this behavior.
On Fri, Apr 30, 2010 at 4:50 AM, Jörg Schaible <[email protected]> wrote: > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
