Deploy maven generated site on Google Code svn?

Posted by xamde on Stack Overflow See other posts from Stack Overflow or by xamde
Published on 2010-05-31T13:38:42Z Indexed on 2010/05/31 13:43 UTC
Read the original article Hit count: 296

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about maven-2