git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@372345 13f79535-47bb-0310-9956-ffa450edef68
108 lines
6.6 KiB
XML
108 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2005 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="brett@apache.org">Brett Porter</author>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.8-SNAPSHOT" date="In SVN">
|
|
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
|
<ul>
|
|
<li>commons-jelly-tags-xml v1.0 -> v1.1</li>
|
|
</ul>
|
|
</action>
|
|
<action dev="epugh" type="fix" issue="MPCRUISECONTROL-25">Properties documentation lists incorrect default for maven.cruisecontrol.buildresults.url</action>
|
|
</release>
|
|
<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>
|
|
</release>
|
|
<release version="1.6" date="2004-12-06">
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-15">Lost script extension when use "maven cruisecontrol:configure" command</action>
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-14" due-to="Marcin Gurbisz">Add more configuration, especially better handling of emails.</action>
|
|
<action dev="evenisse" type="add" issue="MPCRUISECONTROL-12" due-to="Alexandre Vivien">Add new properties to the maven cruisecontrol plugin. Ftp publisher, Scp publisher.</action>
|
|
</release>
|
|
<release version="1.5" date="2004-08-14">
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-11" due-to="Alexandre Vivien">Add new properties to the maven cruisecontrol plugin.</action>
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-8">External link for report should not include artifactId.</action>
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-7">Add support for projects building when dependent projects are built.</action>
|
|
</release>
|
|
<release version="1.4" date="2004-07-10">
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-6" due-to="Paul Spencer">Show unit test results in Test Results tab.</action>
|
|
<action dev="epugh" type="add" issue="MPCRUISECONTROL-5" due-to="Alwyn Schoeman">Svnroot attribute incorrect in cruisecontrol config.xml.</action>
|
|
</release>
|
|
<release version="1.3" date="2004-06-18">
|
|
<action dev="brett" type="add" issue="MPCRUISECONTROL-3" due-to="Carsten Ziegeler">implementation of run goal</action>
|
|
<action dev="epugh" type="add">Allow SVN repositories to by used by cruisecontrol.</action>
|
|
<action dev="epugh" type="fix">allow the maven.cruisecontrol.home property to be overrided by other plugins via preGoal calls.</action>
|
|
<action dev="epugh" type="add">allow user to specify different cc template to use</action>
|
|
</release>
|
|
<release version="1.2" date="2004-05-15">
|
|
<action dev="brett" type="fix">fix problem if target does not exist</action>
|
|
</release>
|
|
<release version="1.1" date="2004-03-03">
|
|
<action dev="brett" type="add">add changes files</action>
|
|
</release>
|
|
</body>
|
|
</document>
|