Hi David, It looks like you have an unsigned SSL certificate on your SVN server. So you need to install the certificate in the Java keystore of hosts that need to run the release plugin. There are a lot of examples of this on the net already, just google for "install unsigned cert java" or whatnot.
Cheers, Brian On Sep 22, 2012, at 5:19 PM, David Hoffer <[email protected]> wrote: > I'm getting the following error while performing the release:prepare goal. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare > (default-cli) on project app-commons: Unable to tag SCM > [ERROR] Provider message: > [ERROR] The svn tag command failed. > [ERROR] Command output: > [ERROR] svn: E175002: Unable to connect to a repository at URL > 'https://hostname/svn/app-commons/trunk' > [ERROR] svn: E175002: OPTIONS of > 'https://hostname/svn/app-commons/trunk': Server certificate > verification failed: certificate issued for a different hostname, > issuer is not trusted (https://hostname) > [ERROR] -> [Help 1] > > I'm on Windows, local network, Maven 3.0.4. How can I resolve this? > > Thanks, > -Dave > > --------------------------------------------------------------------- > 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]
