Deprecate the cruisecontrol:run goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-26 06:29:04 +00:00
parent 448c6e7e9a
commit c06d309642
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.8-SNAPSHOT" date="In SVN"> <release version="1.8-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="update">Deprecate the cruisecontrol:run goal. It doesn't work with recent versions of cruisecontrol.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated <code>&lt;currentbuildstatusbootstrapper&gt;</code>, <code>&lt;currentbuildstatuspublisher&gt;</code> and <code>&lt;currentbuildstatusftppublisher&gt;</code> by <code>&lt;currentbuildstatuslistener&gt;</code> and <code>&lt;currentbuildstatusftplistener&gt;</code>.</action> <action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated <code>&lt;currentbuildstatusbootstrapper&gt;</code>, <code>&lt;currentbuildstatuspublisher&gt;</code> and <code>&lt;currentbuildstatusftppublisher&gt;</code> by <code>&lt;currentbuildstatuslistener&gt;</code> and <code>&lt;currentbuildstatusftplistener&gt;</code>.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-30">Add missing documentation for several properties.</action> <action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-30">Add missing documentation for several properties.</action>
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-29">Default for <code>maven.cruisecontrol.logs.mergedirectory</code> is incorrect on the Properties page.</action> <action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-29">Default for <code>maven.cruisecontrol.logs.mergedirectory</code> is incorrect on the Properties page.</action>

View File

@ -34,7 +34,13 @@
</goal> </goal>
<goal> <goal>
<name>cruisecontrol:run</name> <name>cruisecontrol:run</name>
<description>Run Cruise Control</description> <description>
Run Cruise Control.
<strong>DEPRECATED</strong>: this goal does not work anymore
with recent versions of cruisecontrol. It is recommended to
start cruisecontrol with one of the scripts provided
in the distribution.
</description>
</goal> </goal>
<goal> <goal>
<name>cruisecontrol:install-local</name> <name>cruisecontrol:install-local</name>