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.scp.args Yes Specifies optional parameters that are passed to the scp executable.
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.ssh.args Yes Specifies optional parameters that are passed to the ssh executable.
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.
maven.site.tar.executable Yes Specifies the executable to use for 'tar' when deploying the site. Defaults to tar. Override this property if your system has a default version of tar that is failing.
maven.site.gunzip.executable Yes Specifies the executable to use for 'gunzip' when deploying the site. Defaults to gunzip. Override this property if your system has a default version of gunzip that is failing.