Set a small flush intervalso that the tests execute more rapidly and to ensure it's possible to override it.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Massol 2005-10-26 23:19:50 +00:00
parent aabeb4dcb0
commit 2da1d48e5d
1 changed files with 3 additions and 1 deletions

View File

@ -42,11 +42,13 @@
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<jdk>1.4</jdk>
<flushPolicy>threaded</flushPolicy>
<flushInterval>100</flushInterval>
</configuration>
<executions>
<execution>
<configuration>
<targetPercentage>50%</targetPercentage>
<targetPercentage>1%</targetPercentage>
</configuration>
<goals>
<goal>check</goal>