Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Deprecate the cruisecontrol:run goal. It doesn't work with recent versions of cruisecontrol. | ltheussl | |
Replace deprecated
<
currentbuildstatusbootstrapper
>
,
<
currentbuildstatuspublisher
>
and
<
currentbuildstatusftppublisher
>
by
<
currentbuildstatuslistener
>
and
<
currentbuildstatusftplistener
>
.
Fixes MPCRUISECONTROL-32.
|
ltheussl | |
Add missing documentation for several properties. Fixes MPCRUISECONTROL-30. | ltheussl | |
Default for
maven.cruisecontrol.logs.mergedirectory
is incorrect on the Properties page.
Fixes MPCRUISECONTROL-29.
|
ltheussl | |
Property
maven.cruisecontrol.goals
contains deprecated
scm:update-project
.
Fixes MPCRUISECONTROL-33.
|
ltheussl | |
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 | |
Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url Fixes MPCRUISECONTROL-25. | epugh |
Type | Changes | By |
---|---|---|
Remove use of deprecated maven.scm.svn.module property | brett | |
Add a Jabber publisher and configuration. Fixes MPCRUISECONTROL-23. Thanks to Philip Dodds. | brett | |
Add ability to publish only on success. Fixes MPCRUISECONTROL-23. Thanks to Philip Dodds. | brett | |
Removed all dependencies on the SCM module and instead replace all occurrences with
${pom.artifactId}
.
|
vmassol | |
Added new
cruisecontrol:configure-war
goal that generates a configured CruiseControl webapp WAR.
|
vmassol | |
Use the same default value for the
maven.cruisecontrol.mail.buildresultsurl
property than the one for
maven.cruisecontrol.buildresults.url
.
|
vmassol | |
Modified default value of
maven.cruisecontrol.logs.mergedirectory
so that CC can aggregate JUnit test reports both for single project and multiproject setups.
|
vmassol | |
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 | |
Added a new
maven.cruisecontrol.logs.pattern
property to specify the report files
that will be merged by CC. Defaults to
*.xml
.
|
vmassol | |
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 | |
Changed the default build status file name to be
status.txt
which is the default value expected by the CC Webapp.
|
vmassol | |
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 | |
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 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 |
Type | Changes | By |
---|---|---|
Lost script extension when use "maven cruisecontrol:configure" command Fixes MPCRUISECONTROL-15. | epugh | |
Add more configuration, especially better handling of emails. Fixes MPCRUISECONTROL-14. Thanks to Marcin Gurbisz. | epugh | |
Add new properties to the maven cruisecontrol plugin. Ftp publisher, Scp publisher. Fixes MPCRUISECONTROL-12. Thanks to Alexandre Vivien. | evenisse |
Type | Changes | By |
---|---|---|
Add new properties to the maven cruisecontrol plugin. Fixes MPCRUISECONTROL-11. Thanks to Alexandre Vivien. | epugh | |
External link for report should not include artifactId. Fixes MPCRUISECONTROL-8. | epugh | |
Add support for projects building when dependent projects are built. Fixes MPCRUISECONTROL-7. | epugh |
Type | Changes | By |
---|---|---|
Show unit test results in Test Results tab. Fixes MPCRUISECONTROL-6. Thanks to Paul Spencer. | epugh | |
Svnroot attribute incorrect in cruisecontrol config.xml. Fixes MPCRUISECONTROL-5. Thanks to Alwyn Schoeman. | epugh |
Type | Changes | By |
---|---|---|
implementation of run goal Fixes MPCRUISECONTROL-3. Thanks to Carsten Ziegeler. | brett | |
Allow SVN repositories to by used by cruisecontrol. | epugh | |
allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls. | epugh | |
allow user to specify different cc template to use | epugh |