You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2019/11/14 15:15:39 UTC

svn commit: r1869803 - /xmlgraphics/fop-pdf-images/trunk/pom.xml

Author: ssteiner
Date: Thu Nov 14 15:15:39 2019
New Revision: 1869803

URL: http://svn.apache.org/viewvc?rev=1869803&view=rev
Log:
Add coverage to mvn

Modified:
    xmlgraphics/fop-pdf-images/trunk/pom.xml

Modified: xmlgraphics/fop-pdf-images/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/pom.xml?rev=1869803&r1=1869802&r2=1869803&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/pom.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/pom.xml Thu Nov 14 15:15:39 2019
@@ -80,6 +80,39 @@
           <consoleOutput>true</consoleOutput>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.jacoco</groupId>
+        <artifactId>jacoco-maven-plugin</artifactId>
+        <version>0.8.5</version>
+        <executions>
+          <execution>
+            <id>default-prepare-agent</id>
+            <goals>
+              <goal>prepare-agent</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>check</id>
+            <goals>
+              <goal>check</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <rule>
+                  <element>PACKAGE</element>
+                  <limits>
+                    <limit>
+                      <counter>LINE</counter>
+                      <value>COVEREDRATIO</value>
+                      <minimum>0.8</minimum>
+                    </limit>
+                  </limits>
+                </rule>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <resources>
       <resource>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org