Hi, It's possible with the javasvn implementation. This has been moved recently from the asf repository due to license issue. Now it's here : http://code.google.com/p/maven-scm-provider-svnjava/ It will be released after the maven-scm release.
HTH, -- Olivier 2009/3/26 Chris <[email protected]>: > I'm trying to configure my pom to use an <scm>. We use Subversion. When I > run it, I get the error "'svn' is not recognized as an internal or external > command, operable program or batch file.". I take it this means that svn.exe > needs to be on the path, and the plugin is shelling out to access it. > > This is obviously flaky and error prone. In Ant, I can use SvnAnt to access > svn directly, using java alone. > > Is it possible to configure Maven to use one of the svn-java libraries > instead of the command line client? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
