We are pleased to announce the Maven Cruise Control Plugin 1.5 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 Add new properties to the maven cruisecontrol plugin. Fixes MPCRUISECONTROL-11. Thanks to Alexandre Vivien. o External link for report should not include artifactId. Fixes MPCRUISECONTROL-8. o Add support for projects building when dependent projects are built. Fixes MPCRUISECONTROL-7. =============================================================================== 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.5 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.5.jar Have fun! -The Maven Cruise Control Plugin development team