Author: vmassol
Date: Mon Jun 6 07:46:12 2005
New Revision: 180315
URL: http://svn.apache.org/viewcvs?rev=180315&view=rev
Log:
[maven-scm-plugin] prepare release 1.7
Modified:
maven/maven-1/plugins/trunk/cruisecontrol/project.xml
maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/cruisecontrol/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/project.xml?rev=180315&r1=180314&r2=180315&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/project.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/project.xml Mon Jun 6 07:46:12
2005
@@ -22,12 +22,8 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-cruisecontrol-plugin</id>
<name>Maven Cruise Control Plugin</name>
- <currentVersion>1.7-SNAPSHOT</currentVersion>
- <description>
- A plugin to work with Cruise Control. Plugin can generate a
- Cruise Control configuration from the POM, start the CruiseControl
server,
- and when included as a report provide a link to the build results.
- </description>
+ <currentVersion>1.7</currentVersion>
+ <description>A plugin to work with Cruise Control. Plugin can generate a
Cruise Control configuration from the POM, start the CruiseControl server, and
when included as a report provide a link to the build results.</description>
<shortDescription>Cruise Control Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPCRUISECONTROL</issueTrackingUrl>
@@ -67,6 +63,11 @@
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_CRUISECONTROL_1_6</tag>
+ </version>
+ <version>
+ <id>1.7</id>
+ <name>1.7</name>
+ <tag>MAVEN_CRUISECONTROL_1_7</tag>
</version>
</versions>
<developers>
Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml?rev=180315&r1=180314&r2=180315&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml Mon Jun 6
07:46:12 2005
@@ -25,73 +25,48 @@
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
<body>
- <release version="1.7-SNAPSHOT" date="in SVN">
- <action dev="brett" type="add">
- Remove use of deprecated maven.scm.svn.module property
- </action>
- <action dev="brett" type="add" issue="MPCRUISECONTROL-23" due-to="Philip
Dodds">
- Add a Jabber publisher and configuration.
- </action>
- <action dev="brett" type="add" issue="MPCRUISECONTROL-23" due-to="Philip
Dodds">
- Add ability to publish only on success.
- </action>
- <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
+ <release version="1.7" date="2005-06-06">
+ <action dev="brett" type="add">Remove use of deprecated
maven.scm.svn.module property</action>
+ <action dev="brett" type="add" issue="MPCRUISECONTROL-23" due-to="Philip
Dodds">Add a Jabber publisher and configuration.</action>
+ <action dev="brett" type="add" issue="MPCRUISECONTROL-23" due-to="Philip
Dodds">Add ability to publish only on success.</action>
+ <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 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>
</release>
<release version="1.6" date="2004-12-06">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]