Author: dejanb
Date: Tue Mar 23 15:27:26 2010
New Revision: 926616
URL: http://svn.apache.org/viewvc?rev=926616&view=rev
Log:
disabling surefire and cobertura reports as they make site building long and
doesn't add too much value in era of hudson and sonar
Modified:
activemq/trunk/pom.xml
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=926616&r1=926615&r2=926616&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Mar 23 15:27:26 2010
@@ -1103,12 +1103,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
- -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
- <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -1150,7 +1148,7 @@
<additionalJOption>-J-Xmx256m</additionalJOption>
</configuration>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.2</version>
@@ -1160,7 +1158,7 @@
<format>xml</format>
</formats>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</reporting>