Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.8 2006-07-28
1.7 2005-06-06
1.6 2004-12-06
1.5 2004-08-14
1.4 2004-07-10
1.3 2004-06-18
1.2 2004-05-15
1.1 2004-03-03

Get the RSS feed of the last changes

Release 1.8 - 2006-07-28

TypeChangesBy
update Deprecate the cruisecontrol:run goal. It doesn't work with recent versions of cruisecontrol. ltheussl
fix Replace deprecated < currentbuildstatusbootstrapper > , < currentbuildstatuspublisher > and < currentbuildstatusftppublisher > by < currentbuildstatuslistener > and < currentbuildstatusftplistener > . Fixes MPCRUISECONTROL-32. ltheussl
fix Add missing documentation for several properties. Fixes MPCRUISECONTROL-30. ltheussl
fix Default for maven.cruisecontrol.logs.mergedirectory is incorrect on the Properties page. Fixes MPCRUISECONTROL-29. ltheussl
fix Property maven.cruisecontrol.goals contains deprecated scm:update-project . Fixes MPCRUISECONTROL-33. ltheussl
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-xml v1.1 (was v1.0). Fixes MAVEN-1712. aheritier
fix Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url Fixes MPCRUISECONTROL-25. epugh

Release 1.7 - 2005-06-06

TypeChangesBy
add Remove use of deprecated maven.scm.svn.module property brett
add Add a Jabber publisher and configuration. Fixes MPCRUISECONTROL-23. Thanks to Philip Dodds. brett
add Add ability to publish only on success. Fixes MPCRUISECONTROL-23. Thanks to Philip Dodds. brett
update Removed all dependencies on the SCM module and instead replace all occurrences with ${pom.artifactId} . vmassol
add Added new cruisecontrol:configure-war goal that generates a configured CruiseControl webapp WAR. vmassol
update Use the same default value for the maven.cruisecontrol.mail.buildresultsurl property than the one for maven.cruisecontrol.buildresults.url . vmassol
update Modified default value of maven.cruisecontrol.logs.mergedirectory so that CC can aggregate JUnit test reports both for single project and multiproject setups. vmassol
update Compute automatically the merge directory automatically (the value of maven.cruisecontrol.logs.mergedirectory if not specified by the user. The computation uses the maven.build.dir property to guess the output directory for JUnit test results. vmassol
add Added a new maven.cruisecontrol.logs.pattern property to specify the report files that will be merged by CC. Defaults to *.xml . vmassol
add Added a new cruisecontrol:install-local goal to install the generated CC config to a target location on the same machine (it uses a file copy). In the future we could provide other installation mechanisms like ssh, scp, etc. vmassol
update Changed the default build status file name to be status.txt which is the default value expected by the CC Webapp. vmassol
update New maven.cruisecontrol.work.dir property that specifies what CC work directory to use for the project. Default values of maven.cruisecontrol.checkout.dir and maven.cruisecontrol.logs.dir have been modified to be relative to it. vmassol
fix Fixed default property values for maven.cruisecontrol.mail.xlsdir and maven.cruisecontrol.mail.css so that the plugin works by default with the latest CC version (2.2.1). vmassol
fix Fix order in which the CruiseControl's < project > elements are generated. They must be in the order of the less dependent project first. Fixes MPCRUISECONTROL-19. vmassol

Release 1.6 - 2004-12-06

TypeChangesBy
add Lost script extension when use "maven cruisecontrol:configure" command Fixes MPCRUISECONTROL-15. epugh
add Add more configuration, especially better handling of emails. Fixes MPCRUISECONTROL-14. Thanks to Marcin Gurbisz. epugh
add Add new properties to the maven cruisecontrol plugin. Ftp publisher, Scp publisher. Fixes MPCRUISECONTROL-12. Thanks to Alexandre Vivien. evenisse

Release 1.5 - 2004-08-14

TypeChangesBy
add Add new properties to the maven cruisecontrol plugin. Fixes MPCRUISECONTROL-11. Thanks to Alexandre Vivien. epugh
add External link for report should not include artifactId. Fixes MPCRUISECONTROL-8. epugh
add Add support for projects building when dependent projects are built. Fixes MPCRUISECONTROL-7. epugh

Release 1.4 - 2004-07-10

TypeChangesBy
add Show unit test results in Test Results tab. Fixes MPCRUISECONTROL-6. Thanks to Paul Spencer. epugh
add Svnroot attribute incorrect in cruisecontrol config.xml. Fixes MPCRUISECONTROL-5. Thanks to Alwyn Schoeman. epugh

Release 1.3 - 2004-06-18

TypeChangesBy
add implementation of run goal Fixes MPCRUISECONTROL-3. Thanks to Carsten Ziegeler. brett
add Allow SVN repositories to by used by cruisecontrol. epugh
fix allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls. epugh
add allow user to specify different cc template to use epugh

Release 1.2 - 2004-05-15

TypeChangesBy
fix fix problem if target does not exist brett

Release 1.1 - 2004-03-03

TypeChangesBy
add add changes files brett