[maven-release-plugin]  copy for tag log4j-2.0-beta7

git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0-beta7@1489496 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/api/pom.xml b/api/pom.xml
index bd6818c..0878c77 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -158,6 +158,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/core/pom.xml b/core/pom.xml
index 8e2869a..90a4183 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -354,6 +354,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/flume-ng/pom.xml b/flume-ng/pom.xml
index f250682..7c34d43 100644
--- a/flume-ng/pom.xml
+++ b/flume-ng/pom.xml
@@ -248,6 +248,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/jcl-bridge/pom.xml b/jcl-bridge/pom.xml
index ba41d8b..99e6afe 100644
--- a/jcl-bridge/pom.xml
+++ b/jcl-bridge/pom.xml
@@ -173,6 +173,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/jmx-gui/pom.xml b/jmx-gui/pom.xml
index 97a8b47..e8d8030 100644
--- a/jmx-gui/pom.xml
+++ b/jmx-gui/pom.xml
@@ -168,6 +168,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index f266bd7..2baaa91 100644
--- a/log4j-to-slf4j/pom.xml
+++ b/log4j-to-slf4j/pom.xml
@@ -175,6 +175,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/log4j12-api/pom.xml b/log4j12-api/pom.xml
index ebdd9da..882cf70 100644
--- a/log4j12-api/pom.xml
+++ b/log4j12-api/pom.xml
@@ -166,6 +166,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/slf4j-impl/pom.xml b/slf4j-impl/pom.xml
index 00ab984..d5754db 100644
--- a/slf4j-impl/pom.xml
+++ b/slf4j-impl/pom.xml
@@ -174,6 +174,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
diff --git a/taglib/pom.xml b/taglib/pom.xml
index 5d5c85e..582b165 100644
--- a/taglib/pom.xml
+++ b/taglib/pom.xml
@@ -190,6 +190,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>net.sourceforge.maven-taglib</groupId>
diff --git a/web/pom.xml b/web/pom.xml
index cf74bbc..bc4d604 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -179,6 +179,12 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>${cobertura.plugin.version}</version>
+        <reportSets>
+          <reportSet>
+            <!-- Disabled as it makes the site build very slow and causes the performance unit test to fail -->
+            <reports />
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>