Hello,

I created a multimodule project, and the parent has the following URL
defined for the generated site:

<url>http://${sites-host}/sites/MyProject</url>

None of the module POMs define their own <url> tag.

If I run "mvn site:stage", I get relative links to the modules' sites in
the parent's page and everything works fine, but if I run "mvn
--non-recursive site:stage", then the links in the parent's page are
absolute, and the variable is not interpolated in the link, leading to a
(seriously) broken link. (Verbatim in the generated html):
<a href="http://${sites-host}/sites/MyProject/MyModule";>

Has someone seen this before?

Since Continuum builds the parent project in non-recursive mode, this is
a bit annoying, as all the parent sites deployed via site-deploy from
Continuum have broken links to their children modules.

Is there a fix or a workaround?

Thanks, -Olivier


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

Reply via email to