How do you specify the url for distribution management in the site section of
the pom.xml? I have Continuum building the site on the same machine as the
webserver. I need to copy the final site.war to
/var/www/docs/projects/${project.version}
I tried, the following:
<url>scp://192.168.1.4/var/www/docs/project/{$project.version}</url>
I get an error:
[INFO] [site:deploy]
Session error: com.jcraft.jsch.JSchException: reject HostKey: 192.168.1.4
Is there another mechanism to use for local deployment?
Thanks in advance for your help
- Srinivas
--
View this message in context:
http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5202517
Sent from the Continuum - Users forum at Nabble.com.