On Thu, 2008-01-31 at 16:28 -0700, Brice Lambi wrote: > Hello, > > I have a project with sub-projects. When I run 'mvn site-deploy' it will > deploy the project but the "modules" links on the left link to > http://maven.apache.org. When I do 'mvn site:stage' it works as expected > and the "modules" links properly link to the corresponding sub-directory. > Has anyone else had this problem?
I've had endless pain with site links :-( Make sure that the project <url> tag in the pom is correct; that has a major impact on what links are generated by the site plugin. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]