do not generate those reports we already have sonar for that: https://analysis.apache.org/

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-29 13:45:37 +00:00
parent 11fc35f401
commit 0b365ebb4b
1 changed files with 1 additions and 45 deletions

View File

@ -36,29 +36,6 @@
<module>metadata</module> <module>metadata</module>
<module>plugins</module> <module>plugins</module>
</modules> </modules>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.5.9.201207300726</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting> <reporting>
<plugins> <plugins>
@ -96,28 +73,7 @@
</reportSet> </reportSet>
</reportSets> </reportSets>
</plugin> </plugin>
<!-- cobertura Disabled - not working try jacoco-->
<!-- cobertura not working wll with jdk7 -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.5.9.201207300726</version>
</plugin>
<!-- -->
<!-- TODO: OOME 1.1.1 check newer version-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<!-- -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>