diff options
author | Brett Porter <brett@apache.org> | 2010-02-11 02:32:53 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-02-11 02:32:53 +0000 |
commit | c19b1e05ccf49db6ecdd2928ef693418925e31ee (patch) | |
tree | e039b2073e76edf24323c0e418a0934fa9f840b5 /archiva-modules/pom.xml | |
parent | 2a55cd3e75ff4237d75001613f4de3f9eaa2cb18 (diff) | |
download | archiva-c19b1e05ccf49db6ecdd2928ef693418925e31ee.tar.gz archiva-c19b1e05ccf49db6ecdd2928ef693418925e31ee.zip |
reduce number of reports included
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@908808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/pom.xml')
-rw-r--r-- | archiva-modules/pom.xml | 42 |
1 files changed, 31 insertions, 11 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index 6420502b3..20b0d1bf0 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -36,11 +36,27 @@ </modules> <reporting> <plugins> + <!-- No need for the standard project reports --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.0.1</version> + <reportSets> + <reportSet> + <reports> + <report>index</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <!-- Disabled - not working <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.2</version> </plugin> + --> + <!-- Disabled - not currently being used to correct errors <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> @@ -48,12 +64,13 @@ <configuration> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>config/maven_checks.xml</configLocation> - <!-- TODO: enable when archiva-build-resources is active (released?) + <!- - TODO: enable when archiva-build-resources is active (released?) <configLocation>checkstyle.xml</configLocation> <headerLocation>header.txt</headerLocation> - --> + - -> </configuration> </plugin> + --> <!-- TODO: OOME <plugin> <groupId>org.codehaus.mojo</groupId> @@ -63,10 +80,6 @@ --> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> </plugin> <plugin> @@ -76,10 +89,6 @@ </configuration> </plugin> <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.2</version> - </plugin> - <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.4</version> <configuration> @@ -113,19 +122,30 @@ <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link> </links> </configuration> + <reportSets> + <reportSet> + <reports> + <!-- Don't need tests --> + <report>javadoc</report> + </reports> + </reportSet> + </reportSets> </plugin> + <!-- TODO: choose appropriate rulesets <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <!-- TODO: choose appropriate rulesets --> <configuration> <targetJdk>1.5</targetJdk> </configuration> </plugin> + --> + <!-- Not being checked <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> </plugin> + --> </plugins> </reporting> <profiles> |