Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-519

overwrite inherited menu item or add addition item to inherited menu

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.0-beta-3
    • None
    • inheritance
    • None
    • maven 3.0

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              ltheussl Lukas Theussl
              waffel Thomas Wabner
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: