[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:
parent
6edcfe3236
commit
04887c8adb
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-clover-plugin</id>
|
<id>maven-clover-plugin</id>
|
||||||
<name>Maven Clover Plugin</name>
|
<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>
|
<description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
|
||||||
<shortDescription>Produce Clover reports</shortDescription>
|
<shortDescription>Produce Clover reports</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/clover/</url>
|
<url>http://maven.apache.org/reference/plugins/clover/</url>
|
||||||
@ -60,6 +60,11 @@
|
|||||||
<name>1.7</name>
|
<name>1.7</name>
|
||||||
<tag>MAVEN_CLOVER_1_7</tag>
|
<tag>MAVEN_CLOVER_1_7</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.8</id>
|
||||||
|
<name>1.8</name>
|
||||||
|
<tag>MAVEN_CLOVER_1_8</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -25,40 +25,27 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.8" date="in SVN">
|
<release version="1.8" date="2005-03-04">
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Added support for historical reports by adding a new
|
||||||
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:save-history</code> goal that saves a Clover
|
<code>clover:report</code>to generate history reports (including a link on the Maven-generated website).
|
||||||
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>
|
||||||
<action dev="vmassol" type="update">
|
<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>
|
||||||
Updated to Clover 1.3.5 and applied new license that supports
|
<action dev="vmassol" type="add">Add support for method, statement and block context filtering through the following properties:
|
||||||
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.block.names</code>,
|
||||||
<code>maven.clover.context.method.names</code>,
|
<code>maven.clover.context.method.names</code>,
|
||||||
<code>maven.clover.context.method.regexps</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>.
|
<code>maven.clover.context.statement.regexps</code>.
|
||||||
</action>
|
</action>
|
||||||
<action dev="vmassol" type="add">
|
<action dev="vmassol" type="add">Added new
|
||||||
Added new <code>clover:check</code> goal that verifies if the
|
<code>clover:check</code>goal that verifies if the test coverage if above a threshold defined by the properties
|
||||||
test coverage if above a threshold defined by the properties
|
|
||||||
<code>maven.clover.check.target</code>,
|
<code>maven.clover.check.target</code>,
|
||||||
<code>maven.clover.check.packages</code> and
|
<code>maven.clover.check.packages</code>and
|
||||||
<code>maven.clover.check.targets</code>. It fails the build
|
<code>maven.clover.check.targets</code>. It fails the build if it's below.
|
||||||
if it's below.
|
|
||||||
</action>
|
</action>
|
||||||
<action dev="vmassol" type="update">
|
<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
|
||||||
Changed the location of the default license. It is now bundled in the
|
<code>maven.clover.license.path</code>property.
|
||||||
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>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.7" date="2005-02-14">
|
<release version="1.7" date="2005-02-14">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user