diff --git a/site/plugin.jelly b/site/plugin.jelly
index 038e8879..c5e89f1a 100644
--- a/site/plugin.jelly
+++ b/site/plugin.jelly
@@ -145,7 +145,8 @@
depends="true"
userid="${siteUsername}"
password="${maven.password}"
- remotedir="${siteDirectory}">
+ remotedir="${siteDirectory}"
+ chmod="${maven.site.chmod.mode}">
diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml
index c8492b7a..2e88c324 100644
--- a/site/xdocs/changes.xml
+++ b/site/xdocs/changes.xml
@@ -31,6 +31,7 @@
SSH arguments not used in sshdeploy with 'clean'.
Deploying the site documentation through SSH always results in 'Build Successful'.
FTP deployment doesn't create the remote directory root.
+ site:ftpdeploy can use maven.site.chmod.mode to make chmod attribute configurable.
Goal site:ftpdeploy does nothing