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 tried the --non-recursive command line switch?

$ mvn -h
Options:
-N,--non-recursive            Do not recurse into sub-projects

Cheers,
-Ralph.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to