We are pleased to announce the Maven Cruise Control Plugin 1.6 release! http://maven.apache.org/maven-1.x/plugins/cruisecontrol/ A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report provide a link to the build results. =============================================================================== Changes in this version include: New Features: o Lost script extension when use "maven cruisecontrol:configure" command Fixes MPCRUISECONTROL-15. o Add more configuration, especially better handling of emails. Fixes MPCRUISECONTROL-14. Thanks to Marcin Gurbisz. o Add new properties to the maven cruisecontrol plugin. Ftp publisher, Scp publisher. Fixes MPCRUISECONTROL-12. Thanks to Alexandre Vivien. =============================================================================== 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-cruisecontrol-plugin -Dversion=1.6 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-cruisecontrol-plugin-1.6.jar Have fun! -The Maven Cruise Control Plugin development team