Hi,
Yes you can use this provider [1].
What you can do is to declare your scm connection starting with : scm:javasvn:
But you have to add the provider as a dependency in some plugins
(release, changelog).
Note the release plugin has an option in the configuration to force
using an other provider :

          <providerImplementations>
            <svn>javasvn</svn>
          </providerImplementations>

--
Olivier

[1] http://code.google.com/p/maven-scm-provider-svnjava/

2009/10/8 Daniel S Epstein <depst...@umd.edu>:
> When using the SCM plugin with subversion (scm:svn:http://…) I get errors
> unless the svn executable is installed and in my environment path.
>
> Is there a way to use a pure java svn client?  I tried to use the svnjava
> provider but I was unsure how to configure the scm plugin to use that
> provider.
>
> Thanks,
>
> Daniel
>
>



-- 
Olivier

Reply via email to