Site Properties Stéphane MOR Alef Arendsen
maven.scp.executable Yes Specifies the name (and possibly location) of the remote secure copy executable to use (SCP). This is used by the "site:deploy" goal. The default value is scp (i.e. an executable named scp must be in your path).
maven.ssh.executable Yes Specifies the name (and possibly location) of the remote secure shell executable to use (SSH). This is used by the "site:deploy" goal. The default value is ssh (i.e. an executable named ssh must be in your path).
maven.site.deploy.method Yes Specifies the method to use when deploying the site. Possible values are: fs and ssh. The ssh method is the good old method which has always been used within Maven. When you specify fs the site will be deployed on a local file system. The siteDirectory property will be used to copy the site to.