Added an aggregated Cobertura report

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1530536 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 79abb5f..7634fb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
diff --git a/src/site/resources/profile.cobertura b/src/site/resources/profile.cobertura
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/site/resources/profile.cobertura