vmassol 1e4d5620ce Added JUnit aggregators. Thanks to John D Taylor. John I had to change several things from your patch:
- remove tabs
- added missind documentation (xdoc)
- added missing tests
- it was not working. More specifically it would not work if the clover aggregators were used before the junit ones
- the goal caused by the junit aggregators was not the correct one... (you were calling "test" whereas it's the junit-report that must be called)

Please note that I had to modify both the Clover plugin and the junit-report one. So if you wish to use the junit aggregators you need to have the CVS versions of the these 2 plugins installed.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114431 13f79535-47bb-0310-9956-ffa450edef68
2003-11-29 19:11:31 +00:00

48 lines
1.6 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.2" date="in CVS">
<action dev="vmassol" 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>