---- "Ritz schrieb:
> Hi User Group,
> 
> I have a project with some submodules and generating the site of the whole 
> project through executing of the parents level.
> I want to display the parent in the left navigation bar.
> I found the only way is to do this is the element "<menu ref="parent" 
> inherit="bottom"/>" in the parent which is inheritanced through the childs.
> This works only for the goal "site:stage" but not for my normal goal "site 
> site:deploy".
> I don't want to stage the site. My goal ("site site:deploy") works fine 
> unless the parent link in the sidebar.
> 
> I tried out with some versions (last one: 2.0-beta-7-20071130.000106-1) but 
> there is no difference.
> 
> Is there another way of creating a link in the childs site to the parent site?
> Why is "site:stage" the only goal which works for me?

Are you sure it is the deploy that is the problem?

There is currently a bug in the maven-site-plugin that causes a module to fail 
to find its site.xml file if mvn was run in a parent directory.

So if you have a directory tree with a pom that uses <module> tags to point to 
modules in subdirectories, "mvn site-deploy" will NOT work when run in the 
parent dir, but will work when run in each child directory.

Regards,
Simon


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

Reply via email to