[
http://jira.codehaus.org/browse/MSITE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140115#action_140115
]
Dennis Lundberg commented on MSITE-270:
---------------------------------------
Hi Anne,
I tried this now on Ubuntu 7.10 using Maven 2.0.8 and 2.0.9 using the bundled
Blackdown 1.4.2-02 Java. All this running inside VirtualBox on Windows XP.
When I opened up for the SNAPSHOT repository I had to add a version, because of
some issue with the 2.1-SNAPSHOT of maven-project-info-reports-plugin, like
this:
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.0.1</version>
</plugin>
{noformat}
Apart from that I don't see any NPE under Ubuntu.
The menu inheritance is solved by upgrading to 2.0-beta-7-SNAPSHOT of the site
plugin. That is the same behavior I see under Windows XP.
> site.xml: menus inherited that should not
> -----------------------------------------
>
> Key: MSITE-270
> URL: http://jira.codehaus.org/browse/MSITE-270
> Project: Maven 2.x Site Plugin
> Issue Type: Bug
> Components: inheritance, site descriptor
> Affects Versions: 2.0-beta-6
> Reporter: Jörg Hohwiller
> Attachments: site-inherit-bug.zip
>
>
> I have a project with multiple levels of modules.
> In the toplevel project I declare a site-descriptor with some general menu's
> that have no inherit attribute (I also tried inherit='none') together with
> <menu ref="parent" inherit="top"/>
> <menu ref="modules" inherit="bottom"/>
> <menu ref="reports" inherit="bottom"/>
> Now a module of the toplevel project that itself has modules declares a
> site-descriptor with an additional regular menu that is inherited.
> However the site of that module contains the menus from the toplevel project
> that are NOT declared to be inherited.
--
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