I have used maven to generate a site for my project and want to use the site-deploy plugin to pubish the site to a webserver. I am using Tomcat with webdav enabled so created an empty war project and enabled webdav as described here

http://wiki.apache.org/tomcat/Tomcat/WebDav

Then i defined a distribution management in my pom.xml as described here

http://www.sonatype.com/books/mvnref-book/reference/site-generation-sect-deploy-site.html

But whenever i run the site-deploy goal it fails with this

https://localhost:2020/project-site - Session: Opened  
 Transfer error: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
Uploading: ./apidocs/allclasses-frame.html to https://localhost:2020/project-site

# Transfer error: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
https://localhost:2020/project-site - Session: Disconnecting  
https://localhost:2020/project-site - Session: Disconnected

What else do i have to do to get this working?

link|improve this question

75% accept rate
As it's an HTTPS URL you need to provide credentials for SSL. Did you provide them? – reef Apr 1 '11 at 15:43
oops, thanks for that, I removed the 's' and i now get ######localhost:2020/project-site/./apidocs/allclasses-frame.html - Status code: 409 Transfer error: org.apache.maven.wagon.TransferFailedException: Failed to transfer file: localhost:2020/project-site/./apidocs/allclasses-frame.html. Return code is: 409 – Farouk Alhassan Apr 1 '11 at 16:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.