Repository: incubator-eagle
Updated Branches:
  refs/heads/master 77524c7c4 -> 8abbd2330


[EAGLE-680] Can't genetate Html coverage report

EAGLE-680 Can't genetate Html coverage report
- remove xml format in eagle-parent pom.xml

Author: chitin <chitin1...@gmail.com>

Closes #559 from chitin/EAGLE680.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/8abbd233
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/8abbd233
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/8abbd233

Branch: refs/heads/master
Commit: 8abbd23304bfed5c1a402353838eae9d511f84a7
Parents: 77524c7
Author: chitin <chitin1...@gmail.com>
Authored: Wed Nov 2 11:32:18 2016 +0800
Committer: Hao Chen <h...@apache.org>
Committed: Wed Nov 2 11:32:18 2016 +0800

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/8abbd233/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f2ef44..63f39d6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1150,7 +1150,6 @@
                     <artifactId>cobertura-maven-plugin</artifactId>
                     <version>${cobertura-maven.version}</version>
                     <configuration>
-                        <format>xml</format>
                         <maxmem>256m</maxmem>
                         <!-- aggregated reports for multi-module projects -->
                         <aggregate>true</aggregate>

Reply via email to