mirror of https://github.com/apache/maven.git
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:
parent
aabeb4dcb0
commit
2da1d48e5d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue