This has been fixed in maven svn and should be resolved in version 1.9.2 of the xdoc plugin. A small (backward compatible) change was also required in commons-site.jsl.
Phil On 8/8/05, Phil Steitz <[EMAIL PROTECTED]> wrote: > > I noticed this weekend that since v. 1.9, the maven xdoc plugin does > not work correctly with commons-site.jsl. Specifically, the project > reports menu is ommitted from the left nav and some reports, e.g. the > team list, are not formatted correctly. This is being tracked as > http://jira.codehaus.org/browse/MPXDOC-155 > > I am trying to make changes to the jsl to make it work with both pre- > and post-1.9 versions of the plugin, but have not been successful up > to now. Any ideas on how to do this - or JFDI - would be appreciated. > > So for now, when generating commons sites, its best to use 1.8 or > below. If you have any doubt about what you have installed, "maven > --info" will display the versions of all the plugins that you have > installed and the following will install 1.8 > maven plugin:download > -DgroupId=maven > -DartifactId=maven-xdoc-plugin > -Dversion=1.8 > > Phil >
