humm, sounds not very automatic ;-( I thought there would be some kind of plugins to handle that. So I guess I have to implement it using jelly or ant through some maven goals... Still, should I wait for maven to generate the (for example) index.xml file and then insert my stuff? Sounds a bit odd to me ...
Thanx,
--mike
Erik Husby wrote:
Michael Niemaz wrote:
Hi,
I wondered how to automatically add other menus and sub-menus to
the generated site in order to add some documentation (or whatever) about my project.
Also, how should I handle this documentation? What's the plugin/mechanism to use?
Is there a particular format?
Simple,
Create the directory xdocs
Create the file xdocs/index.xml to get additional documentation Create the file xdocs/navigation.xml to get additional menus
See the Maven sources for more details on the file format.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
