You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/01/23 15:44:46 UTC

[2/2] git commit: updated refs/heads/master to 86df2c1

Add configuration to the reporting section of the pom so we have findbugs and cobertura output in the site output.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e668c3f4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e668c3f4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e668c3f4

Branch: refs/heads/master
Commit: e668c3f4e5cd7b1ea38ff5b8b5808b6c0879cb55
Parents: c53778c
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Thu Jan 23 14:42:54 2014 +0000
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Thu Jan 23 14:44:34 2014 +0000

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e668c3f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8d84261..76ac046 100644
--- a/pom.xml
+++ b/pom.xml
@@ -897,6 +897,25 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
+         <configuration>
+           <minmemory>128m</minmemory>
+           <maxmemory>1g</maxmemory>
+         </configuration>
+      </plugin>
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-project-info-reports-plugin</artifactId>
+         <version>2.7</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.3</version>
       </plugin>
     </plugins>
   </reporting>