On 5/5/06, RobJac <[EMAIL PROTECTED]> wrote:
I have a requirement where in i want the site created for my child project to be placed in a specified location in under the parent project.
Maven will do this automatically when you deploy the site. If you don't want the subdirectory name to match the artifactId, then set <distributionManagement>/<site> in the child pom. To preview the site locally, 'mvn site:run' sounds promising, though I don't think I've seen it work yet. (There's also 'mvn site:stage' if you have an alternate staging area.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
