Changes dIon Gillard Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory). Update root directory mode on the remote host (rsync and ssh). New property maven.site.reports.ignoreErrorsto ignore any errors in all reports during site generation. New property maven.site.gunzip.optionscan be used to set options when using gunzip (default value is -f). Missing maven.ssh.argsin site:publish. Deploy site on unix create rights rwxr-xr-x. Group members can't override files. The default value for maven.site.chmod.modeis now 775. New property maven.site.failonerrorcan be used to bypass remote errors. Defaults to true. *NOTE*that this default will fail a deploy for any "minor" error, please read the properties documentation. Make chmodoptions in site:sshdeployconfigurable. SSH arguments not used in sshdeploywith '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.modeto make chmod attribute configurable. site:sshdeply doesn't change permissions on the root site directory but only on contained files (running chmod on the root site directory causes the build to fail if the user doesn't have the rights to do so) Goal site:ftpdeploy does nothing In SSH mode do not continue with other commands if any prior commands have failed Corrected rsync behaviour in some environments Remove -v option from rsync by default Add ability to clean the destination before deployment Add the rsync deployment method Add the ability to have an intermediate staging publish step for the site Allow tar options as a property Update commons-httpclient and commons-net Support for Putty in site:sshdeploy and add optional maven.ssh.args and maven.scp.args. Remove telnet server for ftp deployment Remove unneeded ant dependency Allows site deployment via ftp. Top level site directory needs g+u. Update to use maven.docs.*/maven.gen.docs update to commons-lang 1.0.1 Added properties maven.site.gunzip.executableand maven.site.tar.executable Added ability to deploy via filesystem Original release for Maven 1.0-beta6