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.regexps</code>.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-02-22 16:03:19 +00:00
parent cdf4581a8c
commit c84cae6dfb
9 changed files with 295 additions and 2 deletions

View File

@@ -26,6 +26,15 @@
</properties>
<body>
<release version="1.8" date="in SVN">
<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.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