[ http://jira.codehaus.org/browse/MPXDOC-119?page=all ] Lukas Theussl closed MPXDOC-119: --------------------------------
Resolution: Won't Fix The <search/> element should go into the <body> of navigation.xml (it is in a <menu> element in your source code). The <keywords> element is not recognized in xdocs (where did you see that documented?). The <meta name="" content=""> element should go into a <head> element of the source xdoc files (not navigation.xml). Let us know if this doesn't resolve your problems and we'll reopen the issue. > <search/> and <meta name="keyword"/> - functionality + docs > ----------------------------------------------------------- > > Key: MPXDOC-119 > URL: http://jira.codehaus.org/browse/MPXDOC-119 > Project: maven-xdoc-plugin > Type: Wish > Versions: 1.8 > Environment: Linux rama.paneris.org 2.4.20-8 > Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode) > 5968458 Jul 13 15:19 maven-1.0.tar.gz > 156115 Jul 13 14:20 maven/plugins/maven-xdoc-plugin-1.8.jar > Reporter: Peter Kehl > > > Dear colleagues, > we have a 2/3 maven-enabled projects: http://spindent.paneris.net and > http://melati.org; this is issue happened at spindent.paneris.net. > Basically, <search/> and <meta name="keyword"> don't work - no new HTML > elements are created when I run "maven site". Maybe <keywords> isn't supposed > to work - I don't know how it got there. Xdocs used are in CVS (online). > Generally, it would help if Maven and Maven's plugins were better documented, > especially their all XML tags. Otherwise it's a powerful tool but its power > is kept secret. It would help to have user and tag documentation more > structured and available direct online - that's what users need first. > --------------------- > xdocs/navigation.xml: > <body> > <search/> > rest of xdocs/*.xml: > <document> > <properties> > <!-- More..... --> > <keywords>Source code indentation.</keywords> > </properties> > <meta name="keyword"/ content="parser, parsing" /> > <body> > <!-- .... --> > </body> > </document> -- 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]