Sometimes, you might get a message saying Error deploying artifact: Failed to create destination WebDAV collection (directory): unable to find valid certification path to requested target, that's because the Codehaus HTTPS WebDAV servers' certificate is not installed on your computer. In this case: - Download and compile the program from https://confluence.atlassian.com/download/attachments/180292346/ InstallCert.java
- Execute the program
java InstallCert dav.codehaus.org and make it install one of the certificates. If you run the program again, it should be happy and tell you that all certificates are installed. - Add the generated
jssecacerts file to your $JAVA_HOME/jre/lib/security directory.
|