We are pleased to announce the Maven Site Plugin 1.8-SNAPSHOT release! http://maven.apache.org/maven-1.x/plugins/site/ Generate web site. =============================================================================== Changes in this version include: Fixed bugs: o Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory). o Update root directory mode on the remote host (rsync and ssh). Changes: o Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-site-plugin -Dversion=1.8-SNAPSHOT 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.8-SNAPSHOT.jar Have fun! -The Maven Site Plugin development team