| maven.scp.executable |
Yes |
Specifies the name (and possibly location) of the remote secure
copy executable to use (SCP). This is used by the "deploy:pom" 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 "deploy:pom" 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.
|