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

You could however do something like

maven <stuff> site:generate > target/docs/log.txt
maven site:sshdeploy (doesn't regen the site)

you might be able to just do
maven <stuff> site:deploy > target/docs/log.txt
But log.txt mightn't be flushed properly

You'll also need to create an xdoc that links to your log.txt


Andrew Mace wrote:


Hi List,

I have my Maven build set up on a cron to run every night.  Is there anyway of getting 
the results of the Maven build generated on the web site.
As I would like to be able to see if the build/compile had failed without going 
through the log files on the server.

Any suggestions welcome.

Regards
Andrew



--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



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







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



Reply via email to