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]

Reply via email to