You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/01/03 22:51:55 UTC

git commit: enabling cobertura reports

Updated Branches:
  refs/heads/javelin 25d14418b -> e2f2f7bf3


enabling cobertura 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/e2f2f7bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e2f2f7bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e2f2f7bf

Branch: refs/heads/javelin
Commit: e2f2f7bf3d031f73663573a07e42b0ec6ccae7e3
Parents: 25d1441
Author: David Nalley <da...@gnsa.us>
Authored: Thu Jan 3 16:51:30 2013 -0500
Committer: David Nalley <da...@gnsa.us>
Committed: Thu Jan 3 16:51:30 2013 -0500

----------------------------------------------------------------------
 pom.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e2f2f7bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f5cf8c..f2b0cf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,6 +414,16 @@
           </execution>
         </executions>
       </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>