We are pleased to announce the Maven Site Plugin 1.7 release! http://maven.apache.org/maven-1.x/plugins/site/ Generate web site. =============================================================================== Changes in this version include: New Features: o New property maven.site.reports.ignoreErrorsto ignore any errors in all reports during site generation. Fixes MPSITE-50. Thanks to Shinobu Kawai. o New property maven.site.gunzip.optionscan be used to set options when using gunzip (default value is -f). o 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. Fixes MPSITE-34. o Make chmodoptions in site:sshdeployconfigurable. Fixes MPSITE-31. Fixed bugs: o Missing maven.ssh.argsin site:publish. Fixes MPSITE-40. o 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. Fixes MPSITE-39. o SSH arguments not used in sshdeploywith 'clean'. Fixes MPSITE-24. Thanks to Julian Dunn. o Deploying the site documentation through SSH always results in 'Build Successful'. Fixes MPSITE-28. Thanks to Davy Toch. o FTP deployment doesn't create the remote directory root. Fixes MPSITE-27. o site:ftpdeploy can use maven.site.chmod.modeto make chmod attribute configurable. Fixes MPSITE-25. o 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) =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-site-plugin -Dversion=1.7 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-site-plugin-1.7.jar Issues, bugs, and feature requests for Maven Site Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPSITE Have fun! -The Maven Site Plugin development team