Produce an html report as well as an xml one
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/66e9327e Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/66e9327e Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/66e9327e Branch: refs/heads/master Commit: 66e9327e1ede420f85ecd2fff577ffe24572e0eb Parents: 4269da0 Author: Duncan Grant <[email protected]> Authored: Thu Jan 15 10:41:36 2015 +0000 Committer: Duncan Grant <[email protected]> Committed: Thu Jan 15 10:41:36 2015 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/66e9327e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b1123c..0983f4c 100644 --- a/pom.xml +++ b/pom.xml @@ -1727,6 +1727,10 @@ <fileset erroronmissingdir="false" dir="src/main/java" /> <fileset erroronmissingdir="false" dir="target/cobertura/dependency-sources" /> </cobertura-report> + <cobertura-report format="html" destdir="target/site/cobertura" datafile="target/cobertura/cobertura.ser"> + <fileset erroronmissingdir="false" dir="src/main/java" /> + <fileset erroronmissingdir="false" dir="target/cobertura/dependency-sources" /> + </cobertura-report> </then> </if> </target>
