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

        

Reply via email to