site-plugin / Menu / Collapsed items does not work anymore ?
------------------------------------------------------------
Key: MNG-584
URL: http://jira.codehaus.org/browse/MNG-584
Project: Maven 2
Type: Bug
Components: maven-plugins
Versions: 2.0-alpha-3
Reporter: Antoine
The collapsed/expanded menu function seems not to function anymore.
among several tests, i tried the example given on maven 1 user guide :
http://maven.apache.org/using/site.html
<!-- Menu in the Left Navigation -->
<menu name="Menu Name">
<!-- Standalone item -->
<item name="Item" href="/item.html" />
<!-- Uncollapsed Submenu -->
<item name="Alpha" href="/alpha/index.html">
<item name="Alpha One" href="/alpha/one/index.html"/>
<item name="Alpha Two" href="/alpha/two/index.html"/>
</item>
<!-- Collapsed Submenu -->
<item name="Beta" href="/beta/index.html" collapse="true">
<item name="Beta One" href="/beta/one/index.html" collapse="true"/>
<item name="Beta Two" href="/beta/two/index.html" collapse="true"/>
</item>
</menu>
both item "Alpha" and "Beta" are expanded.
Never collapsed.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]