Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.7.2 2007-04-18
1.7.1 2007-03-28
1.7 2006-05-07
1.6.1 2005-06-05
1.6 2005-01-18
1.5.2 2004-10-23
1.5.1 2004-07-10
1.5 2004-03-10
1.4 2003-11-22
1.3 2003-09-29
1.2 Unknown
1.1 2002-02-12
1.0 2002-08-04

Get the RSS feed of the last changes

Release 1.7.2 - 2007-04-18

TypeChangesBy
update Do not force -az options for rsync. maven.rsync.args=-az by default but can be overriden. aheritier
fix maven.rsync.args isn't used by site:rsyncdeploy. aheritier

Release 1.7.1 - 2007-03-28

TypeChangesBy
update Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 aheritier
fix Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory). aheritier
fix Update root directory mode on the remote host (rsync and ssh). aheritier

Release 1.7 - 2006-05-07

TypeChangesBy
add New property maven.site.reports.ignoreErrors to ignore any errors in all reports during site generation. Fixes MPSITE-50. Thanks to Shinobu Kawai. ltheussl
add New property maven.site.gunzip.options can be used to set options when using gunzip (default value is -f). aheritier
fix Missing maven.ssh.args in site:publish . Fixes MPSITE-40. ltheussl
fix 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 . Fixes MPSITE-39. aheritier
add New property maven.site.failonerror can 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. Fixes MPSITE-34. aheritier
add Make chmod options in site:sshdeploy configurable. Fixes MPSITE-31. ltheussl
fix SSH arguments not used in sshdeploy with 'clean'. Fixes MPSITE-24. Thanks to Julian Dunn. ltheussl
fix Deploying the site documentation through SSH always results in 'Build Successful'. Fixes MPSITE-28. Thanks to Davy Toch. aheritier
fix FTP deployment doesn't create the remote directory root. Fixes MPSITE-27. aheritier
fix site:ftpdeploy can use maven.site.chmod.mode to make chmod attribute configurable. Fixes MPSITE-25. aheritier
fix 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) fgiust

Release 1.6.1 - 2005-06-05

TypeChangesBy
fix Goal site:ftpdeploy does nothing Fixes MPSITE-22. aheritier
fix In SSH mode do not continue with other commands if any prior commands have failed brett
fix Corrected rsync behaviour in some environments Fixes MPSITE-23. Thanks to Oscar Picasso. brett
update Remove -v option from rsync by default brett

Release 1.6 - 2005-01-18

TypeChangesBy
add Add ability to clean the destination before deployment brett
add Add the rsync deployment method Fixes MPSITE-21. brett
add Add the ability to have an intermediate staging publish step for the site brett

Release 1.5.2 - 2004-10-23

TypeChangesBy
update Allow tar options as a property Fixes MPSITE-15. Thanks to M. Sean Gilligan. dion

Release 1.5.1 - 2004-07-10

TypeChangesBy
update Update commons-httpclient and commons-net brett

Release 1.5 - 2004-03-10

TypeChangesBy
add Support for Putty in site:sshdeploy and add optional maven.ssh.args and maven.scp.args. Fixes MPDEPLOY-5. evenisse
fix Remove telnet server for ftp deployment dion
update Remove unneeded ant dependency dion

Release 1.4 - 2003-11-22

TypeChangesBy
update Allows site deployment via ftp. Fixes MPSITE-2. dion
fix Top level site directory needs g+u. Fixes MPSITE-1. dion

Release 1.3 - 2003-09-29

TypeChangesBy
update Update to use maven.docs.*/maven.gen.docs dion
update update to commons-lang 1.0.1 dion

Release 1.2 - Unknown

TypeChangesBy
add Added properties maven.site.gunzip.executable and maven.site.tar.executable Thanks to John Casey. dion

Release 1.1 - 2002-02-12

TypeChangesBy
add Added ability to deploy via filesystem Thanks to Alef Arendsen. dion

Release 1.0 - 2002-08-04

TypeChangesBy
add Original release for Maven 1.0-beta6 jvanzyl