git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@170957 13f79535-47bb-0310-9956-ffa450edef68
108 lines
7.0 KiB
XML
108 lines
7.0 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="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.8" date="2005-05-19">
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-22" due-to="Morten Kristiansen">Added aggregator totals to the HTML report.</action>
|
|
<action dev="vmassol" type="update">Default values for
|
|
<code>maven.dashboard.basedir</code>,
|
|
<code>maven.dashboard.includes</code>,
|
|
<code>maven.dashboard.excludes</code>and
|
|
<code>maven.dashboard.ignoreFailures</code>are copied from the equivalent Multiproject properties. This should reduce the number of properties you have to set to get going as you need now only set the Multiproject properties.
|
|
</action>
|
|
<action dev="vmassol" type="fix" issue="MPDASHBOARD-17" due-to="Philippe Kernevez">Prevent failure in
|
|
<code>junitpassrate.jelly</code>due to a division by zero when there is a unit test source directory defined but no tests are executed.
|
|
</action>
|
|
</release>
|
|
<release version="1.7" date="2005-03-05">
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-9" due-to="Philippe Kernevez">Added links to reports for all aggregators.</action>
|
|
<action dev="vmassol" type="add" due-to="Siegfried Goeschl">Added aggregators for JavaNCSS.</action>
|
|
<action dev="vmassol" type="add" due-to="Siegfried Goeschl">Added technical background information on the website.</action>
|
|
<action dev="vmassol" type="update" due-to="Siegfried Goeschl">Updated the FAQ with an entry for solving the issue when the Clover aggregators report no data.</action>
|
|
<action dev="vmassol" type="update">Added a FAQ on the website.</action>
|
|
</release>
|
|
<release version="1.6" date="2004-11-26">
|
|
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Change Log aggregators.</action>
|
|
<action dev="pkernevez" type="add" issue="MPDASHBOARD-16">Added Maven Tasks List aggregators.</action>
|
|
<action dev="vmassol" type="fix" issue="MPDASHBOARD-16">Added Findbugs aggregators which were supposed to have been committed in the previous version but which somehow were not...</action>
|
|
</release>
|
|
<release version="1.5" date="2004-10-15">
|
|
<action dev="vmassol" type="add">Added dashboard report example to the Dashboard plugin web site.</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
|
|
<code>fbfiles</code>aggregator that computes FindBugs total number of files with violations.
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-13" due-to="Nascif Abousalh-Neto">Added new
|
|
<code>fbviolations</code>aggregator that computes FindBugs total number of violations.
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-3" due-to="Nascif Abousalh-Neto">Added percentage bar graphs to the report.</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-12" due-to="Thomas Recloux">Added new
|
|
<code>jcoverageloc</code>aggregator that computes JCoverage total lines of code.
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-11" due-to="Thomas Recloux">Added new
|
|
<code>jcoveragelipc</code>aggregator that computes JCoverage lines percentage.
|
|
</action>
|
|
</release>
|
|
<release version="1.4" date="2004-08-15">
|
|
<action dev="vmassol" type="fix" issue="MPDASHBOARD-8" due-to="Carlos Sanchez">Fixed documentation regarding the
|
|
<code>maven.dashboard.rungoals</code>property.
|
|
</action>
|
|
<action dev="vmassol" type="add" issue="MPDASHBOARD-7" due-to="Paul Spencer">Added new Checkstyle File aggregator and PMD aggregators (count of violations and count of files with violations).</action>
|
|
</release>
|
|
<release version="1.3" date="2004-05-15">
|
|
<action dev="vmassol" type="update">Better error reporting when a wrong aggregator name is used.</action>
|
|
<action dev="vmassol" type="add">Added Simian Total Duplicate Lines aggregator.</action>
|
|
<action dev="vmassol" type="update">Updated plugin tests to verify we can generate the dashboard report by using the multiproject:site goal. Also updated documentation accordingly.</action>
|
|
<action dev="vmassol" type="update">Removed explicit dependencies on
|
|
<code>maven-clover-plugin</code>and
|
|
<code>maven-junit-report-plugin</code>. The reason I've removed the dependencies is that people will want to use different versions of these plugins. I would have liked to say in the dependencies that we need versions greater than 1.4 for each plugin but that's not currently possible.
|
|
</action>
|
|
<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>
|