You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vm...@apache.org on 2005/10/27 01:19:52 UTC

svn commit: r328761 - /maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml

Author: vmassol
Date: Wed Oct 26 16:19:50 2005
New Revision: 328761

URL: http://svn.apache.org/viewcvs?rev=328761&view=rev
Log:
Set a small flush intervalso that the tests execute more rapidly and to ensure it's possible to override it.

Modified:
    maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml

Modified: maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml?rev=328761&r1=328760&r2=328761&view=diff
==============================================================================
--- maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml (original)
+++ maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml Wed Oct 26 16:19:50 2005
@@ -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>