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)