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:
parent
448c6e7e9a
commit
c06d309642
@ -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><currentbuildstatusbootstrapper></code>, <code><currentbuildstatuspublisher></code> and <code><currentbuildstatusftppublisher></code> by <code><currentbuildstatuslistener></code> and <code><currentbuildstatusftplistener></code>.</action>
|
<action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-32">Replace deprecated <code><currentbuildstatusbootstrapper></code>, <code><currentbuildstatuspublisher></code> and <code><currentbuildstatusftppublisher></code> by <code><currentbuildstatuslistener></code> and <code><currentbuildstatusftplistener></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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user