You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/04/06 22:25:44 UTC

svn commit: r762493 - /webservices/commons/trunk/modules/transport/pom.xml

Author: veithen
Date: Mon Apr  6 20:25:44 2009
New Revision: 762493

URL: http://svn.apache.org/viewvc?rev=762493&view=rev
Log:
Disabled some features in maven-project-info-reports-plugin since they cause 'mvn site' to hang.

Modified:
    webservices/commons/trunk/modules/transport/pom.xml

Modified: webservices/commons/trunk/modules/transport/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=762493&r1=762492&r2=762493&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/pom.xml Mon Apr  6 20:25:44 2009
@@ -282,4 +282,17 @@
             </plugin>
         </plugins>
     </build>
+    <reporting>
+        <plugins>
+            <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>
+        </plugins>
+    </reporting>
 </project>