Updated Branches: refs/heads/master b1c063298 -> 40ff63564
setting cobertura to produce html and xml reports Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/40ff6356 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/40ff6356 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/40ff6356 Branch: refs/heads/master Commit: 40ff63564b33ba40ddb882d50000f10cc2d97d68 Parents: b1c0632 Author: David Nalley <[email protected]> Authored: Wed Nov 21 12:54:09 2012 -0500 Committer: David Nalley <[email protected]> Committed: Wed Nov 21 12:54:09 2012 -0500 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/40ff6356/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ce02ef..4a4276e 100644 --- a/pom.xml +++ b/pom.xml @@ -341,6 +341,16 @@ <artifactId>maven-dependency-plugin</artifactId> <version>2.5.1</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <configuration> + <formats> + <format>html</format> + <format>xml</format> + </formats> + </configuration> + </plugin> </plugins> </pluginManagement> </build>
