Author: veithen
Date: Sun Jun 13 13:27:55 2010
New Revision: 954220
URL: http://svn.apache.org/viewvc?rev=954220&view=rev
Log:
Only generate those reports that are accessible from the site.
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=954220&r1=954219&r2=954220&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 13 13:27:55 2010
@@ -565,11 +565,16 @@
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.1</version>
- <configuration>
- <!-- These features are disabled since they cause "mvn
site" to hang -->
-
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
- <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
- </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issue-tracking</report>
+ <report>mailing-list</report>
+ <report>project-team</report>
+ <report>scm</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>