[maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-dashboard-plugin</id>
|
<id>maven-dashboard-plugin</id>
|
||||||
<name>Maven Dashboard Plugin</name>
|
<name>Maven Dashboard Plugin</name>
|
||||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
<currentVersion>1.3</currentVersion>
|
||||||
<description>Generate a dashboard containing global statistics about other maven reports</description>
|
<description>Generate a dashboard containing global statistics about other maven reports</description>
|
||||||
<shortDescription>Generate a statistic dashboard</shortDescription>
|
<shortDescription>Generate a statistic dashboard</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/dashboard/</url>
|
<url>http://maven.apache.org/reference/plugins/dashboard/</url>
|
||||||
@@ -50,6 +50,11 @@
|
|||||||
<name>1.2</name>
|
<name>1.2</name>
|
||||||
<tag>MAVEN_DASHBOARD_1_2</tag>
|
<tag>MAVEN_DASHBOARD_1_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.3</id>
|
||||||
|
<name>1.3</name>
|
||||||
|
<tag>MAVEN_DASHBOARD_1_3</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
@@ -23,79 +23,39 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.3" date="2004-05-15">
|
||||||
<release version="1.3" date="in CVS">
|
<action dev="vmassol" type="update">Better error reporting when a wrong aggregator name is used.</action>
|
||||||
<action dev="vmassol" type="update">
|
<action dev="vmassol" type="add">Added Simian Total Duplicate Lines aggregator.</action>
|
||||||
Better error reporting when a wrong aggregator name is used.
|
<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>
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="fix" due-to="Dominique Collette">Prevent the plugin from failing if one
|
||||||
Added Simian Total Duplicate Lines aggregator.
|
<code>dashboard-single.xml</code>fails to be generated.
|
||||||
</action>
|
</action>
|
||||||
<action dev="vmassol" type="update">
|
<action dev="dion" type="update">Changed junit-report-1.4-SNAPSHOT to 1.4 release.</action>
|
||||||
Updated plugin tests to verify we can generate the dashboard
|
<action dev="vmassol" type="update">Added explicit dependencies on other Maven plugins.</action>
|
||||||
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>
|
||||||
|
|
||||||
<release version="1.2" date="2003-12-04">
|
<release version="1.2" date="2003-12-04">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Added column legends to the dashboard report.</action>
|
||||||
Added column legends to the dashboard report.
|
<action dev="vmassol" type="add" due-to="John D Taylor">Added JUnit aggregators.</action>
|
||||||
</action>
|
<action dev="vmassol" type="add">Added tutorial on how to create custom aggregators.</action>
|
||||||
<action dev="vmassol" type="add" due-to="John D Taylor">
|
<action dev="vmassol" type="add">Added new
|
||||||
Added JUnit aggregators.
|
<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>
|
|
||||||
<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>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.1" date="2003-11-20">
|
<release version="1.1" date="2003-11-20">
|
||||||
<action dev="vmassol" type="update">
|
<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>
|
||||||
Ensure that the Clover plugin will generate the XML report (and only
|
<action dev="vmassol" type="fix">Do not exclude
|
||||||
the XML report) when the Dashboard plugin is run. The Clover XML
|
<code>project.xml</code>in the default
|
||||||
report is required by the Clover aggregators as they extract
|
<code>maven.dashboard.excludes</code>list as it is already excluded by the default
|
||||||
information from it.
|
<code>maven.dashboard.includes</code>list.
|
||||||
</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>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.0" date="2003-11-10">
|
<release version="1.0" date="2003-11-10">
|
||||||
<action dev="vmassol" type="add">
|
<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>
|
||||||
Initial creation. See the feature list on the Dashboard web site
|
|
||||||
for a full list of what the plugin does.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user