diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-29 13:45:37 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-29 13:45:37 +0000 |
commit | 0b365ebb4b693faa799d18f4aa2dde179e4989e8 (patch) | |
tree | ab1bc9cc1712a5347b57807bfb16822ec20b535b /archiva-modules/pom.xml | |
parent | 11fc35f4015f47b7c5df471fdc4ce089d6990ae1 (diff) | |
download | archiva-0b365ebb4b693faa799d18f4aa2dde179e4989e8.tar.gz archiva-0b365ebb4b693faa799d18f4aa2dde179e4989e8.zip |
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
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index e8a54a1b9..3476e5aef 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -36,29 +36,6 @@ <module>metadata</module> <module>plugins</module> </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> <plugins> @@ -96,28 +73,7 @@ </reportSet> </reportSets> </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> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> |