removed cobertura reporting

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1606893 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 6bd2fc5..7be4432 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -220,19 +220,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-           </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
-
 </project>