You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2016/03/28 23:28:32 UTC

incubator-johnzon git commit: fix cobertura and coveralls reporting

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 03dd82382 -> 198f65a00


fix cobertura and coveralls reporting


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/198f65a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/198f65a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/198f65a0

Branch: refs/heads/master
Commit: 198f65a0009ffad11651a1c84f8fe3061db395ce
Parents: 03dd823
Author: Hendrik Saly <he...@gmail.com>
Authored: Mon Mar 28 23:28:31 2016 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Mon Mar 28 23:28:31 2016 +0200

----------------------------------------------------------------------
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/198f65a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05c1db1..beb04bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,15 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.6</version>
             <configuration>
+                <instrumentation>
+                    <ignores>
+                       <ignore>org.apache.johnzon.maven.*</ignore>
+                    </ignores>
+                    <excludes>
+                        <exclude>org/apache/johnzon/**/*Mojo*.class</exclude>
+                        <exclude>org/apache/johnzon/**/*Test.class</exclude>
+                    </excludes>
+                </instrumentation>
                 <formats>
                      <format>xml</format>
                 </formats>
@@ -450,6 +459,15 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.6</version>
             <configuration>
+                <instrumentation>
+                    <ignores>
+                       <ignore>org.apache.johnzon.maven.*</ignore>
+                    </ignores>
+                    <excludes>
+                        <exclude>org/apache/johnzon/**/*Mojo*.class</exclude>
+                        <exclude>org/apache/johnzon/**/*Test.class</exclude>
+                    </excludes>
+                </instrumentation>
                 <formats>
                      <format>html</format>
                 </formats>