You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2020/04/13 23:35:55 UTC

[tomcat-jakartaee-migration] branch master updated: Generate the XML coverage report (required by Coveralls)

This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bd0f58  Generate the XML coverage report (required by Coveralls)
0bd0f58 is described below

commit 0bd0f58f56de59605544ccfd2cce564bade3cffc
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Tue Apr 14 01:35:41 2020 +0200

    Generate the XML coverage report (required by Coveralls)
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2c6b3db..eb2a753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,24 @@
         <filtering>true</filtering>
       </resource>
     </resources>   
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.7</version>
+          <configuration>
+            <check/>
+            <formats>
+              <format>html</format>
+              <format>xml</format>
+            </formats>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org