[
http://jira.codehaus.org/browse/MSITE-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241292#action_241292
]
Sebastian Paul commented on MSITE-519:
--------------------------------------
Hi, this behavior has been introduced with maven-site-plugin version 2.1 for
fixing MSITE-293. For a work-around we have been stuck with version 2.0.1.
Unfortunately, this now holds us back from migrating to Maven 3, as the old
plugin version is not compatible.
> overwrite inherited menu item or add addition item to inherited menu
> --------------------------------------------------------------------
>
> Key: MSITE-519
> URL: http://jira.codehaus.org/browse/MSITE-519
> Project: Maven 2.x Site Plugin
> Issue Type: Bug
> Components: inheritance
> Affects Versions: 3.0-beta-3
> Environment: maven 3.0
> Reporter: Thomas Wabner
>
> I have a parent project with a site descriptor where I have defined a menu
> like this:
> ...
> <menu name="Overview" inherit="top">
> <item name="Introduction" href="/index.html" />
> </menu>
> ...
> Now I have a child project which should "overwrite" OR add addition item(s)
> to the inherited site descriptor like this:
> ...
> <menu name="Overview">
> <item name="Introduction" href="/index.html" />
> <item name="Deployment instruction" href="/deploy.html" />
> </menu>
> ...
> The current behavior is that the "Overview" menu is rendered twice in the
> resulting site.
> But I expect that the additional menu item will be mixed into the "Overview"
> menu.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira