I am trying to deploy a project site, but it seems that the deployment
possibilities are very limited?
eg. I am trying this:
<distributionManagement>
<site>
<id>project-site</id>
<url>scp://localhost/home/admin/test</url>
</site>
</distributionManagement>
But then I get:
Embedded error: The host was not known and was not accepted by the
configuration: localhost
reject HostKey: localhost
It doesn't accept localhost?? why??
Also, I would actually like to be able to use another port (than 22) is this
even possible?
The documentation regarding the distribution options/protocols seems almost
non-existant, or?