[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@156172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-03-04 15:53:12 +00:00
parent 6edcfe3236
commit 04887c8adb
2 changed files with 19 additions and 27 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-clover-plugin</id>
<name>Maven Clover Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<currentVersion>1.8</currentVersion>
<description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
<shortDescription>Produce Clover reports</shortDescription>
<url>http://maven.apache.org/reference/plugins/clover/</url>
@ -60,6 +60,11 @@
<name>1.7</name>
<tag>MAVEN_CLOVER_1_7</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_CLOVER_1_8</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,40 +25,27 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.8" date="in SVN">
<action dev="vmassol" type="add">
Added support for historical reports by adding a new
<code>clover:save-history</code> goal that saves a Clover
history point. The history points are then used by
<code>clover:report</code> to generate history reports
(including a link on the Maven-generated website).
<release version="1.8" date="2005-03-04">
<action dev="vmassol" type="add">Added support for historical reports by adding a new
<code>clover:save-history</code>goal that saves a Clover history point. The history points are then used by
<code>clover:report</code>to generate history reports (including a link on the Maven-generated website).
</action>
<action dev="vmassol" type="update">
Updated to Clover 1.3.5 and applied new license that supports
generating history report (the previous one didn't support it).
</action>
<action dev="vmassol" type="add">
Add support for method, statement and block context filtering through
the following properties:
<action dev="vmassol" type="update">Updated to Clover 1.3.5 and applied new license that supports generating history report (the previous one didn't support it).</action>
<action dev="vmassol" type="add">Add support for method, statement and block context filtering through the following properties:
<code>maven.clover.context.block.names</code>,
<code>maven.clover.context.method.names</code>,
<code>maven.clover.context.method.regexps</code>,
<code>maven.clover.context.statement.names</code> and
<code>maven.clover.context.statement.names</code>and
<code>maven.clover.context.statement.regexps</code>.
</action>
<action dev="vmassol" type="add">
Added new <code>clover:check</code> goal that verifies if the
test coverage if above a threshold defined by the properties
<action dev="vmassol" type="add">Added new
<code>clover:check</code>goal that verifies if the test coverage if above a threshold defined by the properties
<code>maven.clover.check.target</code>,
<code>maven.clover.check.packages</code> and
<code>maven.clover.check.targets</code>. It fails the build
if it's below.
<code>maven.clover.check.packages</code>and
<code>maven.clover.check.targets</code>. It fails the build if it's below.
</action>
<action dev="vmassol" type="update">
Changed the location of the default license. It is now bundled in the
plugin and the plugin no longer downloads it from your remote
repository. As before if you wish to use your own license use the
<code>maven.clover.license.path</code> property.
<action dev="vmassol" type="update">Changed the location of the default license. It is now bundled in the plugin and the plugin no longer downloads it from your remote repository. As before if you wish to use your own license use the
<code>maven.clover.license.path</code>property.
</action>
</release>
<release version="1.7" date="2005-02-14">