views:

119

answers:

2

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:

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.

A: 

I'd suggest you to use https://maven2-repository.dev.java.net/ to deploy your open source artifacts. Quite simple to configure and use.

The main "issue" is that you'll need to create an account but you can use it only to deploy the artifacts and still have your source code hosted on Google Code

JoséMi
VOTE DOWN. Hi, i am looking for a way to deploy a Maven *site*, that is tons and tons of generated html files that should be exposed on a public web server. Running a maven repository on top of a svn repository on google code is fine.
xamde
I guess you've already tried the following configuration tips, right? http://code.google.com/p/maven-googlecode-plugin/wiki/MavenSiteDeployOnSVN
JoséMi
Ah, I will try this out. Thanks. However, it seems also to suggest the horribly slow wagon-svn provider. Thats simply too slow for thousands of files.
xamde