Right you are.

You can xdoc a single file - see the linkcheck plugin for more info on how to do it.

If someone raises a request for it, I'll try and get it in before RC1 is finalised.

Martin Skopp wrote:

Hi Ben,

On Thu, 2003-06-12 at 12:46, Ben Walding wrote:


You've got a bit of a chicken and egg problem if you wanted it formatted into xdoc.



... it's solvable by a generating the site twice, which I do here:




You could however do something like

maven <stuff> site:generate > target/docs/log.txt



Then I replace all the <, > and % chars 'cause it's xml! On a proper UNIX box you do


  cat log.txt | sed -e "s/\&/\&amp\;/g" | sed -e "s/</\&lt\;/g" | sed
-e "s/>/\&gt\;/g" >> xdocs/build_report.xml

then run site generation again:

maven <stuff> site:generation

(where I have a link to build_report.html in my navigation.xml)



maven site:sshdeploy (doesn't regen the site)



Done.


+0.5 to "include in future maven releases"





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to