I only have limited experience of maven site and reports, but could it be that some report plugin (checkstyle?) triggers some part of the build lifecycle (incl the compile phase)? Try disabling/removing the reports and see if that makes a difference.
/Anders On Fri, Apr 30, 2010 at 00:34, Benson Margulies <[email protected]>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? >
