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
* Plus all mime-types are wrong
I am looking for a solution that allows new developers in my projects to check out the current source and just use it, without requiring to install PERL or learn weird steps to perform or wait hours.