+
+ | maven.site.stage.address |
+ Yes |
+
+ Specifies the site address to use when publishing to staging. If not specified, the same address
+ is used as live.
+ |
+
+
+ | maven.site.stage.directory |
+ Yes |
+
+ Specifies the site directory to use when publishing to staging. If not specified, the same directory
+ is used as live.
+ |
+
+
+ | maven.site.deploy.live |
+ Yes |
+
+ Force the use of the live deployment parameters, even if the staging ones are specified
+ |
+
| maven.scp.executable |
Yes |
@@ -56,6 +79,17 @@
named ssh must be in your path).
+
+ | maven.rsync.executable |
+ Yes |
+
+ Specifies the name (and possibly location) of the remote rsync
+ executable to use. This is used by the "site:publish" and
+ "site:rsyncdeploy" goal.
+ The default value is rsync (i.e. an executable
+ named rsync must be in your path).
+ |
+
| maven.ssh.args |
Yes |
@@ -67,7 +101,7 @@
maven.site.deploy.method |
Yes |
- Specifies the method to use when deploying the site. Possible values are:
+ Specifies the method to use when deploying the site. Possible values are: ftp, rsync,
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.
|