You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2013/10/09 10:53:56 UTC

svn commit: r1530536 - in /commons/proper/jci/trunk: pom.xml src/site/resources/profile.cobertura

Author: ebourg
Date: Wed Oct  9 08:53:56 2013
New Revision: 1530536

URL: http://svn.apache.org/r1530536
Log:
Added an aggregated Cobertura report

Added:
    commons/proper/jci/trunk/src/site/resources/profile.cobertura
Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1530536&r1=1530535&r2=1530536&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Wed Oct  9 08:53:56 2013
@@ -218,6 +218,15 @@
                     <aggregate>true</aggregate>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <version>${commons.cobertura.version}</version>
+                <configuration>
+                    <aggregate>true</aggregate>
+                    <check/>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 

Added: commons/proper/jci/trunk/src/site/resources/profile.cobertura
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/resources/profile.cobertura?rev=1530536&view=auto
==============================================================================
    (empty)