You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Insitu <ab...@oqube.com> on 2007/12/23 09:25:11 UTC

Re: Maven site plugin for parent of multimodule project behaves differently in non-recursive mode

Olivier Dehon <od...@gmail.com> writes:

> 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?
>

HEllo, 
I had similar problems (different behavior in non-recursive and
recursive mode) and my workaround was to create a specific profile for
continuum execution. More specifically, my problem was due to ../module1 in
module references that generated bad links in site generation. I
created a profile with <module>module1</module> tags so that top-level
site generation works OK, even without modules being generated in the
same run. 

May be you could do the same with the <url> tag ? Note that url tag
cannot be redefined in profile, but your property can be. 

HTH
-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org