I tried, but generate-sources phase is still invoked ... Another observation regarding "site": when I run it at the top level (above all of aggregated modules), it says "no goals needed for project - skipping". However, when I go to a specific project and run it, the reports are generated. Any ideas?
On 10/31/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > You can try mvn site:site, but it might not do what you're expecting. > > Wayne > > On 10/31/07, Yan Huang <[EMAIL PROTECTED]> wrote: > > Does anyone know how to prevent "site" from invoking extra phases, such > as > > generate-sources? is there a way to configure site to just generate > reports > > from the project directory? > > > > On 10/30/07, Yan Huang <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > > > I've observed that "mvn site" forces the invoke of "generate-sources" > > > phase for a project. Is there a way to prevent it? Is there a way that > the > > > site generation can be limited to generate the specified reports > without > > > going through extra steps? > > > > > > Thanks > > > Yan > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
