Re: [mojo-dev] Site deploy is criminally slow

2009-12-28 Thread Stephen Connolly
scp is fine when it has shell acces it zips everything up and sends the zip and then unpacks it at the destination (eg at apache) WebDAV is the issue here Sent from my [rhymes with tryPod] ;-) On 28 Dec 2009, at 14:37, Lee Thompson wrote: Stephen Connolly wrote: >it's javadoc, xref and cob

Re: [mojo-dev] Site deploy is criminally slow

2009-12-28 Thread Lee Thompson
Stephen Connolly wrote: >it's javadoc, xref and cobertura that cause the pain Its because the contents of a maven site aren't packaged into a war and dropped on a standard servlet engine. If you had all the little files bundled up, you would push one big compressed file. Creating and deleting