Hi,
I'd like to release the CC plugin v1.7. Here are the changes brought since
v1.6:
<action dev="vmassol" type="update">
Removed all dependencies on the SCM module and instead replace all
occurrences with <code>${pom.artifactId}</code>.
</action>
<action dev="vmassol" type="add">
Added new <code>cruisecontrol:configure-war</code> goal that
generates
a configured CruiseControl webapp WAR.
</action>
<action dev="vmassol" type="update">
Use the same default value for the
<code>maven.cruisecontrol.mail.buildresultsurl</code> property
than the one for <code>maven.cruisecontrol.buildresults.url</code>.
</action>
<action dev="vmassol" type="update">
Modified default value of
<code>maven.cruisecontrol.logs.mergedirectory</code>
so that CC can aggregate JUnit test reports both for single project
and
multiproject setups.
</action>
<action dev="vmassol" type="update">
Compute automatically the merge directory automatically (the
value of <code>maven.cruisecontrol.logs.mergedirectory</code>
if not specified by the user. The computation uses the
<code>maven.build.dir</code> property to guess the output
directory for JUnit test results.
</action>
<action dev="vmassol" type="add">
Added a new <code>maven.cruisecontrol.logs.pattern</code> property
to specify the report files that will be merged by CC. Defaults to
<code>*.xml</code>.
</action>
<action dev="vmassol" type="add">
Added a new <code>cruisecontrol:install-local</code> 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.
</action>
<action dev="vmassol" type="update">
Changed the default build status file name to be
<code>status.txt</code> which is the default value
expected by the CC Webapp.
</action>
<action dev="vmassol" type="update">
New <code>maven.cruisecontrol.work.dir</code> property that
specifies
what CC work directory to use for the project. Default values of
<code>maven.cruisecontrol.checkout.dir</code> and
<code>maven.cruisecontrol.logs.dir</code> have been modified to be
relative to it.
</action>
<action dev="vmassol" type="fix">
Fixed default property values for
<code>maven.cruisecontrol.mail.xlsdir</code>
and <code>maven.cruisecontrol.mail.css</code> so that the plugin
works by default
with the latest CC version (2.2.1).
</action>
<action dev="vmassol" type="fix" issue="MPCRUISECONTROL-19">
Fix order in which the CruiseControl's <code><project></code>
elements are generated. They must be in the order of the less
dependent project first.
</action>
Here's my +1
Thanks
-Vincent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]