diff --git a/site/plugin.jelly b/site/plugin.jelly
index ddf80a6f..e1420a19 100644
--- a/site/plugin.jelly
+++ b/site/plugin.jelly
@@ -262,7 +262,7 @@
-
+
Updating files modes on the remote host
@@ -332,7 +332,7 @@
-
+
diff --git a/site/plugin.properties b/site/plugin.properties
index 850b4020..16c0fd16 100644
--- a/site/plugin.properties
+++ b/site/plugin.properties
@@ -37,6 +37,7 @@ maven.site.failonerror=true
maven.site.reports.ignoreErrors=false
maven.rsync.executable=rsync
+maven.rsync.args=-az
maven.username=USERNAME_NOT_SET
diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml
index 804fb67b..b6e64fee 100644
--- a/site/xdocs/changes.xml
+++ b/site/xdocs/changes.xml
@@ -24,7 +24,8 @@
dIon Gillard
-
+
+ Do not force -az options for rsync. maven.rsync.args=-az by default but can be overriden.
maven.rsync.args isn't used by site:rsyncdeploy.
diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml
index b7401848..09ca001f 100644
--- a/site/xdocs/properties.xml
+++ b/site/xdocs/properties.xml
@@ -113,7 +113,7 @@
maven.rsync.args |
Yes |
- Specifies optional parameters that are passed to the rsync executable (in addition to -az).
+ Specifies parameters that are passed to the rsync executable. Default : -az.
|