We are pleased to announce the Maven Cruise Control Plugin 1.3 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 implementation of run goal Fixes MPCRUISECONTROL-3. Thanks to Carsten Ziegeler. o Allow SVN repositories to by used by cruisecontrol. o allow user to specify different cc template to use Fixed bugs: o allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls. =============================================================================== 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.3 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.3.jar Have fun! -The Maven Cruise Control Plugin development team