You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/29 01:01:19 UTC

[43/50] [abbrv] git commit: setting cobertura to produce html and xml reports

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/api_refactoring
Commit: 40ff63564b33ba40ddb882d50000f10cc2d97d68
Parents: b1c0632
Author: David Nalley <da...@gnsa.us>
Authored: Wed Nov 21 12:54:09 2012 -0500
Committer: David Nalley <da...@gnsa.us>
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>