Changes
dIon Gillard
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.
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'.
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.
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