> That works just fine, the problem is, the very same phase is executed
> when I do generate the Project Site using "mvn site". Thus, the task
> bound to "generate-sources" is triggered several times for every site
> thats built.

My best guess without seeing your poms and knowing more about your
project is that you are probably using some plugins (PMD, etc) that
want to use/analyze the source code to include a report in the
generation of the site, and they are causing generate-sources to be
executed.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to