On 6/10/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
You can also "stage" the entire site locally with: 'mvn site:stage' It defaults to target/staging, or you can specify -DstagingDirectory=/path/to/tempdir
Strange. The default is to put target/staging under each module, which isn't any more useful than the separate target/site directories that 'mvn site' builds. With -DstagingDirectory=/path/to/tempdir, though, it puts the entire site together, just as it will be on the server. So use that. :) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
