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.ignoreErrors to ignore any errors in all
reports during site generation. Fixes MPSITE-50. Thanks to Shinobu Kawai. o New property maven.site.gunzip.options can be used to set options when using
  gunzip (default value is -f).
o 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.
o Make chmod options in site:sshdeploy configurable. Fixes MPSITE-31.

  Fixed bugs:

o Missing maven.ssh.args in 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.mode is now 775. Fixes
  MPSITE-39.
o SSH arguments not used in sshdeploy with '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.mode to 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://www.ibiblio.org/maven,http://cvs.apache.org/repository/
  -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


Have fun!
-The Maven Site Plugin development team

Reply via email to