mirror of https://github.com/apache/activemq.git
disabling surefire and cobertura reports as they make site building long and doesn't add too much value in era of hudson and sonar
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@926616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9addfb50e
commit
eb7275d53a
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue