Deploy maven generated site on Google Code svn?
- by xamde
Using a google code svn as a basic maven repository is easy.
However, using mvn site:deploy efficiently on google code seems hard.
So far, I found only these solutions:
* Deploy to a local file:/// and use a PERL script to delete the old and copy the new
* Use wagen-svn to deploy. This is very slow (hours!) and does not delete old files
*…