82 lines
2.8 KiB
XML

<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 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="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="vmassol" type="fix" due-to="Dominique Collette">
Prevent the plugin from failing if one
<code>dashboard-single.xml</code> fails to be generated.
</action>
<action dev="dion" type="update">
Changed junit-report-1.4-SNAPSHOT to 1.4 release.
</action>
<action dev="vmassol" type="update">
Added explicit dependencies on other Maven plugins.
</action>
</release>
<release version="1.2" date="2003-12-04">
<action dev="vmassol" type="add">
Added column legends to the dashboard report.
</action>
<action dev="vmassol" type="add" due-to="John D Taylor">
Added JUnit aggregators.
</action>
<action dev="vmassol" type="add">
Added tutorial on how to create custom aggregators.
</action>
<action dev="vmassol" type="add">
Added new <code>maven.dashboard.report.showempty</code> property. If
set to false, the HTML report table will not contain entries for
projects for which no aggregator data was retrieved.
</action>
</release>
<release version="1.1" date="2003-11-20">
<action dev="vmassol" type="update">
Ensure that the Clover plugin will generate the XML report (and only
the XML report) when the Dashboard plugin is run. The Clover XML
report is required by the Clover aggregators as they extract
information from it.
</action>
<action dev="vmassol" type="fix">
Do not exclude <code>project.xml</code> in the default
<code>maven.dashboard.excludes</code> list as it is already excluded
by the default <code>maven.dashboard.includes</code> list.
</action>
</release>
<release version="1.0" date="2003-11-10">
<action dev="vmassol" type="add">
Initial creation. See the feature list on the Dashboard web site
for a full list of what the plugin does.
</action>
</release>
</body>
</document>