You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by lukewpatterson <lu...@gmail.com> on 2009/07/18 19:33:25 UTC

Deploying Maven site to SVN repo while applying MIME types and using pure-Java

Ideally, I'd like to find a pure-Java Wagon that can deploy to an SVN repo
and can be configured to accept a file path for the svn:mime-type/auto-props
[1] file.  I can deploy my end-states (jars) fine, but deploying the site
has been difficult without automatic mime-type application.

So far, I found two contenders:

a) org.apache.maven.wagon:wagon-scm and
org.apache.maven.scm:maven-scm-manager-plexus and
org.apache.maven.scm:maven-scm-provider-svnexe [2]
This won't work for me because it relies on a native installation of SVN. 
Also, I couldn't figure out how to specify the location of the auto-props
file.

b) org.jvnet.wagon-svn:wagon-svn [3]
I couldn't figure out [4] how to specify the location of the auto-props
file.


This is for a Google Code project.  I'm not sure if that factor affects the
solutions available.

Any suggestions?


Thanks,

Luke


[1] http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.advanced.props.auto
[2] see usage page at
http://maven.apache.org/wagon/wagon-providers/wagon-scm/index.html
[3] https://wagon-svn.dev.java.net/
[4] https://wagon-svn.dev.java.net/issues/show_bug.cgi?id=4 and
https://wagon-svn.dev.java.net/issues/show_bug.cgi?id=5
-- 
View this message in context: http://www.nabble.com/Deploying-Maven-site-to-SVN-repo-while-applying-MIME-types-and-using-pure-Java-tp24550094p24550094.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Deploying Maven site to SVN repo while applying MIME types and using pure-Java

Posted by lukewpatterson <lu...@gmail.com>.
If anyone else wants this functionality, I think my patch should do the job:

https://wagon-svn.dev.java.net/issues/show_bug.cgi?id=4

Please consider voting or commenting.
-- 
View this message in context: http://www.nabble.com/Deploying-Maven-site-to-SVN-repo-while-applying-MIME-types-and-using-pure-Java-tp24550094p24882796.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org