We are pleased to announce the Maven Cruise Control Plugin 1.4 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 Show unit test results in Test Results tab. Fixes MPCRUISECONTROL-6. Thanks to Paul Spencer. o Svnroot attribute incorrect in cruisecontrol config.xml. Fixes MPCRUISECONTROL-5. Thanks to Alwyn Schoeman. =============================================================================== 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.4 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.4.jar Have fun! -The Maven Cruise Control Plugin development team