Author: veithen
Date: Mon May 24 10:47:02 2010
New Revision: 947594
URL: http://svn.apache.org/viewvc?rev=947594&view=rev
Log:
Changed the configuration of maven-project-info-reports-plugin to prevent it
from hanging during the site generation.
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=947594&r1=947593&r2=947594&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Mon May 24 10:47:02 2010
@@ -668,6 +668,11 @@
<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>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>