Excluding sub-modules when doing site in parent module

2006-10-31 Thread Dan Adams
I have a parent module that I want a site generated for but I don't need the site generated for each of the submodules. Is there an option so that when I run 'mvn site' it only does the current parent module and not the submodules? Thanks. -- Dan Adams Senior Software Engineer Interactive

Re: Excluding sub-modules when doing site in parent module

2006-10-31 Thread Ralph Pöllath
On 31.10.2006, at 17:00, Dan Adams wrote: I have a parent module that I want a site generated for but I don't need the site generated for each of the submodules. Is there an option so that when I run 'mvn site' it only does the current parent module and not the submodules? Thanks. Have you