diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index 22ae6248..4e286ddf 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -26,7 +26,7 @@ New property maven.site.reports.ignoreErrors to ignore any errors in all reports during site generation. New property maven.site.gunzip.options can be used to set options when using gunzip (default value is -f). Missing maven.ssh.args in site:publish. - Deploy site on unix create rights rwxr-xr-x. Group members can't override files. The default value for maven.site.chmod.mode is now 755. + Deploy site on unix create rights rwxr-xr-x. Group members can't override files. The default value for maven.site.chmod.mode is now 775. New property maven.site.failonerror can be used to bypass remote errors. Make chmod options in site:sshdeploy configurable. SSH arguments not used in sshdeploy with 'clean'. diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml index f6bdc02b..e6eea6b6 100644 --- a/site/xdocs/properties.xml +++ b/site/xdocs/properties.xml @@ -133,7 +133,7 @@ maven.site.chmod.mode Yes - Specifies the mode set by the chmod executable. Default is 'g+u'. + Specifies the mode set by the chmod executable. Default is '775'.