I'm trying to get Maven to invoke svn with the --trust-server-cert option to bypass some issues with self-signed certs. The documentation here, http://maven.apache.org/scm/subversion.html, seems to work as advertised for scm:update and such, but seems to have no effect on release:prepare or release:perform - which is where I really need the --trust-server-cert option passed. How can I force Maven to do this?
(P.S., I would add that the documentation here is extremely lacking.) -- C. Benson Manica [email protected]
