Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Do not force -az options for rsync. maven.rsync.args=-az by default but can be overriden. | aheritier | |
maven.rsync.args isn't used by site:rsyncdeploy. | aheritier |
Type | Changes | By |
---|---|---|
Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 | aheritier | |
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 | |
Update root directory mode on the remote host (rsync and ssh). | aheritier |
Type | Changes | By |
---|---|---|
New property
maven.site.reports.ignoreErrors
to ignore any errors in all reports during site generation.
Fixes MPSITE-50.
Thanks to Shinobu Kawai.
|
ltheussl | |
New property
maven.site.gunzip.options
can be used to set options when using gunzip (default value is -f).
|
aheritier | |
Missing
maven.ssh.args
in
site:publish
.
Fixes MPSITE-40.
|
ltheussl | |
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 | |
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 | |
Make
chmod
options in
site:sshdeploy
configurable.
Fixes MPSITE-31.
|
ltheussl | |
SSH arguments not used in
sshdeploy
with 'clean'.
Fixes MPSITE-24.
Thanks to Julian Dunn.
|
ltheussl | |
Deploying the site documentation through SSH always results in 'Build Successful'. Fixes MPSITE-28. Thanks to Davy Toch. | aheritier | |
FTP deployment doesn't create the remote directory root. Fixes MPSITE-27. | aheritier | |
site:ftpdeploy can use
maven.site.chmod.mode
to make chmod attribute configurable.
Fixes MPSITE-25.
|
aheritier | |
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 |
Type | Changes | By |
---|---|---|
Goal site:ftpdeploy does nothing Fixes MPSITE-22. | aheritier | |
In SSH mode do not continue with other commands if any prior commands have failed | brett | |
Corrected rsync behaviour in some environments Fixes MPSITE-23. Thanks to Oscar Picasso. | brett | |
Remove -v option from rsync by default | brett |
Type | Changes | By |
---|---|---|
Add ability to clean the destination before deployment | brett | |
Add the rsync deployment method Fixes MPSITE-21. | brett | |
Add the ability to have an intermediate staging publish step for the site | brett |
Type | Changes | By |
---|---|---|
Allow tar options as a property Fixes MPSITE-15. Thanks to M. Sean Gilligan. | dion |
Type | Changes | By |
---|---|---|
Support for Putty in site:sshdeploy and add optional maven.ssh.args and maven.scp.args. Fixes MPDEPLOY-5. | evenisse | |
Remove telnet server for ftp deployment | dion | |
Remove unneeded ant dependency | dion |
Type | Changes | By |
---|---|---|
Allows site deployment via ftp. Fixes MPSITE-2. | dion | |
Top level site directory needs g+u. Fixes MPSITE-1. | dion |
Type | Changes | By |
---|---|---|
Update to use maven.docs.*/maven.gen.docs | dion | |
update to commons-lang 1.0.1 | dion |
Type | Changes | By |
---|---|---|
Added properties
maven.site.gunzip.executable
and
maven.site.tar.executable
Thanks to John Casey.
|
dion |
Type | Changes | By |
---|---|---|
Added ability to deploy via filesystem Thanks to Alef Arendsen. | dion |